html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-size: 100%
}

body {
    font-size: 16px;
    line-height: 1.4
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a,
a:visited {
    color: inherit;
    text-decoration: none
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

p {
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,
ul {
    list-style: none
}

button {
    cursor: pointer
}

button * {
    pointer-events: none
}

img,
video {
    max-width: 100%
}

img {
    border-style: none
}

button {
    border: none;
    cursor: pointer
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

[hidden] {
    display: none!important
}

[disabled] {
    cursor: not-allowed
}

:focus:not(:focus-visible) {
    outline: none
}

@font-face {
    font-family: 'Gotham';
    src: url(../media/fonts/GothamBold.woff2) format("woff2"), url(../media/fonts/GothamBold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gotham';
    src: url(../media/fonts/Gotham-MediumItalic.woff2) format("woff2"), url(../media/fonts/Gotham-MediumItalic.woff) format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Gotham';
    src: url(../media/fonts/Gotham-Medium.woff2) format("woff2"), url(../media/fonts/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham';
    src: url(../media/fonts/Gotham-BoldItalic.woff2) format("woff2"), url(../media/fonts/Gotham-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url(../media/fonts/AGaramondPro-Regular.woff2) format("woff2"), url(../media/fonts/AGaramondPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url(../media/fonts/AGaramondPro-Italic.woff2) format("woff2"), url(../media/fonts/AGaramondPro-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

:root {
    --color--cloudy: #aba49c;
    --color--pampas: #f4f2ef;
    --layout--max-width: 1420px;
    --grid--gap: 30px
}

.splitting .word,
.splitting .char {
    display: inline-block
}

.splitting .char {
    position: relative
}

.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)))
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    background: transparent;
    border: 2px solid white;
    color: #333
}

.flickity-button svg path {
    fill: white
}

.flickity-button:hover {
    background: white;
    cursor: pointer
}

.flickity-button:hover svg path {
    fill: black
}

.flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 30px
}

@media (max-width:767px) {
    .flickity-prev-next-button.previous {
        left: 15px
    }
}

.flickity-prev-next-button.next {
    right: 30px
}

@media (max-width:767px) {
    .flickity-prev-next-button.next {
        right: 15px
    }
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    -webkit-transition: background-color 0.6s easeOutQuart;
    -o-transition: background-color 0.6s easeOutQuart;
    transition: background-color 0.6s easeOutQuart;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--color--cloudy);
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--color--cloudy)
}

.flickity-enabled.is-fade .flickity-slider>* {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
    pointer-events: auto;
    z-index: 1
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    -o-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto!important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.ui-scroll--no {
    overflow: hidden
}

.ui-heading__big {
    font-weight: 500;
    font-size: 80px;
    line-height: 1.1
}

@media (max-width:1300px) {
    .ui-heading__big {
        font-size: 75px
    }
}

@media (max-width:1150px) {
    .ui-heading__big {
        font-size: 60px
    }
}

@media (max-width:1023px) {
    .ui-heading__big {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .ui-heading__big {
        line-height: 1.3;
        font-size: 31px
    }
}

.ui-heading__medium {
    font-weight: 700;
    line-height: 1;
    font-size: 60px
}

@media (max-width:1300px) {
    .ui-heading__medium {
        font-size: 50px
    }
}

@media (max-width:1024px) {
    .ui-heading__medium {
        font-size: 45px
    }
}

@media (max-width:1023px) {
    .ui-heading__medium {
        font-size: 40px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .ui-heading__medium {
        font-size: 30px;
        line-height: 1.1
    }
}

.ui-heading__regular {
    font-size: 23px
}

.ui-heading--italic {
    font-style: italic
}

.ui-heading--normal {
    font-style: normal
}

.ui-heading--regular {
    font-weight: 400
}

.ui-heading--medium {
    font-weight: 500
}

.ui-heading--bold {
    font-weight: 700
}

.ui-heading--gotham {
    font-family: "Gotham"
}

.ui-heading--garamond {
    font-family: "Adobe Garamond Pro";
    font-weight: 400
}

.ui-text__regular {
    font-size: 21px;
    line-height: 1.3
}

@media (max-width:767px) {
    .ui-text__regular {
        font-size: 18px
    }
}

.ui-text__small {
    font-size: 14px
}

.ui-text--italic {
    font-style: italic
}

.ui-text--normal {
    font-style: normal
}

.ui-text--regular {
    font-weight: 400
}

.ui-text--medium {
    font-weight: 500
}

.ui-text--bold {
    font-weight: 700
}

.ui-text--gotham {
    font-family: "Gotham"
}

.ui-text--garamond {
    font-family: "Adobe Garamond Pro";
    font-weight: 400
}

.ui-text-animate {
    z-index: 5
}

.ui-text-animate .char,
.ui-text-animate .word {
    opacity: 0;
    -webkit-transform: translate(15px, 45px) rotate(5deg);
    transform: translate(15px, 45px) rotate(5deg)
}

.ui-text-animate[data-visible="true"] .char,
.ui-text-animate--visible .char {
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 0.8s cubic-bezier(.19, 1, .22, 1), opacity 0.4s linear;
    transition: transform 0.8s cubic-bezier(.19, 1, .22, 1), opacity 0.4s linear;
    transition: transform 0.8s cubic-bezier(.19, 1, .22, 1), opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: calc(0.02s + (0.02s * var(--char-index)));
    -o-transition-delay: calc(0.02s + (0.02s * var(--char-index)));
    transition-delay: calc(0.02s + (0.02s * var(--char-index)));
    opacity: 1;
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0)
}

.ui-text-animate[data-visible="true"] .word,
.ui-text-animate--visible .word {
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.9s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 0.4s linear, -webkit-transform 0.9s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 0.9s cubic-bezier(.19, 1, .22, 1), opacity 0.4s linear;
    transition: transform 0.9s cubic-bezier(.19, 1, .22, 1), opacity 0.4s linear;
    transition: transform 0.9s cubic-bezier(.19, 1, .22, 1), opacity 0.4s linear, -webkit-transform 0.9s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition-delay: calc(0.02s + (0.01s * var(--word-index)));
    -o-transition-delay: calc(0.02s + (0.01s * var(--word-index)));
    transition-delay: calc(0.02s + (0.01s * var(--word-index)));
    opacity: 1;
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0)
}

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    background-color: var(--color--cloudy);
    color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    overflow-x: hidden
}

body main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: "Gotham";
    font-weight: 700;
    overflow: hidden
}

body main::-moz-selection {
    background: var(--color--prime);
    color: white
}

body main::selection {
    background: var(--color--prime);
    color: white
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    pointer-events: none
}

.page-header--with-admin-bar {
    top: 32px
}

.page-header::before {
    -webkit-transition: opacity 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: opacity 0.6s cubic-bezier(.165, .84, .44, 1);
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: -1;
    opacity: 0
}

.page-header--dark-menu:not(.page-header--open) .page-header__brand-link svg path,
.page-header--dark-menu:not(.page-header--open) .page-header__audio-control svg path {
    fill: var(--color--cloudy)
}

.page-header--dark-menu:not(.page-header--open) .page-header__menu-trigger svg path {
    stroke: var(--color--cloudy)!important
}

.page-header--dark-menu:not(.page-header--open) .page-header__brand-link svg {
    max-height: 18px;
    width: auto
}

.page-header--dark-menu:not(.page-header--open) .page-header__container {
    padding-bottom: 10px;
    padding-top: 10px
}

.page-header--dark-menu:not(.page-header--open)::before {
    opacity: .95
}

.page-header__container {
    -webkit-transition: padding 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: padding 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: padding 0.6s cubic-bezier(.165, .84, .44, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    pointer-events: none
}

@media (max-width:767px) {
    .page-header__container {
        padding: 20px 15px
    }
}

.page-header__container svg {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    display: inherit
}

.page-header__brand {
    pointer-events: auto;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-header__brand-link {
    display: block
}

.page-header__audio-control {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    pointer-events: auto;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10
}

.page-header__audio-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-header__audio-control svg {
    display: inherit
}

.page-header__audio-control--on span:nth-of-type(1) {
    display: block
}

.page-header__audio-control--on span:nth-of-type(2) {
    display: none
}

.page-header__audio-control:not(.page-header__audio-control--on) span:nth-of-type(1) {
    display: none
}

.page-header__audio-control:not(.page-header__audio-control--on) span:nth-of-type(2) {
    display: block
}

.page-header__audio-control:focus-within {
    opacity: .7
}

.page-header__audio-control:hover {
    opacity: .6
}

.page-header__menu-trigger {
    background: transparent;
    pointer-events: auto;
    margin-left: 15px;
    z-index: 10;
    outline: none
}

.page-header__menu-trigger svg path {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.6s cubic-bezier(.165, .84, .44, 1)
}

.page-header__menu-trigger--open svg path:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(2px, -2px);
    transform: rotate(45deg) translate(2px, -2px)
}

.page-header__menu-trigger--open svg path:nth-of-type(2) {
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateX(17px);
    transform: translateX(17px)
}

.page-header__menu-trigger--open svg path:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(-7px, -2px);
    transform: rotate(-45deg) translate(-7px, -2px)
}

@media (max-width:767px) {
    .page-header__brand {
        display: block
    }
    .page-header__brand svg {
        max-width: 175px;
        height: auto;
        display: block
    }
}

.page-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-nav__container {
    width: 100%;
    max-width: var(--layout--max-width);
    z-index: 5;
    padding: 50px 30px 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.page-nav__container-nav {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-nav__container-nav li {
    margin-bottom: 70px
}

.page-nav__container-nav li:last-of-type {
    margin-bottom: 0
}

.page-nav__container-nav li a {
    font-family: "Adobe Garamond Pro";
    font-weight: 400;
    font-style: italic;
    font-size: 50px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative
}

.page-nav__container-nav li a::before {
    -webkit-transition: width 0.6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: width 0.6s cubic-bezier(.77, 0, .175, 1);
    transition: width 0.6s cubic-bezier(.77, 0, .175, 1);
    content: " ";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: white
}

.page-nav__container-nav li a:hover::before {
    width: 100%
}

.page-nav__container-image {
    width: 600px;
    position: relative;
    overflow: hidden
}

.page-nav__container-image::before {
    -webkit-transition: top 0s cubic-bezier(.77, 0, .175, 1);
    -o-transition: top 0s cubic-bezier(.77, 0, .175, 1);
    transition: top 0s cubic-bezier(.77, 0, .175, 1);
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color--cloudy)
}

.page-nav__container-image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.page-nav__esporao-brand {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5
}

.page-nav__esporao-brand svg {
    margin: 0 auto;
    display: block
}

.page-nav__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color--cloudy);
    z-index: 1
}

.page-nav:not(.page-nav--show) {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.page-nav:not(.page-nav--show) .page-nav__container-nav li {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.page-nav--show {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.page-nav--show .page-nav__container-nav li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-nav--show .page-nav__container-nav li:nth-child(1) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.page-nav--show .page-nav__container-nav li:nth-child(2) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.page-nav--show .page-nav__container-nav li:nth-child(3) {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s
}

.page-nav--show .page-nav__container-nav li:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.page-nav--show .page-nav__container-nav li:nth-child(5) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.page-nav--show .page-nav__container-nav li:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.page-nav--show .page-nav__container-nav li:nth-child(7) {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s
}

.page-nav--show .page-nav__container-nav li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.page-nav--show .page-nav__container-nav li:nth-child(9) {
    -webkit-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s
}

.page-nav--show .page-nav__container-image::before {
    -webkit-transition: top 0.6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: top 0.6s cubic-bezier(.77, 0, .175, 1);
    transition: top 0.6s cubic-bezier(.77, 0, .175, 1);
    top: 100%;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

@media (max-height:900px) {
    .page-nav__container-nav li {
        margin-bottom: 50px
    }
    .page-nav__container-nav li a {
        font-size: 40px
    }
    .page-nav__container-image {
        width: 500px
    }
}

@media (max-height:750px) {
    .page-nav__container-nav li {
        margin-bottom: 40px
    }
    .page-nav__container-image {
        width: 400px
    }
}

@media (max-width:1200px) {
    .page-nav__container-image {
        width: 500px
    }
    .page-nav__container-nav li {
        margin-bottom: 40px
    }
    .page-nav__container-nav li a {
        font-size: 40px
    }
}

@media (max-width:1024px) {
    .page-nav__container {
        padding-top: 0
    }
    .page-nav__container-image {
        width: 410px
    }
    .page-nav__container-nav li {
        margin-bottom: 35px
    }
    .page-nav__container-nav li:last-of-type {
        margin-bottom: 0
    }
    .page-nav__container-nav li a {
        font-size: 35px
    }
}

@media (max-width:1023px) {
    .page-nav__container-image {
        width: 380px
    }
    .page-nav__container-nav li a {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .page-nav__container-image {
        display: none
    }
    .page-nav__container-nav li {
        margin-bottom: 25px
    }
    .page-nav__container-nav li a {
        text-align: center;
        width: 100%;
        display: block
    }
}

.page-footer {
    padding: 80px 0 30px 0;
    overflow: hidden;
    border-top: 1px solid var(--color--pampas)
}

@media (max-width:1024px) {
    .page-footer {
        padding: 50px 0 30px 0
    }
}

.page-footer__wrapper {
    width: 100%;
    padding: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .page-footer__wrapper {
        padding: 0 20px
    }
}

.page-footer__wrapper svg {
    display: inherit
}

.page-footer__hashtags {
    width: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    .page-footer__hashtags {
        width: 100%
    }
}

.page-footer__hashtags a {
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    position: relative
}

@media (max-width:1023px) {
    .page-footer__hashtags a {
        font-size: 20px
    }
}

@media (max-width:1024px) {
    .page-footer__hashtags a {
        font-size: 18px
    }
}

.page-footer__hashtags a span {
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    display: inline-block;
    position: relative
}

.page-footer__hashtags a::before {
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0, 1);
    content: " ";
    width: 0;
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 1px;
    background-color: white
}

.page-footer__hashtags a:hover::before {
    width: calc(100% - 15px)
}

.page-footer__hashtags a:hover span {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
}

.page-footer__exporao-brand {
    margin: 150px 0 150px 0
}

@media (max-width:1024px) {
    .page-footer__exporao-brand {
        margin: 100px 0
    }
}

@media (max-width:1023px) {
    .page-footer__exporao-brand {
        margin: 80px 0
    }
}

@media (max-width:767px) {
    .page-footer__exporao-brand {
        margin: 70px 0
    }
    .page-footer__exporao-brand img {
        max-width: 170px
    }
}

.page-footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-footer__social p {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    padding-bottom: 13px
}

@media (max-width:767px) {
    .page-footer__social p {
        padding-bottom: 10px
    }
}

.page-footer__social a {
    padding: 5px 8px;
    margin: 0 2px;
    width: auto;
    height: 35px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-footer__social a svg {
    display: inline-block
}

.page-footer__social a::before {
    -webkit-transition: all 0.6s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0.6s cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0.6s cubic-bezier(.175, .885, .32, 1.275);
    content: " ";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
    background-color: rgba(0, 0, 255, .7);
    z-index: -1
}

.page-footer__social a[href*="facebook"]::before {
    background-color: #3b5998
}

.page-footer__social a[href*="instagram"]::before {
    background-color: #e1306c
}

.page-footer__social a[href*="youtube"]::before {
    background-color: red
}

.page-footer__social a[href*="twitter"]::before {
    background-color: #1da1f2
}

.page-footer__social a[href*="tripadvisor"]::before {
    background-color: #00af87
}

.page-footer__social a:hover::before {
    height: 65px
}

.ui-cookie-notice {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 20px 30px;
    background-color: white;
    z-index: 100;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.ui-cookie-notice--hide-me {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    opacity: 0
}

@media (max-width:1023px) {
    .ui-cookie-notice {
        left: 10px;
        width: calc(100% - 20px);
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        text-align: center
    }
}

.ui-cookie-notice p {
    font-weight: 300;
    color: black;
    padding-right: 40px
}

@media (max-width:1023px) {
    .ui-cookie-notice p {
        padding-right: 0;
        font-size: 13px
    }
}

.ui-cookie-notice p a {
    text-decoration: underline
}

.ui-cookie-notice p a:hover {
    text-decoration: none
}

.ui-cookie-notice button {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    border: 1px solid black;
    padding: 7px 10px
}

@media (max-width:1023px) {
    .ui-cookie-notice button {
        margin-top: 10px;
        font-size: 14px
    }
}

.ui-cookie-notice button:hover {
    background-color: black;
    color: white
}

.ui-button {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ui-button--regular-size {
    font-family: "Adobe Garamond Pro";
    font-weight: 400;
    font-style: italic;
    padding: 12px 18px;
    font-size: 15px;
    text-transform: uppercase
}

.ui-button--default-color {
    border: 1px solid var(--color--cloudy);
    color: var(--color--cloudy);
    background-color: transparent
}

.ui-button--default-color:hover {
    color: white;
    background-color: var(--color--cloudy)
}

.ui-button--white-color {
    border: 1px solid white;
    color: white
}

.ui-button--white-color:hover {
    color: var(--color--cloudy);
    background-color: white
}

.ui-button--centered {
    display: table;
    margin-right: auto;
    margin-left: auto
}

.home-video-intro {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    height: 2000px;
    padding: 0 50px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    
    /* VB */
    min-height: inherit;
    height: inherit;
    padding: 0;
}

.home-video-intro__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    z-index: 5;
    
    /* VB */
    position: initial !important;
    height: inherit;
}

.home-video-intro__scrolldown {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
    z-index: 4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none
}

.home-video-intro__scrolldown--hide {
    display: none
}

.home-video-intro__video {
    -webkit-transition: -webkit-transform 0.6s easeOutQuart;
    transition: -webkit-transform 0.6s easeOutQuart;
    -o-transition: transform 0.6s easeOutQuart;
    transition: transform 0.6s easeOutQuart;
    transition: transform 0.6s easeOutQuart, -webkit-transform 0.6s easeOutQuart;
    display: inherit;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
    
    /* VB */
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width:1024px) {
    .home-video-intro__video {
        -webkit-transform: scale(.15);
        transform: scale(.15)
        
        /* VB */
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}

@media (max-width:767px) {
    .home-video-intro {
        height: 1600px;
        
        /* VB */
        height: 56.3vw;
    }
    .home-video-intro__wrapper {
        padding-left: 10px;
        padding-right: 10px;
        
        /* VB */
        padding-left: 0px;
        padding-right: 0px;
    }
    .home-video-intro__video {
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

.home-video-intro__estudo-button {
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 20;
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .04em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 6px
}

.home-video-intro__estudo-button::before {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    opacity: 1;
    bottom: 0
}

.home-video-intro__estudo-button--hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.home-video-intro__estudo-button:hover::before {
    width: 60%
}

.home__hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px
}

.home__hero__title {
    position: relative;
    z-index: 1;
    text-align: center
}

.home__hero__title b {
    display: block
}

.home__hero__description {
    position: relative;
    z-index: 1;
    max-width: 880px;
    text-align: center;
    margin-top: 20px
}

.home__hero__download-button {
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.home__hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.home__hero__background-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inherit
}

.home__hero__background figure,
.home__hero__background .simpleParallax {
    display: inherit;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .home__hero {
        height: 100vh
    }
}

@media (max-width:767px) {
    .home__hero {
        min-height: 100vh;
        height: auto
    }
}

@media (max-width:767px) {
    .home__hero__download-button {
        margin-top: 60px
    }
}

.home-embaixadores {
    width: 100%;
    min-height: 100vh;
    max-height: 1100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.home-embaixadores__banner {
    position: relative;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden
}

.home-embaixadores__banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 100px 50px
}

.home-embaixadores__banner-content-name {
    cursor: pointer;
    pointer-events: auto;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 65px;
    line-height: 1.3;
    text-transform: uppercase
}

.home-embaixadores__banner-content-name i {
    font-family: "Adobe Garamond Pro";
    display: block
}

.home-embaixadores__banner-content-link {
    cursor: pointer;
    pointer-events: auto;
    margin: 0 auto;
    width: auto;
    display: table
}

.home-embaixadores__banner-content-link svg {
    display: inherit
}

.home-embaixadores__banner picture {
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1.5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 1.5s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1.5s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1.5s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.5s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-embaixadores__banner picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.home-embaixadores__banner:hover picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-embaixadores:not(.flickity-enabled) article:nth-of-type(3),
.home-embaixadores:not(.flickity-enabled) article:nth-of-type(4),
.home-embaixadores:not(.flickity-enabled) article:nth-of-type(5) {
    display: none
}

.home-embaixadores .flickity-viewport {
    width: 100%;
    height: 100%
}

.home-embaixadores .flickity-slider {
    width: 100%;
    height: 100%
}

@media (max-width:1600px) {
    .home-embaixadores__banner-content-name {
        font-size: 50px;
        margin-bottom: 40px
    }
}

@media (max-width:1024px) {
    .home-embaixadores {
        height: 110vh
    }
    .home-embaixadores__banner-content {
        padding: 40px 30px 100px 30px
    }
    .home-embaixadores__banner-content-name {
        font-size: 40px;
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .home-embaixadores {
        height: 100vh
    }
    .home-embaixadores__banner {
        width: 100vw
    }
}

@media (max-width:767px) {
    .home-embaixadores {
        height: 100vh
    }
    .home-embaixadores__banner-content {
        padding: 0 20px 70px 20px
    }
    .home-embaixadores__banner-content-name {
        font-size: 30px
    }
}

.home-projectos__list article:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 4
}

.home-projectos__list article:nth-of-type(2) {
    grid-column-start: 4;
    grid-column-end: 8
}

.home-projectos__list article:nth-of-type(3) {
    grid-column-start: 8;
    grid-column-end: 15;
    grid-row-start: 1;
    grid-row-end: 3
}

.home-projectos__list article:nth-of-type(4) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3
}

.home-projectos__list article:nth-of-type(5) {
    grid-column-start: 5;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3
}

.home-projectos {
    padding: 150px 0 150px 0;
    width: 100%
}

.home-projectos__title {
    margin-bottom: 70px;
    text-align: center
}

.home-projectos__title b {
    display: initial
}

.home-projectos__list {
    margin-bottom: 40px;
    width: 100%;
    background-color: rgba(255, 0, 0, .1);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: 370px 480px;
    grid-template-areas: "header header" "content sidebar"
}

.home-projectos__project {
    position: relative
}

.home-projectos__project-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.home-projectos__project-wrapper::before {
    -webkit-transition: opacity 0.8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity 0.8s cubic-bezier(.165, .84, .44, 1);
    transition: opacity 0.8s cubic-bezier(.165, .84, .44, 1);
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color--cloudy);
    opacity: 0;
    z-index: 2
}

.home-projectos__project-wrapper:hover::before {
    opacity: .7
}

.home-projectos__project-wrapper:hover .home-projectos__project-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.home-projectos__project-wrapper:hover .home-projectos__project-link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.home-projectos__project-title {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.home-projectos__project-title i {
    font-family: 'Adobe Garamond Pro'
}

.home-projectos__project-link {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -o-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .04em;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
    padding: 0 6px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.home-projectos__project-link::before {
    -webkit-transition: width 0.8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: width 0.8s cubic-bezier(.165, .84, .44, 1);
    transition: width 0.8s cubic-bezier(.165, .84, .44, 1);
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    background-color: white
}

.home-projectos__project-link:hover::before {
    width: 60%
}

.home-projectos__project-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.home-projectos__project-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width:1599px) {
    .home-projectos__list {
        grid-template-rows: 340px 450px
    }
}

@media (max-width:1299px) {
    .home-projectos__list {
        grid-template-rows: 310px 420px
    }
}

.home-manifesto {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px
}

@media (max-width:1024px) {
    .home-manifesto {
        height: 100vh
    }
}

@media (max-width:767px) {
    .home-manifesto {
        min-height: 100vh;
        height: auto
    }
}

@media (max-width:767px) {
    .home-manifesto {
        padding: 0 30px
    }
}

.home-manifesto__title {
    position: relative;
    z-index: 1;
    text-align: center
}

.home-manifesto__title b {
    display: block
}

.home-manifesto__description {
    position: relative;
    z-index: 1;
    max-width: 880px;
    text-align: center;
    margin-top: 20px
}

.home-manifesto__button {
    position: relative;
    z-index: 1;
    margin-top: 100px
}

@media (max-width:767px) {
    .home-manifesto__button {
        margin-top: 60px
    }
}

.home-manifesto__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.home-manifesto__background-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inherit
}

.home-manifesto__background figure,
.home-manifesto__background .simpleParallax {
    display: inherit;
    width: 100%;
    height: 100%
}

.home-estudo {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px
}

@media (max-width:1024px) {
    .home-estudo {
        height: 100vh
    }
}

@media (max-width:767px) {
    .home-estudo {
        min-height: 100vh;
        height: auto
    }
}

@media (max-width:767px) {
    .home-estudo {
        padding: 0 30px
    }
}

.home-estudo__title {
    position: relative;
    z-index: 1;
    text-align: center
}

.home-estudo__title b {
    display: block
}

.home-estudo__description {
    position: relative;
    z-index: 1;
    max-width: 880px;
    text-align: center;
    margin-top: 20px
}

.home-estudo__button {
    position: relative;
    z-index: 1;
    margin-top: 100px
}

@media (max-width:767px) {
    .home-estudo__button {
        margin-top: 60px
    }
}

.home-estudo__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.home-estudo__background-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inherit
}

.home-estudo__background figure,
.home-estudo__background .simpleParallax {
    display: inherit;
    width: 100%;
    height: 100%
}

.manifesto__section-1 {
    width: 100%;
    height: auto;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .manifesto__section-1 {
        margin-bottom: 80px
    }
}

.manifesto__section-1__wrapper {
    position: relative;
    width: 50%;
    height: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .manifesto__section-1__wrapper {
        height: 850px;
        width: 60%
    }
}

@media (max-width:767px) {
    .manifesto__section-1__wrapper {
        width: 100%;
        height: 100vh
    }
}

.manifesto__section-1__title {
    position: relative;
    text-align: center;
    z-index: 1
}

.manifesto__section-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../media/images/manifesto/01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover
}

.manifesto__section-2 {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

.manifesto__section-2__wrapper {
    position: relative;
    width: 70%;
    height: 1000px
}

@media (max-width:1024px) {
    .manifesto__section-2__wrapper {
        height: 850px
    }
}

@media (max-width:1023px) {
    .manifesto__section-2__wrapper {
        width: 75%;
        height: 800px
    }
}

@media (max-width:767px) {
    .manifesto__section-2__wrapper {
        width: 80%;
        height: 280px
    }
}

.manifesto__section-2__title {
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: -70px;
    left: 35%
}

@media (max-width:767px) {
    .manifesto__section-2__title {
        bottom: -40px;
        left: 40px
    }
}

.manifesto__section-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../media/images/manifesto/02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.manifesto__section-2__image {
    position: absolute;
    left: calc(-380px + 80px);
    bottom: 15%;
    z-index: 1;
    width: 380px;
    height: 580px;
    background-image: url(../media/images/manifesto/02-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .manifesto__section-2__image {
        width: 330px;
        height: 510px;
        left: -180px
    }
}

@media (max-width:1023px) {
    .manifesto__section-2__image {
        width: 280px;
        height: 470px;
        left: -170px
    }
}

@media (max-width:767px) {
    .manifesto__section-2__image {
        width: 130px;
        height: 210px;
        left: -60px;
        bottom: -70px
    }
}

.manifesto__section-3 {
    width: 100%;
    height: auto;
    margin: 100px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767px) {
    .manifesto__section-3 {
        margin-top: 190px;
        margin-bottom: 50px
    }
}

.manifesto__section-3__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-3__title {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 40%;
    right: 0;
    width: 50%;
    min-width: 500px;
    padding: 0 50px
}

@media (max-width:767px) {
    .manifesto__section-3__title {
        top: auto;
        bottom: 120px;
        right: 30px;
        min-width: auto;
        width: auto;
        padding: 0
    }
}

.manifesto__section-3__background {
    margin-left: 80px;
    max-width: 800px;
    width: 50%;
    height: 540px;
    z-index: 0;
    background-image: url(../media/images/manifesto/03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1023px) {
    .manifesto__section-3__background {
        width: 65%;
        margin-left: 50px
    }
}

@media (max-width:767px) {
    .manifesto__section-3__background {
        width: 80%;
        margin-left: 20px;
        height: 60vw
    }
}

.manifesto__section-4 {
    position: relative;
    width: 100%
}

.manifesto__section-4__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-4__title {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 10%;
    right: 0;
    width: 100%;
    min-width: 500px;
    padding: 0 50px
}

@media (max-width:767px) {
    .manifesto__section-4__title {
        top: 30%;
        min-width: inherit;
        padding: 0 20px
    }
}

.manifesto__section-4__background {
    width: 100%;
    height: 100vh;
    min-height: 1080px;
    z-index: 0;
    background-image: url(../media/images/manifesto/04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .manifesto__section-4__background {
        min-height: 950px
    }
}

@media (max-width:1023px) {
    .manifesto__section-4__background {
        min-height: 0;
        height: 90vh
    }
}

@media (max-width:767px) {
    .manifesto__section-4__background {
        height: 350px
    }
}

.manifesto__section-5 {
    width: 100%;
    height: auto;
    margin: 200px 0 100px 0
}

@media (max-width:1023px) {
    .manifesto__section-5 {
        margin: 150px 0 100px 0
    }
}

@media (max-width:767px) {
    .manifesto__section-5 {
        margin-top: 200px;
        margin-bottom: 20px
    }
}

.manifesto__section-5__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-5__title {
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom: 0%;
    left: 60%;
    width: auto
}

@media (max-width:1023px) {
    .manifesto__section-5__title {
        left: auto;
        right: 10%
    }
}

.manifesto__section-5__image {
    position: absolute;
    left: calc(50% - 600px);
    top: -350px;
    width: 380px;
    height: 580px;
    z-index: 1;
    background-image: url(../media/images/manifesto/05-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .manifesto__section-5__image {
        top: -310px;
        width: 310px;
        height: 500px;
        left: 30px
    }
}

@media (max-width:1023px) {
    .manifesto__section-5__image {
        top: -340px;
        width: 270px;
        height: 460px;
        left: 20px
    }
}

@media (max-width:767px) {
    .manifesto__section-5__image {
        top: -270px;
        width: 140px;
        height: 230px;
        left: 15px
    }
}

.manifesto__section-5__background {
    width: 800px;
    height: 540px;
    z-index: 0;
    background-image: url(../media/images/manifesto/05.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto
}

@media (max-width:767px) {
    .manifesto__section-5__background {
        width: 80vw;
        height: 55vw
    }
}

.manifesto__section-6 {
    width: 100%;
    height: auto
}

@media (max-width:767px) {
    .manifesto__section-6 {
        margin-bottom: 320px
    }
}

.manifesto__section-6__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-6__title {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 70%;
    top: 20%;
    right: 0
}

@media (max-width:767px) {
    .manifesto__section-6__title {
        width: 85vw
    }
}

.manifesto__section-6__title2 {
    position: absolute;
    text-align: center;
    bottom: 15%;
    right: 62%;
    width: auto;
    z-index: 3
}

@media (max-width:767px) {
    .manifesto__section-6__title2 {
        right: auto;
        left: 20px;
        bottom: -340px
    }
}

.manifesto__section-6__background {
    width: 70%;
    max-width: 1300px;
    height: 1000px;
    z-index: 0;
    background-image: url(../media/images/manifesto/06.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto
}

@media (max-width:1024px) {
    .manifesto__section-6__background {
        height: 900px
    }
}

@media (max-width:1023px) {
    .manifesto__section-6__background {
        width: 80%;
        height: 850px
    }
}

@media (max-width:767px) {
    .manifesto__section-6__background {
        width: 85vw;
        height: 70vw
    }
}

.manifesto__section-7 {
    width: 100%;
    height: auto;
    margin: 150px 0 100px 0
}

@media (max-width:767px) {
    .manifesto__section-7 {
        margin-top: 0;
        margin-bottom: 200px
    }
}

.manifesto__section-7__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-7__title {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 40%;
    top: 62%;
    left: calc(50% - 240px)
}

@media (max-width:1023px) {
    .manifesto__section-7__title {
        width: 100%;
        left: 0
    }
}

@media (max-width:767px) {
    .manifesto__section-7__title {
        display: none
    }
}

.manifesto__section-7__image1 {
    width: 45vw;
    height: 30vw;
    background-image: url(../media/images/manifesto/07.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5%
}

@media (max-width:1023px) {
    .manifesto__section-7__image1 {
        margin-left: 2%;
        width: 65vw;
        height: 40vw
    }
}

@media (max-width:767px) {
    .manifesto__section-7__image1 {
        width: 80vw;
        height: 55vw;
        margin-left: 0
    }
}

.manifesto__section-7__image2 {
    position: absolute;
    right: 0;
    top: -20vw;
    width: 45vw;
    height: 30vw;
    z-index: 0;
    background-image: url(../media/images/manifesto/07-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto
}

@media (max-width:1023px) {
    .manifesto__section-7__image2 {
        top: -200px;
        right: 20px
    }
}

@media (max-width:767px) {
    .manifesto__section-7__image2 {
        top: -230px;
        right: 0;
        width: 75vw;
        height: 52vw;
        z-index: 2
    }
}

.manifesto__section-8 {
    width: 100%;
    height: auto
}

.manifesto__section-8__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-8__title {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    top: 40%;
    right: 5%
}

@media (max-width:1023px) {
    .manifesto__section-8__title {
        top: 30%
    }
}

@media (max-width:767px) {
    .manifesto__section-8__title {
        top: 10%;
        right: 30px
    }
}

.manifesto__section-8__image {
    width: 100%;
    min-height: 1080px;
    height: 100vh;
    background-image: url(../media/images/manifesto/08.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1023px) {
    .manifesto__section-8__image {
        min-height: 0
    }
}

@media (max-width:767px) {
    .manifesto__section-8__image {
        min-height: inherit;
        height: 350px
    }
}

.manifesto__section-9 {
    width: 100%;
    height: auto;
    margin: 250px 0 100px 0
}

@media (max-width:767px) {
    .manifesto__section-9 {
        margin-top: 300px;
        margin-bottom: 160px
    }
}

.manifesto__section-9__wrapper {
    position: relative;
    width: 100%
}

.manifesto__section-9__title1 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    top: -200px;
    right: calc(50% - 200px)
}

@media (max-width:767px) {
    .manifesto__section-9__title1 {
        right: inherit;
        left: 70px;
        top: -150px
    }
}

.manifesto__section-9__title2 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    bottom: -61px;
    right: calc(50% + 70px)
}

@media (max-width:767px) {
    .manifesto__section-9__title2 {
        right: inherit;
        left: 20px
    }
}

.manifesto__section-9__image1 {
    width: 65%;
    height: 600px;
    margin-right: 10%;
    margin-left: auto;
    background-image: url(../media/images/manifesto/09.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .manifesto__section-9__image1 {
        height: 500px
    }
}

@media (max-width:1023px) {
    .manifesto__section-9__image1 {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .manifesto__section-9__image1 {
        width: 85vw;
        height: 55vw;
        margin-right: 0
    }
}

.manifesto__section-9__image2 {
    position: absolute;
    bottom: 65%;
    right: calc(50% + 130px);
    width: 400px;
    height: 600px;
    margin-left: auto;
    background-image: url(../media/images/manifesto/09-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .manifesto__section-9__image2 {
        width: 300px;
        height: 500px;
        right: calc(50% + 180px)
    }
}

@media (max-width:1023px) {
    .manifesto__section-9__image2 {
        right: auto;
        left: 10px
    }
}

@media (max-width:767px) {
    .manifesto__section-9__image2 {
        width: 160px;
        height: 220px;
        bottom: calc(100% + 130px)
    }
}

.manifesto__section-10 {
    width: 100%;
    height: auto
}

@media (max-width:767px) {
    .manifesto__section-10 {
        padding-top: 120px;
        padding-bottom: 210px
    }
}

.manifesto__section-10__wrapper {
    position: relative;
    width: 1000px;
    height: 1300px;
    margin: auto
}

@media (max-width:1024px) {
    .manifesto__section-10__wrapper {
        width: 90%;
        height: 1000px
    }
}

@media (max-width:767px) {
    .manifesto__section-10__wrapper {
        height: 400px
    }
}

.manifesto__section-10__title1 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    top: 10%;
    right: 10%
}

@media (max-width:767px) {
    .manifesto__section-10__title1 {
        top: -130px;
        right: 20px
    }
}

.manifesto__section-10__title2 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    top: 35%;
    left: 10%
}

@media (max-width:767px) {
    .manifesto__section-10__title2 {
        top: 50px
    }
}

.manifesto__section-10__title3 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    height: 20%;
    bottom: 23%;
    right: 10%
}

@media (max-width:767px) {
    .manifesto__section-10__title3 {
        right: 20px;
        bottom: 50px
    }
}

.manifesto__section-10__title4 {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    bottom: 8%;
    left: 10%
}

@media (max-width:767px) {
    .manifesto__section-10__title4 {
        bottom: -150px;
        left: 20px
    }
}

.manifesto__section-10__image {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url(../media/images/manifesto/10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.manifesto__section-11 {
    width: 100%;
    height: auto;
    margin-top: -50px
}

@media (max-width:767px) {
    .manifesto__section-11 {
        margin-bottom: 60px;
        margin-top: 0
    }
}

.manifesto__section-11__wrapper {
    position: relative;
    width: 65vw;
    height: 40vw;
    margin-left: auto;
    margin-right: 5%
}

@media (max-width:1023px) {
    .manifesto__section-11__wrapper {
        width: 70vw;
        height: 45vw;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .manifesto__section-11__wrapper {
        width: 85vw;
        height: 55vw;
        margin-right: 0
    }
}

.manifesto__section-11__title {
    white-space: nowrap;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    bottom: 5%;
    left: -25%
}

@media (max-width:767px) {
    .manifesto__section-11__title {
        left: -30px;
        bottom: -30px
    }
}

.manifesto__section-11__image {
    width: 100%;
    height: 100%;
    background-image: url(../media/images/manifesto/11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.manifesto__section-12 {
    width: 100%;
    height: auto;
    margin-top: 30px
}

@media (max-width:767px) {
    .manifesto__section-12 {
        margin-top: 50px
    }
}

.manifesto__section-12__wrapper {
    position: relative;
    width: 65vw;
    height: 40vw;
    margin-left: auto;
    margin-right: 15%
}

@media (max-width:1023px) {
    .manifesto__section-12__wrapper {
        width: 75vw;
        height: 47vw;
        margin-right: 10%
    }
}

@media (max-width:767px) {
    .manifesto__section-12__wrapper {
        width: 88vw;
        height: 55vw;
        margin-right: auto;
        margin-left: 0
    }
}

.manifesto__section-12__title {
    white-space: nowrap;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    top: 20%;
    left: -25%
}

@media (max-width:1023px) {
    .manifesto__section-12__title {
        left: -90px
    }
}

@media (max-width:767px) {
    .manifesto__section-12__title {
        top: 60%;
        left: 20px
    }
}

.manifesto__section-12__image {
    width: 100%;
    height: 100%;
    background-image: url(../media/images/manifesto/12.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.manifesto__section-13 {
    width: 100%;
    height: auto;
    margin-top: 130px
}

@media (max-width:767px) {
    .manifesto__section-13--en-lang {
        margin-top: 80px
    }
}

@media (max-width:767px) {
    .manifesto__section-13 {
        margin-top: 150px
    }
}

.manifesto__section-13__wrapper {
    position: relative;
    width: 65vw;
    height: 40vw;
    margin-left: auto;
    margin-right: 5%
}

@media (max-width:1023px) {
    .manifesto__section-13__wrapper {
        width: 75vw;
        height: 45vw;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .manifesto__section-13__wrapper {
        width: 88vw;
        height: 55vw;
        margin-right: 0
    }
}

.manifesto__section-13__title {
    white-space: nowrap;
    position: absolute;
    text-align: center;
    z-index: 1;
    width: auto;
    top: 45%;
    left: -10%
}

@media (max-width:767px) {
    .manifesto__section-13__title {
        top: 65%;
        left: 20px
    }
}

.manifesto__section-13__image {
    width: 100%;
    height: 100%;
    background-image: url(../media/images/manifesto/13.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.manifesto__section-14 {
    width: 100%;
    height: auto;
    margin-top: 130px;
    margin-bottom: 160px
}

@media (max-width:1023px) {
    .manifesto__section-14 {
        margin-bottom: 70px
    }
}

@media (max-width:767px) {
    .manifesto__section-14 {
        margin-top: 200px
    }
}

.manifesto__section-14__wrapper {
    position: relative;
    width: 80vw;
    height: 45vw;
    margin: 0 auto
}

@media (max-width:1023px) {
    .manifesto__section-14__wrapper {
        width: 90vw;
        height: 55vw
    }
}

@media (max-width:767px) {
    .manifesto__section-14__wrapper {
        height: 320px
    }
}

.manifesto__section-14__title {
    white-space: nowrap;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 40%;
    left: 0;
    width: 100%
}

.manifesto__section-14__image {
    width: 100%;
    height: 100%;
    background-image: url(../media/images/manifesto/14.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.estudo-hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px
}

.estudo-hero__title {
    position: relative;
    z-index: 1;
    text-align: center
}

.estudo-hero__title i {
    font-family: "Adobe Garamond Pro";
    display: block
}

.estudo-hero__description {
    position: relative;
    z-index: 1;
    max-width: 880px;
    text-align: center;
    margin-top: 20px
}

.estudo-hero__download-button {
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.estudo-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.estudo-hero__background-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inherit
}

.estudo-hero__background figure,
.estudo-hero__background .simpleParallax {
    display: inherit;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .estudo-hero {
        height: 100vh
    }
}

@media (max-width:767px) {
    .estudo-hero {
        min-height: 100vh;
        height: auto;
        padding: 0 30px
    }
    .estudo-hero__download-button {
        margin-top: 60px
    }
}

.estudo-details {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: var(--color--pampas);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .estudo-details {
        padding: 80px 0
    }
}

.estudo-details__title {
    font-size: 35px;
    width: 100%;
    text-transform: uppercase;
    text-align: center
}

@media (max-width:767px) {
    .estudo-details__title {
        font-size: 26px
    }
}

.estudo-details__wrapper {
    max-width: var(--layout--max-width);
    padding: 0 50px;
    width: 100%;
    color: var(--color--cloudy)
}

.estudo-details__columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin: 90px 0 70px 0
}

@media (max-width:1023px) {
    .estudo-details__columns {
        grid-gap: 20px
    }
}

@media (max-width:767px) {
    .estudo-details__columns {
        grid-template-columns: 100%;
        grid-gap: 50px;
        margin: 40px 0
    }
}

.estudo-details__columns-column {
    text-align: center;
    position: relative
}

.estudo-details__columns-column label {
    position: absolute;
    top: 10px;
    right: 20px
}

@media (max-width:1100px) {
    .estudo-details__columns-column label {
        right: 5px
    }
}

@media (max-width:1023px) {
    .estudo-details__columns-column label {
        right: -10px
    }
}

@media (max-width:767px) {
    .estudo-details__columns-column label {
        right: 0
    }
}

.estudo-details__columns-column img {
    max-width: 200px;
    display: inline-block;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .estudo-details__columns-column img {
        max-width: 150px;
        margin-bottom: 10px
    }
}

.estudo-details__columns-column p {
    font-weight: 700;
    font-size: 17px;
    max-width: 300px;
    display: inline-block;
    margin: 0 auto
}

@media (max-width:1023px) {
    .estudo-details__columns-column p {
        font-size: 16px
    }
}

.page-embaixador-hero {
    width: 100%;
    background-color: var(--color--pampas);
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-embaixador-hero__title {
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase
}

.page-embaixador-hero__title i {
    font-family: "Adobe Garamond Pro"
}

.page-embaixador-hero__download-button {
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.page-embaixador-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.page-embaixador-hero__background-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: inherit
}

.page-embaixador-hero__background figure,
.page-embaixador-hero__background .simpleParallax {
    display: inherit;
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .page-embaixador-hero {
        height: 100vh
    }
}

@media (max-width:767px) {
    .page-embaixador-hero {
        min-height: 100vh;
        height: auto;
        padding: 0 30px
    }
    .page-embaixador-hero__download-button {
        margin-top: 60px
    }
    .page-embaixador-hero__background .simpleParallax {
        width: calc(100% + 10px)
    }
}

.page-embaixador-intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: var(--color--cloudy);
    background-color: var(--color--pampas);
    padding: 130px 50px 100px 50px
}

.page-embaixador-intro__content {
    max-width: var(--layout--max-width);
    width: 100%;
    display: grid;
    grid-gap: 60px var(--grid--gap);
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto
}

.page-embaixador-intro__content-title {
    grid-column-start: 2;
    grid-column-end: 7
}

.page-embaixador-intro__content-title h2 {
    font-weight: 500;
    font-size: 65px;
    line-height: 1.3;
    text-transform: uppercase
}

.page-embaixador-intro__content-title h2 i {
    font-family: "Adobe Garamond Pro";
    display: block
}

.page-embaixador-intro__content-date {
    grid-column-start: 7;
    grid-column-end: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px
}

.page-embaixador-intro__content-date-text {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4
}

.page-embaixador-intro__content-text {
    font-family: "Adobe Garamond Pro";
    font-weight: 400;
    font-size: 23px;
    line-height: 1.3
}

.page-embaixador-intro__content-text-cl1 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-column-end: 7;
    padding-right: 30px
}

.page-embaixador-intro__content-text-cl1 p {
    margin-bottom: 30px
}

.page-embaixador-intro__content-text-cl2 {
    grid-row-start: 2;
    grid-column-start: 7;
    grid-column-end: 12
}

@media (max-width:1300px) {
    .page-embaixador-intro {
        padding: 80px 30px 80px 30px
    }
    .page-embaixador-intro__content {
        grid-gap: var(--grid--gap)
    }
    .page-embaixador-intro__content-title {
        grid-column-start: 1
    }
    .page-embaixador-intro__content-title h2 {
        font-size: 50px
    }
    .page-embaixador-intro__content-date {
        grid-column-end: 12
    }
    .page-embaixador-intro__content-text-cl1 {
        grid-column-start: 1
    }
    .page-embaixador-intro__content-text-cl2 {
        grid-column-end: 13
    }
}

@media (max-width:1300px) {
    .page-embaixador-intro__content {
        grid-gap: 20px var(--grid--gap)
    }
    .page-embaixador-intro__content-title {
        grid-column-start: 1;
        grid-column-end: 13
    }
    .page-embaixador-intro__content-date {
        grid-row-start: 2;
        grid-column-start: 1
    }
    .page-embaixador-intro__content-text {
        grid-row-start: 3;
        font-size: 18px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    .page-embaixador-intro {
        padding: 50px 25px
    }
    .page-embaixador-intro__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .page-embaixador-intro__content-title {
        margin-bottom: 15px
    }
    .page-embaixador-intro__content-title h2 {
        font-size: 30px
    }
    .page-embaixador-intro__content-date-text {
        font-size: 14px
    }
    .page-embaixador-intro__content-text-cl1 {
        padding-right: 0
    }
}

.page-embaixador-preview {
    width: 100%;
    color: var(--color--cloudy);
    background-color: var(--color--pampas);
    padding: 0 50px 100px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.page-embaixador-preview__media {
    max-width: var(--layout--max-width);
    width: 100%;
    width: 100%;
    height: auto
}

.page-embaixador-preview__media-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.page-embaixador-preview__content {
    max-width: var(--layout--max-width);
    width: 100%;
    margin: 100px 0 60px 0;
    font-family: "Adobe Garamond Pro";
    font-weight: 400;
    font-size: 23px;
    line-height: 1.3;
    display: grid;
    grid-gap: var(--grid--gap);
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto
}

.page-embaixador-preview__content p {
    margin-bottom: 30px
}

.page-embaixador-preview__content-cl1 {
    padding-right: 30px;
    grid-column-start: 2;
    grid-column-end: 7
}

.page-embaixador-preview__content-cl2 {
    grid-column-start: 7;
    grid-column-end: 12
}

@media (max-width:1300px) {
    .page-embaixador-preview__content-cl1 {
        grid-column-start: 1
    }
    .page-embaixador-preview__content-cl2 {
        grid-column-end: 13
    }
}

@media (max-width:1024px) {
    .page-embaixador-preview {
        padding-bottom: 80px
    }
    .page-embaixador-preview__content {
        margin-top: 70px
    }
}

@media (max-width:1300px) {
    .page-embaixador-preview__content {
        font-size: 18px;
        line-height: 1.4
    }
}

@media (max-width:767px) {
    .page-embaixador-preview {
        padding: 0 0 60px 0
    }
    .page-embaixador-preview__media-image {
        min-height: 500px
    }
    .page-embaixador-preview__content {
        padding: 0 25px;
        margin-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .page-embaixador-preview__content-cl1 {
        padding-right: 0
    }
}

.page-embaixador-quotes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: var(--color--cloudy);
    background-color: var(--color--pampas);
    padding: 100px 50px 130px 50px
}

.page-embaixador-quotes__content {
    max-width: var(--layout--max-width);
    width: 100%;
    display: grid;
    grid-gap: 60px var(--grid--gap);
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto
}

.page-embaixador-quotes__content .flickity-prev-next-button {
    width: 40px;
    height: 40px
}

.page-embaixador-quotes__list {
    width: 100%;
    grid-column-start: 2;
    grid-column-end: 12
}

.page-embaixador-quotes__list:not(.flickity-enabled) li:nth-of-type(1n+2) {
    display: none
}

.page-embaixador-quotes__list .flickity-viewport,
.page-embaixador-quotes__list .flickity-slider {
    width: 100%;
    height: 100%
}

.page-embaixador-quotes__list-item {
    width: 100%
}

.page-embaixador-quotes__list-quote {
    width: 100%;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0 80px
}

.page-embaixador-quotes .flickity-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit
}

.page-embaixador-quotes .flickity-button {
    border-color: var(--color--cloudy)
}

.page-embaixador-quotes .flickity-button svg path {
    fill: var(--color--cloudy)
}

.page-embaixador-quotes .flickity-button.previous {
    left: 0
}

.page-embaixador-quotes .flickity-button.next {
    right: 0
}

@media (max-width:1300px) {
    .page-embaixador-quotes {
        padding: 80px 30px 80px 30px
    }
    .page-embaixador-quotes__list {
        grid-column-start: 1;
        grid-column-end: 13
    }
    .page-embaixador-quotes__list-quote {
        font-size: 40px;
        line-height: 1.3
    }
}

@media (max-width:1024px) {
    .page-embaixador-quotes__list-quote {
        font-size: 30px;
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .page-embaixador-quotes__list-quote {
        font-size: 25px;
        line-height: 1.2;
        padding: 0
    }
    .page-embaixador-quotes .flickity-button {
        display: none
    }
}

.page-embaixador-gallery {
    width: 100%;
    color: var(--color--cloudy);
    background-color: var(--color--pampas)
}

.page-embaixador-gallery__content-for-reference {
    max-width: var(--layout--max-width);
    width: 100%;
    height: 1px
}

.page-embaixador-gallery__list-item {
    width: auto;
    display: inline-table;
    margin-left: 10px
}

.page-embaixador-gallery__list-item--nth0 {
    margin-left: 0
}

.page-embaixador-gallery__list-item-image {
    height: 700px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

@media (max-width:1300px) {
    .page-embaixador-gallery__list-item-image {
        height: 600px
    }
}

.page-embaixador-full-interview {
    background-color: var(--color--pampas);
    color: var(--color--cloudy);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.page-embaixador-full-interview[data-mode="hide"] {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

.page-embaixador-full-interview[data-mode="begin"] {
    position: absolute;
    left: 100%;
    top: 0
}

.page-embaixador-full-interview__content {
    position: relative;
    max-width: var(--layout--max-width);
    width: 100%;
    padding: 200px 0 90px 0;
    font-weight: 400;
    display: grid;
    grid-gap: var(--grid--gap);
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto
}

.page-embaixador-full-interview__content-wrapper {
    grid-column-start: 2;
    grid-column-end: 12
}

.page-embaixador-full-interview__content>* p {
    margin-bottom: 25px
}

.page-embaixador-full-interview__content-close {
    position: fixed;
    top: 140px;
    left: inherit;
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .04em;
    line-height: 20px;
    background-color: transparent;
    color: var(--color--cloudy);
    padding: 0;
    outline: none
}

.page-embaixador-full-interview__content-close svg {
    -webkit-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    transition: all 0.6s cubic-bezier(.165, .84, .44, 1);
    margin-right: 5px;
    display: inline-block
}

.page-embaixador-full-interview__content-close span {
    text-decoration: underline
}

.page-embaixador-full-interview__content-close:hover svg {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.page-embaixador-full-interview__content-title {
    font-family: "Gotham";
    text-transform: uppercase;
    margin-bottom: 80px
}

.page-embaixador-full-interview__content-title i {
    font-family: "Adobe Garamond Pro"
}

.page-embaixador-full-interview__content-date {
    font-family: "Gotham";
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 5px
}

.page-embaixador-full-interview__content-intro-title {
    font-weight: 500;
    font-size: 65px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Gotham";
    margin-bottom: 50px;
    text-transform: uppercase
}

.page-embaixador-full-interview__content-intro-title i {
    font-family: "Adobe Garamond Pro"
}

.page-embaixador-full-interview__content-intro-text {
    font-family: "Adobe Garamond Pro";
    font-weight: 400;
    font-size: 23px;
    line-height: 1.3
}

.page-embaixador-full-interview__content-quotes {
    font-family: "Gotham";
    margin: 100px 0
}

.page-embaixador-full-interview__content-quotes .flickity-viewport,
.page-embaixador-full-interview__content-quotes .flickity-slider {
    width: 100%;
    height: 100%
}

.page-embaixador-full-interview__content-quotes-item {
    width: 100%
}

.page-embaixador-full-interview__content-quotes-quote {
    width: 100%;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.page-embaixador-full-interview__content-interview {
    font-family: "Adobe Garamond Pro";
    font-weight: 400;
    font-size: 23px;
    line-height: 1.3
}

@media (max-width:1500px) {
    .page-embaixador-full-interview__content {
        padding-top: 130px
    }
    .page-embaixador-full-interview__content-wrapper {
        padding-left: 50px
    }
    .page-embaixador-full-interview__content-close {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 30px
    }
    .page-embaixador-full-interview__content-title {
        font-size: 70px;
        margin-bottom: 60px
    }
    .page-embaixador-full-interview__content-intro-title {
        font-size: 50px;
        margin-bottom: 30px
    }
    .page-embaixador-full-interview__content-quotes {
        margin: 70px 0
    }
    .page-embaixador-full-interview__content-quotes-quote {
        font-size: 40px
    }
}

@media (max-width:1024px) {
    .page-embaixador-full-interview__content-title {
        font-size: 60px;
        margin-bottom: 50px
    }
    .page-embaixador-full-interview__content-intro-title {
        font-size: 40px
    }
}

@media (max-width:1023px) {
    .page-embaixador-full-interview__content-wrapper {
        padding-left: 80px
    }
    .page-embaixador-full-interview__content-title {
        font-size: 50px;
        margin-bottom: 40px
    }
    .page-embaixador-full-interview__content-intro-title {
        font-size: 35px
    }
    .page-embaixador-full-interview__content-quotes {
        margin: 50px 0
    }
    .page-embaixador-full-interview__content-quotes-quote {
        font-size: 30px
    }
    .page-embaixador-full-interview__content-intro-text,
    .page-embaixador-full-interview__content-interview {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .page-embaixador-full-interview__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 90px
    }
    .page-embaixador-full-interview__content-wrapper {
        padding: 0 20px
    }
    .page-embaixador-full-interview__content-close {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: initial;
        top: initial;
        position: relative;
        margin-bottom: 50px
    }
    .page-embaixador-full-interview__content-title {
        font-size: 35px;
        margin-bottom: 20px
    }
    .page-embaixador-full-interview__content-intro-title {
        font-size: 22px;
        margin-bottom: 20px
    }
    .page-embaixador-full-interview__content-quotes {
        margin: 60px 0
    }
    .page-embaixador-full-interview__content-quotes-quote {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.page-interview-preview[data-show="no"] {
    display: none
}