@charset "UTF-8";
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:hover,
a:active {
outline: 0;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: normal;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
}
body {
font-family: "Hanken Grotesk", sans-serif;
}
a {
text-decoration: none;
}
input:focus,
textarea:focus {
outline: none;
}
:root {
--transicao: .3s all ease-in-out;
--preto: #1A1A1A;
--laranja: #F6A50E;
--poppins: "Poppins", sans-serif;
}
.quebra-linha {
display: block;
}
.phone_hp {
display: none !important;
}
.error::placeholder {
color: red !important;
}
html {
scroll-behavior: smooth;
}
html.trava{
overflow: hidden;
} header {
position: absolute;
width: 100%;
display: flex;
z-index: 10;
top: 0;
padding: 63px 0 34px 0;
transition: var(--transicao);
}
header.fixo {
position: fixed;
background: #000000d6;
padding: 30px 0 34px 0;
}
header .menu-lateral {
display: none;
background-color: #1a1a1af0;
position: fixed;
height: 100dvh;
z-index: 2;
top: 0;
left: 0;
flex-direction: column;
justify-content: space-between;
padding: 60px 130px 109px;
width: 588px;
row-gap: 40px;
overflow: auto; }
header .menu-linha-produtos {
position: fixed;
height: 100dvh;
left: 588px;
top: 0;
width: calc(100% - 588px);
background-color: #1a1a1af0;
display: flex;
align-items: flex-start;
transition: transform 0.4s ease, opacity 0.4s ease;
overflow: auto;
}
header .menu-linha-produtos .container {
display: flex;
align-items: center;
width: 100%;
padding: 46px 80px 0 0px;
justify-content: space-between;
column-gap: 40px;
height: auto;
}
header .menu-linha-produtos .titulo-principal {
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 1.3px;
width: 100%;
text-transform: uppercase;
color: #fff;
position: relative;
margin-bottom: 44px;
}
header .menu-linha-produtos .imagem-destaque {
margin-bottom: 37px;
}
header .menu-linha-produtos .imagem-destaque img {
display: block;
}
header .menu-linha-produtos .area-menu .titulo {
font-family: var(--poppins);
font-weight: 500;
font-size: 16px;
color: #fff;
margin-bottom: 13px;
display: block;
transition: var(--transicao);
}
header .menu-linha-produtos .area-menu .titulo-cadeira{
font-size: 14px;
margin-bottom: 3px;
text-transform: uppercase;
}
header .menu-linha-produtos .area-menu .titulo-sozinho{
margin-bottom: 5px;
}
header .menu-linha-produtos .area-menu .menu {
column-gap: 60px;
}
header .menu-linha-produtos .area-menu .lista-duas-colunas {
columns: 2;
column-gap: 70px;
}
header .menu-linha-produtos .area-menu li {
margin-bottom: 3px;
}
header .menu-linha-produtos .area-menu .menu-linha-eventos-header-cadeiras-container li {
margin-bottom: 10px;
line-height: 18px;
}
header .menu-linha-produtos .area-menu li a {
font-family: var(--poppins);
font-weight: 400;
font-size: 14px;
color: #fff;
transition: var(--transicao);
}
header .menu-linha-produtos .titulo-principal::before {
content: '';
width: 48px;
height: 2px;
position: absolute;
left: 0;
bottom: -9px;
display: block;
background-color: var(--laranja);
}
header .menu-linha-produtos .dir {
min-width: 204px;
width: 204px;
visibility: hidden;
height: 521px;
}
header .menu-linha-produtos .dir .area-cores {
display: flex;
column-gap: 9px;
}
header .menu-linha-produtos .dir .titulo-produto {
font-weight: 400;
font-size: 15px;
text-transform: uppercase;
color: #fff;
margin-bottom: 14px;
}
header .menu-linha-produtos .dir .area-cores .cor {
width: 14px;
min-width: 14px;
height: 14px;
border-radius: 50%;
display: block;
}
header .menu-linha-produtos .dir .area-cores .mais-cores {
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
color: #B5B5B7;
}
header .menu-linha-produtos .dir .area-cores .texto-cores {
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
color: #fff;
}
header .menu-linha-produtos .esq {
display: flex;
flex-direction: column;
}
header .menu-linha-produtos .esq .margem-menu {
margin-bottom: 39px;
}
header .menu-linha-produtos .esq .margem-menu-cadeiras{
margin-bottom: 20px;
}
header .menu-linha-produtos .container .linha {
display: flex; }
header .menu-linha-produtos .container .linha.eventos {
margin-bottom: 40px;
column-gap: 130px;
}
header .menu-linha-produtos .container .linha.design{
column-gap: 0px;
}
header .menu-linha-produtos .linha.design .area-menu .lista-duas-colunas{
column-gap: 54px;
}
header .menu-linha-produtos .linha.design .area-menu .margem-menu-cadeiras{
width: max-content;
}
header .menu-linha-produtos .linha.design .area-menu .cadeira-design {
width: max-content;
column-gap: 45px;
}
header .menu-linha-produtos .linha.design .area-menu .cadeira-design li{
width: min-content;
}
header .menu-linha-produtos .linha.design .banqueta-design{
margin-left: -90px;
}
header .menu-linha-produtos .linha.design .banqueta-design .lista-duas-colunas{
column-gap: 36px;
}
header .menu-lateral .fechar {
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
color: #fff;
cursor: pointer;
}
header>.area-menu {
width: 1520px;
max-width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
header>.area-menu .logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
header>.area-menu .logo svg {
color: #fff;
max-width: 100%;
height: auto;
}
header>.area-menu .dir .clique-pesquisa svg {
color: #fff;
}
header>.area-menu .menu-hamburger {
display: flex;
flex-direction: column;
row-gap: 7px;
cursor: pointer;
}
header>.area-menu .menu-hamburger .hamburger {
height: 3.38px;
background-color: #fff;
display: block;
border-radius: 1.13px;
}
header>.area-menu .menu-hamburger .hamburger-01 {
width: 27px;
}
header>.area-menu .menu-hamburger .hamburger-02 {
width: 22.5px;
}
header>.area-menu .menu-hamburger .hamburger-03 {
width: 16.88px;
}
header>.area-menu .gtranslate_wrapper a {
font-size: 16px;
text-align: center;
color: #fff;
position: relative;
}
header>.area-menu .gtranslate_wrapper a::before {
content: '|';
font-weight: 200;
margin-right: 5px;
font-size: 16px;
}
header>.area-menu .gtranslate_wrapper a:first-child::before {
display: none;
}
header>.area-menu .dir {
display: flex;
column-gap: 40px;
}
header .menu-lateral .menu li a {
font-weight: 300;
font-size: 20px;
text-transform: uppercase;
color: #fff;
transition: var(--transicao);
}
header .menu-lateral .menu li a svg {
margin-left: 23px;
}
header .menu-lateral .menu {
display: flex;
flex-direction: column;
row-gap: 40px;
}
header .menu-lateral .contato {
background: #1A1A1AD1;
border: 1px solid #fff;
position: relative;
color: #fff;
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
letter-spacing: 1.0px;
text-align: center;
padding: 13.5px 28.3px;
transition: var(--transicao);
width: fit-content;
border-radius: 3px;
}
header .clique-pesquisa {
cursor: pointer;
}
#breadcrumbs {
margin-bottom: 10px;
}
#breadcrumbs a,
#breadcrumbs span {
font-family: var(--poppins);
font-weight: 275;
font-size: 14px;
line-height: 14px;
letter-spacing: 0.1px;
color: #171714cc;
transition: var(--transicao);
}
#breadcrumbs .content {
text-align: center;
}
#breadcrumbs .separador {
color: #171714cc;
margin: 0 4px;
}
#breadcrumbs .home {
position: relative;
}
#pesquisa-header {
background-color: rgba(26, 26, 26, 0.81);
backdrop-filter: blur(29.1px);
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100dvh;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
display: none;
}
#pesquisa-header input {
background-color: unset;
border: none;
width: 400px;
max-width: 90%;
height: 50px;
border-bottom: 2px solid var(--laranja);
color: #fff;
font-family: var(--poppins);
}
#pesquisa-header input::placeholder {
color: #fff;
font-family: var(--poppins);
font-size: 24px;
text-transform: uppercase;
}
#pesquisa-header.ativo {
display: flex;
} .pagination {
-ms-flex-pack: center;
-webkit-box-pack: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
width: 100%;
margin-top: 15px;
}
.pagination .pages,
.pagination .last,
.pagination .first {
background-color: var(--preto);
border-radius: 3px;
color: #fff;
font-size: 16px;
margin-right: 5px;
letter-spacing: 0.4px;
border: none;
font-weight: 500;
padding: 10px 25px;
}
.pagination .larger,
.pagination .extend,
.pagination .page {
background-color: var(--preto);
border-radius: 3px;
color: #fff;
font-size: 16px;
border: none !important;
letter-spacing: 0.4px;
font-weight: 500;
margin-right: 7px;
padding: 10px 16px;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
background-color: var(--preto);
border-radius: 3px;
color: #fff;
font-size: 16px;
letter-spacing: 0.4px;
font-weight: 500;
margin-right: 7px;
padding: 9px 19px;
position: relative;
border: none;
}
.pagination .nextpostslink::after {
content: url(//seatco.com.br/wp-content/themes/seatco/industria-de-moveis/blog/seta-paginacao.svg);
position: absolute;
top: calc(50% - 10px);
left: calc(50% - 4px);
}
.pagination .previouspostslink::after {
content: url(//seatco.com.br/wp-content/themes/seatco/industria-de-moveis/blog/seta-paginacao.svg);
position: absolute;
top: calc(50% - 10px);
left: calc(50% - 6px);
transform: scaleX(-1);
}
.pagination .current {
background-color: var(--laranja);
border-radius: 3px;
color: #fff;
font-size: 16px;
margin-right: 7px;
letter-spacing: 0.4px;
font-weight: 500;
padding: 10px 16px;
border: none;
} .container-whatsapp .box-whatsapp {
position: fixed;
bottom: 20px;
right: 2.5%;
z-index: 9;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.container-whatsapp .box-whatsapp:hover {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.box-whatsapp svg {
color: #fff;
font-size: 60px;
max-width: 100%;
}
.container-whatsapp .box-whatsapp .texto {
display: none;
}
#whatsapp {
width: 426px;
max-width: 426px;
position: fixed;
bottom: 0;
right: 0;
z-index: 999999;
}
#whatsapp #open_whatsapp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
#close_whatsapp {
position: absolute;
left: -13px;
z-index: 99999;
color: #3ab4a3;
top: -13px;
cursor: pointer;
display: none;
border: 1px solid #3ab4a3;
border-radius: 15px;
text-align: center;
width: 26px;
height: 26px;
font-size: 14px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
;
}
.header-whatsapp {
background: #33d951;
color: #fff;
padding: 15px 10px 15px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.header-whatsapp:hover {
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
-webkit-filter: brightness(1.05);
filter: brightness(1.05);
}
.header-whatsapp p {
margin: 0;
text-align: center;
font-size: 18px;
line-height: 16px;
color: #fff !important;
cursor: pointer;
}
#open_whatsapp svg {
margin: 0 0 0 10px;
font-size: 22px;
}
.formulario-whatsapp {
padding: 0;
background-color: #fbfbfb;
color: #fff;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.formulario-whatsapp form {
padding: 10px 0;
}
.formulario-whatsapp input,
.formulario-whatsapp select,
.formulario-whatsapp textarea {
width: 90%;
padding: 12px;
text-align: left;
font-size: 16px;
color: #333333 !important;
text-decoration: none;
position: relative;
display: block;
margin: 0 auto;
margin-bottom: 10px;
border: none;
border-radius: 0px;
border-bottom: 1px solid #d0d0d0;
background: transparent;
font-family: 'Montserrat', sans-serif !important;
}
.formulario-whatsapp textarea {
font-size: 16px!important;
color: #333333!important;
}
.formulario-whatsapp input:focus {
outline: none;
}
.formulario-whatsapp .form-bt {
width: 95%;
text-align: center;
color: #fff !important;
border: none;
text-decoration: none;
background: #33d951;
cursor: pointer;
padding: 13px;
line-height: 16px;
font-size: 18px;
border-radius: 25px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
margin: 20px auto 0px;
display: block;
font-weight: 500;
}
.formulario-whatsapp .form-bt:hover {
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
-webkit-filter: brightness(1.05);
filter: brightness(1.05);
color: #ffffff;
}
.formulario-whatsapp .error::-webkit-input-placeholder {
color: #FF0025;
}
.formulario-whatsapp .error {
border: 0 !important;
border-bottom: 1px solid red !important;
color: red;
}
.formulario-whatsapp .phone_hp {
display: none !important;
}
#whatsapp .status-form {
text-align: center;
font-size: 14px;
margin: 20px 0 12px;
padding: 0 5%;
line-height: 20px;
}
#status_whatsapp.input-ok {
color: green;
}
.input-ok {
color: green !important;
}
#resposta-modal-whatsapp {
position: fixed;
top: 0;
left: 0;
background: #00000063;
width: 100%;
height: 100%;
z-index: 3000;
display: none;
align-items: center;
justify-content: center;
line-height: normal;
font-family: inherit;
}
#resposta-modal-whatsapp .content {
max-width: 90%;
background: #fff;
position: relative;
width: 466px;
}
#resposta-modal-whatsapp .content .topo {
height: 50px;
background-color: #4acd36;
display: flex;
align-items: center;
color: #fff;
}
#resposta-modal-whatsapp .content .topo>div {
width: 85px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
font-size: 41px;
height: 100%;
background-color: #34ac22;
padding: 5px 0 0 0;
}
#resposta-modal-whatsapp .content .topo .texto {
width: 100%;
text-align: center;
color: #fff;
font-weight: 600;
font-size: 16px;
padding: 0 2%;
}
#resposta-modal-whatsapp .content .bottom {
padding: 15px 28px;
}
#resposta-modal-whatsapp .content .bottom .texto {
text-align: center;
line-height: 22px;
font-size: 14px;
margin-bottom: 3px;
}
#resposta-modal-whatsapp .content .bottom .sub {
font-size: 12px;
color: #868686;
text-align: center;
margin-bottom: 10px;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp {
height: 45px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #4acd36;
margin-bottom: 5px;
text-decoration: none;
transition: 0.2s all ease-in-out;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp svg {
color: #fff;
margin: 0 0 0 8px;
font-size: 25px;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp:hover {
filter: brightness(1.1);
transition: 0.2s all ease-in-out;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp img {
max-width: 100%;
max-height: 100%;
width: 25px;
height: auto;
margin-right: 15px;
}
#resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
color: #fff;
font-size: 18px;
font-weight: 700;
text-align: center;
margin: 0;
}
#resposta-modal-whatsapp .content .bottom .continuar {
font-size: 16px;
color: #000;
text-decoration: underline;
line-height: 32px;
text-align: center;
font-weight: 700;
margin: 0 auto;
display: block;
cursor: pointer;
}
#resposta-modal-whatsapp .content .fechar-modal {
color: #000;
background-color: #fff;
border: 1px solid #000;
display: flex;
width: 30px;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 13px;
height: 29px;
position: absolute;
top: -13px;
right: -13px;
padding: 0 0 0 2px;
cursor: pointer;
border-radius: 48px;
}
.modal-aberto {
display: flex !important;
}
.status-form {
font-size: 12px;
margin: 10px 0;
color: red;
}
@media only screen and (max-width: 768px) {
.pagination .pages,
.pagination .last,
.pagination .first {
font-size: 14px;
letter-spacing: 0px;
padding: 8px 16px;
}
.pagination .current,
.pagination .larger,
.pagination .extend,
.pagination .page {
font-size: 14px;
margin-right: 5px;
letter-spacing: 0px;
padding: 8px 14px;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
font-size: 14px;
letter-spacing: 0px;
margin-right: 5px;
padding: 9px 15px;
}
}
@media only screen and (max-width: 600px) {
.pagination .pages,
.pagination .last,
.pagination .first,
.pagination .current,
.pagination .larger,
.pagination .extend,
.pagination .page {
font-size: 12px;
letter-spacing: 0px;
margin-right: 3px;
padding: 6px 12px;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
font-size: 11px;
margin-right: 0px;
padding: 6px 12px;
}
}
@media only screen and (max-width: 430px) {
.pagination .wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
} #whatsapp-flutuante {
position: fixed;
bottom: 30px;
right: 30px;
z-index: 1000;
display: block;
width: 80px;
}
#whatsapp-flutuante svg {
max-width: 100%;
}
#form-footer {
position: relative;
margin-bottom: -200px;
}
#form-footer .container {
position: relative;
border-radius: 5px;
display: flex;
width: 1520px;
max-width: 90%;
margin: 0 auto;
justify-content: space-between;
background: #fff;
padding: 60px 90px;
z-index: 2;
column-gap: 40px;
}
#form-footer .container .esq {
width: 664px;
max-width: 50%;
}
#form-footer .container .esq .titulo {
font-weight: 250;
font-size: 55px;
text-transform: uppercase;
color: var(--preto);
position: relative;
margin-bottom: 28px;
}
#form-footer .container .esq .titulo b {
font-weight: 300;
}
#form-footer .container .esq .titulo::before {
content: '';
width: 48px;
height: 2px;
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--laranja);
bottom: -8px;
}
#form-footer .container .esq .texto {
font-weight: 400;
font-size: 18px;
line-height: 130%;
color: var(--preto);
width: 524px;
max-width: 100%;
}
#form-footer .container form {
width: 591px;
max-width: 50%;
display: flex;
flex-direction: column;
gap: 10px;
}
#form-footer .container form .box-input {
position: relative;
width: 100%;
display: flex;
gap: 13px;
}
#form-footer .container form .box-input label {
position: absolute;
font-family: var(--poppins);
font-weight: 300;
font-size: 14px;
color: var(--preto);
left: 17px;
top: 16px;
transition: var(--transicao);
}
#form-footer .container form .box-input label.subir {
font-size: 12px;
padding: 0 9px;
background-color: var(--laranja);
color: #fff;
top: -9px;
}
#form-footer .container form .box-input input,
#form-footer .container form .box-input textarea {
width: 100%;
height: 51px;
border: 1px solid rgba(219, 219, 219, 1);
padding-left: 17px;
resize: none;
}
#form-footer .container form .box-input textarea {
height: 97px;
padding-top: 17px;
}
#form-footer .container form .box-input .inside {
width: 50%;
position: relative;
}
#form-footer .container form button {
background-color: var(--laranja);
color: #fff;
border-radius: 5px;
font-weight: 500;
font-size: 16px;
letter-spacing: 1.0px;
text-align: center;
text-transform: uppercase;
height: 50px;
cursor: pointer;
border: 1px solid var(--laranja);
transition: var(--transicao);
}
#form-footer .container form .obrigatorio {
font-weight: 300;
font-size: 12px;
text-align: center;
font-family: var(--poppins);
}
footer {
padding-top: 342px;
background-color: var(--preto);
padding-bottom: 30px;
position: relative;
}
footer .letreiro {
position: absolute;
bottom: 0;
max-width: 100%;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
footer .container {
display: flex;
width: 1520px;
max-width: 90%;
justify-content: space-between;
margin: 0 auto;
position: relative;
z-index: 2;
column-gap: 30px;
}
footer .container .box-01 {
width: 320px;
max-width: 100%;
}
footer .container .box-01 .descricao {
font-family: var(--poppins);
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #fff;
margin-top: 23px;
margin-bottom: 44px;
}
footer .container .box-01 .texto-redes {
font-family: var(--poppins);
font-weight: 700;
font-size: 14px;
line-height: 22px;
color: #fff;
margin-bottom: 24px;
}
footer .container .box .titulo-menu {
font-weight: 700;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
color: #fff;
margin-bottom: 18px;
}
footer .container .box .area-midia {
display: flex;
align-items: flex-end;
column-gap: 22px;
}
footer .container .box .area-midia a {
color: #fff;
transition: var(--transicao);
}
footer .container .box .area-midia a svg {
max-width: 24px;
height: auto;
max-height: 23px;
width: 24px;
color: #fff;
}
footer .container .box .titulo-menu.ultimo {
margin-top: 51px;
}
footer .container .box-04 span {
font-family: var(--poppins);
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #fff;
}
footer .container .box-04 a {
font-family: var(--poppins);
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #fff;
display: block;
transition: var(--transicao);
}
footer .container .box ul li a {
font-family: var(--poppins);
font-weight: 500;
font-size: 14px;
line-height: 28px;
color: #fff;
transition: var(--transicao);
}
footer .bottom {
display: flex;
width: 1520px;
max-width: 90%;
justify-content: space-between;
margin: 181px auto 0;
position: relative;
z-index: 2;
}
footer .letreiro {
position: absolute;
bottom: 0;
max-width: 100%;
left: 50%;
height: auto;
bottom: 0;
transform: translateX(-50%);
}
footer .bottom a,
footer .bottom p {
font-family: var(--poppins);
font-size: 12px;
text-align: center;
letter-spacing: 0.2px;
color: #fff;
transition: var(--transicao);
}
@media screen and (min-width: 1025px) {
header .menu-lateral .contato:hover {
color: var(--preto);
background-color: #fff;
}
header .menu-lateral .fechar.mobile {
display: none;
}
header .menu-linha-produtos .titulo-principal svg {
display: none;
}
header .menu-linha-produtos .area-menu .titulo:hover {
color: var(--laranja);
}
header.fixo {
background: #000000a6;
backdrop-filter: blur(29.100000381469727px);
}
#breadcrumbs a:hover {
color: var(--laranja);
}
#form-footer .container form button:hover {
background-color: #fff;
color: var(--laranja);
}
footer .container .box ul li a:hover {
color: var(--laranja);
}
footer .container .box .area-midia a:hover,
footer .container .box-04 a:hover,
footer .bottom a:hover {
color: var(--laranja);
}
header .menu-lateral .menu li a:hover {
color: var(--laranja);
font-weight: 700;
}
header .menu-linha-produtos .area-menu li a:hover {
color: var(--laranja);
}
header .menu-linha-produtos {
transform: translateX(-100%);
pointer-events: none;
opacity: 0;
}
header .menu-linha-produtos.ativo {
transform: translateX(0);
opacity: 1;
pointer-events: all;
}
header .menu-lateral .topo .dir-topo {
display: none;
}
}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1880px) {
header .menu-linha-produtos .esq .margem-menu {
margin-bottom: 30px;
}
header .menu-linha-produtos .titulo-principal {
margin-bottom: 30px;
}
header .menu-linha-produtos .esq .margem-menu-cadeiras {
margin-bottom: 15px;
}
header .menu-linha-produtos .container {
padding: 34px 80px 0 0px;
}
header .menu-linha-produtos .area-menu .titulo {
margin-bottom: 10px;
}
header .menu-linha-produtos .area-menu .titulo-cadeira{
margin-bottom: 3px;
}
header .menu-linha-produtos.ativo{
overflow: hidden;
}
header .menu-linha-produtos .container .linha.eventos {
column-gap: 110px;
}
}
@media screen and (max-width: 1780px) {
header .menu-lateral {
padding: 60px;
width: 453px;
}
header .menu-linha-produtos {
left: 453px;
width: calc(100% - 453px);
}
header .menu-linha-produtos .container {
padding: 34px 60px 0 0px;
}
}
@media screen and (max-width: 1700px){
header .menu-linha-produtos .container .linha.eventos  {
column-gap: 80px;
}
}
@media screen and (max-width: 1660px) {
header .menu-lateral {
padding: 60px 30px;
width: 365px;
}
header .menu-linha-produtos {
left: 365px;
width: calc(100% - 365px);
}
header .menu-linha-produtos .titulo-principal {
margin-bottom: 28px;
}
header .menu-linha-produtos .container {
padding: 30px 30px 0px 0px;
}
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1560px) {
header .menu-lateral .menu li a {
font-size: 16px;
}
header .menu-linha-produtos .container .linha.eventos {
margin-bottom: 40px;
}
header .menu-linha-produtos .area-menu .lista-duas-colunas {
column-gap: 55px;
}
header .menu-linha-produtos .container .linha {
column-gap: 60px;
}
}
@media screen and (max-width: 1440px) {
#form-footer .container .esq .titulo {
font-size: 46px;
margin-bottom: 42px;
}
#form-footer .container .esq .titulo svg {
display: block;
}
#form-footer .container .esq .titulo::before {
bottom: -19px;
}
#form-footer .container {
padding: 60px;
}
header .menu-lateral .menu li a {
font-size: 16px;
}
header .menu-linha-produtos .container .linha.eventos {
margin-bottom: 30px;
}
header .menu-lateral {
padding: 60px 30px;
width: 334px;
}
header .menu-linha-produtos {
left: 334px;
width: calc(100% - 334px);
}
header .menu-linha-produtos .titulo-principal {
margin-bottom: 28px;
}
header .menu-linha-produtos .container .linha.eventos {
column-gap: 37px;
}
}
@media screen and (max-width: 1366px) {
header .menu-lateral {
padding: 60px 21px;
width: 290px;
}
header .menu-linha-produtos {
left: 290px;
width: calc(100% - 290px);
}
header .menu-linha-produtos .area-menu li a {
line-height: 20px;
}
header .menu-linha-produtos .area-menu .titulo-sozinho {
margin-bottom: 15px;
}
header .menu-linha-produtos .container .linha {
column-gap: 35px;
}
header .menu-lateral {
width: 269px;
}
header .menu-lateral .menu li a svg {
margin-left: 2px;
}
header .menu-linha-produtos {
left: 269px;
width: calc(100% - 269px);
}
header .menu-linha-produtos .dir {
min-width: 154px;
width: 154px;
}
header .menu-linha-produtos .container {
column-gap: 5px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
header .menu-linha-produtos .esq .margem-menu {
margin-bottom: 13px;
}
}
@media screen and (max-width: 1200px) {
header .menu-linha-produtos .esq .margem-menu-cadeiras {
margin-bottom: 12px;
}
header .menu-linha-produtos .area-menu li a{
font-size: 13px;
}
header .menu-linha-produtos .area-menu .titulo {
margin-bottom: 8px;
}
header .menu-linha-produtos .area-menu .titulo-cadeira {
margin-bottom: 2px;
}
header .menu-linha-produtos .esq .margem-menu {
margin-bottom: 10px;
}
header .menu-linha-produtos .area-menu li {
line-height: 15px;
margin-bottom: 5px;
}
header .menu-linha-produtos .container .linha.eventos {
margin-bottom: 24px;
}
header .menu-linha-produtos .area-menu li a {
line-height: 18px;
}
header .menu-linha-produtos .container {
padding: 50px 30px 0px 0px;
}
}
@media screen and (max-width: 1140px) {
header .menu-linha-produtos .container .linha.eventos {
column-gap: 15px;
}
header .menu-linha-produtos .dir {
min-width: 144px;
width: 144px;
}
}
@media screen and (max-width: 1070px) {
header .menu-linha-produtos .container .linha.eventos {
column-gap: 8px;
margin-bottom: 18px;
}
header .menu-linha-produtos .area-menu .titulo {
margin-bottom: 6px;
}
header .menu-linha-produtos .area-menu .titulo-cadeira {
margin-bottom: 2px;
}
}
@media screen and (max-width: 1024px) {
header .menu-lateral {
width: 100%;
padding: 41px 35px;
background-color: rgba(26, 26, 26, 0.81);
backdrop-filter: blur(29.1px);
}
header.fixo {
padding: 20px 0 20px 0;
}
html.trava {
overflow: hidden;
}
header .menu-lateral .fechar:not(.mobile) {
display: none;
}
header .menu-lateral .topo {
display: flex;
width: 100%;
justify-content: space-between;
}
header .menu-lateral .menu li a {
font-size: 20px;
}
header .menu-lateral .topo .dir-topo {
display: flex;
column-gap: 40px;
}
header .menu-lateral .topo .gtranslate_wrapper a {
font-size: 16px;
text-align: center;
color: #fff;
position: relative;
}
header .menu-lateral .topo .gtranslate_wrapper a::before {
content: '|';
font-weight: 200;
margin-right: 5px;
font-size: 16px;
}
header .menu-lateral .topo .gtranslate_wrapper a:first-child::before {
display: none;
}
header .menu-linha-produtos {
left: -100%;
width: 100%;
height: 100dvh;
top: 100px;
align-items: flex-start;
background-color: rgba(26, 26, 26, 0.81);
backdrop-filter: blur(29.1px);
}
header .menu-linha-produtos .dir {
display: none;
}
header .menu-linha-produtos .esq {
width: 100%;
}
header .menu-linha-produtos.ativo {
left: 0;
z-index: 3;
}
header .menu-linha-produtos .area-menu .lista-duas-colunas {
columns: 1;
}
header .menu-linha-produtos .container .linha {
column-gap: 6%;
flex-direction: column;
display: none;
}
header .menu-linha-produtos .container {
width: 100%;
padding: 60px 30px;
flex-direction: column;
align-items: flex-start;
padding: 60px 30px 120px;
}
header>.area-menu .logo {
width: 100px;
height: auto;
}
header>.area-menu .logo svg {
max-width: 100%;
height: auto;
}
header>.area-menu .dir {
display: none;
}
header .menu-linha-produtos .area-menu .titulo-sozinho {
margin-bottom: 10px;
}
header .menu-linha-produtos .linha.design .banqueta-design {
margin-left: 0px;
}
header .menu-linha-produtos .almofadas-eventos{
margin-top: 10px;
}
#form-footer .container {
flex-direction: column;
row-gap: 40px;
}
#form-footer .container .esq {
width: 100%;
max-width: 100%;
}
#form-footer .container form {
width: 100%;
max-width: 100%;
}
#form-footer .container .esq .texto {
width: 100%;
}
footer .container {
flex-direction: column;
row-gap: 40px;
}
footer .bottom {
flex-direction: column;
row-gap: 30px;
align-items: center;
}
header .menu-linha-produtos.ativo{
overflow:auto;
}
header .menu-linha-produtos .titulo-principal::before {
display: none;
}
header .menu-linha-produtos .titulo-principal {
margin-bottom: 40px;
cursor: pointer;
}
header .menu-linha-produtos .titulo-principal.ativo {
color: var(--laranja);
margin-bottom: 20px;
}
header .menu-linha-produtos .container .linha.eventos.ativo {
display: flex;
}
header .menu-linha-produtos .container .linha.design.ativo {
display: flex;
}
header .menu-linha-produtos .esq .margem-menu {
margin-bottom: 15px;
}
header .menu-linha-produtos .container .linha {
padding-left: 17px;
}
#whatsapp {
width: 100%;
max-width: 100%;
right: 0;
}
.container-whatsapp .box-whatsapp {
width: 70px;
}
.formulario-whatsapp form {
padding: 10px 0;
background-color: #fff;
z-index: 10;
position: relative;
width: 90%;
margin: 0 auto;
}
#whatsapp.modalOpen {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: initial;
}
#whatsapp.modalOpen .formulario-whatsapp {
height: auto;
z-index: 10;
width: 90%;
margin: 0 auto;
}
#whatsapp.modalOpen .header-whatsapp {
position: relative;
z-index: 10;
width: 90%;
margin: 0 auto;
}
#whatsapp.modalOpen #close_whatsapp {
right: 0;
top: -35px;
left: initial;
}
#whatsapp.modalOpen .bgformulario {
position: fixed;
width: 100%;
max-width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
bottom: 0;
right: 0;
z-index: 9;
}
}
@media screen and (max-width: 996px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {
#form-footer .container form .box-input .inside {
width: 100%;
}
#form-footer .container form .box-input {
flex-wrap: wrap;
}
#form-footer .container .esq .titulo {
font-size: 32px;
}
#form-footer .container .esq .titulo svg {
width: 160px;
height: auto;
}
#form-footer .container {
padding: 60px 30px;
}
}
@media screen and (max-width: 490px) {
#whatsapp-flutuante {
bottom: 10px;
right: 10px;
width: 65px;
}
}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 430px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 330px) {}
@media screen and (max-width: 280px) {}
 :root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}header {
border-bottom: 1px solid rgba(26, 26, 26, 0.1);
padding: 51px 0 48px 0;
}
header>.area-menu .logo {
width: 165px;
}
header>.area-menu .menu-hamburger .hamburger {
background-color: var(--preto);
}
header>.area-menu .dir .clique-pesquisa svg,
header>.area-menu .gtranslate_wrapper a,
header>.area-menu .logo svg {
color: var(--preto);
}
header.fixo>.area-menu .logo svg,
header.fixo>.area-menu .dir .clique-pesquisa svg,
header.fixo>.area-menu .gtranslate_wrapper a {
color: #fff;
}
header.fixo>.area-menu .menu-hamburger .hamburger {
background-color: #fff;
}
#post {
background-color: #F5F5F4;
padding-bottom: 543px;
margin-bottom: -422px;
padding-top: 196px;
}
#post .container {
width: 1520px;
max-width: 90%;
margin: 0 auto;
}
#post .container .topo {
margin-bottom: 65px;
}
#post .container .topo .titulo {
font-weight: 250;
font-size: 34px;
text-align: center;
text-transform: uppercase;
color: var(--preto);
margin-bottom: 37px;
}
#post .container .topo .box-infos {
display: flex;
align-items: center;
column-gap: 35px;
justify-content: center;
margin-bottom: 14px;
flex-wrap: wrap;
gap: 20px;
}
#post .container .topo .box-infos p,
#post .container .topo .box-infos a {
font-family: var(--poppins);
font-weight: 400;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1px;
color: var(--preto);
display: flex;
column-gap: 10px;
align-items: center;
transition: var(--transicao);
}
#post .container .topo .box-infos a.categoria:hover {
color: var(--laranja);
}
#post .container .topo > img {
display: block;
width: 100%;
height: 467px;
object-fit: cover;
}
#post .container .meio {
width: 100%;
display: flex;
column-gap: 85px;
margin-bottom: 123px;
}
#post .container .meio .conteudo {
width: 100%;
}
#post .container .meio .navegacao {
width: 245px;
min-width: 245px;
position: relative;
}
#post .container .meio .navegacao > div {
position: sticky;
top: 100px;
}
#post .container .meio .conteudo .box-conteudo p {
font-family: var(--poppins);
font-weight: 300;
font-size: 16px;
color: var(--preto);
margin-bottom: 25px;
}
#post .container .meio .conteudo .box-conteudo img {
margin-bottom: 20px;
}
#post .container .meio .conteudo .box-conteudo a:hover svg {
color: var(--laranja);
}
#post .container .meio .conteudo .box-conteudo b,
#post .container .meio .conteudo .box-conteudo strong {
font-weight: 500;
}
#post .container .meio .conteudo .box-conteudo a {
color: var(--laranja);
font-weight: 500;
}
#post .container .meio .conteudo .box-conteudo h2 {
font-weight: 300;
font-size: 30px;
line-height: 36px;
letter-spacing: 0.3px;
color: var(--preto);
margin-bottom: 12px;
}
#post .container .meio .conteudo .box-conteudo h3 {
font-weight: 300;
font-size: 28px;
line-height: 36px;
letter-spacing: 0.3px;
color: var(--preto);
margin-bottom: 12px;
}
#post .container .meio .conteudo .box-conteudo h4 {
font-weight: 300;
font-size: 26px;
line-height: 36px;
letter-spacing: 0.3px;
color: var(--preto);
margin-bottom: 12px;
}
#post .container .meio .conteudo .box-conteudo h5 {
font-weight: 300;
font-size: 24px;
line-height: 36px;
letter-spacing: 0.3px;
color: var(--preto);
margin-bottom: 12px;
}
#post .container .meio .conteudo .box-conteudo h6 {
font-weight: 300;
font-size: 22px;
line-height: 36px;
letter-spacing: 0.3px;
color: var(--preto);
margin-bottom: 12px;
}
#post .container .meio .conteudo .box-conteudo ul,
#post .container .meio .conteudo .box-conteudo ol {
display: flex;
flex-direction: column;
padding-left: 46px;
margin-bottom: 12px;
}
#post .container .meio .conteudo .box-conteudo ul {
list-style-type: disc;
font-size: 8px;
}
#post .container .meio .conteudo .box-conteudo ol {
list-style: auto;
}
#post .container .meio .conteudo .box-conteudo li {
font-family: var(--poppins);
font-weight: 300;
font-size: 16px;
color: var(--preto);
}
#post .container .meio .conteudo .box-conteudo .btn {
transition: var(--transicao);
font-weight: 400;
font-size: 16px;
letter-spacing: 1.0px;
text-transform: uppercase;
border: 1px solid var(--laranja);
padding: 13.5px 28px;
display: inline-block;
margin-bottom: 20px;
margin-right: 20px;
color: var(--preto);
}
#post .container .meio .conteudo .box-conteudo .btn:hover {
background-color: var(--laranja);
color: #fff;
}
#post .container .meio .conteudo .box-conteudo .btn.laranja {
background-color: var(--laranja);
color: #fff;
}
#post .container .meio .conteudo .box-conteudo .btn.laranja:hover {
background-color: #fff;
color: var(--laranja);
}
#post .container .meio .conteudo .box-conteudo .btn.branco {
background-color: transparent;
color: var(--preto);
border: 1px solid var(--preto);
}
#post .container .meio .conteudo .box-conteudo .btn.branco:hover {
background-color: var(--preto);
color: #fff;
}
#post .container .meio .conteudo .box-conteudo .tabela{
width: 100%;
overflow: auto;
margin-top: 40px;
}
#post .container .meio .conteudo .box-conteudo .tabela table tr, #post .container .meio .conteudo .box-conteudo .tabela table tr td {
border: 1px solid #000;
padding: 15px 30px;
font-size: 16px;
}
#post .container .meio .conteudo .box-conteudo .tabela table tr:nth-child(odd) {
background-color: #f4f2f2;
}
#post .container .meio .conteudo .box-conteudo .tabela table tr:first-child {
background-color: var(--laranja);
color: #fff;
font-size: 18px;
}
#post .container .meio .navegacao ul {
display: flex;
flex-direction: column;
row-gap: 20px;
}
#post .container .meio .navegacao li a {
font-weight: 300;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.2px;
color: var(--preto);
transition: var(--transicao);
}
#post .container .meio .navegacao li a:hover {
color: var(--laranja);
}
#post .container .meio .navegacao .bg {
background-color: #fff;
padding: 25px;
margin-bottom: 25px;
}
#post .container .meio .navegacao > div > a {
width: 245px;
height: 50px;
border: 1px solid var(--laranja);
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 16px;
letter-spacing: 1.0px;
text-transform: uppercase;
color: var(--preto);
transition: var(--transicao);
}
#post .container .meio .navegacao > div > a:hover {
background-color: var(--laranja);
color: #fff;
}
#card-autor {
width: 100%;
background-color: #B5B5B7;
margin-top: 75px;
min-height: 279px;
}
#card-autor .container-card {
display: flex;
padding: 63px 60px;
column-gap: 60px;
align-items: center;
}
#card-autor .container-card .box-redes {
display: flex;
column-gap: 28px;
justify-content: center;
align-items: flex-end;
}
#card-autor .container-card .imagem {
margin-bottom: 45px;
}
#card-autor .container-card a {
font-weight: 500;
color: #fff;
}
#card-autor .container-card a svg {
transition: var(--transicao);
}
#card-autor .container-card a:hover svg {
color: var(--laranja);
}
#card-autor .container-card .imagem img {
margin-bottom: 0 !important;
display: block;
}
#card-autor .container-card .imagem img.foto {
width: 120px;
min-width: 120px;
object-fit: cover;
height: 120px;
border-radius: 50%;
}
#card-autor .container-card .imagem .img-padrao {
min-width: 213px;
}
#post #card-autor .container-card .nome {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 600;
font-size: 24px;
margin-bottom: 0;
color: #fff;
}
#post #card-autor .container-card .cargo {
font-family: var(--poppins);
font-weight: 400;
font-size: 20px;
color: #fff;
margin-bottom: 24px;
}
#post #card-autor .container-card .texto {
font-family: var(--poppins);
font-weight: 300;
font-size: 16px;
color: #fff;
margin-bottom: 0;
} #post .container>.area-comentarios {
width: 900px;
max-width: 90%;
margin: 0 auto;
margin-bottom: 90px;
}
#comments {
border-top: 2px solid #c5c5c5;
margin-top: 60px;
padding-top: 53px;
}
#comments .comments-title {
font-size: 26px !important;
font-weight: 400 !important;
color: #000;
line-height: 36px !important;
margin-bottom: 42px !important;
}
#comments ol {
list-style: none !important;
margin-bottom: 0 !important;
padding-left: 0 !important;
}
#comments .comment-body {
width: 100%;
background-color: #f9f9f9;
position: relative;
margin-bottom: 50px;
border-radius: 10px;
}
#comments .comment-meta {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0px;
padding: 19px 20px 0 42px;
flex-wrap: wrap;
row-gap: 12px;
column-gap: 20px;
background-color: #f9f9f9;
border-radius: 0 10px 10px 0;
background-image: none;
}
footer.comment-meta::after,
footer.comment-meta::before {
display: none;
}
#comments .says {
display: none;
}
#comments .fn {
color: #000 !important;
font-size: 16px;
font-weight: 700;
}
#comments .fn a {
color: #000 !important;
text-decoration: none !important;
font-weight: 700 !important;
}
#comments .comment-content {
margin-top: 15px;
}
#comments .comment-content p {
font-size: 16px;
font-weight: 500;
line-height: 32px;
letter-spacing: 0.4px;
color: #242323;
padding: 0 42px;
margin-bottom: 0 !important;
}
#comments .comment-metadata a {
position: relative;
font-size: 14px;
color: #242323 !important;
font-weight: 500;
text-decoration: none !important;
border: none;
display: flex;
align-items: center;
column-gap: 13px;
font-family: var(--poppins);
}
#comments .reply {
display: flex;
justify-content: flex-end;
margin-top: 10px;
padding-bottom: 30px;
padding-right: 45px;
}
#comments .reply a {
box-sizing: border-box;
width: 157px;
height: 50px;
border: 1px solid var(--laranja);
color:#000 !important;
text-decoration: none !important;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 16px;
letter-spacing: 1.0px;
text-transform: uppercase;
transition: var(--transicao);
position: relative;
}
#comments .reply a:hover{
background-color: var(--laranja);
color: #fff !important;
}
#comments .reply a:hover::after{
background-color: var(--laranja);
}
#comments .comment-body .avatar {
display: none;
}
#comments .comment-list>li {
position: relative;
border-left: 2px solid #000;
}
#comments .comment-list>li #respond {
margin-left: 20px;
padding-bottom: 30px;
padding-top: 0;
}
#comments .comment-list>li::before {
content: '';
height: 100%;
width: 2px;
background-color: var(--azul);
position: absolute;
left: 0;
top: 0px;
z-index: 1;
}
#comments .comment-list {
border-bottom: 2px solid #cccccc;
margin-bottom: 84px;
padding-bottom: 10px;
}
#comments .children .comment-body {
position: relative;
}
#comments .children .comment-body::before {
content: 'Resposta';
width: 98px;
height: 25px;
background-color: var(--laranja);
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: #fff;
font-weight: 600;
position: absolute;
top: -25px;
left: 0px;
}
#comments .children .comment-body::after {
content: '';
height: 100%;
width: 2px;
background-color: var(--laranja);
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
#comments .children {
margin-left: 40px;
}
#respond .comment-reply-title {
font-size: 26px;
font-weight: 300;
margin-bottom: 5px;
}
#respond .comment-notes {
font-size: 12px;
letter-spacing: 0.4px;
color: #8d8d8d;
font-weight: 400;
margin-bottom: 9px !important;
}
#respond {
padding-top: 45px;
}
#respond form {
display: flex;
flex-direction: column;
row-gap: 15px;
}
#respond #comment {
border: 1px solid #DBDBDB;
border-bottom: 1px solid #000;
resize: none;
height: 100%;
width: 100%;
position: relative;
box-sizing: border-box;
padding: 20px 38px;
background-color: #D9D9D900;
margin-bottom: 20px;
transition: var(--transicao);
}
#respond form input:focus,
#respond form textarea:focus {
outline: none;
}
#respond .comment-form-comment {
position: relative;
height: 149px;
}
#respond .comment-form-comment label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
position: absolute;
top: 7px;
left: 15px;
z-index: 1;
transition: var(--transicao);
font-size: 14px;
color: #000;
}
#respond .comment-form-comment label.subir,
#respond .comment-form-author label.subir,
#respond .comment-form-email label.subir,
#respond .comment-form-url label.subir {
font-size: 12px;
font-weight: 600;
height: 21px;
background-color: var(--laranja);
padding: 0px 7px;
color: #fff;
left: 12px;
line-height: 20px;
top: -12px;
z-index: 1;
}
#respond input#email {
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
#respond input#author {
background-position: 14px center;
background-repeat: no-repeat;
background-size: 14px 13px;
}
#respond textarea#comment {
background-position: 14px 18px;
background-repeat: no-repeat;
background-size: 14px 13px;
padding-left: 20px;
}
#respond .comment-form-url {
display: none;
}
#respond input {
width: 100%;
border-radius: 0;
border: 1px solid #DBDBDB ;
border-bottom: 1px solid #000;
height: 40px;
padding-left: 20px;
background-color: #D9D9D900;
transition: var(--transicao);
}
#respond input:focus,
#respond textarea:focus {
border-bottom: 2px solid var(--laranja) !important;
}
#respond input::placeholder,
#respond textarea::placeholder {
color: #000;
font-size: 14px;
font-weight: 600;
}
#comment::placeholder {
font-size: 14px;
color: #000;
font-weight: 600;
}
#respond .comment-form-cookies-consent {
display: flex;
align-items: center;
margin-bottom: 0 !important;
}
#respond .comment-form-cookies-consent input {
width: auto;
margin-right: 7px;
height: auto;
}
#respond .comment-form-cookies-consent label {
font-size: 12px;
color: #000;
}
#respond #submit {
width: 275px;
max-width: 100%;
margin: 0 auto;
border: none;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background-color: var(--laranja);
border: 1px solid var(--laranja);
font-size: 18px;
font-weight: 300;
cursor: pointer;
transition: var(--transicao);
padding: 0;
text-transform: uppercase;
}
#respond #submit:hover {
background-color: #fff;
color: var(--laranja);
}
#respond .logged-in-as {
display: flex;
column-gap: 10px;
flex-wrap: wrap;
}
#respond .logged-in-as a {
color: var(--laranja);
}
#comments .comment-metadata a time {
position: relative;
display: flex;
font-weight: 400;
column-gap: 11px;
align-items: center;
font-family: var(--poppins);
}
#comments .comment-metadata a time::before {
content: '';
background-image:url(//seatco.com.br/wp-content/themes/seatco/industria-de-moveis/blog/ico-data.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-width: 12px;
min-height: 12px;
display: block;
filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%) hue-rotate(355deg) brightness(103%) contrast(110%);
}
#respond #email-notes,
#respond .required-field-message {
font-size: 16px;
color: #000;
font-family: var(--poppins);
font-weight: 300;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email {
margin-bottom: 0 !important;
position: relative;
}
.comment-awaiting-moderation {
margin-top: 31px;
}
#post .container .bottom .box-cards {
display: flex;
column-gap: 24px;
}
#post .container .bottom .box-cards .card {
width: 525px;
min-height: 519px;
max-width: 100%;
display: flex;
position: relative;
overflow: hidden;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
padding: 30px 35px;
}
#post .container .bottom .box-cards .card .link-card {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 2;
}
#post .container .bottom .box-cards .card img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
display: block;
}
#post .container .bottom .box-cards .card .area-infos {
position: relative;
z-index: 2;
width: 100%;
}
#post .container .bottom .box-cards .card .categoria {
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 1.4px;
text-transform: uppercase;
text-decoration: underline;
color: #fff;
display: block;
margin-bottom: 16px;
}
#post .container .bottom .box-cards .card .titulo {
font-weight: 600;
font-size: 22px;
color: #fff;
margin-bottom: 16px;
}
#post .container .bottom .box-cards .card .area-saiba {
display: flex;
column-gap: 20px;
flex-wrap: wrap;
row-gap: 20px;
align-items: center;
justify-content: space-between;
}
#post .container .bottom .box-cards .card .area-saiba .link {
font-weight: 400;
font-size: 16px;
text-decoration: underline;
color: var(--laranja);
font-family: var(--poppins);
display: flex;
align-items: center;
column-gap: 33px;
transition: var(--transicao);
}
#post .container .bottom .box-cards .card .area-saiba .publicado {
font-family: var(--poppins);
font-weight: 400;
font-size: 14px;
color: #fff;
}
#post .container .bottom .box-cards .card .overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: block;
background: linear-gradient(180.09deg, rgba(0, 0, 0, 0) 35.2%, rgba(0, 0, 0, 0.81) 99.92%);
z-index: 1;
}
#post .container .bottom .esq > .titulo,
#post .container .bottom .dir > .titulo {
font-weight: 250;
font-size: 34px;
text-align: center;
text-transform: uppercase;
color: var(--preto);
margin-bottom: 39px;
position: relative;
}
#post .container .bottom .dir > .titulo {
margin-bottom: 19px;
}
#post .container .bottom .esq > .titulo::before,
#post .container .bottom .dir > .titulo::before {
content: '';
width: 48px;
height: 2px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: var(--laranja);
bottom: -7px;
}
#post .container .bottom {
display: flex;
justify-content: space-between;
column-gap: 20px;
}
#post .container .bottom .esq {
max-width: 72%;
}
#post .container .bottom .dir {
display: flex;
row-gap: 20px;
flex-direction: column;
width: 400px;
}
#post .container .bottom .dir a svg {
color: #B5B5B7;
transform: rotate(270deg);
transition: var(--transicao);
}
#post .container .bottom .dir a {
border: 1px solid #B5B5B7;
padding: 15px 20px 15px 30px;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 1.0px;
text-transform: uppercase;
width: 100%;
transition: var(--transicao);
color: var(--preto);
display: flex;
align-items: center;
justify-content: space-between;
}
#post .container .bottom .dir a:hover {
border: 1px solid var(--laranja);
color: var(--laranja);
}
#post .container .bottom .dir a:hover svg {
color: var(--laranja);
}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 1024px) {
#post .container .meio .navegacao {
display: none;
}
#post .container .meio .conteudo .box-conteudo .tabela table {
width: 1024px;
}
#card-autor .container-card {
flex-direction: column;
row-gap: 30px;
padding: 60px 30px;
}
#post .container .bottom .box-cards {
flex-direction: column;
row-gap: 30px;
align-items: center;
}
#post .container .bottom .esq {
width: 100%;
max-width: 100%;
}
#post .container .bottom {
flex-direction: column;
row-gap: 60px;
}
#post .container .bottom .dir {
max-width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width: 996px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 490px) {}
@media screen and (max-width: 460px) {}
@media screen and (max-width: 430px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 330px) {}
@media screen and (max-width: 280px) {}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}