@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300&display=swap);

/*!
 *  Font Awesome 4.3.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.eot");
    src: url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff2") format("woff2"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff") format("woff"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.ttf") format("truetype"), url("https://9www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-align: center;
    text-decoration: none
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-whatsapp:before {
    content: "\f232"
}

@media (min-width: 720px) {
    .fa-whatsapp {
        display: none
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

a {
    text-decoration: none
}

.share {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: calc(18px + 3vw) 0
}

.share__icon {
    background-color: #003DA6;
    border-radius: 50%;
    color: #fff;
    height: 37px;
    line-height: 37px;
    margin: 1px;
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 37px
}

.share__icon:hover {
    opacity: .8
}

.share__text {
    color: #191919;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin: 0 13px;
    text-transform: uppercase
}

@media (max-width: 720px) {
    .share__text {
        display: none
    }
}

body {
    background-color: #fff;
    color: #191919;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px
}

@media (max-width: 1023px) {
    body {
        overflow: auto
    }
}

video,
img {
    max-width: 100%
}

img {
    display: block;
    height: auto;
    overflow: hidden
}

.bold {
    font-weight: 700
}

.link {
    color: #003DA6;
    font-weight: 700
}

.legalFooter {
    box-sizing: border-box
}

.underline {
    color: #000;
    text-decoration: underline
}

.italic {
    font-style: italic
}

.footerSpecials,
.m-footer {
    display: none;
    overflow: hidden
}

.upper {
    text-transform: uppercase
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
span::-moz-selection {
    background-color: #fff;
    color: #003DA6;
    text-shadow: none
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
span::selection {
    background-color: #fff;
    color: #003DA6;
    text-shadow: none
}

* {
    margin: 0
}

.hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hero__aside {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(2px);
    width: 100%
}

.hero__aside img {
    width: 100%
}

.hero__bg {
    height: calc(100% - 2px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.hero__bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.hero__pretitle {
    color: #F4F4F4;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin-top: auto;
    opacity: 0;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(40px);
    transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hero__pretitle.visible {
    opacity: 1;
    transform: none;
    transition-delay: .75s
}

.hero .title {
    color: #F4F4F4;
    font-size: calc(42px + 3vw);
    font-weight: 300;
    line-height: 92%;
    text-align: center;
    padding: 0 16px calc(30px + 5vw)
}

.hero .title__box {
    position: relative
}

.hero .title__container {
    display: block;
    overflow: hidden;
    padding-bottom: 10px
}

.hero .title__container--text {
    display: block;
    opacity: 0;
    transform: translateY(60px);
    transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hero .title__container--text.visible {
    opacity: 1;
    transform: none
}

.header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    opacity: 0;
    padding: 45px 75px;
    transform: translateY(-60px);
    transition: opacity 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: calc(100% - 150px)
}

.header.active {
    opacity: 1;
    transform: none;
    transition-delay: .25s
}

.header__tag {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.3em;
    text-transform: uppercase
}

.header__btn {
    cursor: pointer;
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.header__btn:hover {
    transform: scale(0.85)
}

@media (max-width: 720px) {
    .header {
        padding: 16px 20px;
        width: calc(100% - 40px)
    }

    .header__tag {
        display: none
    }

    .header__logo {
        max-width: 122px
    }

    .header__btn {
        max-width: 48px
    }

    .hero__pretitle {
        font-size: 12px;
        opacity: .5
    }

    .hero .title {
        font-size: calc(25px + 2vw);
        padding: 0 16px calc(52px + 5vw)
    }
}

@media (max-width: 720px) {
    .hero .title__container, .hero .title__container--text {
      display: inline;
  
    }
  }

.resume {
    font-size: 28px;
    line-height: 140%;
    margin: auto;
    max-width: 1030px;
    opacity: 0;
    padding: 16px 16px calc(24px + 4vw);
    transform: translateY(60px);
    transition: opacity 5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    text-align: center
}

.resume.is-inview {
    opacity: 1;
    transform: none
}

.texts {
    margin: auto;
    max-width: 488px;
    padding: 0 16px
}

.texts__p {
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 3s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.texts__p--first::first-letter {
    font-size: 76px;
    float: left;
    line-height: 86%;
    margin-right: 4px
}

.texts__p:not(:last-child) {
    padding-bottom: 32px
}

.texts__p.is-inview {
    opacity: 1;
    transform: none
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
.video {
    /* display: flex; */
    margin: calc(52px + 5vw) auto calc(52px + 3vw) auto;
    max-width: 1200px;
}

/* .video iframe {
    aspect-ratio: 16/9;
    margin: auto;
    max-width: 1200px;
    width: 100%
} */

.summary {
    margin: calc(72px + 7vw) auto;
    max-width: 680px;
    opacity: 0;
    position: relative;
    transform: translateY(60px);
    transition: opacity 5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 3s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.summary.is-inview {
    opacity: 1;
    transform: none
}

.summary::before {
    background-color: #003DA6;
    content: '';
    display: block;
    height: 6px;
    margin: 0 auto;
    width: 240px
}

.summary__text {
    font-size: 36px;
    font-weight: 300;
    line-height: 140%;
    padding: 48px 16px 0;
    position: relative;
    text-align: center
}

.img-left {
    margin: calc(42px + 4vw) auto;
    max-width: 872px;
    padding-right: 384px
}

.two-img {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin: calc(32px + 5vw) auto;
    max-width: 1237px;
    padding: 0 16px
}

.two-img__images {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr)
}

.two-img__caption {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    padding-top: 12px
}

.signature {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin: calc(46px + 4vw) auto;
    max-width: 488px;
    padding: 18px 0;
    text-transform: uppercase
}

.signature__job {
    font-weight: 400;
    margin-right: 24px
}

.related {
    margin: auto;
    max-width: 1427px;
    padding: 32px 16px calc(52px + 12vw)
}

.related__title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.related__wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr)
}

.related__card {
    overflow: hidden;
    padding-bottom: 137%;
    position: relative;
    width: 100%
}

.related__card--img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.related__card--img img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%
}

.related__card--name {
    color: #F4F4F4;
    font-size: calc(20px + 1.5vw);
    line-height: 120%;
    left: 50%;
    position: absolute;
    top: 37px;
    transform: translate(-50%, 0)
}

.related__card--title {
    bottom: 77px;
    color: #F4F4F4;
    font-size: calc(16px + 1.5vw);
    font-weight: 300;
    line-height: 100%;
    left: 50%;
    max-width: 508px;
    padding: 0 16px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0);
    width: calc(100% - 32px)
}

.related__card:hover .related__card--img img {
    transform: scale(1.15)
}

.footer {
    background-color: #191919;
    color: #fff;
    padding: 67px 0 75px;
    text-transform: uppercase
}

.footer__content {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 80%
}

.footer__logo {
    padding-bottom: 16px;
    width: 100%
}

.footer__address {
    font-size: 18px;
    line-height: 150%;
    text-align: right
}

.footer a {
    color: #fff
}

.modal {
    background: linear-gradient(107.48deg, #E7EDF9 2%, #F3F6FB 62.72%);
    display: flex;
    justify-content: space-between;
    height: calc(100% - 90px);
    opacity: 0;
    padding: 45px 65px 45px 100px;
    position: fixed;
    z-index: 99999;
    top: 0;
    transform: translateX(100%);
    transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__aside {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__aside img {
    height: 100%
}

.modal__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 32px;
    top: 54px;
    transform: translateY(60px);
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__btn--text {
    font-family: "Roboto Condensed", sans-serif;
    margin: 10px;
    text-transform: uppercase;
    writing-mode: vertical-lr
}

.modal__btn--img {
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__btn:hover .modal__btn--img {
    transform: scale(0.85)
}

.modal__main {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__main--logo {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    padding: 20% 0 12px
}

.modal__main--title {
    font-size: calc(26px + 2vw);
    font-weight: 300;
    line-height: 100%;
    padding-right: calc(24px + 3vw);
    white-space: nowrap
}

.modal__main--title img {
    display: inline;
    max-width: calc(16px + 2vw);
    transform: translateY(10px)
}

.modal__wrapper {
    align-items: center;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr)
}

.modal__card {
    height: 44vh;
    position: relative
}

.modal__card--img {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.modal__card--img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%
}

.modal__card--img::after {
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 27.84%);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.modal__card--name {
    bottom: 30px;
    color: #F4F4F4;
    font-size: calc(10px + 2vw);
    left: 50%;
    line-height: 120%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.modal__card:hover img {
    transform: scale(1.15)
}

.modal__description {
    font-size: 18px;
    line-height: 120%;
    margin-top: auto;
    padding: 37px 42px
}

.modal__back {
    align-items: center;
    bottom: 55px;
    cursor: pointer;
    display: flex;
    left: 100px;
    opacity: 0;
    position: absolute;
    transform: translateY(60px);
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__back--figure {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal__back--figure::after {
    content: url("https://static.ecestaticos.com/file/9a5/d95/7ab/9a5d957ab8cc5e42966c0e317bbec5da.png");
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.modal__back--text {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 120%;
    padding-left: 16px;
    text-transform: uppercase;
    position:absolute;
    top:-60px;
    left: 0;
}

.modal__back--text span {
    display: block;
    text-indent: 18px
}

.modal__back:hover .modal__back--figure {
    transform: scale(0.85)
}

.modal .wrapper-item {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.modal.open {
    opacity: 1;
    transform: none
}

.modal.open .modal__aside {
    opacity: 1;
    transform: none;
    transition-delay: 1s
}

.modal.open .modal__main,
.modal.open .modal__btn,
.modal.open .modal__back {
    opacity: 1;
    transform: none;
    transition-delay: 1.25s
}

.modal.open .wrapper-item {
    opacity: 1;
    transform: none
}

.modal.open .wrapper-item:nth-child(2n+1) {
    transition-delay: 1.65s
}

.modal.open .wrapper-item:nth-child(2n+2) {
    transition-delay: 1.8s
}

.modal.open .wrapper-item:nth-child(2n+3) {
    transition-delay: 1.95s
}

.modal.open .wrapper-item:nth-child(2n+4) {
    transition-delay: 2.1s
}

.modal.open .wrapper-item:nth-child(2n+5) {
    transition-delay: 2.25s
}

.modal.open .wrapper-item:nth-child(2n+6) {
    transition-delay: 2.4s
}

.modal.hide .modal {
    transform: translateX(100%);
    transition-delay: .75s
}

.modal.hide .modal__main,
.modal.hide .modal__btn,
.modal.hide .modal__back {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 0s
}

.modal.hide .wrapper-item {
    opacity: 0;
    transform: translateX(40px);
    transition-delay: 0s !important
}

.cta {
    background-color: #EBEBEB;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    transform: translateY(100%);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%
}

.cta__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1072px
}

.cta__main {
    align-items: center;
    cursor: pointer;
    display: flex
}

.cta__main--text {
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
    max-width: 362px;
    padding-left: 24px
}

.cta__btn {
    cursor: pointer;
    width: 75px
}

.cta.open {
    opacity: 1;
    transform: none
}

.modal-video {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale3d(0.6, 0.6, 0.6) translateY(20%);
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    will-change: transform;
    z-index: 10
}

.modal-video.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.modal-video__video {
    aspect-ratio: 16/9;
    height: 100vh;
    overflow: hidden;
    width: 100%
}

.modal-video__btn {
    cursor: pointer;
    max-width: 80px;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.modal-video__btn:hover {
    transform: scale3d(1.2, 1.2, 1.2)
}

@media (max-width: 1480px) {
    .modal__description {
        padding: 10px
    }

    .modal__btn {
        right: 8px;
        top: 20px
    }

    .modal__main--title {
        font-size: calc(22px + 2vw);
        padding-right: calc(10px + 2vw)
    }
}

@media (max-width: 1180px) {
    .img-left {
        padding: 0 16px
    }

    .modal {
        flex-direction: column;
        -webkit-overflow-scrolling: touch;
        overflow: auto
    }

    .modal::-webkit-scrollbar {
        width: 6px
    }

    .modal::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2)
    }

    .modal::-webkit-scrollbar-thumb {
        background: rgba(0, 61, 166, 0.8)
    }

    .modal__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }

    .modal__main {
        padding-bottom: 32px
    }

    .modal__main--logo {
        padding-top: 0
    }

    .modal__back {
        margin: 90px auto 0;
        position: relative;
        left: 0;
        top: 0;
    }

    .modal__btn--img {
        max-width: 62px
    }

    .modal__btn--text {
        writing-mode: initial
    }

    .modal__description {
        margin: auto;
        padding: 0 45px
    }

    .modal__card {
        height: 54vh
    }
}

@media (max-width: 720px) {
    .resume {
        font-size: 24px;
        line-height: 120%
    }

    .texts__p {
        font-size: 18px
    }

    .texts__p--first::first-letter {
        font-size: 58px
    }

    .summary {
        margin: calc(32px + 7vw) auto;
        max-width: 480px
    }

    .summary::before {
        height: 4px
    }

    .summary__text {
        font-size: 24px;
        font-weight: 500
    }

    .two-img__images {
        grid-gap: 12px;
        grid-template-columns: repeat(1, 1fr)
    }

    .two-img__caption {
        font-size: 12px
    }

    .related__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }

    .related__card--name {
        font-size: calc(27px + 2vw);
        top: 14px
    }

    .related__card--title {
        bottom: 25px;
        font-size: calc(20px + 1.5vw)
    }

    .footer__credits {
        line-height: 120%;
        max-width: 178px
    }

    .modal {
        height: calc(100% - 32px);
        padding: 20px 16px
    }

    .modal__aside {
        display: none
    }

    .modal__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }

    .modal .wrapper-item {
        height: 0;
        padding-bottom: 60%;
        transition-delay: 1.5s !important
    }

    .modal__description {
        height: auto !important;
        padding: 0 !important;
        order: -1
    }

    .modal__card:before {
        background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 26.8%);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .modal__card--name {
        bottom: 10px;
        font-size: 34px
    }

    .cta__main--video {
        max-width: 142px
    }

    .cta__main--text {
        font-size: 14px;
        max-width: 224px;
        padding-left: 10px
    }

    .cta__btn {
        width: 60px
    }
}

@media (max-width: 570px) {
    .signature {
        font-size: 12px;
        margin: calc(46px + 4vw) 16px
    }

    .signature__job {
        margin-right: 18px
    }

    .footer {
        padding: 42px 0 52px
    }

    .footer__content {
        flex-direction: column;
        max-width: 90%
    }

    .footer__credits {
        align-self: flex-start;
        order: 3;
        padding-top: 16px
    }
}