/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
button,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

html {
    font-size: 62.5%
}

body {
    background-color: #fff;
    font-family: "Frutiger LT Std", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    box-sizing: border-box;
    width: 100%
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-LightCn.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-LightCnIta.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-Roman.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-Cn.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-CnIta.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-BoldCn.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-BoldCnIta.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-BlackCn.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-BlackCnIta.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-ExtraBlackCn.otf") format("opentype");
    font-weight: 950;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-ExtraBlkCnIta.otf") format("opentype");
    font-weight: 950;
    font-style: italic;
    font-stretch: condensed;
    font-display: swap
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("./fonts/frutiger/FrutigerLTStd-UltraBlack.otf") format("opentype");
    font-weight: 1000;
    font-style: normal;
    font-display: swap
}

.header {
    position: fixed;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: calc(100% - 32px);
    max-width: 94.6rem;
    padding: 1.6rem 6.4rem;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .2509803922);
    backdrop-filter: blur(20px);
    border: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem
}

.header>h1>img {
    width: 4rem;
    height: 4.9rem;
    transition: transform .3s ease
}

.header>h1>img:hover {
    transform: scale(1.05)
}

.header>nav {
    width: 100%;
    max-width: 45.5rem
}

.header>nav>ul {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2.8rem
}

.header>nav>ul>li {
    width: fit-content
}

.header>nav>ul>li>a {
    position: relative;
    text-decoration: none;
    transition: opacity .3s ease;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff
}

.header>nav>ul>li>a:hover {
    opacity: .8
}

.header>nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width .3s ease
}

.header>nav>ul>li>a:hover::after {
    width: 100%
}

.header>a {
    transition: opacity .3s ease, transform .3s ease;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff
}

.header>a:hover {
    opacity: .8;
    transform: translateY(-2px)
}

@media(max-width: 1024px) {
    .header {
        top: 1.6rem;
        width: calc(100% - 2rem);
        padding: 1.6rem;
        border-radius: 1.2rem;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: .6rem
    }

    .header>h1 {
        flex-shrink: 0
    }

    .header>h1>img {
        width: 3.2rem;
        height: 4rem
    }

    .header>a {
        padding: 1rem 1.2rem;
        border: 1px solid hsla(0, 0%, 100%, .4);
        border-radius: .8rem;
        text-decoration: none;
        white-space: nowrap;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 100%;
        color: #fff
    }

    .header>a>span {
        margin-left: .4rem
    }

    .header>nav {
        width: 100%;
        order: 3;
        overflow-x: auto
    }

    .header>nav::-webkit-scrollbar {
        display: none
    }

    .header>nav>ul {
        width: max-content;
        padding-bottom: .4rem;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 1.6rem
    }

    .header>nav>ul>li {
        flex-shrink: 0
    }

    .header>nav>ul>li>a {
        white-space: nowrap;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 100%;
        color: #fff
    }
}

.footer {
    background-color: #87ac70
}

.footer__wrapper {
    width: 100%;
    position: relative;
    flex-direction: column;
    padding: 1.6rem 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem
}

.footer__wrapper>figure {
    width: 100%;
    max-width: 8rem;
    height: 9.6rem
}

.footer__wrapper>figure>img {
    width: 100%;
    height: 100%
}

.footer__wrapper>p {
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #fff
}

.footer__wrapper>a {
    position: absolute;
    right: 80px;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #fff
}

@media(max-width: 1024px) {
    .footer__wrapper {
        padding: 2.4rem 2rem;
        gap: 1.6rem
    }

    .footer__wrapper>figure {
        max-width: 6.4rem;
        height: 7.6rem
    }

    .footer__wrapper>p {
        text-align: center;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 11px;
        line-height: 16px;
        color: #fff
    }

    .footer__wrapper>a {
        position: static;
        text-align: center;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        color: #fff
    }
}

.h-banner {
    position: relative;
    width: 100%;
    height: 80rem
}

.h-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none
}

.h-banner>img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 80rem;
    object-fit: cover;
    object-position: center 18%;
    transform: scaleX(-1)
}

.h-banner__wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 10.4rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0
}

.h-banner__content {
    max-width: 50.9rem
}

.h-banner__content>span {
    letter-spacing: 7%;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 69px;
    color: #fff
}

.h-banner__content>h2 {
    margin-bottom: 4.8rem;
    letter-spacing: 7%;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 69px;
    color: #fff
}

.h-banner__content>a {
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: #fff
}

.h-banner__content>a>span {
    display: block;
    width: 100%;
    max-width: 25.4rem;
    border: 1px solid #fff;
    padding: 1.1rem 2.4rem;
    text-align: center
}

.h-banner__content>a>img {
    padding: 1.5rem 2.25rem;
    height: 100%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

@media(max-width: 1024px) {
    .h-banner {
        height: 64rem
    }

    .h-banner::after {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 100%)
    }

    .h-banner>img {
        height: 64rem;
        object-position: center
    }

    .h-banner__wrapper {
        padding: 0 2rem 4.8rem;
        align-items: flex-end
    }

    .h-banner__content {
        width: 100%;
        max-width: 100%
    }

    .h-banner__content>span {
        display: block;
        margin-bottom: .8rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 120%;
        color: #fff
    }

    .h-banner__content>h2 {
        margin-bottom: 3.2rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 110%;
        color: #fff
    }

    .h-banner__content>a {
        width: 100%;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        color: #fff
    }

    .h-banner__content>a>span {
        max-width: 100%;
        padding: 1.2rem 1.6rem
    }

    .h-banner__content>a>img {
        width: 5rem;
        height: 4.2rem;
        padding: 1.4rem;
        object-fit: contain
    }
}

.trajectory {
    position: relative;
    width: 100%;
    height: 80rem;
    overflow: hidden
}

.trajectory__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    z-index: 0
}

.trajectory__wrapper {
    position: relative;
    z-index: 1;
    padding: 6.8rem 8rem 1.5rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3.5rem
}

.trajectory__wrapper>figure {
    width: 100%;
    max-width: 59.5rem;
    height: 54.2rem
}

.trajectory__wrapper>figure>img {
    width: 100%
}

.trajectory__wrapper>div {
    width: 100%;
    max-width: 65.7rem
}

.trajectory__wrapper>div>h2 {
    margin-bottom: 1.2rem;
    letter-spacing: 12%;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #45443d
}

.trajectory__wrapper>div>p {
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    color: #45443d
}

.trajectory__wrapper>div>p>strong {
    font-weight: 700
}

@media(max-width: 1024px) {
    .trajectory {
        height: 94rem
    }

    .trajectory__bg {
        object-fit: cover
    }

    .trajectory__wrapper {
        padding: 4.8rem 2rem;
        flex-direction: column;
        gap: 3.2rem
    }

    .trajectory__wrapper>figure {
        max-width: 100%;
        height: auto
    }

    .trajectory__wrapper>figure>img {
        width: 100%;
        height: auto;
        object-fit: contain
    }

    .trajectory__wrapper>div {
        max-width: 100%
    }

    .trajectory__wrapper>div>h2 {
        margin-bottom: 1.6rem;
        text-align: center;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 110%;
        color: #45443d
    }

    .trajectory__wrapper>div>p {
        text-align: center;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        color: #45443d
    }
}

.projects {
    position: relative;
    position: relative;
    width: 100%;
    height: 110.8rem;
    overflow: hidden
}

.projects__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    z-index: 0
}

.projects__wrapper {
    position: relative;
    z-index: 1;
    padding: 6.8rem 0 1.5rem
}

.projects__wrapper>header {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem
}

.projects__wrapper>header>h2 {
    letter-spacing: 16%;
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #45443d
}

.projects__wrapper>header>p {
    letter-spacing: 16%;
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #45443d
}

.projects__wrapper>figure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-top: -9rem;
    height: 85rem;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0
}

.projects__wrapper>figure>img {
    height: 100%
}

.projects__biomes {
    position: absolute;
    right: 182px;
    top: 85px
}

.projects__biomes--loose {
    position: initial;
    margin-left: -14rem
}

.projects__biomes--loose>ul {
    margin-top: 13rem
}

.projects__biomes>div {
    margin-bottom: 3rem;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 2.4rem
}

.projects__biomes>div>span {
    display: block;
    flex-direction: column;
    text-transform: uppercase;
    max-width: 10.5rem;
    text-align: center;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #45443d;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .8rem
}

.projects__biomes>div>span>img {
    width: 2rem;
    height: 2rem
}

.projects__biomes>ul {
    margin-bottom: 4.8rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0
}

.projects__biomes>ul>h3 {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #45443d
}

.projects__biomes>ul>li {
    width: 100%;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 16%;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #45443d;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .6rem
}

.projects__biomes>ul>li:not(:last-of-type) {
    margin-bottom: 2.4rem
}

.projects__biomes>article {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0
}

.projects__biomes>article>h4 {
    text-align: center;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #45443d
}

.projects__biomes>article>img {
    margin-bottom: .6rem
}

.projects__biomes>article>span {
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #45443d
}

.only-desktop {
    display: block
}

.only-mobile {
    display: none !important
}

@media(max-width: 1024px) {
    .projects {
        height: auto;
        min-height: 118.8rem
    }

    .projects__bg {
        object-fit: cover;
        object-position: center
    }

    .projects__wrapper {
        padding: 4.8rem 2rem 4rem
    }

    .projects__wrapper>header {
        gap: 1.2rem
    }

    .projects__wrapper>header>h2 {
        text-align: center;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 120%;
        color: #45443d
    }

    .projects__wrapper>header>p {
        text-align: center;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 1.2rem;
        line-height: 140%;
        color: #45443d
    }

    .projects__wrapper>figure {
        position: relative;
        margin-top: 4rem;
        height: auto;
        justify-content: center
    }

    .projects__wrapper>figure>img {
        width: 100%;
        height: auto;
        object-fit: contain
    }

    .projects__biomes {
        flex-direction: column;
        position: relative;
        top: unset;
        right: unset;
        margin-top: 4rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0
    }

    .projects__biomes>div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        margin-bottom: 3.2rem
    }

    .projects__biomes>div>span {
        max-width: 9rem;
        font-size: 1rem
    }

    .projects__biomes>div>span>img {
        width: 1.8rem;
        height: 1.8rem
    }

    .projects__biomes>ul {
        width: 100%;
        margin-bottom: 3.2rem;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 1rem
    }

    .projects__biomes>ul>h3 {
        margin-bottom: 1.2rem;
        font-size: 1.4rem
    }

    .projects__biomes>ul>li {
        width: fit-content;
        text-align: center;
        font-size: 1rem
    }

    .projects__biomes>ul>li:not(:last-of-type) {
        margin-bottom: 1.6rem
    }

    .projects__biomes>article>h4 {
        font-size: 1.4rem
    }

    .projects__biomes>article>img {
        width: 6rem;
        height: auto
    }

    .projects__biomes>article>span {
        font-size: 1rem;
        text-align: center
    }

    .only-desktop {
        display: none
    }

    .only-mobile {
        display: flex !important
    }
}

.numbers {
    position: relative;
    width: 100%;
    min-height: 76.3rem;
    overflow: hidden
}

.numbers__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    z-index: 0
}

.numbers__wrapper {
    position: relative;
    z-index: 1;
    padding: 6.8rem 8rem 1.5rem
}

.numbers__wrapper>header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0
}

.numbers__wrapper>header>h2 {
    text-transform: uppercase;
    margin-bottom: 4.2rem;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #45443d
}

.numbers__wrapper>div {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 3.2rem
}

.numbers__wrapper>div>ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.numbers__wrapper>div>ul:first-of-type {
    padding-bottom: 3.1rem;
    border-bottom: none;
    background-image: linear-gradient(to right, #000 50%, transparent 30%);
    background-position: bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x
}

.numbers__wrapper>div>ul>li {
    position: relative;
    width: 24.36rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem
}

.numbers__wrapper>div>ul>li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4.366rem;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #45443d
}

.numbers__wrapper>div>ul>li:last-child::after {
    display: none
}

.numbers__wrapper>div>ul>li>strong {
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #45443d
}

.numbers__wrapper>div>ul>li>span,
.numbers__wrapper>div>ul>li>p {
    letter-spacing: 4%;
    text-align: center;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #45443d
}

.numbers__wrapper>div>ul>li>p {
    letter-spacing: 20%;
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

@media(max-width: 1200px) {
    .numbers {
        min-height: auto
    }

    .numbers__wrapper {
        padding: 5.6rem 2rem 4rem
    }

    .numbers__wrapper>header>h2 {
        margin-bottom: 3.2rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: #45443d
    }

    .numbers__wrapper>div {
        gap: 2.4rem
    }

    .numbers__wrapper>div>ul {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 4rem
    }

    .numbers__wrapper>div>ul:first-of-type {
        padding-bottom: 2.4rem
    }

    .numbers__wrapper>div>ul>li {
        width: 100%
    }

    .numbers__wrapper>div>ul>li::after {
        display: none
    }

    .numbers__wrapper>div>ul>li:nth-child(odd)::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -1.2rem;
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background: #45443d
    }

    .numbers__wrapper>div>ul>li>strong {
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 52px;
        line-height: 100%;
        color: #45443d
    }

    .numbers__wrapper>div>ul>li>span,
    .numbers__wrapper>div>ul>li>p {
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 120%;
        color: #45443d
    }
}

@media(max-width: 700px) {
    .numbers {
        height: 118.8rem
    }

    .numbers__wrapper {
        padding: 4.8rem 2rem
    }

    .numbers__wrapper>header>h2 {
        margin-bottom: 2.4rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: #45443d
    }

    .numbers__wrapper>div {
        gap: 2.4rem
    }

    .numbers__wrapper>div>ul {
        grid-template-columns: 1fr;
        row-gap: 3.2rem
    }

    .numbers__wrapper>div>ul:first-of-type {
        padding-bottom: 2.4rem;
        background-size: 24px 1px
    }

    .numbers__wrapper>div>ul>li::after {
        display: none !important
    }

    .numbers__wrapper>div>ul>li>strong {
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 42px;
        line-height: 100%;
        color: #45443d
    }

    .numbers__wrapper>div>ul>li>span,
    .numbers__wrapper>div>ul>li>p {
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 120%;
        color: #45443d
    }

    .numbers__bg {
        object-fit: cover
    }
}

.impacts {
    padding: 10rem 8rem;
    background-color: #fff
}

.impacts>header>span {
    display: block;
    letter-spacing: 7%;
    margin-bottom: 1.7rem;
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: #45443d
}

.impacts>header>h2 {
    letter-spacing: 7%;
    margin-bottom: 3.2rem;
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #45443d
}

.impacts>header>p {
    margin-bottom: 4.8rem;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    color: #45443d
}

.impacts>header>small {
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: #45443d
}

.impacts>ul {
    flex-wrap: wrap;
    margin-top: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.8rem 2.4rem
}

.impacts__card {
    width: 100%;
    max-width: 61rem
}

.impacts__card>div:first-of-type {
    margin-top: 1.6rem
}

.impacts__card>div>h3 {
    letter-spacing: 7%;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #45443d
}

.impacts__card>div>p {
    font-family: "Frutiger LT Std", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #45443d
}

.impacts__video {
    width: 100%;
    height: 35.4rem;
    border-radius: 16px;
    margin-top: 3.2rem
}

.impacts__video>iframe,
.impacts__video>img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

@media(max-width: 1024px) {
    .impacts {
        padding: 4.8rem 2rem
    }

    .impacts>header>span {
        margin-bottom: 1.2rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
        color: #45443d
    }

    .impacts>header>h2 {
        margin-bottom: 2.4rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
        color: #45443d
    }

    .impacts>header>p {
        margin-bottom: 2.4rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 140%;
        color: #45443d
    }

    .impacts>header>small {
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        color: #45443d
    }

    .impacts>ul {
        margin-top: 2.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3.2rem
    }

    .impacts__card {
        max-width: 100%
    }

    .impacts__card>img {
        width: 5.6rem;
        height: 5.6rem
    }

    .impacts__card>div:first-of-type {
        margin-top: 1.2rem
    }

    .impacts__card>div>h3 {
        margin-bottom: 1.2rem;
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        color: #45443d
    }

    .impacts__card>div>p {
        font-family: "Frutiger LT Std", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        color: #45443d
    }

    .impacts__card--center {
        max-width: 100%
    }

    .impacts__video {
        height: 22rem;
        margin-top: 2.4rem;
        border-radius: 1.2rem
    }

    .impacts__video>iframe,
    .impacts__video>img {
        border-radius: 1.2rem
    }
}

section[id] {
    scroll-margin-top: 16rem
}