@import url(https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i&amp;display=swap);
html {
    font-size: .52vw
}

@media screen and (min-width:1921px) {
    html {
        font-size: 10px
    }
}

@media screen and (max-width:1500px) {
    html {
        font-size: .54vw
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: .54vw
    }
}

@media screen and (max-width:1000px) {
    html {
        font-size: 7px
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 10px
    }
}

@media screen and (max-width:575px) {
    html {
        font-size: 10px
    }
}

@media screen and (max-width:361px) {
    html {
        font-size: 8px
    }
}

.no-mw {
    max-width: 100%!important
}

[class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}

.col-1 {
    max-width: 8.3333333333%
}

.col-2 {
    max-width: 16.6666666667%
}

.col-3 {
    max-width: 25%
}

.col-4 {
    max-width: 33.3333333333%
}

.col-5 {
    max-width: 41.6666666667%
}

.col-6 {
    max-width: 50%
}

.col-7 {
    max-width: 58.3333333333%
}

.col-8 {
    max-width: 66.6666666667%
}

.col-9 {
    max-width: 75%
}

.col-10 {
    max-width: 83.3333333333%
}

.col-11 {
    max-width: 91.6666666667%
}

.col-12 {
    max-width: 100%
}

@media only screen and (min-width:576px) {
    .col-sm-1 {
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        max-width: 25%
    }
    .col-sm-4 {
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        max-width: 50%
    }
    .col-sm-7 {
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        max-width: 75%
    }
    .col-sm-10 {
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) {
    .col-md-1 {
        max-width: 8.3333333333%
    }
    .col-md-2 {
        max-width: 16.6666666667%
    }
    .col-md-3 {
        max-width: 25%
    }
    .col-md-4 {
        max-width: 33.3333333333%
    }
    .col-md-5 {
        max-width: 41.6666666667%
    }
    .col-md-6 {
        max-width: 50%
    }
    .col-md-7 {
        max-width: 58.3333333333%
    }
    .col-md-8 {
        max-width: 66.6666666667%
    }
    .col-md-9 {
        max-width: 75%
    }
    .col-md-10 {
        max-width: 83.3333333333%
    }
    .col-md-11 {
        max-width: 91.6666666667%
    }
    .col-md-12 {
        max-width: 100%
    }
}

@media only screen and (min-width:1001px) {
    .col-lg-1 {
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        max-width: 25%
    }
    .col-lg-4 {
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        max-width: 50%
    }
    .col-lg-7 {
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        max-width: 75%
    }
    .col-lg-10 {
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        max-width: 100%
    }
}

.hide-indent {
    display: inline-block;
    position: absolute;
    text-indent: -99999px
}

.yes-mobile {
    display: none!important
}

@media only screen and (max-width:1000px) {
    .yes-mobile {
        display: block!important
    }
}

.no-mobile {
    display: block
}

@media only screen and (max-width:1000px) {
    .no-mobile {
        display: none
    }
}

.yes-phone {
    display: none!important
}

@media only screen and (max-width:767.98px) {
    .yes-phone {
        display: block!important
    }
}

@media only screen and (max-width:767.98px) {
    .no-phone {
        display: none
    }
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-absolute-h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pos-absolute-v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pos-absolute-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    transform: translateY(-50%, -50%)
}

.pos-static {
    position: static
}

.hidden {
    visibility: hidden!important
}

.d-flex {
    display: -webkit-box;
    display: flex
}

.d-flex-center {
    -webkit-box-pack: center;
    justify-content: center
}

.d-flex-center,
.d-flex-center-between {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.d-flex-center-between {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.flex-center {
    -webkit-box-pack: center;
    justify-content: center
}

.flex-center,
.flex-y-center {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.display-none {
    display: none!important
}

.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%
}

.obj-pos-center {
    -o-object-position: center;
    object-position: center
}

.obj-pos-left {
    -o-object-position: left;
    object-position: left
}

.obj-pos-right {
    -o-object-position: right;
    object-position: right
}

.obj-pos-top {
    -o-object-position: top;
    object-position: top
}

.obj-pos-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.bg-color-white {
    background: #fff
}

.bg-color-1 {
    background-color: #000
}

.bg-color-2 {
    background-color: #fff
}

.color-1 {
    color: #000
}

.color-2 {
    color: #fff
}

#contato.footer-projeto .footer-redes,
#contato.footer-projeto .footer-tel,
#contato .form-1,
#contato .form-1 label,
#contato .wrapper-form .feedback,
#header .redes-sociais,
#pg-contato,
#pg-contato .form-1,
#pg-contato .form-1 label,
#pg-contato .wrapper-form .feedback,
#pg-projeto #section-projeto-01 .col-small-01 .container-text .ano-projeto,
#pg-projeto #section-projeto-01 .col-small-02 .container-text,
#pg-projeto #section-projeto-01 .col-small-02 .container-text .title-projeto,
#pg-projeto #section-projeto-atalhos .link-anterior-proximo li:after,
#pg-projeto #section-projeto-atalhos a,
#pg-sobre .text-01,
#projetos li header h2,
.font-1,
.footer-projeto#pg-contato .footer-redes,
.footer-projeto#pg-contato .footer-tel,
.footer-size,
.menu,
.menu-copyright,
.menu-voltar {
    font-family: hk_grotesk, Helvetica, Arial, sans-serif
}

#contato .footer-mail,
#contato h2,
#pg-contato .footer-mail,
#pg-contato h2,
#pg-projeto #section-projeto-01 .col-small-01 .container-text,
#pg-sobre .text-02,
#pg-sobre .title-01,
#projetos li header h3,
.font-2 {
    font-family: Amiri, serif
}

.clear {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.border-radius-top-r {
    border-top-right-radius: 1.5rem
}

.border-radius-top-l {
    border-top-left-radius: 1.5rem
}

.border-radius-bottom-r {
    border-bottom-right-radius: 1.5rem
}

.border-radius-bottom-l {
    border-bottom-left-radius: 1.5rem
}

button {
    cursor: pointer
}

.grid-10,
.grid-20,
.grid-25,
.grid-30,
.grid-33,
.grid-40,
.grid-50,
.grid-60,
.grid-66,
.grid-70,
.grid-75,
.grid-80,
.grid-90,
.grid-100 {
    width: 100%
}

.grid-10,
.grid-20,
.grid-25,
.grid-30,
.grid-33,
.grid-40,
.grid-50,
.grid-60,
.grid-66,
.grid-70,
.grid-75,
.grid-80,
.grid-90,
.grid-100,
[class*=grid-lg-],
[class*=grid-md-],
[class*=grid-sm-],
[class*=grid-xl-],
[class*=grid-xs-] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.grid-10 .grid-item {
    width: 10%
}

.grid-10 .grid-item,
.grid-20 .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-20 .grid-item {
    width: 20%
}

.grid-25 .grid-item {
    width: 25%
}

.grid-25 .grid-item,
.grid-30 .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-30 .grid-item {
    width: 30%
}

.grid-33 .grid-item {
    width: 33.333%
}

.grid-33 .grid-item,
.grid-40 .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-40 .grid-item {
    width: 40%
}

.grid-50 .grid-item {
    width: 50%
}

.grid-50 .grid-item,
.grid-60 .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-60 .grid-item {
    width: 60%
}

.grid-66 .grid-item {
    width: 66.666%
}

.grid-66 .grid-item,
.grid-70 .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-70 .grid-item {
    width: 70%
}

.grid-75 .grid-item {
    width: 75%
}

.grid-75 .grid-item,
.grid-80 .grid-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-80 .grid-item {
    width: 80%
}

.grid-90 .grid-item {
    width: 90%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-100 .grid-item {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width:575px) {
    .grid-sm-10 .grid-item {
        width: 10%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-20 .grid-item {
        width: 20%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-25 .grid-item {
        width: 25%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-30 .grid-item {
        width: 30%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-33 .grid-item {
        width: 33.333%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-40 .grid-item {
        width: 40%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-50 .grid-item {
        width: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-60 .grid-item {
        width: 60%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-66 .grid-item {
        width: 66.666%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-70 .grid-item {
        width: 70%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-75 .grid-item {
        width: 75%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-80 .grid-item {
        width: 80%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-90 .grid-item {
        width: 90%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-sm-100 .grid-item {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:767px) {
    .grid-md-10 .grid-item {
        width: 10%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-20 .grid-item {
        width: 20%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-25 .grid-item {
        width: 25%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-30 .grid-item {
        width: 30%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-33 .grid-item {
        width: 33.333%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-40 .grid-item {
        width: 40%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-50 .grid-item {
        width: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-60 .grid-item {
        width: 60%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-66 .grid-item {
        width: 66.666%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-70 .grid-item {
        width: 70%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-75 .grid-item {
        width: 75%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-80 .grid-item {
        width: 80%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-90 .grid-item {
        width: 90%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-md-100 .grid-item {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:991px) {
    .grid-lg-10 .grid-item {
        width: 10%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-20 .grid-item {
        width: 20%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-25 .grid-item {
        width: 25%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-30 .grid-item {
        width: 30%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-33 .grid-item {
        width: 33.333%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-40 .grid-item {
        width: 40%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-50 .grid-item {
        width: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-60 .grid-item {
        width: 60%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-66 .grid-item {
        width: 66.666%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-70 .grid-item {
        width: 70%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-75 .grid-item {
        width: 75%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-80 .grid-item {
        width: 80%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-90 .grid-item {
        width: 90%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-lg-100 .grid-item {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1199px) {
    .grid-xl-10 .grid-item {
        width: 10%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-20 .grid-item {
        width: 20%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-25 .grid-item {
        width: 25%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-30 .grid-item {
        width: 30%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-33 .grid-item {
        width: 33.333%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-40 .grid-item {
        width: 40%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-50 .grid-item {
        width: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-60 .grid-item {
        width: 60%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-66 .grid-item {
        width: 66.666%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-70 .grid-item {
        width: 70%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-75 .grid-item {
        width: 75%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-80 .grid-item {
        width: 80%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-90 .grid-item {
        width: 90%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .grid-xl-100 .grid-item {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.container-fluid {
    padding-left: 5rem;
    padding-right: 5rem
}

@media only screen and (max-width:1000px) {
    .container-fluid {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media only screen and (max-width:767.98px) {
    .container-fluid {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.container {
    width: 140rem;
    height: 100%;
    margin: 0 auto;
    max-width: 140rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media screen and (max-width:1000px) {
    .container {
        width: calc(100% - 4rem);
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .container {
        width: calc(100% - 2rem);
        margin: 0 auto
    }
}

.row {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.container-img {
    overflow: hidden
}

.container-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot?nfxfee);
    src: url(../fonts/icons.eot?nfxfee#iefix) format("embedded-opentype"), url(../fonts/icons.ttf?nfxfee) format("truetype"), url(../fonts/icons.woff?nfxfee) format("woff"), url(../fonts/icons.svg?nfxfee#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.font-icon,
.select2-selection__arrow b,
.swiper-button-next,
.swiper-button-prev,
[class*=" icon-"],
[class^=icon-] {
    font-family: icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-check:before {
    content: "\E915"
}

.icon-profile:before {
    content: "\E916"
}

.icon-close:before {
    content: "\E906"
}

.icon-arrow-down:before {
    content: "\E900"
}

.icon-arrow-left:before {
    content: "\E901"
}

.icon-arrow-right:before {
    content: "\E902"
}

.icon-arrow-up:before {
    content: "\E903"
}

.icon-artigos:before {
    content: "\E904"
}

.icon-carrinho:before {
    content: "\E905"
}

.icon-down:before {
    content: "\E907"
}

.icon-eventos:before {
    content: "\E908"
}

.icon-footer-instagram:before {
    content: "\E90A"
}

.icon-footer-twitter:before {
    content: "\E90B"
}

.icon-footer-whatsapp:before {
    content: "\E90C"
}

.icon-footer-youtube:before {
    content: "\E90D"
}

.icon-left:before {
    content: "\E90E"
}

.icon-noticias:before {
    content: "\E90F"
}

.icon-paper-plane:before {
    content: "\E910"
}

.icon-phone:before {
    content: "\E911"
}

.icon-right:before {
    content: "\E912"
}

.icon-up:before {
    content: "\E913"
}

.icon-whatsapp:before {
    content: "\E914"
}

.icon-footer-facebook:before {
    content: "\E909"
}

.share-footer li a span,
.submit-newsletter span {
    text-indent: -99999px;
    display: inline-block
}

[data-delay="50"] {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

[data-delay="100"] {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

[data-delay="150"] {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

[data-delay="200"] {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

[data-delay="250"] {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

[data-delay="300"] {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

[data-delay="350"] {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

[data-delay="400"] {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

[data-delay="450"] {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

[data-delay="500"] {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

[data-delay="550"] {
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

[data-delay="600"] {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

[data-delay="650"] {
    -webkit-transition-delay: .65s;
    transition-delay: .65s;
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

[data-delay="700"] {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

[data-delay="750"] {
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

[data-delay="800"] {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

[data-delay="850"] {
    -webkit-transition-delay: .85s;
    transition-delay: .85s;
    -webkit-animation-delay: .85s;
    animation-delay: .85s
}

[data-delay="900"] {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

[data-delay="950"] {
    -webkit-transition-delay: .95s;
    transition-delay: .95s;
    -webkit-animation-delay: .95s;
    animation-delay: .95s
}

[data-delay="1000"] {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

[data-delay="1050"] {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

[data-delay="1100"] {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

[data-delay="1150"] {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

[data-delay="1200"] {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

[data-delay="1250"] {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

[data-delay="1300"] {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

[data-delay="1350"] {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s
}

[data-delay="1400"] {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

[data-delay="1450"] {
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s;
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s
}

[data-delay="1500"] {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

[data-delay="1550"] {
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s;
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s
}

[data-delay="1600"] {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

[data-delay="1650"] {
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s;
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s
}

[data-delay="1700"] {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

[data-delay="1750"] {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

[data-delay="1800"] {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

[data-delay="1850"] {
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s;
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s
}

[data-delay="1900"] {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

[data-delay="1950"] {
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s;
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s
}

[data-delay="2000"] {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

[data-delay="2050"] {
    -webkit-transition-delay: 2.05s;
    transition-delay: 2.05s;
    -webkit-animation-delay: 2.05s;
    animation-delay: 2.05s
}

[data-delay="2100"] {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

[data-delay="2150"] {
    -webkit-transition-delay: 2.15s;
    transition-delay: 2.15s;
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s
}

[data-delay="2200"] {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

[data-delay="2250"] {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

[data-delay="2300"] {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

[data-delay="2350"] {
    -webkit-transition-delay: 2.35s;
    transition-delay: 2.35s;
    -webkit-animation-delay: 2.35s;
    animation-delay: 2.35s
}

[data-delay="2400"] {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

[data-delay="2450"] {
    -webkit-transition-delay: 2.45s;
    transition-delay: 2.45s;
    -webkit-animation-delay: 2.45s;
    animation-delay: 2.45s
}

[data-delay="2500"] {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

[data-delay="2550"] {
    -webkit-transition-delay: 2.55s;
    transition-delay: 2.55s;
    -webkit-animation-delay: 2.55s;
    animation-delay: 2.55s
}

[data-delay="2600"] {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

[data-delay="2650"] {
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s;
    -webkit-animation-delay: 2.65s;
    animation-delay: 2.65s
}

[data-delay="2700"] {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

[data-delay="2750"] {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s;
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

[data-delay="2800"] {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

[data-delay="2850"] {
    -webkit-transition-delay: 2.85s;
    transition-delay: 2.85s;
    -webkit-animation-delay: 2.85s;
    animation-delay: 2.85s
}

[data-delay="2900"] {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

[data-delay="2950"] {
    -webkit-transition-delay: 2.95s;
    transition-delay: 2.95s;
    -webkit-animation-delay: 2.95s;
    animation-delay: 2.95s
}

[data-delay="3000"] {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

[data-delay="3050"] {
    -webkit-transition-delay: 3.05s;
    transition-delay: 3.05s;
    -webkit-animation-delay: 3.05s;
    animation-delay: 3.05s
}

[data-delay="3100"] {
    -webkit-transition-delay: 3.1s;
    transition-delay: 3.1s;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s
}

[data-delay="3150"] {
    -webkit-transition-delay: 3.15s;
    transition-delay: 3.15s;
    -webkit-animation-delay: 3.15s;
    animation-delay: 3.15s
}

[data-delay="3200"] {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

[data-delay="3250"] {
    -webkit-transition-delay: 3.25s;
    transition-delay: 3.25s;
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s
}

[data-delay="3300"] {
    -webkit-transition-delay: 3.3s;
    transition-delay: 3.3s;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s
}

[data-delay="3350"] {
    -webkit-transition-delay: 3.35s;
    transition-delay: 3.35s;
    -webkit-animation-delay: 3.35s;
    animation-delay: 3.35s
}

[data-delay="3400"] {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

[data-delay="3450"] {
    -webkit-transition-delay: 3.45s;
    transition-delay: 3.45s;
    -webkit-animation-delay: 3.45s;
    animation-delay: 3.45s
}

[data-delay="3500"] {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

[data-delay="3550"] {
    -webkit-transition-delay: 3.55s;
    transition-delay: 3.55s;
    -webkit-animation-delay: 3.55s;
    animation-delay: 3.55s
}

[data-delay="3600"] {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

[data-delay="3650"] {
    -webkit-transition-delay: 3.65s;
    transition-delay: 3.65s;
    -webkit-animation-delay: 3.65s;
    animation-delay: 3.65s
}

[data-delay="3700"] {
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s
}

[data-delay="3750"] {
    -webkit-transition-delay: 3.75s;
    transition-delay: 3.75s;
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s
}

[data-delay="3800"] {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

[data-delay="3850"] {
    -webkit-transition-delay: 3.85s;
    transition-delay: 3.85s;
    -webkit-animation-delay: 3.85s;
    animation-delay: 3.85s
}

[data-delay="3900"] {
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s
}

[data-delay="3950"] {
    -webkit-transition-delay: 3.95s;
    transition-delay: 3.95s;
    -webkit-animation-delay: 3.95s;
    animation-delay: 3.95s
}

[data-delay="4000"] {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

[data-delay="4050"] {
    -webkit-transition-delay: 4.05s;
    transition-delay: 4.05s;
    -webkit-animation-delay: 4.05s;
    animation-delay: 4.05s
}

[data-delay="4100"] {
    -webkit-transition-delay: 4.1s;
    transition-delay: 4.1s;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s
}

[data-delay="4150"] {
    -webkit-transition-delay: 4.15s;
    transition-delay: 4.15s;
    -webkit-animation-delay: 4.15s;
    animation-delay: 4.15s
}

[data-delay="4200"] {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

[data-delay="4250"] {
    -webkit-transition-delay: 4.25s;
    transition-delay: 4.25s;
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s
}

[data-delay="4300"] {
    -webkit-transition-delay: 4.3s;
    transition-delay: 4.3s;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s
}

[data-delay="4350"] {
    -webkit-transition-delay: 4.35s;
    transition-delay: 4.35s;
    -webkit-animation-delay: 4.35s;
    animation-delay: 4.35s
}

[data-delay="4400"] {
    -webkit-transition-delay: 4.4s;
    transition-delay: 4.4s;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s
}

[data-delay="4450"] {
    -webkit-transition-delay: 4.45s;
    transition-delay: 4.45s;
    -webkit-animation-delay: 4.45s;
    animation-delay: 4.45s
}

[data-delay="4500"] {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

[data-delay="4550"] {
    -webkit-transition-delay: 4.55s;
    transition-delay: 4.55s;
    -webkit-animation-delay: 4.55s;
    animation-delay: 4.55s
}

[data-delay="4600"] {
    -webkit-transition-delay: 4.6s;
    transition-delay: 4.6s;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s
}

[data-delay="4650"] {
    -webkit-transition-delay: 4.65s;
    transition-delay: 4.65s;
    -webkit-animation-delay: 4.65s;
    animation-delay: 4.65s
}

[data-delay="4700"] {
    -webkit-transition-delay: 4.7s;
    transition-delay: 4.7s;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s
}

[data-delay="4750"] {
    -webkit-transition-delay: 4.75s;
    transition-delay: 4.75s;
    -webkit-animation-delay: 4.75s;
    animation-delay: 4.75s
}

[data-delay="4800"] {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

[data-delay="4850"] {
    -webkit-transition-delay: 4.85s;
    transition-delay: 4.85s;
    -webkit-animation-delay: 4.85s;
    animation-delay: 4.85s
}

[data-delay="4900"] {
    -webkit-transition-delay: 4.9s;
    transition-delay: 4.9s;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s
}

[data-delay="4950"] {
    -webkit-transition-delay: 4.95s;
    transition-delay: 4.95s;
    -webkit-animation-delay: 4.95s;
    animation-delay: 4.95s
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

[data-sal] {
    visibility: hidden
}

[data-sal].animated {
    visibility: visible
}

.animated-delay-01 {
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.animated-delay-02 {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.animated-delay-03 {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.animated-delay-04 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.animated-delay-05 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated-delay {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes draw-in {
    0% {
        opacity: 1;
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1
    }
}

@keyframes draw-in {
    0% {
        opacity: 1;
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes draw-out {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1
    }
    99% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes draw-out {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1
    }
    99% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.draw-in,
.draw-out,
[data-sal=draw-in],
[data-sal=draw-out] {
    -webkit-mask: url(../images/lib/draw-sprite.png);
    mask: url(../images/lib/draw-sprite.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%
}

.draw-out,
[data-sal=draw-out],
[data-sal=draw-out].animated {
    -webkit-mask-position: 0 0;
    mask-position: 0 0
}

.draw-out,
[data-sal=draw-out].animated {
    -webkit-animation: draw-out 1.2s steps(29) forwards;
    animation: draw-out 1.2s steps(29) forwards
}

[data-sal=draw-in] {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    opacity: 0
}

.draw-in,
[data-sal=draw-in].animated {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    -webkit-animation: draw-in 1.2s steps(29) forwards;
    animation: draw-in 1.2s steps(29) forwards
}

.in-width-left,
[data-sal=in-width-left].animated {
    -webkit-animation: in-width-left cubic-bezier(1, 0, 0, 1) forwards;
    animation: in-width-left cubic-bezier(1, 0, 0, 1) forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.animated[data-sal=in-width-left],
.in-width-left.animated,
[data-sal=in-width-left] {
    visibility: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.in-width-right,
[data-sal=in-width-right].animated {
    -webkit-animation: in-width-right cubic-bezier(1, 0, 0, 1) forwards;
    animation: in-width-right cubic-bezier(1, 0, 0, 1) forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-sal=in-width-right] {
    visibility: hidden;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

@-webkit-keyframes in-width-right {
    0% {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
    to {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes in-width-right {
    0% {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
    to {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

.in-width-center,
[data-sal=in-width-center].animated {
    -webkit-animation: in-width-center cubic-bezier(1, 0, 0, 1) forwards;
    animation: in-width-center cubic-bezier(1, 0, 0, 1) forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-sal=in-width-center] {
    visibility: hidden;
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%)
}

@-webkit-keyframes in-width-center {
    0% {
        visibility: visible;
        -webkit-clip-path: circle(0 at 50% 50%);
        clip-path: circle(0 at 50% 50%)
    }
    to {
        visibility: visible;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%)
    }
}

@keyframes in-width-center {
    0% {
        visibility: visible;
        -webkit-clip-path: circle(0 at 50% 50%);
        clip-path: circle(0 at 50% 50%)
    }
    to {
        visibility: visible;
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%)
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce,
[data-sal=bounce].animated {
    -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
    }
}

.flash,
[data-sal=flash].animated {
    -webkit-animation-name: flash;
    animation-name: flash
}

[data-sal=flash] {
    opacity: 0
}

@-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)
    }
}

.pulse,
[data-sal=pulse].animated {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-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)
    }
}

.rubberBand,
[data-sal=rubberBand].animated {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    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 shake {
    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)
    }
}

.shake,
[data-sal=shake].animated {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-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)
    }
}

.swing,
[data-sal=swing].animated {
    -webkit-animation-name: swing;
    animation-name: swing
}

.swing,
[data-sal=swing],
[data-sal=swing].animated {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-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)
    }
}

.tada,
[data-sal=tada].animated {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    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: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    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: none;
        transform: none
    }
}

.wobble,
[data-sal=wobble].animated {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-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)
    }
}

.bounceIn,
[data-sal=bounceIn].animated {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown,
[data-sal=bounceInDown].animated {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.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)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp,
[data-sal=fadeInUp].animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300%, 0);
        transform: translate3d(0, 300%, 0)
    }
    20% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300%, 0);
        transform: translate3d(0, 300%, 0)
    }
    20% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.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)
    }
}

.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)
    }
}

.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)
    }
}

.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)
    }
}

.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)
    }
}

.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)
    }
}

.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)
    }
}

.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)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-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)
    }
}

.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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-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)
    }
}

.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
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -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
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    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);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    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);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-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: none;
        transform: none
    }
}

@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: none;
        transform: none
    }
}

.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)
    }
}

.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
    }
}

.zoomIn,
[data-sal=zoomIn].animated {
    -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)
    }
}

.zoomInDown,
[data-sal=zoomInDown].animated {
    -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)
    }
}

.zoomInLeft,
[data-sal=zoomInLeft].animated {
    -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)
    }
}

.zoomInRight,
[data-sal=zoomInRight].animated {
    -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)
    }
}

.zoomInUp,
[data-sal=zoomInUp].animated {
    -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
    }
}

.zoomOut,
[data-sal=zoomOut].animated {
    -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-transform-origin: center bottom;
        transform-origin: center bottom;
        -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-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown,
[data-sal=zoomOutDown].animated {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-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);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@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);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft,
[data-sal=zoomOutLeft].animated {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-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);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@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);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight,
[data-sal=zoomOutRight].animated {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-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-transform-origin: center bottom;
        transform-origin: center bottom;
        -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-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp,
[data-sal=zoomOutUp].animated {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.scaleIn,
[data-sal=scaleIn].animated {
    -webkit-animation-name: scaleIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: scaleIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center;
        transform-origin: center;
        visibility: visible
    }
}

.scaleOut,
[data-sal=scaleOut].animated {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleOutTopRight,
[data-sal=scaleOutTopRight].animated {
    -webkit-animation-name: scaleOutTopRight;
    animation-name: scaleOutTopRight
}

@-webkit-keyframes scaleOutTopRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(20rem, -20rem);
        transform: scale(1.8) translate(20rem, -20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleOutTopRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(20rem, -20rem);
        transform: scale(1.8) translate(20rem, -20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleOutTopLeft,
[data-sal=scaleOutTopLeft].animated {
    -webkit-animation-name: scaleOutTopLeft;
    animation-name: scaleOutTopLeft
}

@-webkit-keyframes scaleOutTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(-20rem, -20rem);
        transform: scale(1.8) translate(-20rem, -20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleOutTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(-20rem, -20rem);
        transform: scale(1.8) translate(-20rem, -20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleOutBottomLeft,
[data-sal=scaleOutBottomLeft].animated {
    -webkit-animation-name: scaleOutBottomLeft;
    animation-name: scaleOutBottomLeft
}

@-webkit-keyframes scaleOutBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(-20rem, 20rem);
        transform: scale(1.8) translate(-20rem, 20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleOutBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(-20rem, 20rem);
        transform: scale(1.8) translate(-20rem, 20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleOutBottomRight,
[data-sal=scaleOutBottomRight].animated {
    -webkit-animation-name: scaleOutBottomRight;
    animation-name: scaleOutBottomRight
}

@-webkit-keyframes scaleOutBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(20rem, 20rem);
        transform: scale(1.8) translate(20rem, 20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleOutBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(20rem, 20rem);
        transform: scale(1.8) translate(20rem, 20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleOutRight,
[data-sal=scaleOutRight].animated {
    -webkit-animation-name: scaleOutRight;
    animation-name: scaleOutRight
}

@-webkit-keyframes scaleOutRight {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: scale(1.8) translate(20rem);
        transform: scale(1.8) translate(20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

@keyframes scaleOutRight {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: scale(1.8) translate(20rem);
        transform: scale(1.8) translate(20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

.scaleOutLeft,
[data-sal=scaleOutLeft].animated {
    -webkit-animation-name: scaleOutLeft;
    animation-name: scaleOutLeft
}

@-webkit-keyframes scaleOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(-20rem);
        transform: scale(1.8) translate(-20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8) translate(-20rem);
        transform: scale(1.8) translate(-20rem)
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes in-width-left {
    0% {
        visibility: visible;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    to {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes in-width-left {
    0% {
        visibility: visible;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    to {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@-webkit-keyframes pageOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(10vh);
        transform: translateY(10vh);
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

@keyframes pageOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(10vh);
        transform: translateY(10vh);
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

@-webkit-keyframes pageIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(-10vh);
        transform: translateY(-10vh)
    }
}

@keyframes pageIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(-10vh);
        transform: translateY(-10vh)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
        visibility: visible
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: scale(2) translateZ(-1px);
        transform: scale(2) translateZ(-1px)
    }
    to {
        -webkit-transform: scale(2.2) translateZ(-1px);
        transform: scale(2.2) translateZ(-1px)
    }
}

@keyframes scaleUp {
    0% {
        -webkit-transform: scale(2) translateZ(-1px);
        transform: scale(2) translateZ(-1px)
    }
    to {
        -webkit-transform: scale(2.2) translateZ(-1px);
        transform: scale(2.2) translateZ(-1px)
    }
}

@-webkit-keyframes scaleDown {
    0% {
        -webkit-transform: scale(2.2) translateZ(-1px);
        transform: scale(2.2) translateZ(-1px)
    }
    to {
        -webkit-transform: scale(2) translateZ(-1px);
        transform: scale(2) translateZ(-1px)
    }
}

@keyframes scaleDown {
    0% {
        -webkit-transform: scale(2.2) translateZ(-1px);
        transform: scale(2.2) translateZ(-1px)
    }
    to {
        -webkit-transform: scale(2) translateZ(-1px);
        transform: scale(2) translateZ(-1px)
    }
}

#header {
    width: 100vw;
    height: 100vh;
    background: transparent;
    display: block;
    z-index: 99;
    top: 0;
    padding: 4rem 5rem;
    position: fixed;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    #header {
        padding: 2rem 3rem
    }
}

#header a {
    display: inline-block
}

#header:before {
    content: "";
    width: 100%;
    height: 9rem;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#header .lang {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    font-style: italic;
    font-size: 2.1rem;
    pointer-events: auto
}

@media only screen and (max-width:767.98px) {
    #header .lang {
        font-size: 2.1rem
    }
}

#header .lang li {
    display: inline-block;
    text-align: center;
    margin: 0
}

#header .lang li:first-child:after {
    content: " - "
}

@media only screen and (max-width:767.98px) {
    #header .lang li {
        margin: .2rem 0
    }
}

#header .lang li a {
    color: #000;
    line-height: 1em
}

#header .lang li a:hover {
    -webkit-filter: grayscale(1) brightness(200%);
    filter: grayscale(1) brightness(200%);
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#header .lang li a.active {
    font-weight: 600
}

#header .container-redes-sociais {
    width: 33rem;
    height: 33rem;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end;
    align-content: flex-end;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: none;
    pointer-events: none;
    opacity: 0
}

#header .container-redes-sociais,
#header .redes-sociais {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

#header .redes-sociais {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    opacity: 1
}

#header .redes-sociais li {
    position: relative
}

#header .redes-sociais li:after {
    content: "/";
    width: auto;
    height: 100%;
    display: inline-block;
    position: relative;
    padding: 0 .6rem 0 .3rem
}

#header .redes-sociais li a {
    display: inline-block;
    color: #000;
    pointer-events: auto
}

#header .redes-sociais li:last-child:after {
    display: none
}

#header .container-fluid {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    position: relative
}

@media screen and (max-width:1000px) {
    #header .container-fluid {
        width: 100%
    }
}

#marca {
    pointer-events: auto;
    position: absolute;
    z-index: 99;
    width: 13rem;
    height: 6rem;
    display: block;
    background: url(../images/marca.svg) no-repeat 50%/contain;
    text-indent: -99999px;
    margin: 0 auto;
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    align-self: center;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    #marca {
        width: 11rem;
        height: 5rem;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#marca:hover {
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.link-menu {
    text-transform: lowercase
}

.menu {
    color: #000;
    font-size: 2.01rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.142em
}

.menu a {
    color: #000;
    pointer-events: auto
}

.menu a span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.menu-estudio,
.menu-projetos {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

.menu-estudio .icon-double-left,
.menu-projetos .icon-double-left {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: .6rem;
    height: 1.6rem;
    margin: -.5rem 0 0;
    display: none
}

.menu-contato {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

.menu-copyright {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    width: 8rem;
    height: 8rem;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.142em;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-transform-origin: center;
    transform-origin: center
}

@media only screen and (max-width:767.98px) {
    .menu-copyright {
        width: 8rem;
        height: 8rem
    }
}

.menu-voltar {
    font-size: 2.01rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.142em;
    color: #000;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 14rem;
    height: 14rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.menu-voltar a {
    color: #000
}

#pg-home .menu-projetos {
    display: none
}

#bt-menu {
    width: 5.5rem;
    height: 5rem;
    border: none;
    background: none;
    display: block;
    outline: none;
    overflow: hidden
}

#bt-menu .menu-open {
    background: url(../images/svg/bt-menu-01.svg) no-repeat 50%;
    background-size: 90% auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#bt-menu .menu-close,
#bt-menu .menu-open {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#bt-menu .menu-close {
    background: url(../images/svg/bt-menu-02.svg) no-repeat 50%;
    background-size: auto 100%;
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
}

.scrolled #header {
    opacity: 1;
    pointer-events: none
}

.scrolled #header .menu-copyright {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translateY(-6rem);
    transform: rotate(-90deg) translateY(-6rem);
    -webkit-transition: opacity .3s linear 0s, -webkit-transform 0s linear .4s!important;
    transition: opacity .3s linear 0s, -webkit-transform 0s linear .4s!important;
    transition: transform 0s linear .4s, opacity .3s linear 0s!important;
    transition: transform 0s linear .4s, opacity .3s linear 0s, -webkit-transform 0s linear .4s!important
}

.scrolled #header .lang,
.scrolled #header .menu li {
    opacity: 0
}

.scrolled #header .lang,
.scrolled #header .menu li,
.scrolled.scrolled-up #header .menu li {
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.scrolled.scrolled-up #header .menu li {
    opacity: 1
}

.scrolled.scrolled-up #header .menu-copyright {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-up #header .menu-copyright {
        opacity: 0;
        pointer-events: none
    }
}

.scrolled.scrolled-up #header .lang {
    opacity: 0
}

.scrolled.scrolled-up #header .menu-voltar {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-up #header .menu-voltar {
        opacity: 0;
        pointer-events: none
    }
}

#pg-home #header #marca {
    opacity: 0;
    pointer-events: none
}

@media only screen and (max-width:767.98px) {
    #pg-home #header #marca {
        opacity: 1;
        pointer-events: auto
    }
}

#pg-projetos #header #marca,
.scrolled #pg-home #header #marca {
    opacity: 1;
    pointer-events: auto
}

.scrolled.scrolled-bottom .icon-double-arrow-right {
    background-image: url(../images/double-arrow-right-white.svg)!important
}

.scrolled.scrolled-bottom .menu-copyright {
    color: #fff;
    opacity: 1!important
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-bottom .menu-copyright {
        opacity: 0!important;
        pointer-events: none
    }
}

.scrolled.scrolled-bottom .menu-voltar {
    opacity: 1!important;
    pointer-events: auto
}

.scrolled.scrolled-bottom .menu-voltar a {
    color: #fff
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-bottom .menu-voltar {
        opacity: 0!important;
        pointer-events: none
    }
}

.scrolled.scrolled-bottom .lang {
    opacity: 0!important;
    pointer-events: none!important
}

#pg-sobre .lang,
#pg-sobre .menu-estudio,
#pg-sobre .menu-voltar {
    opacity: 0;
    pointer-events: none;
    display: none
}

#pg-sobre .container-redes-sociais {
    opacity: 1;
    pointer-events: auto;
    display: -webkit-box;
    display: flex
}

#pg-sobre .container-redes-sociais .wrapper-mask>span {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media only screen and (max-width:767.98px) {
    #pg-sobre .container-redes-sociais {
        opacity: 0;
        pointer-events: none
    }
    #pg-sobre .container-redes-sociais .wrapper-mask>span {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
}

#pg-sobre .menu-copyright {
    opacity: 1;
    pointer-events: auto
}

@media only screen and (max-width:767.98px) {
    #pg-sobre .menu-copyright {
        opacity: 0;
        pointer-events: none
    }
}

#pg-projetos .lang,
#pg-projetos .menu-projetos {
    opacity: 0;
    pointer-events: none;
    display: none
}

#pg-projetos .menu-copyright {
    opacity: 0;
    pointer-events: none
}

#pg-projeto .menu-projetos {
    left: auto;
    right: 16.5rem
}

#pg-projeto .menu-projetos a {
    position: relative;
    display: block
}

#pg-projeto .menu-projetos a>span {
    padding-left: 2rem
}

#pg-projeto .menu-projetos a:hover .icon-double-left {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

#pg-projeto .menu-projetos .icon-double-left {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -2rem;
    width: .6rem;
    height: 1.6rem;
    margin: -.6rem 0 0;
    display: block;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@media only screen and (max-width:767.98px) {
    #pg-projeto .menu-projetos {
        right: auto
    }
    #pg-projeto .menu-projetos a>span {
        padding-left: 0
    }
    #pg-projeto .menu-projetos .icon-double-left {
        display: none
    }
}

#pg-projeto .lang {
    opacity: 0;
    pointer-events: none;
    display: none
}

#pg-projeto .menu-copyright {
    -webkit-transform: rotate(-90deg) translateY(-6rem)!important;
    transform: rotate(-90deg) translateY(-6rem)!important
}

#pg-contato .menu-copyright,
#pg-projeto .menu-copyright {
    opacity: 0;
    pointer-events: none
}

.scrolled #pg-sobre .menu-voltar,
.scrolled.scrolled-bottom #pg-sobre .menu-voltar {
    opacity: 0;
    display: none
}

.scrolled #pg-sobre #header,
.scrolled.scrolled-bottom #pg-sobre #header {
    opacity: 1;
    pointer-events: none
}

.scrolled #pg-sobre #header .menu li,
.scrolled.scrolled-bottom #pg-sobre #header .menu li {
    opacity: 1
}

.scrolled #pg-sobre #header .menu-copyright,
.scrolled.scrolled-bottom #pg-sobre #header .menu-copyright {
    opacity: 1;
    color: #000;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

@media only screen and (max-width:767.98px) {
    .scrolled #pg-sobre #header .menu-copyright,
    .scrolled.scrolled-bottom #pg-sobre #header .menu-copyright {
        opacity: 0;
        pointer-events: none
    }
}

.scrolled #pg-sobre #header .lang,
.scrolled.scrolled-bottom #pg-sobre #header .lang {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.scrolled #pg-projeto .menu-copyright,
.scrolled.scrolled-bottom #pg-projeto .menu-copyright {
    color: #000
}

.scrolled #pg-projeto .icon-double-arrow-right,
.scrolled.scrolled-bottom #pg-projeto .icon-double-arrow-right {
    background-image: url(../images/double-arrow-right.svg)!important
}

.scrolled #pg-projeto .menu-voltar a,
.scrolled.scrolled-bottom #pg-projeto .menu-voltar a {
    color: #000
}

.scrolled.scrolled-up #pg-projetos .menu-copyright {
    opacity: 1;
    pointer-events: auto
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-up #pg-projetos .menu-copyright {
        opacity: 0;
        pointer-events: none
    }
}

.scrolled.scrolled-up #pg-projeto #header:before {
    -webkit-transform: none;
    transform: none
}

.scrolled.scrolled-up #pg-projeto .menu-copyright {
    opacity: 1;
    pointer-events: auto
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-up #pg-projeto .menu-copyright {
        opacity: 0;
        pointer-events: none
    }
}

@media only screen and (max-width:767.98px) {
    .scrolled.scrolled-bottom #header:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@media only screen and (max-width:767.98px) {
    .wrapper-menu {
        width: 100%;
        height: auto;
        min-height: 480px;
        pointer-events: none!important;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .wrapper-menu:before {
        content: "";
        width: 100vw;
        height: 100vh;
        background: #FCEE21;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        position: fixed;
        z-index: 2;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
        transition: all .3s cubic-bezier(.785, .135, .15, .86);
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }
    .wrapper-menu #bt-menu {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 3;
        pointer-events: auto
    }
    .wrapper-menu .menu {
        font-family: Amiri, serif;
        font-size: 5.5rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1em;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        z-index: 4;
        width: 100%
    }
    .wrapper-menu .menu li {
        position: relative;
        display: block!important;
        opacity: 1!important;
        margin: 1rem 0
    }
    .wrapper-menu .menu li a {
        pointer-events: none!important
    }
    .wrapper-menu .menu li .wrapper-mask>span {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
    .wrapper-menu .container-redes-sociais {
        width: 100%!important;
        height: auto!important;
        position: relative!important;
        z-index: 4;
        bottom: auto;
        right: auto;
        -webkit-transform: rotate(0deg)!important;
        transform: rotate(0deg)!important;
        pointer-events: none!important;
        opacity: 1!important;
        margin: 0 0 1.5rem
    }
    .wrapper-menu .container-redes-sociais,
    .wrapper-menu .container-redes-sociais .redes-sociais {
        display: -webkit-box!important;
        display: flex!important;
        -webkit-box-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .wrapper-menu .container-redes-sociais .redes-sociais {
        font-size: 1.7rem!important;
        line-height: 1.4em!important;
        font-weight: 700!important;
        color: #000
    }
    .wrapper-menu .menu-bt-mail {
        display: -webkit-box;
        display: flex;
        display: flex!important;
        padding: .25rem 0;
        margin: 3rem 0 0;
        pointer-events: none!important
    }
    .wrapper-menu .menu-bt-mail,
    .wrapper-menu .menu-tel-address {
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        position: relative;
        z-index: 4;
        color: #000;
        font-size: 1.7rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.4em
    }
    .wrapper-menu .menu-tel-address {
        display: -webkit-box;
        display: flex;
        text-align: center
    }
    .wrapper-menu .menu-tel-address address {
        width: auto;
        padding: 1.5rem 0 0;
        display: inline-block;
        position: relative
    }
    .wrapper-menu .menu-tel-address address:after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
        transition: all .3s cubic-bezier(.785, .135, .15, .86);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    .wrapper-menu .menu-tel-address a {
        display: inline;
        color: #000
    }
    .wrapper-menu .lang-menu {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        display: flex!important;
        position: relative!important;
        z-index: 4;
        color: #000;
        pointer-events: none!important;
        opacity: 1!important;
        font-size: 1.7rem!important;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.4em;
        margin: 3rem 0
    }
}

#pg-error .menu-projetos {
    top: auto;
    bottom: 0
}

#pg-error .menu-copyright {
    display: none
}

@media only screen and (max-width:767.98px) {
    body.menu-active .wrapper-menu,
    body.menu-active .wrapper-menu li,
    body.menu-active .wrapper-menu li a {
        pointer-events: auto!important
    }
    body.menu-active .wrapper-menu:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }
    body.menu-active .wrapper-menu #bt-menu .menu-open {
        -webkit-transform: translateY(150%);
        transform: translateY(150%)
    }
    body.menu-active .wrapper-menu #bt-menu .menu-close,
    body.menu-active .wrapper-menu .menu li .wrapper-mask>span {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    body.menu-active .wrapper-menu .menu li:first-child .wrapper-mask>span {
        -webkit-transition-delay: .1s!important;
        transition-delay: .1s!important
    }
    body.menu-active .wrapper-menu .menu li:nth-child(2) .wrapper-mask>span {
        -webkit-transition-delay: .3s!important;
        transition-delay: .3s!important
    }
    body.menu-active .wrapper-menu .menu li:nth-child(3) .wrapper-mask>span {
        -webkit-transition-delay: .5s!important;
        transition-delay: .5s!important
    }
    body.menu-active .wrapper-menu .menu-bt-mail {
        pointer-events: auto!important
    }
    body.menu-active .wrapper-menu .menu-bt-mail .wrapper-mask>span {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .9s!important;
        transition-delay: .9s!important
    }
    body.menu-active .wrapper-menu .container-redes-sociais .wrapper-mask>span {
        -webkit-transform: translateY(0)!important;
        transform: translateY(0)!important;
        -webkit-transition-delay: .9s!important;
        transition-delay: .9s!important
    }
    body.menu-active .wrapper-menu .menu-tel-address address:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 1.2s!important;
        transition-delay: 1.2s!important
    }
    body.menu-active .wrapper-menu .menu-tel-address address .wrapper-mask>span {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .9s!important;
        transition-delay: .9s!important
    }
    body.menu-active .wrapper-menu .lang-menu {
        pointer-events: auto!important
    }
    body.menu-active .wrapper-menu .lang-menu.wrapper-mask>li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .9s!important;
        transition-delay: .9s!important
    }
}

.assinatura {
    top: 12rem;
    position: relative;
    opacity: .5;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.assinatura a {
    line-height: 2em;
    padding: 1rem 0
}

.assinatura .spacer {
    display: inline-block;
    margin: 0 .5rem
}

@media only screen and (max-width:767.98px) {
    .assinatura {
        top: 15rem;
        font-size: 1.6rem
    }
}

.section {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    pointer-events: auto
}

#pg-home main {
    background: #f4f4f4
}

.step {
    visibility: hidden
}

.step.animated {
    visibility: visible
}

.grid-item {
    padding: 1rem;
    min-height: 40rem
}

.grid-item .container-img {
    height: 100%
}

.grid-item .container-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#pg-home main {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#pg-home main:after {
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #f4f4f4
}

.scrolled #pg-home main:after {
    opacity: 0
}

#projetos {
    z-index: 2
}

#contato,
#pg-contato {
    background: #000;
    z-index: 1;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 1.7rem
}

#contato h2,
#pg-contato h2 {
    font-size: 4.8rem;
    font-weight: 700;
    color: #fff
}

@media only screen and (max-width:767.98px) {
    #contato h2,
    #pg-contato h2 {
        font-size: 4rem
    }
}

#contato strong,
#pg-contato strong {
    font-size: 2.8rem
}

#pg-projeto main {
    background: #fff;
    pointer-events: auto
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #wrapper-scroll #pg-contato,
    #pg-projeto #wrapper-scroll .footer-size {
        display: none
    }
}

#pg-projeto #section-projeto-01 {
    padding: 8.5rem 0 0
}

@media only screen and (min-width:1001px) {
    #pg-projeto #section-projeto-01 {
        position: relative
    }
}

#pg-projeto #section-projeto-01 .col-small-01 {
    padding: 23rem 1.5rem 3rem
}

@media only screen and (min-width:1001px) {
    #pg-projeto #section-projeto-01 .col-small-01 {
        margin-top: -10rem
    }
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-01 .col-small-01 {
        padding: 0 1.5rem 3rem
    }
}

#pg-projeto #section-projeto-01 .col-small-01 .container-text {
    max-width: 27.7rem;
    font-size: 2.334rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.214em;
    font-style: italic;
    text-align: left
}

#pg-projeto #section-projeto-01 .col-small-01 .container-text .ano-projeto {
    font-size: 2.334rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.214em;
    margin: 0 0 1.5rem;
    display: inline-block
}

#pg-projeto #section-projeto-01 .col-small-02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 23rem 1.5rem 3rem
}

@media only screen and (min-width:1001px) {
    #pg-projeto #section-projeto-01 .col-small-02 {
        margin-top: -10rem
    }
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-01 .col-small-02 {
        padding: 6rem 1.5rem 3rem
    }
}

#pg-projeto #section-projeto-01 .col-small-02 .container-text {
    max-width: 33.5rem;
    text-align: left;
    font-size: 2.01rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.142em
}

#pg-projeto #section-projeto-01 .col-small-02 .container-text .title-projeto {
    font-size: 2.334rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.214em;
    margin: 0 0 3.5rem
}

#pg-projeto #section-projeto-01 .col-small-02 .icon-double-down {
    width: 1.5rem;
    height: 1.5rem;
    margin: 4.5rem 0;
    pointer-events: auto
}

#pg-projeto #section-projeto-01 .col-big {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-01 .col-big {
        padding-top: 5rem
    }
}

#pg-projeto #section-projeto-01 .col-big .container-img {
    max-width: 98.5rem;
    width: 100%
}

#pg-projeto #section-projeto-01 .col-big .container-img video {
    max-width: 100%
}

@media only screen and (min-width:1001px) {
    #pg-projeto #section-projeto-01 .col-big .container-img {
        position: relative
    }
}

#pg-projeto #section-projeto-02 {
    padding: 0 0 14rem
}

#pg-projeto #section-projeto-02 .row {
    -webkit-box-pack: center;
    justify-content: center
}

#pg-projeto #section-projeto-02 .row .container-img {
    padding: 1.5rem 0
}

#pg-projeto #section-projeto-atalhos {
    padding: 0 0 17.5rem
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-atalhos {
        padding: 0 0 8.5rem
    }
}

#pg-projeto #section-projeto-atalhos .row {
    -webkit-box-pack: center;
    justify-content: center
}

#pg-projeto #section-projeto-atalhos .row .container-atalhos {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    position: relative
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-atalhos .row .container-atalhos {
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

#pg-projeto #section-projeto-atalhos a {
    display: inline-block;
    font-size: 2.668rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    color: #000;
    pointer-events: auto
}

#pg-projeto #section-projeto-atalhos .icon-lasca {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#pg-projeto #section-projeto-atalhos .icon-lasca svg {
    height: 3.5rem
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-atalhos .icon-lasca {
        top: -7rem
    }
}

#pg-projeto #section-projeto-atalhos .link-anterior-proximo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

#pg-projeto #section-projeto-atalhos .link-anterior-proximo li {
    position: relative;
    padding: 0 2rem;
    margin: 0
}

#pg-projeto #section-projeto-atalhos .link-anterior-proximo li:after {
    content: "/";
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 40%;
    right: -.5rem;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.668rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    color: #000
}

#pg-projeto #section-projeto-atalhos .link-anterior-proximo li:last-child {
    padding: 0 0 0 2rem
}

#pg-projeto #section-projeto-atalhos .link-anterior-proximo li:last-child:after {
    display: none
}

@media only screen and (max-width:767.98px) {
    #pg-projeto #section-projeto-atalhos .link-anterior-proximo {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin: 3rem 0 0
    }
    #pg-projeto #section-projeto-atalhos .link-anterior-proximo li:last-child {
        padding: 0 2rem
    }
}

#pg-projeto .a-disabled {
    opacity: .2;
    pointer-events: none!important
}

#pg-projeto .editor h2 {
    font-size: 3rem
}

#pg-projeto .editor h2,
#pg-projeto .editor h3 {
    font-weight: 700;
    font-style: italic;
    padding-top: 3rem
}

#pg-projeto .editor h3 {
    font-size: 2rem
}

#pg-projeto .editor img,
#pg-projeto .editor video {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

#pg-projeto .editor video {
    width: 100%
}

#pg-sobre #contato,
#pg-sobre #pg-contato {
    display: none!important
}

#pg-sobre main {
    background: #f4f4f4;
    min-height: 100vh;
    pointer-events: auto
}

#pg-sobre .title-01 {
    font-size: 4.866rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.246em;
    text-align: left
}

@media only screen and (max-width:767.98px) {
    #pg-sobre .title-01 {
        font-size: 4rem
    }
}

#pg-sobre .text-01 {
    font-size: 1.733rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: left
}

#pg-sobre .text-02 {
    font-size: 2.533rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.184em;
    font-style: italic;
    text-align: left
}

#pg-sobre .container-img {
    width: 100%;
    overflow: hidden
}

#pg-sobre #section-sobre-01 {
    padding: 24rem 0 22rem
}

@media only screen and (max-width:767.98px) {
    #pg-sobre #section-sobre-01 {
        padding: 14rem 0 6rem
    }
}

#pg-sobre #section-sobre-01 .title-01 {
    margin: 0 0 9.5rem
}

@media only screen and (max-width:767.98px) {
    #pg-sobre #section-sobre-01 .title-01 {
        margin: 0 0 6.5rem
    }
}

#pg-sobre #section-sobre-01 .col-big .title-01 {
    max-width: 77rem
}

#pg-sobre #section-sobre-01 .col-big .container-img {
    max-width: 77rem;
    height: 49.2rem
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-01 .col-big .container-img {
        max-width: 100%
    }
}

@media only screen and (max-width:767.98px) {
    #pg-sobre #section-sobre-01 .col-big .container-img {
        height: 23.2rem
    }
}

#pg-sobre #section-sobre-01 .col-big .container-img img {
    -o-object-fit: 100% auto;
    object-fit: 100% auto;
    -o-object-position: bottom center;
    object-position: bottom center
}

#pg-sobre #section-sobre-01 .col-small {
    margin-top: .5rem
}

@media only screen and (min-width:1001px) {
    #pg-sobre #section-sobre-01 .col-small {
        margin-top: -10rem
    }
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-01 .col-small {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: inherit;
        align-items: inherit;
        align-content: inherit;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        margin-top: 6rem
    }
}

#pg-sobre #section-sobre-01 .col-small .text-01 {
    max-width: 27.5rem;
    margin: 0 0 4.5rem
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-01 .col-small .text-01 {
        margin-right: 15%
    }
}

#pg-sobre #section-sobre-01 .col-small .container-text-02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0 0 4.5rem
}

#pg-sobre #section-sobre-01 .col-small .text-02 {
    max-width: 42rem;
    margin: 6.5rem 0 0
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-01 .col-small .text-02 {
        margin: 0 0 6.5rem
    }
}

#pg-sobre #section-sobre-01 .col-small .icon-double-down {
    width: 1.6rem;
    height: 1.5rem
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-01 .col-small .icon-double-down {
        -webkit-box-ordinal-group: 3;
        order: 2
    }
}

#pg-sobre #section-sobre-02 .container-fluid .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 22.5rem 0 14rem
}

@media only screen and (min-width:1001px) {
    #pg-sobre #section-sobre-02 .container-fluid .row {
        position: relative
    }
}

@media only screen and (max-width:767.98px) {
    #pg-sobre #section-sobre-02 .container-fluid .row {
        padding: 10rem 0 8rem
    }
}

#pg-sobre #section-sobre-02 .col-small-01 {
    position: relative;
    margin-top: 5.5rem
}

#pg-sobre #section-sobre-02 .col-small-01 .title-fundador {
    position: absolute;
    top: -3.5rem;
    right: auto;
    bottom: auto;
    left: 1.8rem
}

#pg-sobre #section-sobre-02 .col-small-01 .container-text-01 {
    max-width: 28rem;
    margin: 4rem 0 7.5rem
}

#pg-sobre #section-sobre-02 .col-small-01 .container-text-02 {
    width: 110%
}

@media only screen and (max-width:767.98px) {
    #pg-sobre #section-sobre-02 .col-small-01 .container-text-02 {
        width: 100%;
        margin: 0 0 6.5rem
    }
}

#pg-sobre #section-sobre-02 .col-small-02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

#pg-sobre #section-sobre-02 .col-small-02 .container-img {
    max-height: none; /* permite que la altura crezca según la imagen */
}

#pg-sobre #section-sobre-02 .col-small-02 .container-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;  /* ajusta la imagen completa sin recorte */
    object-position: center;
}


@media only screen and (min-width:1001px) {
    #pg-sobre #section-sobre-02 .col-small-02 .container-img {
        margin-top: -10rem
    }
}

#pg-sobre #section-sobre-02 .col-small-02 .container-img img {
    -o-object-fit: 100% auto;
    object-fit: 100% auto;
    -o-object-position: top center;
    object-position: top center
}

#pg-sobre #section-sobre-02 .col-small-03 {
    margin-top: 5.5rem
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-02 .col-small-03 {
        margin-top: 9rem
    }
}

#pg-sobre #section-sobre-02 .col-small-03 .lista-clientes {
    margin: 8rem 0 0
}

@media only screen and (max-width:1000px) {
    #pg-sobre #section-sobre-02 .col-small-03 .lista-clientes {
        margin: 4rem 0 0
    }
}

#pg-sobre #section-sobre-02 .col-small-03 .lista-clientes li {
    margin: 0 0 .9rem
}

#pg-sobre .section-division svg {
    height: 5.4rem
}

#projetos {
    padding-top: 20rem;
    padding-bottom: 20vh
}

@media only screen and (max-width:767.98px) {
    #projetos {
        padding-top: 5rem
    }
}

#projetos a {
    display: block
}

#projetos a.container-img video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

#projetos li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 16rem;
    margin-bottom: 16rem;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

@media only screen and (max-width:767.98px) {
    #projetos li {
        min-height: auto;
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

#projetos li header {
    padding: 3rem;
    color: #000;
    text-align: left;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    #projetos li header {
        display: none
    }
}

#projetos li header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2em
}

#projetos li header h3 {
    font-style: italic;
    font-size: 2.2rem
}

#projetos .projetos-lista.hover li,
#projetos .projetos-lista.hover li.hover {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

#projetos .projetos-lista.hover li.hover header {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#projetos .projetos-lista.hover li.hover header .wrapper-mask {
    overflow: hidden;
    display: block
}

#projetos .projetos-lista.hover li.hover header .wrapper-mask>span {
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#pg-projetos main {
    background: #fff;
    min-height: 100vh
}

#pg-contato,
.footer-size {
    height: 65rem;
    font-size: 1.733rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.212em;
    text-align: left;
    pointer-events: auto
}

@media only screen and (max-width:1000px) {
    #pg-contato,
    .footer-size {
        height: 90rem
    }
}

@media only screen and (max-width:767.98px) {
    #pg-contato,
    .footer-size {
        position: relative!important;
        height: auto
    }
}

#pg-contato>.container-fluid,
.footer-size>.container-fluid {
    height: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem
}

#pg-contato .title-footer,
.footer-size .title-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 6rem;
    text-align: left
}

#pg-contato .redes,
.footer-size .redes {
    margin: 5.5rem 0 0
}

#pg-contato .col-footer-1,
.footer-size .col-footer-1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: space-between;
    align-items: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width:767.98px) {
    #pg-contato .col-footer-1,
    .footer-size .col-footer-1 {
        margin-bottom: 6rem
    }
}

#pg-contato .col-footer-1 .container-text,
#pg-contato .col-footer-1 .redes,
.footer-size .col-footer-1 .container-text,
.footer-size .col-footer-1 .redes {
    max-width: 26.5rem
}

#pg-contato .col-footer-2 .container-text,
.footer-size .col-footer-2 .container-text {
    max-width: 24rem
}

#pg-contato .container-form,
.footer-size .container-form {
    display: block;
    margin-top: 3.5rem
}

@media only screen and (max-width:1000px) {
    #pg-contato .container-form,
    .footer-size .container-form {
        margin-top: 5.5rem
    }
}

#pg-contato .footer-row-3,
.footer-size .footer-row-3 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

#pg-contato .footer-row-3 .col-tel-address,
.footer-size .footer-row-3 .col-tel-address {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

#pg-contato .footer-row-3 .col-tel-address address,
.footer-size .footer-row-3 .col-tel-address address {
    margin-top: 3rem
}

@media only screen and (max-width:1000px) {
    #pg-contato .footer-row-3 .col-tel-address,
    .footer-size .footer-row-3 .col-tel-address {
        margin-top: 3rem
    }
}

#pg-contato .footer-row-3 .col-email,
.footer-size .footer-row-3 .col-email {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width:1000px) {
    #pg-contato .footer-row-3 .col-email,
    .footer-size .footer-row-3 .col-email {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 6rem
    }
}

@media only screen and (max-width:767.98px) {
    #pg-contato .footer-row-3 .col-email,
    .footer-size .footer-row-3 .col-email {
        margin-top: 5rem
    }
}

#contato,
#pg-contato {
    width: 100vw
}

#contato .footer-mail,
#pg-contato .footer-mail {
    display: inline-block;
    text-align: right;
    font-size: 5rem;
    line-height: .7em;
    letter-spacing: 0;
    font-weight: 900
}

@media only screen and (max-width:767.98px) {
    #contato .footer-mail,
    #pg-contato .footer-mail {
        font-size: 3.5rem
    }
}

#contato .wrapper-form,
#pg-contato .wrapper-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

#contato .wrapper-form .feedback,
#pg-contato .wrapper-form .feedback {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2em
}

#contato .wrapper-form .notification-success,
#pg-contato .wrapper-form .notification-success {
    padding-top: 6rem
}

#contato .wrapper-form .form-1,
#pg-contato .wrapper-form .form-1 {
    display: -webkit-box;
    display: flex
}

#contato .container-form.feedback-ativo .feedback,
#pg-contato .container-form.feedback-ativo .feedback {
    display: block
}

#contato .container-form.feedback-ativo .erro,
#contato .container-form.feedback-ativo .sucesso,
#pg-contato .container-form.feedback-ativo .erro,
#pg-contato .container-form.feedback-ativo .sucesso {
    display: none
}

#contato .container-form.feedback-ativo .notification-success .sucesso,
#pg-contato .container-form.feedback-ativo .notification-success .sucesso {
    display: block
}

#contato .container-form.feedback-ativo .form-1,
#pg-contato .container-form.feedback-ativo .form-1 {
    display: none
}

#contato .form-1,
#pg-contato .form-1 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: inherit;
    align-items: inherit;
    align-content: inherit;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem
}

#contato .form-1 input,
#contato .form-1 textarea,
#pg-contato .form-1 input,
#pg-contato .form-1 textarea {
    width: auto;
    padding: 0;
    color: #f4f4f4;
    background: #000;
    border: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-ordinal-group: 3;
    order: 2;
    position: relative;
    width: 100%
}

#contato .form-1 input:focus,
#contato .form-1 textarea:focus,
#pg-contato .form-1 input:focus,
#pg-contato .form-1 textarea:focus {
    outline: none
}

#contato .form-1 input,
#pg-contato .form-1 input {
    height: 4.2rem
}

#contato .form-1 textarea,
#pg-contato .form-1 textarea {
    height: 8.4rem;
    resize: none;
    padding-top: 1rem;
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .form-1 label,
#pg-contato .form-1 label {
    pointer-events: none;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    width: auto;
    height: 4.2rem;
    padding: 0;
    top: 0;
    color: #fff;
    cursor: text;
    position: absolute;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-align: center;
    align-items: center;
    z-index: 8;
    -webkit-transition: all .4s cubic-bezier(.075, .82, .165, 1);
    transition: all .4s cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    #contato .form-1 label,
    #pg-contato .form-1 label {
        font-size: 1.6rem
    }
}

#contato .form-1 .container-input,
#contato .form-1 .container-submit,
#pg-contato .form-1 .container-input,
#pg-contato .form-1 .container-submit {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-content: normal
}

#contato .form-1 .container-input:before,
#contato .form-1 .container-submit:before,
#pg-contato .form-1 .container-input:before,
#pg-contato .form-1 .container-submit:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2
}

#contato .form-1 .container-input:after,
#contato .form-1 .container-submit:after,
#pg-contato .form-1 .container-input:after,
#pg-contato .form-1 .container-submit:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fafafa;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .form-1 .container-input:focus-within:after,
#contato .form-1 .container-submit:focus-within:after,
#pg-contato .form-1 .container-input:focus-within:after,
#pg-contato .form-1 .container-submit:focus-within:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .form-1 .container-input:first-child:after,
#pg-contato .form-1 .container-input:first-child:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    top: 0;
    bottom: auto
}

#contato .form-1 .container-textarea,
#pg-contato .form-1 .container-textarea {
    position: relative;
    display: -webkit-box;
    display: flex;
    overflow: hidden
}

#contato .form-1 .container-textarea:after,
#pg-contato .form-1 .container-textarea:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fafafa;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .form-1 .container-textarea label,
#pg-contato .form-1 .container-textarea label {
    width: 100%
}

#contato .form-1 .container-submit button,
#pg-contato .form-1 .container-submit button {
    display: block;
    background: none;
    border: 0;
    color: #fff;
    text-align: right;
    width: 100%;
    padding: 1rem;
    height: 4.2rem;
    outline: none
}

#contato .form-1 .container-submit:after,
#pg-contato .form-1 .container-submit:after {
    bottom: 4.2rem;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#contato .form-1 .container-nome input,
#pg-contato .form-1 .container-nome input {
    padding: 3.5rem 2rem 0 9rem
}

@media only screen and (max-width:767.98px) {
    #contato .form-1 .container-nome input,
    #pg-contato .form-1 .container-nome input {
        padding-left: 7rem
    }
}

#contato .form-1 .container-email input,
#pg-contato .form-1 .container-email input {
    padding: 3.5rem 2rem 0 10rem
}

@media only screen and (max-width:767.98px) {
    #contato .form-1 .container-email input,
    #pg-contato .form-1 .container-email input {
        padding-left: 8rem
    }
}

#contato .form-1 .container-tel input,
#pg-contato .form-1 .container-tel input {
    padding: 3.5rem 2rem 0 12rem
}

@media only screen and (max-width:767.98px) {
    #contato .form-1 .container-tel input,
    #pg-contato .form-1 .container-tel input {
        padding-left: 9rem
    }
}

#contato .form-1 .btn,
#pg-contato .form-1 .btn {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #f4f4f4;
    max-width: 30rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 4rem
}

#contato .form-1 .preenchido label,
#pg-contato .form-1 .preenchido label {
    font-size: 1.4rem;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    -webkit-transition: all .4s cubic-bezier(.075, .82, .165, 1);
    transition: all .4s cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .form-1 .preenchido textarea,
#pg-contato .form-1 .preenchido textarea {
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .submit,
#pg-contato .submit {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

#contato .submit,
#contato .submit.visible,
#pg-contato .submit,
#pg-contato .submit.visible {
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#contato .submit.visible,
#pg-contato .submit.visible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#contato.page-leave-active .wrapper-content,
.page-leave-active#pg-contato .wrapper-content {
    -webkit-animation: fadeOutDownBig .6s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadeOutDownBig .6s cubic-bezier(.215, .61, .355, 1) both
}

#contato.page-leave-active #fullbanner,
.page-leave-active#pg-contato #fullbanner {
    -webkit-animation: fadeOut .6s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadeOut .6s cubic-bezier(.215, .61, .355, 1) both
}

#contato.page-leave-active #fullbanner:after,
.page-leave-active#pg-contato #fullbanner:after {
    -webkit-animation: fadeOutDownBig .6s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadeOutDownBig .6s cubic-bezier(.215, .61, .355, 1) both
}

#contato.page-leave-active #fullbanner:before,
.page-leave-active#pg-contato #fullbanner:before {
    -webkit-animation: fadeOut .6s cubic-bezier(.215, .61, .355, 1) both;
    animation: fadeOut .6s cubic-bezier(.215, .61, .355, 1) both
}

#pg-projeto #pg-contato,
#pg-projeto .footer-size {
    height: 17rem
}

@media only screen and (max-width:1000px) {
    #pg-projeto #pg-contato,
    #pg-projeto .footer-size {
        height: 17rem
    }
}

#contato.footer-projeto,
.footer-projeto#pg-contato {
    height: 17rem;
    background: #f4f4f4;
    color: #000
}

@media only screen and (max-width:1000px) {
    #contato.footer-projeto,
    .footer-projeto#pg-contato {
        height: 17rem
    }
}

@media only screen and (max-width:767.98px) {
    #contato.footer-projeto,
    .footer-projeto#pg-contato {
        height: auto
    }
}

#contato.footer-projeto>.container-fluid,
.footer-projeto#pg-contato>.container-fluid {
    padding-top: 7rem;
    padding-bottom: 3rem
}

@media only screen and (max-width:767.98px) {
    #contato.footer-projeto>.container-fluid,
    .footer-projeto#pg-contato>.container-fluid {
        padding-bottom: 5rem
    }
}

#contato.footer-projeto .container-fluid,
#contato.footer-projeto .row,
.footer-projeto#pg-contato .container-fluid,
.footer-projeto#pg-contato .row {
    height: 100%
}

#contato.footer-projeto .row,
.footer-projeto#pg-contato .row {
    -webkit-box-pack: center;
    justify-content: center
}

#contato.footer-projeto .content-footer,
#contato.footer-projeto .row,
.footer-projeto#pg-contato .content-footer,
.footer-projeto#pg-contato .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

#contato.footer-projeto .content-footer,
.footer-projeto#pg-contato .content-footer {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0
}

@media only screen and (max-width:1000px) {
    #contato.footer-projeto .content-footer .col-email,
    #contato.footer-projeto .content-footer .col-tel-address,
    .footer-projeto#pg-contato .content-footer .col-email,
    .footer-projeto#pg-contato .content-footer .col-tel-address {
        margin-top: 0
    }
}

#contato.footer-projeto .footer-row-3,
.footer-projeto#pg-contato .footer-row-3 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media only screen and (max-width:1000px) {
    #contato.footer-projeto .footer-row-3 .col-email,
    .footer-projeto#pg-contato .footer-row-3 .col-email {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

@media only screen and (max-width:767.98px) {
    #contato.footer-projeto .footer-row-3 .col-email,
    .footer-projeto#pg-contato .footer-row-3 .col-email {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 3rem
    }
}

#contato.footer-projeto a,
.footer-projeto#pg-contato a {
    color: #000
}

#contato.footer-projeto .footer-mail,
.footer-projeto#pg-contato .footer-mail {
    font-size: 3.735rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    font-style: italic;
    margin: 0;
    padding: 0
}

#contato.footer-projeto .footer-tel,
.footer-projeto#pg-contato .footer-tel {
    font-size: 2.01rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.142em
}

#contato.footer-projeto .footer-redes,
.footer-projeto#pg-contato .footer-redes {
    font-size: 2.01rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.142em;
    margin: .2rem 0 0
}

#pg-contato {
    opacity: 0;
    position: fixed!important;
    left: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 100vh!important;
    pointer-events: none;
    overflow-y: auto
}

@media only screen and (max-width:767.98px) {
    #pg-contato {
        height: auto;
        padding-top: 5rem
    }
}

#pg-contato h2 {
    padding-right: 2rem
}

#pg-contato>.container-fluid {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem);
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: space-between;
    align-items: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    max-height: 960px;
    padding-top: 22rem;
    padding-bottom: 12rem
}

@media only screen and (max-width:767.98px) {
    #pg-contato>.container-fluid {
        max-height: none;
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}

#pg-contato>.container-fluid .row {
    min-width: 100%
}

#pg-contato #marca-branca {
    pointer-events: auto;
    position: absolute;
    z-index: 99;
    width: 13rem;
    height: 6rem;
    display: block;
    background: url(../marca.svg) no-repeat 50%/contain;
    text-indent: -99999px;
    margin: 0 auto;
    top: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    align-self: center;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (max-width:767.98px) {
    #pg-contato #marca-branca {
        width: 11rem;
        height: 5rem;
        top: 2rem;
        left: 3rem;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#pg-contato #marca-branca:hover {
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#pg-contato .col-footer-2 .container-text {
    max-width: 26rem;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: space-between;
    align-items: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

#pg-contato .col-footer-2 .container-text p:last-child {
    margin-top: 2rem
}

#pg-contato .circle-contact-us {
    height: 13rem;
    width: 13rem
}

#pg-contato .contact-close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    bottom: auto;
    left: auto;
    z-index: 99;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    text-transform: lowercase;
    font-weight: 700!important;
    letter-spacing: .2rem;
    font-size: 2rem
}

@media only screen and (max-width:767.98px) {
    #pg-contato .contact-close {
        top: 3rem
    }
}

#pg-contato .contact-close .icon-close-contact {
    margin-left: 1.3rem;
    background: url(../images/svg/close-contact.svg) no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    display: inline-block
}

#pg-sobre #pg-contato {
    display: block!important
}

.contact-active #pg-contato {
    opacity: 1;
    pointer-events: auto
}

.contact-active #pg-contato>.container-fluid {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-bold.eot);
    src: url(../fonts/hkgrotesk-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-bold.woff2) format("woff2"), url(../fonts/hkgrotesk-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-bolditalic.eot);
    src: url(../fonts/hkgrotesk-bolditalic.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-bolditalic.woff2) format("woff2"), url(../fonts/hkgrotesk-bolditalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-italic.eot);
    src: url(../fonts/hkgrotesk-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-italic.woff2) format("woff2"), url(../fonts/hkgrotesk-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-light.eot);
    src: url(../fonts/hkgrotesk-light.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-light.woff2) format("woff2"), url(../fonts/hkgrotesk-light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-lightitalic.eot);
    src: url(../fonts/hkgrotesk-lightitalic.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-lightitalic.woff2) format("woff2"), url(../fonts/hkgrotesk-lightitalic.woff) format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-medium.eot);
    src: url(../fonts/hkgrotesk-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-medium.woff2) format("woff2"), url(../fonts/hkgrotesk-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-mediumitalic.eot);
    src: url(../fonts/hkgrotesk-mediumitalic.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-mediumitalic.woff2) format("woff2"), url(../fonts/hkgrotesk-mediumitalic.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-regular.eot);
    src: url(../fonts/hkgrotesk-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-regular.woff2) format("woff2"), url(../fonts/hkgrotesk-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-semibold.eot);
    src: url(../fonts/hkgrotesk-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-semibold.woff2) format("woff2"), url(../fonts/hkgrotesk-semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: hk_grotesk;
    src: url(../fonts/hkgrotesk-semibolditalic.eot);
    src: url(../fonts/hkgrotesk-semibolditalic.eot?#iefix) format("embedded-opentype"), url(../fonts/hkgrotesk-semibolditalic.woff2) format("woff2"), url(../fonts/hkgrotesk-semibolditalic.woff) format("woff");
    font-weight: 600;
    font-style: italic
}

.nanobar {
    width: 100%;
    height: 30px;
    z-index: 9999;
    position: fixed
}

.bar,
.nanobar {
    top: auto;
    bottom: 0
}

.bar {
    width: 0;
    height: 100%;
    -webkit-transition: width .5s, height .5s 1s;
    transition: width .5s, height .5s 1s;
    background: #fff;
    position: absolute;
    right: auto;
    left: 0
}

/* Ocultar en escritorio */
.site-footer {
  display: none;
}

/* Mostrar solo en móviles */
@media (max-width: 767px) {
  .site-footer {
    display: block;
    position: relative; /* se comporta como footer normal */
    background: #888;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
  }
}

/* Contenedor que gira */
.swing-container {
  display: inline-block;
  width: 120px;      /* tamaño escritorio */
  height: 120px;
  transform-origin: center center;
  animation: rotate360 10s linear infinite; /* giro completo lento */
}

/* Imagen dentro del contenedor */
.swing-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Ajuste responsive para móvil */
@media only screen and (max-width: 767px) {
  .swing-container {
    width: 80px;  /* tamaño móvil */
    height: 80px;
  }
}

/* Animación giro completo */
@keyframes rotate360 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Opcional: pequeño swing superpuesto */
.swing-container.swing {
  animation: rotate360 10s linear infinite, swing 3s ease-in-out infinite;
}

@keyframes swing {
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(5deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
