@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Hairline.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-HairlineItalic.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-HairlineItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Thin.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Light.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Regular.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Medium.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Bold.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-ExtraBold.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gogh';
    src: url('/konkurs/assets/fonts/gogh/Gogh-Black.woff2') format('woff2'),
    url('/konkurs/assets/fonts/gogh/Gogh-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mr_HamiltoneG';
    src: url('/konkurs/assets/fonts/mr_hamiltoneg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zerno';
    src: url('/konkurs/assets/fonts/zerno.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-bg-dark: #212121;
    --color-ticker: #CA571E;
    --color-text: #ffffff;
    --color-bg_contest: #e9ebe5;

    --font-main: Gogh, sans-serif;

    --media-rem: 34rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.lenis, html.lenis body {
    height: auto;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.fade-up {
    will-change: transform, opacity;
}

.hero, .hero__circle, .feature-card {
    will-change: transform, opacity;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--font-main);
    color: var(--color-text);
    background-color: var(--color-bg-dark);
    overflow-x: hidden;
}

img, video, canvas {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    padding: 0 10px;

    @media (min-width: 34rem) {
        padding: 0 20px;
    }
}

.mask-text {
    color: rgba(255, 255, 255, 0.1) !important;
    background: linear-gradient(to right, #FFF, #FFF) no-repeat;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}

.hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 70vh;

    --circle-size: clamp(320px, 25vw, 1920px);
    --scale: calc(var(--circle-size) / 476);

    --hero-shadow: clamp(12px, calc(var(--circle-size) * 0.0375), 72px);
    --badge-shadow: clamp(7px, calc(var(--circle-size) * 0.022), 42px);

    @media (min-width: 34rem) {
        min-height: 70vh;
    }

    @media (max-width: 390px) {
        --circle-size: clamp(300px, 25vw, 1920px);
    }
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.hero__overlay {
    /*position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);*/
}

.hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    transform: translateX(-5%);

    @media (min-width: 34rem) {
        transform: translateX(0);
    }
}

.hero__circle {
    width: var(--circle-size);
    height: var(--circle-size);
    aspect-ratio: 1 / 1;
    background-color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 var(--hero-shadow) rgb(50 50 50 / 60%);
    backdrop-filter: blur(2px);
    gap: clamp(23px, 4vw, 4.5vw);

}

.hero__circle:hover {
    animation: pulseContour 1.2s ease-in-out forwards;
}

@keyframes pulseContour {
    0%, 100% {
        box-shadow: 0 0 0 var(--hero-shadow) rgb(50 50 50 / 60%);
    }
    50% {
        box-shadow: 0 0 0 var(--hero-shadow) rgb(50 50 50 / 80%);
    }
}

.hero__badge {
    --badge-base: 162;

    width: calc(var(--badge-base) * var(--scale));
    height: calc(var(--badge-base) * var(--scale));
    aspect-ratio: 1/1;

    background-color: #1a1a1a;
    border-radius: 50%;

    position: absolute;

    bottom: min(-6px, -0.677vw);
    right: min(-41px, -2.604vw);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    z-index: 3;

    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 var(--badge-shadow) rgb(50 50 50 / 60%);
}

.hero__logo {
    --logo-base: 103px;

    width: clamp(var(--logo-base), 7.031vw, 7.031vw);
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.hero__logo a {
    display: block;
    width: 100%;
}

.hero__logo svg {
    width: 100%;
}

.badge-svg-top {
    position: absolute;
    width: clamp(60px, 3.5vw, 3.5vw);
    top: -10px;

    @media (min-width: 92rem) {
        top: -0.821vw;
    }

    @media (min-width: 78rem) {
        top: -0.521vw;
    }
}

.badge-svg-bottom {
    position: absolute;
    width: clamp(70px, 4vw, 4vw);
    bottom: -18px;

    @media (min-width: 92rem) {
        top: -1.19vw;
    }

    @media (min-width: 78rem) {
        bottom: -0.79vw;
        top: auto;
    }
}

.hero__title {
    color: var(--color-text);
    text-align: center;
    -webkit-text-stroke-width: 0.88px;
    -webkit-text-stroke-color: var(--color-text);
    font-family: Zerno;
    font-size: clamp(24px, 1.563vw, 120px);
    font-style: normal;
    font-weight: 300;
    line-height: 1.05;
    margin: 0;
}

.hero__subtitle {
    color: var(--color-text);
    text-align: center;
    font-family: Zerno;
    font-size: clamp(16px, 1.042vw, 1.042vw);
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.badge-small {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 0.44px;
    -webkit-text-stroke-color: #FFF;
    font-family: Zerno;
    font-size: clamp(13px, 0.885vw, 80px);
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -0.51px;

    @media (max-width: 390px) {
        font-size: clamp(11px, 1.927vw, 1.927vw);
    }
}

.badge-big {
    margin: 2px 0;
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 1.32px;
    -webkit-text-stroke-color: #FFF;
    font-family: Zerno;
    font-size: clamp(27px, 1.927vw, 1.927vw);
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.11px;

    @media (max-width: 390px) {
        font-size: clamp(24px, 1.927vw, 1.927vw);
    }
}

.badge-tiny {
    font-size: 8px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
    line-height: 1.2;
}

.ticker {
    background-color: var(--color-ticker);
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    height: clamp(50px, 2.604vw, 2.604vw);
}

.ticker__wrapper {
    display: flex;
}

.ticker__content {
    display: flex;
    align-items: center;
    gap: 0.885vw;
}

.ticker__content span {
    color: #FFF;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFF;
    font-family: Zerno;
    font-size: clamp(17px, 0.885vw, 0.885vw);
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}

.ticker .dot {
    margin: 0 40px;
    font-size: clamp(17px, 0.885vw, 0.885vw);
}

.intro {
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: center;

    @media (min-width: 34rem) {
        height: 60vh;
        padding: 0;
    }
}

.intro__text {
    margin-bottom: 1.563vw;
    color: #FFF;
    text-align: center;
    font-family: 'Gogh';
    font-size: clamp(18px, 1.25vw, 1.25vw);
    font-style: normal;
    font-weight: 200;
    line-height: 1.3;
}

.intro__text strong {
    color: #FFF;
    font-family: 'Gogh';
    font-size: clamp(18px, 1.25vw, 1.25vw);
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}

.handwriting {
    padding: 0 clamp(5px, 0.26vw, 0.26vw);
    color: #FFF;
    font-family: mr_HamiltoneG;
    font-size: clamp(34px, 2.604vw, 2.604vw);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.brand {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 694px;
    padding-bottom: 23px;

    --circle-size: clamp(320px, 25vw, 1920px);
    --scale: calc(var(--circle-size) / 476);

    @media (min-width: 34rem) {
        padding-bottom: 3.706vw;
        min-height: 73vh;
    }
}

.brand__container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;

    @media (min-width: 34rem) {
        gap: clamp(30px, 1.563vw, 1.563vw);
        align-items: flex-start;
        flex-direction: column;
    }

    @media (min-width: 78rem) {
        gap: clamp(30px, 1.563vw, 1.563vw);
        align-items: flex-end;
        flex-direction: row;
    }

    /*@media (min-width: 86rem) {
        flex-direction: row;
    }

    @media (min-width: 34rem) {
        flex-direction: column;
        align-items: flex-start;
    }*/
}

.brand__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.brand__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 32% center;
    @media (min-width: 34rem) {
        object-position: center;
    }
}

.brand__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(30, 30, 30, 0.95) 0%, rgba(30, 30, 30, 0.6) 50%, rgba(30, 30, 30, 0.2) 100%);
}

.brand__left {
    width: 100%;

    @media (min-width: 34rem) {
        width: auto;
    }
}

.brand__title {
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'mr_HamiltoneG';
    font-size: clamp(80px, 6.25vw, 6.25vw);
    font-style: normal;
    font-weight: 400;
    line-height: .9;
    text-align: center;
    vertical-align: text-top;

    @media (min-width: 34rem) {
        margin-bottom: 2.083vw;
        text-align: left;
        vertical-align: middle;
        margin-left: -0.8vw;
    }
}

.brand__subtitle {
    transform: translateY(-1.927vw);
    display: inline-block;
}

.brand__subtitle.handwriting {
    padding-right: 1vw;
}

.brand__desc {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: column;
    padding-bottom: 25px;


    @media (min-width: 34rem) {
        align-items: center;
        flex-direction: row;
        gap: 2.083vw;
        padding-bottom: 0;
    }
}

.brand__desc .hero__logo {
    --logo-base: 135px;
}

.brand__desc p {
    color: #FFF;
    font-family: 'Gogh';
    font-size: clamp(18px, 1.406vw, 1.406vw);
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
}

.brand__desc strong {
    color: #fff;
    font-weight: 500;
}

.brand__right {
    width: 100%;

    @media (min-width: 34rem) {
        max-width: max-content;
        width: auto;
    }

    @media (min-width: 78rem) {
        max-width: min-content;
        width: auto;
    }
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 0.781vw, 0.781vw);

    @media (min-width: 49rem) {
        flex-direction: row;
    }

    @media (min-width: 78rem) {
        flex-direction: column;
    }
}

.features-grid--row {
    display: flex;
    justify-content: space-between;
    gap: clamp(8px, 0.781vw, 0.781vw);
    min-height: clamp(38px, 2.76vw, 2.76vw);
}

.feature-card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: clamp(6px, 0.417vw, 0.417vw)
             clamp(15px, 1.302vw, 1.302vw)
             clamp(8px, 0.521vw, 0.521vw)
             clamp(7px, 0.781vw, 0.781vw);
    display: flex;
    align-items: center;
    gap: clamp(11px, 0.781vw, 0.781vw);
    transition: background 0.3s;
    border-radius: clamp(7.753px, 0.625vw, 0.625vw);
    background: rgba(85, 85, 85, 0.20);
    width: stretch;
    min-width: max-content;
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
}

.feature-card svg {
    width: clamp(20px, 1.25vw, 1.25vw);
    height: clamp(20px, 1.25vw, 1.25vw);
    aspect-ratio: 1/1;
    opacity: 0.7;
}

.feature-card p {
    color: #FFF;
    font-family: Gogh;
    font-size: clamp(12px, 0.885vw, 0.885vw);
    font-style: normal;
    font-weight: 200;
    line-height: 1;

    @media (max-width: 390px) {
        font-size: clamp(11px, 0.885vw, 0.885vw);
    }
}

.collections {
    padding-top: 100px;

    @media (min-width: 34rem) {
        min-height: 100vh;
        padding-top: 5.5vw;
    }
}

.collections__title {
    color: #FFF;
    font-family: Gogh;
    font-size: clamp(26px, 2.083vw, 2.083vw);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto 2.083vw;

    @media (min-width: 34rem) {
        max-width: 72vw;
        margin: 0 auto 30px;
    }
}

.collections__wrapper {
    display: flex;
    padding-left: 20px;
    overflow: hidden;
    width: 100%;
}

.collections__track {
    display: flex;
    padding-bottom: 30px;
    gap: clamp(10px, 1.302vw, 1.302vw);
    scroll-behavior: smooth;

    @media (min-width: 50rem) {
        padding-bottom: 0;
    }
}

@media (max-width: 50rem) {
    .collections__track::-webkit-scrollbar {
        height: 3px;
    }
    .collections__track::-webkit-scrollbar-track {
        background: transparent;
    }
    .collections__track::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.37);
        border-radius: 100px;
    }
    .collections__track::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.4);
    }
}

.collection-item {
    flex: 0 0 clamp(255px, 21.354vw, 21.354vw);
    border-radius: clamp(17px, 1.406vw, 1.406vw);
    background: #262626;
    aspect-ratio: 114 / 169;
}

.collection-item__img {
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 44 / 53;

    @media (min-width: 34rem) {
        border-radius: 1.302vw;
        overflow: hidden;
        margin-bottom: 1.302vw;
    }
}

.collection-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collection-item:hover img {
    transform: scale(1.05);
}

.collection-item__info h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Gogh';
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.26vw;
    font-size: clamp(14px, 1.042vw, 1.042vw);
}

.collection-item__info p {
    color: #FFF;
    text-align: center;
    font-family: Gogh;
    font-size: clamp(12px, 0.833vw, 0.833vw);
    font-style: normal;
    font-weight: 200;
    line-height: 1;
}

.collections__footer {
    font-size: clamp(18px, 1.406vw, 1.406vw);
    color: #FFF;
    font-family: 'Gogh';
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
    padding: clamp(100px, 10vw, 10vw) 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;

    @media (min-width: 34rem) {
        text-align: left;
        max-width: 52ch;
    }
}

.collections__footer span:last-child {
    margin-left: auto;
}

.collections__footer .handwriting {
    font-size: clamp(40px, 3.333vw, 3.333vw);
}

.proposal {
    background-color: #e9ebe5;
    color: #333;
    padding-top: clamp(80px, 9.896vw, 9.896vw);
}

.proposal__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(20px, 9.219vw, 9.219vw);
    align-items: start;
    padding-bottom: clamp(60px, 3.125vw, 3.125vw);
    width: 100%;

    @media (min-width: 34rem) {
        justify-items: start;
    }

    @media (min-width: 78rem) {
        grid-template-columns: 1.3fr 1fr;
        max-width: 80vw;
        transform: translateX(2.5vw);
    }
}

.proposal__main-title {
    margin-bottom: 0;
    color: #212121;
    font-family: 'mr_HamiltoneG';
    font-size: clamp(80px, 6.25vw, 6.25vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.proposal__subtitle {
    color: #000;
    font-family: 'Gogh';
    font-size: clamp(18px, 1.042vw, 1.042vw);
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    text-align: right;
    display: block;
    margin-top: 0;
    margin-right: 0;
    padding-left: 4ch;
    padding-right: 2ch;
    max-width: 52ch;

    @media (min-width: 100rem) {
        margin-top: -1.8vw;
        padding-left: 0;
        padding-right: 0;
        max-width: 40ch;
        margin-left: 13vw;
    }
}

.proposal__right {
    display: block;
    padding-top: 2vw;
}

.divider {
    background: #000;
    position: absolute;
    height: .5px;
    width: 100%;
    left: 0;
    margin: clamp(25px, 2vw, 2vw) 0 clamp(47px, 2.083vw, 2.083vw);

    @media (min-width: 78rem) {
        width: 52.5vw;
        height: 1px;
        left: -12.5vw;
    }
}

.proposal__section-title {
    font-size: clamp(20px, 1.406vw, 1.406vw);
    font-weight: 500;
    margin-bottom: clamp(30px, 1.563vw, 1.563vw);
    margin-top: clamp(70px, 4.4vw, 4.4vw);
    padding-left: 0;

    @media (min-width: 78rem) {
        padding-left: 2vw;
    }
}

.proposal-list {
    list-style: none;
    margin-left: 0;
    width: 100%;

    @media (min-width: 78rem) {
        max-width: 24.323vw;
        margin-left: 2vw;
    }
}

.proposal-list__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.proposal-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: clamp(10px, 0.781vw, 0.781vw) 0;
    border-bottom: .5px solid #00000026;
    flex-direction: column;
}

.list-content strong {
    display: block;
    color: #000;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #000;
    font-family: 'Gogh';
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;
    font-size: clamp(18px, 1.042vw, 1.042vw);
}

.proposal-list .list-drop {
    font-size: clamp(16px, 0.833vw, 0.833vw);
    color: #000;
    font-family: 'Gogh';
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.list-content span {
    font-size: 11px;
    color: #888;
}

.list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    width: clamp(35px, 1.823vw, 1.823vw);
    aspect-ratio: 1/1;
}

.list-icon img {
    width: 100%;
    aspect-ratio: 1/1;
}

.importance-box {
    display: none;

    @media (min-width: 49rem) {
        display: block;
        max-width: 60%;
        margin-left: auto;
    }

    @media (min-width: 78rem) {
        display: block;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.importance-box h4 {
    color: #000;
    font-family: 'Gogh';
    font-size: clamp(14px, 0.833vw, 0.833vw);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.importance-box ul {
    list-style: disc;
    padding-left: clamp(20px, 0.981vw, 0.981vw);
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(20px, 1.5vw, 1.5vw);
    color: #000;
    font-family: 'Gogh';
    font-size: clamp(16px, 0.833vw, 0.833vw);
    font-style: normal;
    font-weight: 200;
    line-height: 1.5;

    @media (min-width: 78rem) {
        max-width: 30vw;
    }
}

.importance-box ul li {
    padding-right: clamp(10px, 2vw, 2vw);
}

.proposal__image {
    overflow: hidden;
    width: 100%;
    max-width: 80%;
    margin: clamp(30px, 1vw, 1vw) auto 0;

    @media (min-width: 49rem) {
        margin-left: 0;
        margin-top: -5%;
    }
    @media (min-width: 78rem) {
        max-width: 29.375vw;
        margin-left: auto;
        margin-top: clamp(30px, 1vw, 1vw);
    }
}

.proposal__image img {
    width: 100%;
    display: block;
}

.orange-bar {
    width: 100vw;
    height: clamp(40px, 3.125vw, 3.125vw);
    background: #CA571E;
    color: #FFF;
    font-family: 'Gogh';
    font-size: clamp(13px, 1.406vw, 1.406vw);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-description {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 0;
    color: #888;
}

.list-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designer {
    padding: clamp(100px, 10.417vw, 10.417vw) 0;

    .container {
        display: flex;
        flex-direction: column;
        gap: 100px;

        @media (min-width: 34rem) {
            gap: 10.417vw;
        }
    }

    .designer__title {
        text-align: center;
        margin-bottom: clamp(50px, 2.604vw, 2.604vw);
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(27px, 2.083vw, 2.083vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
    }

    .designer__subtitle {
        color: #FFF;
        text-align: center;
        font-family: 'Gogh';
        font-size: clamp(30px, 2.083vw, 2.083vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1;

        @media (min-width: 34rem) {
            line-height: 1.5;
        }
    }

    .designer__top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2.083vw;
    }

    .designer__cards {
        display: grid;
        margin: 0 auto;
        align-items: stretch;
        grid-template-columns: 1fr;
        gap: clamp(25px, 2.083vw, 2.083vw);
        width: 100%;

        @media (min-width: 34rem) {
            width: 80%;
            justify-items: center;
        }

        @media (min-width: 45rem) {
            width: 100%;
            grid-template-columns: repeat(auto-fit, minmax(290px, auto));
        }

        @media (min-width: 59rem) {
            width: 100%;
            grid-template-columns: repeat(auto-fit, minmax(360px, auto));
            align-items: end;
        }

        @media (min-width: 78rem) {
            grid-template-columns: 1.4fr 1fr 1.4fr;
        }

        @media (min-width: 110rem) {
            grid-template-columns: 1.4fr 1fr 1.4fr;
            max-width: 75vw;
        }

    }

    .card {
        padding: clamp(20px, 1.5vw, 1.5vw) clamp(20px, 1.5vw, 1.5vw) clamp(30px, 2vw, 2vw);
    }

    .card--secondary {
        padding: 0;
        border-radius: clamp(20px, 1.042vw, 1.042vw);
        background-image: linear-gradient(180deg, #ffffff, #ffffff, transparent);
        box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.45);


        @media (min-width: 34rem) {
            box-shadow: 0.469vw 0.469vw 0.469vw 0 rgba(0, 0, 0, 0.45);
        }
    }

    .cards__center .card--secondary:last-child .card__desc {
        border-top: none;
    }

    .card--primary {
        background: #FFF;
        color: #262626;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        display: flex;
        flex-direction: column;
        align-items: center;

        border-radius: 20px;
        box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.45);

        @media (min-width: 34rem) {
            border-radius: 1.042vw;
            box-shadow: 0.469vw 0.469vw 0.469vw 0 rgba(0, 0, 0, 0.45);
        }
    }

    .card__label {
        color: #FFF;
        text-align: center;
        font-family: 'Gogh';
        font-size: clamp(20px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        padding: clamp(23px, 1.2vw, 1.2vw) 0 clamp(17px, 1vw, 1vw);
    }

    .card__label--secondary {
        color: #262626;
        padding: clamp(9px, 0.6vw, 0.6vw) 0;
    }


    .card--primary .card__label {
        color: #666;
    }

    .card__price {
        color: #262626 !important;
        font-family: 'Gogh', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: clamp(27px, 1.667vw, 1.667vw);
        font-style: normal;
        font-weight: 900;
        line-height: 1;
    }

    .card__desc {
        color: #262626;
        font-family: 'Gogh';
        font-size: clamp(14px, 0.833vw, 0.833vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1;
    }

    .card__list {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: clamp(15px, 1vw, 1vw);
    }

    .card__list li {
        padding: clamp(15px, 1vw, 1vw) 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        color: #262626;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1.1;
        text-align: center;
        width: 100%;
    }

    .cards__center {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 15px;
        width: 90%;
        margin:  0 auto;

        @media(min-width: 34rem) {
            justify-content: flex-end;
            gap: 25px;
        }

        @media(min-width: 78rem) {
            justify-content: space-between;
            padding-top: 4.271vw;
            width: 100%;
            margin: 0;
        }
    }

    .card__wrapper--secondary
    {
        display: flex;
        flex-direction: column;
        color: #fff;
        align-items: center;
        border-radius: clamp(20px, 1.042vw, 1.042vw);
        background: #262626;
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.45);
        padding: clamp(20px, 1.1vw, 1.1vw) 0 clamp(30px, 2vw, 2vw);
        text-align: center;

        @media (min-width: 34rem) {
            box-shadow: 0.26vw 0.26vw 0.26vw 0 rgba(0, 0, 0, 0.45);
        }


        .card__title {
            color: #FFF;
            font-family: Gogh;
            font-size: clamp(20px, 1.042vw, 1.042vw);
            font-style: normal;
            font-weight: 700;
            line-height: 1.5;
        }

        .card__price {
            font-size: clamp(30px, 1.667vw, 1.667vw);
            font-weight: 900;
            line-height: 1;
            color: #FFF !important;
            font-family: 'Gogh', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            font-style: normal;
            padding-bottom: clamp(17px, 0.7vw, 0.7vw);
        }

        .card__desc {
            font-size: clamp(18px, 1.042vw, 1.042vw);
            font-weight: 200;
            line-height: 1;
            color: #FFF;
            font-family: 'Gogh';
            font-style: normal;
            padding-top: 1.5rem;
            border-top: 1px solid #FFF;
        }
    }

    .designer__visual {
        padding-top: 4.271vw;
        max-width: clamp(396px, 30.5vw, 30.5vw);
    }

    .visual__grid {
        display: flex;
        gap: clamp(12px, 0.625vw, 0.625vw);
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        min-width: 396px;

        @media (max-width: 390px) {
            min-width: 100%;
        }
    }

    .visual__tile {
        aspect-ratio: 1 / 1;
        width: clamp(192px, 12.708vw, 12.708vw);
        height: clamp(192px, 12.708vw, 12.708vw);
        z-index: 1;
        box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.45);
        overflow: hidden;
        opacity: 0;
        transform: scale(0.95) translateY(30px);
        will-change: transform, opacity;

        @media (max-width: 390px) {
            width: clamp(168px, 12.708vw, 12.708vw);
            height: clamp(168px, 12.708vw, 12.708vw);
        }

        @media (min-width: 78rem) {
            box-shadow: 0.469vw 0.469vw 0.469vw 0 rgba(0, 0, 0, 0.25);
        }
    }

    .visual__tile img {
        width: 100%;
        transition: transform .8s;
    }

    .visual__tile:hover:not(.visual__tile--big) img {
        transform: scale(1.3);
    }

    .visual__tile--big {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        transform: translate(-40%, 20%);
        width: clamp(289px, 19.167vw, 19.167vw);
        height: clamp(289px, 19.167vw, 19.167vw);
        z-index: 10;
        box-shadow: none;

        @media (max-width: 390px) {
            width: clamp(240px, 19.167vw, 19.167vw);
            height: clamp(240px, 19.167vw, 19.167vw);
        }

        @media (min-width: 78rem) {
            aspect-ratio: 1 / 1;
            transform: translate(-40%, 20%);
            right: 0;
        }
    }

    .small__text {
        color: #262626;
        font-family: 'Gogh';
        font-size: clamp(14px, 0.833vw, 0.833vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1
    }

    .card__right {
        border-radius: 20px;
        background: #262626;
        box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.45);
        width: 100%;
        height: max-content;
        margin-left: auto;

        @media (min-width: 78rem) {
            max-width: clamp(450px, 23.438vw, 23.438vw);
            box-shadow: 0.469vw 0.469vw 0.469vw 0 rgba(0, 0, 0, 0.25);
            border-radius: 1.042vw;
        }
    }
    .benefits {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, auto));
        gap: clamp(27px, 1.406vw, 1.406vw);
        margin: clamp(40px, 1.5vw, 1.5vw) auto 0;
        justify-content: center;
    }

    .benefit {
        width: clamp(320px, 16.667vw, 16.667vw);
        height: clamp(150px, 7.813vw, 7.813vw);
        text-align: left;
        border-radius: clamp(10px, 0.521vw, 0.521vw);
        background: rgba(97, 97, 97, 0.20);
        backdrop-filter: blur(5px);
        padding: clamp(17px, 0.885vw, 0.885vw) clamp(19px, 0.781vw, 0.781vw);
        border: 1px solid rgba(255, 255, 255, 0.15);
        position: relative;
    }

    .benefit__icon {
        position: absolute;
        transition: transform .3s;
    }

    .benefit__icon:hover {
        transform: scale(.95);
    }

    .benefits .benefit:nth-child(1) .benefit__icon {
        bottom: -18px;
        right: -30px;
        max-width: clamp(154px, 8.021vw, 8.021vw);

        @media (min-width: 34rem) {
            bottom: -0.9vw;
            right: -1.3vw;
        }
    }

    .benefits .benefit:nth-child(2) .benefit__icon {
        bottom: -20px;
        right: -20px;
        max-width: clamp(129px, 6.719vw, 6.719vw);

        @media (min-width: 34rem) {
            bottom: -1.2vw;
            right: -1.2vw;
        }
    }

    .benefits .benefit:nth-child(3) .benefit__icon {
        bottom: -20px;
        right: -20px;
        max-width: clamp(118px, 6.146vw, 6.146vw);

        @media (min-width: 34rem) {
            bottom: -1vw;
            right: -0.7vw;
        }
    }

    .benefits .benefit:nth-child(4) .benefit__icon {
        bottom: -30px;
        right: -20px;
        max-width: clamp(150px, 7.813vw, 7.813vw);

        @media (min-width: 34rem) {
            bottom: -1.5vw;
            right: -1vw;
        }
    }

    .benefit__icon img {
        width: 100%;
    }

    .benefit > p {
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(14px, 0.833vw, 0.833vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1;
    }

    .designer__note {
        text-align: center;
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(16px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 200;
        line-height: 1.5;
        width: 80%;
        margin: clamp(50px, 3vw, 3vw) auto 0;

        @media (min-width: 34rem) {
            width: 100%;
        }
    }

    .designer__timeline .designer__note {
        display: none;
        @media (min-width: 34rem) {
            display: block;
        }
    }

    .timeline {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        width: 70%;
        margin: clamp(50px, 2.7vw, 2.7vw) auto 0;
        gap: 80px;
        justify-content: center;
        justify-items: center;

        @media (max-width: 390px) {
            width: 85%;
        }

        @media (min-width: 49rem) {
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            width: 100%;
        }

        @media (min-width: 78rem) {
            max-width: 67vw;
        }
    }

    .timeline__line {
        position: absolute;
        top: 10px;
        left: 5px;
        background: #ffffff;
        margin: 0 auto;
        width: 1px;
        height: 90%;

        @media (min-width: 49rem) {
            width: 75%;
            height: 1px;
            top: 0.221vw;
            right: 0;
        }
    }

    .timeline__item {
        text-align: center;
        position: relative;

        display: flex;
        justify-content: flex-start;
        flex-direction: row;

        gap: 28px;
        align-items: baseline;
        width: 100%;

        @media (min-width: 49rem) {
            display: block;
        }
    }

    .dot {
        width: clamp(11px, 0.521vw, 0.521vw);
        height: clamp(11px, 0.521vw, 0.521vw);
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 50%;
        margin: 0;

        @media (min-width: 49rem) {
            margin: 0 auto 1.423vw;
        }
    }

    .timeline__wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        @media (min-width: 49rem) {
            align-items: center;
        }
    }

    .timeline__wrapper .timeline__title {
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(16px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
    }

    .timeline__wrapper .timeline__desc {
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(16px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 200;
        line-height: 1.2;

        text-align: left;

        @media (min-width: 49rem) {
            text-align: center;
        }
    }


    .reveal {
        opacity: 0;
        transform: scale(0.95) translateY(30px);
        will-change: transform, opacity;
    }
}

.contest {
    background: var(--color-bg_contest);

    .contest__container {
        display: grid;
        grid-template-columns: 1fr;

        @media (min-width: 67.5rem) {
            grid-template-columns: 1.34fr 1fr;
        }
    }

    .contest__content {
        padding: clamp(70px, 5.208vw, 5.208vw) 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: clamp(30px, 3.6vw, 3.6vw);

        align-items: flex-start;

        @media (min-width: 67.5rem) {
            transform: translateX(-2.4vw);
            align-items: center;
        }
    }

    .contest__title {
        color: #212121;
        font-family: 'Gogh';
        font-size: clamp(30px, 2.083vw, 2.083vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        padding-left: clamp(10px, 5.3vw, 5.3vw);

        @media (min-width: 67.5rem) {
            padding: 0;
        }

    }

    .contest__list {
        list-style: none;
        padding: 0 20px 0 clamp(30px, 5.3vw, 5.3vw);
        margin: 0;

        @media (min-width: 34rem) {
            padding-right: 0;
        }
    }

    .contest__list li {
        color: #212121;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 200;
        line-height: 1.2;
        padding: 10px 0;

        @media (min-width: 34rem) {
            line-height: 2;
            padding: 0;
        }
    }

    .contest__list li::before {
        content: "•";
        position: absolute;
        left: -15px;
        font-size: clamp(20px, 1.2vw, 1.2vw);
        line-height: 1.5;
        color: #212121;

        @media (min-width: 34rem) {
            left: -1vw;
        }
    }

    .contest__note {
        color: #212121;
        font-family: 'mr_HamiltoneG';
        font-size: clamp(35px, 2.344vw, 2.344vw);
        font-style: normal;
        font-weight: 400;
        line-height: 1.05;
        letter-spacing: 1.75px;
        text-align: center;
        width: 100%;
        margin: clamp(10px, 1vw, 1vw) auto;

        @media (min-width: 34rem) {
           width: auto;
        }

        @media (min-width: 67.5rem) {
            text-align: right;
            max-width: 90ch;

            line-height: 0.9;
            letter-spacing: 0.183vw;
            margin-left: auto;
            margin-right: 2.3vw;
        }
    }

    .contest__image {
        width: 100%;

        @media (min-width: 34rem) {
            height: 100%;
            width: auto;
        }
    }

    .contest__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.concepts {
    color: #fff;
    padding: clamp(150px, 10.417vw, 10.417vw)  10px;

    .concepts__container {
        margin: 0 auto;
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 480px;

        @media (min-width: 67.5rem) {
            min-height: 250px;
            height: clamp(250px, 13.021vw, 13.021vw);
        }
    }

    .concepts__title {
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(30px, 2.083vw, 2.083vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;

        @media (min-width: 34rem) {
            line-height: 1.5;
        }
    }

    .concepts__items {
        position: absolute;
        height: 100%;
        width: 100%;

        @media (min-width: 49rem) {
            max-width: 70vw;
        }

        @media (min-width: 67.5rem) {
            max-width: 60vw;
        }
    }

    .concepts__item {
        position: absolute;
        color: #FFF;
        text-align: center;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 200;
        line-height: 1.2;
    }

    .concepts__item--top-left {
        top: 0;
        left: 0;
        text-align: center;

        @media (min-width: 67.5rem) {
            top: -5%;
            left: 0;
        }
    }

    .concepts__item--top-center {
        top: 60px;
        right: 20px;
        text-align: center;

        @media (min-width: 67.5rem) {
            top: 0;
            left: 0;
            right: 0;
        }
    }

    .concepts__item--top-right {
        top: 115px;
        right: 0;
        text-align: center;
        left: 0;

        @media (min-width: 67.5rem) {
            top: -5%;
            left: auto;
            right: 0;
        }
    }

    .concepts__item--bottom-left {
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;

        @media (min-width: 67.5rem) {
            bottom: 0;
            left: auto;
            right: 0;
        }
    }

    .concepts__item--bottom-center {
        bottom: 115px;
        left: 30px;
        text-align: left;

        @media (min-width: 67.5rem) {
            bottom: -5%;
            left: 0;
            right: 0;
            text-align: center;
        }
    }

    .concepts__item--bottom-right {
        bottom: 60px;
        right: 30px;
        text-align: center;

        @media (min-width: 67.5rem) {
            bottom: 0;
            right: auto;
            left: 0;
        }
    }
}

.participation-steps {
    background: #e9ebe5;
    max-height: none;
    overflow: hidden;

    @media (min-width: 78rem) {
        /*max-height: 40.104vw;*/
    }

    .participation-steps__container {
        display: grid;
        grid-template-columns: 1fr;

        @media (min-width: 67.5rem) {
            grid-template-columns: 1.4fr 1fr;
            max-width: 100%;
            margin-left: auto;
        }

        @media (min-width: 78rem) {
            grid-template-columns: 1fr 1fr;
            max-width: 87vw;
            margin-left: auto;
        }
    }

    .participation-steps__content {
        padding-top: clamp(80px, 6.354vw, 6.354vw);
        padding-bottom: clamp(0px, 6.354vw, 6.354vw);
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;

    }

    .participation-steps__image {
        margin-top: -15%;

        @media (min-width: 49rem) {
            margin-top: 0;
        }

        @media (min-width: 67.5rem) {
            display: flex;
            align-items: flex-end;
            margin-top: 0;
            padding-top: clamp(80px, 6.354vw, 6.354vw);
        }
    }

    .participation-steps__image img {
        width: 70%;
        transform: translateX(60%);

        @media (max-width: 390px) {
            transform: translateX(70%);
        }

        @media (min-width: 49rem) {
            width: 100%;
            transform: translateX(0);
        }
    }

    .participation-steps__title {
        color: #212121;
        font-family: 'Gogh';
        font-size: clamp(18px, 2.083vw, 2.083vw);
        font-style: normal;
        font-weight: 500;

        text-align: right;
        line-height: 1;
        transform: none;
        margin-bottom: 60px;
        max-width: 22ch;
        margin-right: auto;
        margin-left: 20px;

        @media (min-width: 67.5rem) {
            line-height: 1.5;
            margin-bottom: 1.7vw;
            margin-right: auto;
            max-width: none;
            text-align: left;
        }
    }

    .participation-steps__title .handwriting {
        color: #212121;
        font-size: clamp(80px, 5.208vw, 5.208vw);
        font-style: normal;
        font-weight: 400;
        line-height: 0.5;
        
        @media (min-width: 78rem){
            line-height: 1;
        }
    }

    .participation-steps__desc {
        color: #212121;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 200;
        line-height: 1.2;
    }

    .participation-steps__desc a {
        color: #212121;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        display: inline-block;

    }

    .participation-steps__list {
        margin-top: 0;
        list-style: none;
        width: 80%;
        margin-right: auto;
        margin-left: 25px;
        margin-bottom: 60px;


        @media (min-width: 78rem) {
            width: 80%;
            margin-left: 2.8vw;
            margin-bottom: 0;
            margin-top: 1.5vw;
        }
    }

    .participation-steps__list li {
        color: #212121;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.042vw, 1.042vw);
        font-style: normal;
        font-weight: 200;
        position: relative;
        line-height: 1.2;
        padding: 10px 0;
        display: flex;
        flex-direction: column;

        @media (min-width: 78rem) {
            line-height: 2;
            padding: 0;
            display: block;
        }
    }

    .participation-steps__list li::before {
        content: "•";
        position: absolute;
        left: -15px;
        font-size: clamp(25px, 1.7vw, 1.7vw);
        line-height: .8;
        color: #212121;

        @media (min-width: 78rem) {
            left: -1vw;
            line-height: 1.1;
        }
    }

    .participation-steps__buttons {
        display: flex;
        gap: clamp(14px, 1.042vw, 1.042vw);
        margin-top: 0;
        margin-left: 10px;
        margin-right: auto;
        flex-direction: column;

        @media (min-width: 49rem) {
            flex-direction: row;
            margin-top: clamp(20px, 2vw, 2vw);
        }

        @media (min-width: 78rem) {
            margin-top: 2vw;
            margin-left: 0;
            flex-direction: row;
        }
    }

    button {
        display: block;
        outline: none;
        border: none;
        color: #FFF;
        font-family: 'Gogh';
        font-size: clamp(16px, 0.833vw, 0.833vw);
        font-style: normal;
        font-weight: 500;
        line-height: 2;
        cursor: pointer;
        padding: clamp(14px, 0.729vw, 0.729vw) clamp(25px, 1.302vw, 1.302vw);
    }

    .buttons--primary {
        background: #CA571E;
        width: auto;

        transition: transform .3s;
    }

    .buttons--primary:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        background-color: #D76C29;
    }

    .buttons--primary:active {
        transform: scale(0.98);
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .buttons--secondary {
        background: #212121;
        width: auto;

        transition: transform .3s;
    }

    .buttons--secondary:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        background-color: #424242;
    }

    .buttons--secondary:active {
        transform: scale(0.98);
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    }
}

.footer {
    .footer__wrapper {
        padding: 10.417vw 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0.521vw;
    }

    .footer__title {
        color: #FFF;
        font-family: 'mr_HamiltoneG';
        font-size: clamp(35px, 3.125vw, 3.125vw);
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: .2vw;

        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;

        @media (min-width: 49rem) {
            display: inline-block;
            text-align: center;
        }
    }

    .footer__title span:first-child {
        text-align: left;
    }

    .footer__title span:last-child {
        text-align: right;
        line-height: 0.4;
        padding-bottom: 30px;

        @media (min-width: 49rem) {
            line-height: 1.4;
            padding-bottom: 0;
        }
    }

    .footer__desc {
        color: #FFF;
        text-align: center;
        font-family: 'Gogh';
        font-size: clamp(18px, 1.406vw, 1.406vw);
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        max-width: 26ch;

        display: flex;
        flex-direction: column;

        @media (min-width: 49rem) {
            max-width: 35ch;

            display: block;
        }
    }

    .footer__logo {
        width: 60%;
        margin-top: clamp(60px, 4.5vw, 4.5vw);
        margin-bottom: 60px;

        @media (min-width: 34rem) {
            width: clamp(225px, 11.719vw, 11.719vw);
            margin-bottom: 0;
        }
    }

    .footer__logo svg {
        width: 100%;
    }
}