/* Custom fonts removed - use Google Fonts instead */

:root {
    --color-white: #ffffff;
    --color-pastel-yellow: #f9f1e1;
    --color-blue-pastel: #4f70b6;
    --color-light-orange: #faa327;
    --color-orange: #d39538;
    --color-gray: #434343;
    --color-dark-green: #0b4c3a;
    --color-light-blue: #15b8b8;
    --color-pastel-green: #258776;
    --c-olive: #444c2469;
    --c-olive-rgb: 117, 133, 53;
    --c-green: #1b47327e;
    --c-green-rgb: 27, 71, 50;
    --c-blue-rgb: 0, 81, 96;
    --c-black-rgb: 3, 3, 3;
    --width: 100%;
    --size-small-p: clamp(.75rem, .81vw, 1rem);
    --size-p: clamp(.75rem, .95vw, 1.25rem);
    --size-subtitle: clamp(.875rem, 1vw, 1.5rem);
    --size-heading: clamp(1rem, 1.45vw, 2rem);
    --size-title: clamp(1.125rem, 1.75vw, 3rem);
    --size-big-title: clamp(1.5rem, 2.1vw, 3.25rem);
    --size-large-title: clamp(1.75rem, 2.5vw, 3.75rem)
}

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

html {
    font-size: .9vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

html.lenis, html.lenis body {
    height:auto
}

.lenis.lenis-smooth {
    scroll-behavior:auto !important
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    overflow-y: overlay;
    font-size:.9vw
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit:cover
}

::-webkit-scrollbar {
    width: 7px;
    height:7px
}

::-webkit-scrollbar-track {
    background:#ffffff05
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #284b2c, #49692e, #6c9458);
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: inset 0 0 4px #fff3;
    transition:all .35s ease
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #6c9458, #49692e, #284b2c);
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow:inset 0 0 6px #ffffff4d
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(135deg, #49692e, #284b2c);
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow:inset 0 0 8px #0000004d
}

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

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--color-dark-green);
    background-image: url(../assets/silk.png);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat
}

.loading__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover
}

.loading__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2rem
}

.loading__logo-wrap {
    position: relative;
    width: 220px;
    height:auto
}

.loading__logo {
    width: 100%;
    height: auto;
    display:block
}

.loading__logo--ghost {
    color:#ecdfc626
}

.loading__logo--fill {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-orange, #d69f47);
    clip-path: inset(100% 0 0 0);
    transition:clip-path .4s cubic-bezier(.25, .46, .45, .94)
}

.loading__percent {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-orange, #d69f47);
    letter-spacing: .15em;
    opacity:.8
}

section img, section svg, [data-img] {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform:translateZ(0)
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right:.75rem
}

.container-fluid {
    width: 100%;
    padding:0 1rem
}

.main-wrapper {
    position: relative;
    width: 100vw;
    height:100vh
}

.section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow:hidden
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:.8rem 5.5rem
}

.site-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: top center;
    transform: scaleY(0);
    z-index:-1
}

.header__left {
    flex:1
}

.header__menu-btn {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: none;
    border: none;
    cursor: pointer;
    padding:.4rem 0
}

:root {
    --h-width: 1.75rem;
    --h-height: .75rem;
    --h-line-height: .125rem;
    --h-vertical-gap: .375rem;
    --h-line-color: var(--color-orange);
    --h-border-radius: 2px;
    --h-transition-time: .4s;
    --h-transition-function: cubic-bezier(.65, 0, .35, 1);
    --h-initial-opposition: 0px;
    --h-hide-distance: 30px;
    --h-background-color: transparent;
    --h-padding: 0;
    --h-transition-opacity: 0
}

.hamburger {
    padding: var(--h-padding);
    width: var(--h-width);
    height: 22px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    background-color:var(--h-background-color)
}

.hamburger__container {
    display: block;
    width: var(--h-width);
    height: var(--h-height);
    position:relative
}

.hamburger__inner {
    display: block;
    width: 100%;
    height: var(--h-line-height);
    background-color: var(--h-line-color);
    border-radius: var(--h-border-radius);
    position: absolute;
    top: calc(50% -(var(--h-line-height) / 2));
    transform: translate(var(--h-initial-opposition));
    opacity: 1;
    backface-visibility: hidden;
    transition:transform var(--h-transition-time) var(--h-transition-function), opacity var(--h-transition-time) var(--h-transition-function)
}

.hamburger__inner:before, .hamburger__inner:after {
    display: block;
    width: 100%;
    height: var(--h-line-height);
    background-color: var(--h-line-color);
    border-radius: var(--h-border-radius);
    position: absolute;
    content: "";
    opacity: 1;
    backface-visibility: hidden;
    transform: translate(calc(0px - var(--h-initial-opposition)));
    transition:transform var(--h-transition-time) var(--h-transition-function), opacity var(--h-transition-time) var(--h-transition-function)
}

.hamburger__inner:before {
    top:calc(0px - var(--h-vertical-gap))
}

.hamburger__inner:after {
    top:var(--h-vertical-gap)
}

.hamburger__hidden {
    display: block;
    opacity: 0;
    width: 100%;
    height: var(--h-line-height);
    background-color: var(--h-line-color);
    border-radius: var(--h-border-radius);
    position: absolute;
    top: calc(50% -(var(--h-line-height) / 2));
    transform: translate(var(--h-hide-distance));
    backface-visibility: hidden;
    transition:transform var(--h-transition-time) var(--h-transition-function), opacity var(--h-transition-time) var(--h-transition-function)
}

.hamburger__hidden:before, .hamburger__hidden:after {
    display: block;
    width: 100%;
    height: var(--h-line-height);
    background-color: var(--h-line-color);
    border-radius: var(--h-border-radius);
    position: absolute;
    content: "";
    backface-visibility: hidden;
    transform: translate(calc(var(--h-hide-distance) * 2));
    transition:transform var(--h-transition-time) var(--h-transition-function), opacity var(--h-transition-time) var(--h-transition-function)
}

.hamburger__hidden:before {
    top:calc(0px - var(--h-vertical-gap))
}

.hamburger__hidden:after {
    top:var(--h-vertical-gap)
}

.header__menu-btn:hover .hamburger__inner {
    transform: translate(calc(0px - var(--h-hide-distance)));
    opacity:var(--h-transition-opacity)
}

.header__menu-btn:hover .hamburger__inner:before, .header__menu-btn:hover .hamburger__inner:after {
    transform: translate(calc(var(--h-hide-distance) * 2));
    opacity:var(--h-transition-opacity)
}

.header__menu-btn:hover .hamburger__hidden {
    opacity: 1;
    transform:translate(6px)
}

.header__menu-btn:hover .hamburger__hidden:before, .header__menu-btn:hover .hamburger__hidden:after {
    opacity: 1;
    transform:translate(-12px)
}

.header__center {
    flex: 1;
    display: flex;
    justify-content:center
}

.header__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    position:relative
}

.header__logo-img {
    height: 2rem;
    width: auto;
    object-fit:contain
}

.header__logo-text {
    height: 1rem;
    width: auto;
    object-fit:contain
}

.header__action {
    position:relative
}

.header__right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:1.5rem
}

.header__action {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    transition:opacity .3s ease
}

.header__call .call-bg, .header__call .call-path, .overlay-call-btn .call-bg, .overlay-call-btn .call-path {
    transition:all .3s cubic-bezier(.25, .46, .45, .94)
}

@keyframes phoneRing {
    0% {
        transform:rotate(0)
    }

    20% {
        transform:rotate(15deg)
    }

    40% {
        transform:rotate(-10deg)
    }

    60% {
        transform:rotate(15deg)
    }

    80% {
        transform:rotate(-10deg)
    }

    to {
        transform:rotate(0)
    }
}

.header__call:hover .call-bg, .overlay-call-btn:hover .call-bg {
    fill: #d39538;
    stroke:#d39538
}

.header__call:hover .call-path, .overlay-call-btn:hover .call-path {
    fill: #fff;
    transform-origin: center;
    animation:phoneRing .5s ease
}

.header__action-icon {
    width: 1.7rem;
    height: 1.7rem;
    object-fit:contain
}

.header__action-text, span.header__menu-text {
    font-family: "Roboto", sans-serif;
    font-size: var(--size-p);
    font-weight: 700;
    color: var(--color-orange);
    white-space:nowrap
}

.overlay-menu__top [data-text]:before, .overlay-menu__top [data-text]:after {
    color:var(--color-white, #fff)
}

.overlay-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    clip-path: inset(0 100% 0 0);
    transition: clip-path .6s cubic-bezier(.77, 0, .175, 1), visibility 0s linear .6s;
    pointer-events: none;
    visibility:hidden
}

.overlay-menu.open {
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
    visibility: visible;
    transition:clip-path .6s cubic-bezier(.77, 0, .175, 1), visibility 0s linear 0s
}

.overlay-menu__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0
}

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

.overlay-menu__bg-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(122.71% 218.15% at 77.24% 91.53%, #6c9458, #49692e, #284b2c 30%, #1c3d2b 50%, #193326, #152e27);
    opacity:.85
}

.overlay-menu__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem 2.5rem
}

.overlay-menu__close {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-pastel-yellow);
    font-family: "Roboto", sans-serif;
    font-size: var(--size-p);
    font-weight: 400;
    letter-spacing: .02em;
    padding: .4rem 0;
    transition:opacity .3s ease
}

.overlay-menu__close svg {
    transition: transform .4s cubic-bezier(.65, 0, .35, 1);
    will-change:transform
}

.overlay-menu__close:hover svg {
    transform:rotate(90deg)
}

.overlay-menu__actions {
    display: flex;
    align-items: center;
    gap:1.5rem
}

.overlay-menu__action {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    color: var(--color-pastel-yellow);
    font-family: "Roboto", sans-serif;
    font-size: var(--size-subtitle);
    font-weight: 700;
    letter-spacing: .02em;
    transition:opacity .3s ease
}

.overlay-menu__action img, .overlay-menu__action-icon {
    width: 1.7rem;
    height: 1.7rem;
    object-fit:contain
}

@keyframes plane-fly {
    0% {
        transform: translate(0);
        opacity:1
    }

    45% {
        transform: translate(25px, -25px);
        opacity:0
    }

    55% {
        transform: translate(-25px, 25px);
        opacity:0
    }

    to {
        transform: translate(0);
        opacity:1
    }
}

.header__action-icon rect, .overlay-menu__action-icon rect, .header__action-icon .plane-path, .overlay-menu__action-icon .plane-path {
    transition:all .4s ease
}

.header__action:hover .plane-path, .overlay-menu__action:hover .plane-path {
    animation: plane-fly .6s cubic-bezier(.25, .46, .45, .94);
    fill:#fff
}

.header__action:hover .header__action-icon rect, .overlay-menu__action:hover .overlay-menu__action-icon rect {
    fill: var(--color-orange, #d39538);
    stroke:var(--color-orange, #d39538)
}

.overlay-menu__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100vh - 80px);
    padding: 2rem 8% 4rem;
    width:82%
}

.overlay-menu__nav {
    display: flex;
    flex-direction: column;
    gap:1rem
}

.overlay-menu__link {
    font-family: "Playfair Display", serif;
    font-size: var(--size-heading);
    font-weight: 700;
    color: #fff8ef;
    text-decoration: none;
    letter-spacing: .02em;
    padding: .3rem 0;
    opacity: 0;
    transform: translate(-30px);
    transition: opacity .4s ease var(--d, 0s), transform .4s ease var(--d, 0s), color .2s ease 0s;
    display: inline-flex;
    align-items:center
}

.overlay-menu__link:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,%3Csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="6" cy="6" r="6" fill="%23D39538"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 15px;
    opacity: 0;
    transform: scale(.5) translate(-20px);
    transition:all .3s cubic-bezier(.25, .46, .45, .94)
}

.overlay-menu__link.active:before {
    opacity: 1;
    transform:scale(1) translate(0)
}

.overlay-menu.open .overlay-menu__link {
    opacity: 1;
    transform:translate(0)
}

.overlay-menu__link:nth-child(1) {
    --d: .15s
}

.overlay-menu__link:nth-child(2) {
    --d: .2s
}

.overlay-menu__link:nth-child(3) {
    --d: .25s
}

.overlay-menu__link:nth-child(4) {
    --d: .3s
}

.overlay-menu__link:nth-child(5) {
    --d: .35s
}

.overlay-menu__link:nth-child(6) {
    --d: .4s
}

.overlay-menu__link:nth-child(7) {
    --d: .45s
}

.overlay-menu__link:nth-child(8) {
    --d: .5s
}

.overlay-menu__link:nth-child(9) {
    --d: .55s
}

.overlay-menu__link:nth-child(10) {
    --d: .6s
}

.overlay-menu__link:nth-child(11) {
    --d: .6s
}

.overlay-menu__link:hover, .overlay-menu__link.active {
    color:var(--color-orange)
}

.overlay-menu__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(.9);
    transition: all .5s cubic-bezier(.4, 0, .2, 1) .3s;
    will-change:transform
}

.overlay-menu.open .overlay-menu__logo {
    opacity: 1;
    transform:scale(1)
}

.overlay-menu__logo img {
    width: clamp(180px, 16.78vw, 500px);
    max-width: 100%;
    height: auto;
    object-fit:contain
}

.popup-register {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
    pointer-events: none;
    background-color:#0000009f
}

.popup-register.open {
    opacity: 1;
    visibility: visible;
    pointer-events:auto
}

.popup-register__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor:pointer
}

.popup-register__bg picture {
    display: block;
    width: 100%;
    height:100%
}

.popup-register__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:left
}

.popup-register__container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 60rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px #00000080;
    display:flex
}

.popup-register__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events:none
}

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

.popup-register__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 20;
    background: #f9f1e1;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:all .3s ease
}

.popup-register__close:hover {
    transform:rotate(90deg)
}

.popup-register__content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 1.5rem;
    padding:2.5rem 2rem
}

.popup-register__left {
    flex:1
}

.popup-register__right {
    width: 100%;
    max-width: 25rem;
    border-radius: 12px;
    padding: 1.8rem;
    background: #fffc;
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter:blur(4px)
}

.popup-register__form-title {
    font-family: "Roboto", sans-serif;
    font-size: var(--size-title);
    font-weight: 700;
    color: var(--color-orange);
    text-align: center;
    margin-bottom:1.5rem
}

.popup-register__form {
    display: flex;
    flex-direction: column;
    gap:1.2rem
}

.popup-register__input {
    width: 100%;
    background: transparent;
    border: 1px solid var(--color-dark-green);
    border-radius: 6px;
    padding: .7rem 1rem;
    color: var(--color-dark-green);
    font-size: var(--size-p);
    font-family: "Roboto", sans-serif;
    outline: none;
    transition:all .3s ease
}

.popup-register__input::placeholder {
    color: var(--color-dark-green);
    font-weight:300
}

.popup-register__input:focus {
    border-color:var(--color-dark-green)
}

.popup-register__textarea {
    resize: vertical;
    min-height:60px
}

.popup-register__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: .5rem;
    border-radius: 6px;
    background: linear-gradient(180deg, #1c3d2be6, #375e42e6);
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
    font-size: var(--size-p);
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: all .3s ease;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding:1rem 2rem
}

.popup-register__submit:hover {
    background: linear-gradient(270deg, #d49969 10%, #cd9359);
    box-shadow: 0 0 20px #cd935980;
    filter: brightness(1.1);
    transform: translateY(-2px);
    color:var(--color-white)
}

.popup-register__submit:disabled {
    background: #4a5450 !important;
    border-color: #555 !important;
    color: #888 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    filter:none !important
}

.popup-register__disclaimer {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-dark-green);
    margin-top: 1rem;
    text-align: center;
    line-height:1.5
}

.popup-register__hotline {
    font-family: "Playfair Display", sans-serif;
    font-size: var(--size-subtitle);
    font-weight: 700;
    color: var(--color-dark-green);
    text-align: center;
    margin-top:.5rem
}

.popup-register {
    z-index:100005 !important
}

.clip-reveal {
    clip-path: inset(100% 0 0 0);
    will-change:clip-path
}

.title {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: var(--size-title);
    line-height: 1.5;
    letter-spacing: .01em;
    text-align: center;
    color:var(--color-dark-green)
}

.subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: var(--size-heading);
    line-height: 1.5;
    text-align: center;
    color: var(--color-dark-green);
    margin-bottom: 0.8rem;
    white-space:nowrap
}

.content {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: var(--size-p);
    line-height: 1.5;
    text-align: center;
    color:var(--color-gray)
}

.content p:first-of-type, p.content:first-of-type {
    margin-bottom:.5rem
}

.section--hero {
    z-index: 1;
    background:#1a2e25
}

.hero__scroll-line {
    width: 1px;
    height: 60px;
    background: #f7f7f778;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform:translateZ(0)
}

.hero__scroll-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: var(--color-orange);
    -webkit-animation: scrollDrop 1.5s cubic-bezier(.77, 0, .175, 1) infinite;
    animation:scrollDrop 1.5s cubic-bezier(.77, 0, .175, 1) infinite
}

@-webkit-keyframes scrollDrop {
    0% {
        -webkit-transform: translateY(-30px);
        transform:translateY(-30px)
    }

    to {
        -webkit-transform: translateY(60px);
        transform:translateY(60px)
    }
}

@keyframes scrollDrop {
    0% {
        transform:translateY(-30px)
    }

    to {
        transform:translateY(60px)
    }
}

.hero__scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
    font-family: "Inter";
    color: var(--color-orange);
    font-size: var(--size-small-p);
    text-transform:uppercase
}

.section--about {
    z-index: 2;
    clip-path: inset(100% 0 0 0);
    will-change:clip-path
}

.about__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0
}

.about__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    padding:6rem
}

.about__content .content {
    max-width:80%
}

.about__image {
    width: 100%;
    height: 70%;
    overflow: hidden;
    clip-path: inset(100% 0 0 0);
    will-change:clip-path
}

.about__image img {
    will-change:transform
}

.section--story {
    z-index: 3;
    clip-path: inset(0 0 0 0);
    will-change: clip-path;
    background: transparent;
    pointer-events: none;
    overflow:hidden
}

.section--kv {
    z-index: 10;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    background-color:var(--color-pastel-yellow, #ebddb0)
}

.kv__container {
    position: relative;
    width: 100%;
    height:100%
}

.kv__header .title, .kv__header .subtitle {
    display: block;
    color:var(--color-orange)
}

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

.kv__header {
    text-align: center;
    max-width: 100vw;
    z-index: 10;
    position: relative;
    padding:5vw 0 0
}

.kv__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:1
}

.kv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block
}

.section--location {
    z-index: 5;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, transform;
    background:var(--color-pastel-yellow, #ebddb0)
}

.location {
    height: 100vh;
    width: 100vw;
    display: flex;
    position: relative;
    align-items: center;
    justify-content:space-between
}

.location__content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    flex: 0 0 35%;
    background-color: #ffe7c7;
    pointer-events: none;
    padding: 7rem 4rem;
    box-sizing:border-box
}

.location__frame {
    position: relative;
    z-index: 2;
    text-align:start
}

.location__frame .title, .location__frame .subtitle {
    text-align:start
}

.location__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top:2rem
}

.location__item {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
    padding: .45rem 0;
    text-align:start
}

.location__item-icon {
    width: 2rem;
    height:2rem
}

.location__item-icon img {
    width: 100%;
    height: 100%;
    object-fit:contain
}

.location__item-content {
    display: flex;
    flex-direction:column
}

.location__item-title {
    display: flex;
    align-items: baseline;
    gap: .3rem;
    color: var(--color-dark-green);
    line-height:1.2
}

.location__item-number {
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 4vw + 1rem, 4rem);
    color: var(--color-orange);
    font-weight: 400;
    line-height:.65
}

.location__item-unit {
    font-family: "Inter", sans-serif;
    font-size: var(--size-p);
    color: var(--color-dark-green);
    font-weight:500
}

.location__item-desc {
    font-family: "Roboto", sans-serif;
    font-size: var(--size-p);
    font-weight: 400;
    color: var(--color-orange);
    line-height: 1.5;
    margin-top:0
}

.location__images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events:none
}

.map-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content:space-between
}

.location .map-wrapper {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden
}

.map-zoom-controls {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 20;
    display: flex;
    gap: .8rem;
    pointer-events:auto
}

.map-zoom-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--color-dark-green, #174233);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow:0 4px 10px #00000026
}

.map-zoom-btn:hover {
    background-color: var(--color-orange, #d39538);
    transform:scale(1.05)
}

.map-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1080;
    display:block
}

.map-img > img, .map-svg-lines, .map-svg-logo, .pointer-map {
    position: absolute;
    display:block
}

.map-img > img, .map-svg-lines, .map-svg-logo {
    width: 100%;
    height: 100%;
    top: 0;
    left:0
}

.map-water {
    z-index:1
}

.map-svg-lines {
    z-index:2
}

.map-roads {
    z-index:3
}

.map-icons {
    z-index:4
}

.map-text {
    z-index:5
}

.map-svg-logo {
    z-index:6
}

.st-line {
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 8 7;
    stroke-dashoffset: 0;
    animation:dash-move 1s linear infinite
}

.line-road {
    stroke:var(--color-blue-pastel)
}

.line-train {
    stroke:var(--color-light-orange)
}

.line-metro {
    stroke:var(--color-light-blue)
}

.glow {
    stroke: #d3953899;
    stroke-width: 1.5;
    filter: drop-shadow(0 0 4px rgba(211, 149, 56, .5)) drop-shadow(0 0 10px rgba(211, 149, 56, .3)) drop-shadow(0 0 20px rgba(211, 149, 56, .15));
    animation:glow-pulse 3s ease-in-out infinite
}

.ripple-svg {
    transform-box: fill-box;
    transform-origin: center;
    animation: svg-ripple 3s cubic-bezier(.22, 1, .36, 1) infinite;
    filter:drop-shadow(0 0 6px rgba(211, 149, 56, .25))
}

.ripple-1 {
    animation-delay:0s
}

.ripple-2 {
    animation-delay:1s
}

.ripple-3 {
    animation-delay:2s
}

@keyframes svg-ripple {
    0% {
        transform: scale(.8);
        stroke-width: 2.5;
        stroke: #d39538e6;
        opacity:.9
    }

    50% {
        opacity: .4;
        stroke-width:1.8
    }

    to {
        transform: scale(1.6);
        stroke-width: .8;
        stroke: #d3953800;
        opacity:0
    }
}

@keyframes glow-pulse {
    0%, to {
        filter: drop-shadow(0 0 3px rgba(211, 149, 56, .4)) drop-shadow(0 0 8px rgba(211, 149, 56, .2));
        stroke:#d3953866
    }

    50% {
        filter: drop-shadow(0 0 6px rgba(211, 149, 56, .7)) drop-shadow(0 0 16px rgba(211, 149, 56, .4)) drop-shadow(0 0 30px rgba(211, 149, 56, .15));
        stroke:#d39538cc
    }
}

.popup-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #624934;
    font-weight:600
}

.section--legacy {
    z-index:4
}

.new-legacy-top {
    max-width: 52vw;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height:100%
}

.new-legacy-top .title, .new-legacy-top .subtitle {
    color:var(--color-orange)
}

.new-legacy-top .content {
    color:var(--color-pastel-yellow)
}

.legacy-features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(2rem, 8vw, 6rem);
    width: 100%;
    margin-top:3rem
}

.legacy-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
    flex:1
}

.legacy-feature-icon {
    height: clamp(3rem, 4vw, 4.5rem);
    width: auto;
    object-fit:contain
}

.legacy-feature-title {
    font-family: "Roboto", sans-serif;
    font-size: var(--size-subtitle, 1rem);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height:1.5
}

.section--showcase {
    z-index: 6;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, transform;
    background:#ecdfc6
}

.section--design {
    z-index: 7;
    clip-path: inset(100% 0 0 0);
    will-change:clip-path
}

.new-design-top {
    text-align: center;
    margin:0 auto
}

.section--benefit {
    z-index: 7;
    will-change:transform, opacity
}

.benefit__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0
}

.benefit__bg img {
    will-change:transform
}

.benefit__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(360deg, #1628218f 17.77%, #ffffff14 90.76%, #fbfbfb00 94.8%, #162821b3 102.61%)
}

.benefit__content {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    height: 100%;
    text-align: end;
    padding: 4rem 2rem;
    color:var(--color-pastel-yellow)
}

.benefit__title {
    font-family: "Playfair Display", serif;
    font-size: var(--size-big-title);
    font-weight: 700;
    line-height:1.1
}

.benefit__description {
    font-size: var(--size-p);
    font-weight: 500;
    line-height: 1.8;
    max-width:550px
}

.benefit__btn {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid rgba(255, 255, 255, .3);
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    position: relative;
    overflow:hidden
}

.benefit__btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff1a;
    transform: scaleX(0);
    transform-origin: left;
    transition:transform .4s cubic-bezier(.25, .46, .45, .94)
}

.benefit__btn:hover {
    border-color:#fff9
}

.benefit__btn:hover:before {
    transform:scaleX(1)
}

.section--bf {
    z-index:10
}

.bf__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(100% 0 0 0);
    will-change:clip-path
}

.bf__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: inset(100% 0 0 0);
    will-change:clip-path
}

.bf__img.active {
    clip-path: inset(0 0 0 0);
    transition:clip-path .6s cubic-bezier(.77, 0, .175, 1)
}

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

.bf__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(323.64deg, #13626a -65.45%, #152924 75.17%, #162821 108.94%);
    clip-path: inset(0 0 100% 0);
    will-change: clip-path;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:0
}

.bf__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .5rem;
    padding:6rem 4rem 0
}

.bf__nav-item {
    background: none;
    border: none;
    color: #ffffff59;
    font-family: "Playfair Display", serif;
    font-size: var(--size-title);
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease;
    padding: .25rem 0;
    text-align:right
}

.bf__nav-item:hover {
    color:#ffffffb3
}

.bf__nav-item.active {
    color: var(--color-pastel-yellow);
    font-weight:700
}

.bf__desc {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    color:var(--color-white)
}

.section--furniture {
    z-index: 8;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    display: flex;
    align-items: center;
    flex-direction:column
}

.fur__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0
}

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

.fur__header {
    position: relative;
    z-index: 2;
    padding-top: 5rem;
    max-width: 95%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content:center
}

.fur__title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: var(--size-big-title);
    color: var(--color-orange);
    line-height: 1.2;
    text-transform: capitalize;
    clip-path:inset(100% 0 0 0)
}

.fur__subtitle {
    font-family: "Playfair Display", serif;
    font-size: var(--size-subtitle);
    font-weight: 400;
    line-height: 1.4;
    color:var(--color-orange)
}

.fur__desc {
    font-size: var(--size-p);
    font-weight: 400;
    color: var(--color-pastel-yellow);
    clip-path: inset(100% 0 0 0);
    line-height: 1.8;
    max-width:70%
}

.fur__slider-area {
    position: relative;
    z-index: 2;
    flex: 1;
    width: 100%;
    display: flex;
    padding-top: 1rem;
    flex-direction: column;
    align-items:center
}

#fur-swiper {
    width: 100vw;
    padding: 0 8vw;
    box-sizing: border-box;
    overflow:hidden
}

.fur__slide {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio:14 / 9
}

.fur__slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000073;
    z-index: 1;
    transition: opacity .5s ease;
    pointer-events:none
}

#fur-swiper .swiper-slide-active .fur__slide:after {
    opacity:0
}

.fur__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block
}

.fur__slide-desc-absolute {
    font-family: "Playfair Display", sans-serif;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 10;
    color: var(--color-pastel-yellow);
    font-size: var(--size-p);
    font-weight: 700;
    padding: .5rem 1rem;
    border-radius: 8px;
    pointer-events: none;
    transition:opacity .4s ease
}

.fur__slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    opacity: 0;
    background: linear-gradient(179.97deg, #4e8e7533 .02%, #16282133 85.9%);
    transition: opacity .4s ease, padding .4s ease;
    pointer-events: none;
    flex-direction: column;
    height:100%
}

.fur__slide-num {
    font-family: "Playfair Display", serif;
    font-size: var(--size-title);
    font-weight: 700;
    color: #fff7e6;
    line-height: 1;
    transition:font-size .4s ease, margin .4s ease
}

.fur__slide-name {
    font-family: "Playfair Display", sans-serif;
    font-size: .9rem;
    font-weight: 500;
    color: #fff7e6;
    transition:font-size .4s ease
}

#fur-swiper .swiper-slide-active .fur__slide-overlay {
    opacity: 1;
    padding:2rem 3rem
}

#fur-swiper .swiper-slide-active .fur__slide-num {
    font-size: var(--size-big-title);
    margin-bottom:.5rem
}

#fur-swiper .swiper-slide-active .fur__slide-name {
    font-size:var(--size-title)
}

#fur-swiper .swiper-slide-next .fur__slide-overlay {
    opacity:1
}

#fur-swiper .swiper-slide {
    width: 40vw;
    transition:transform .5s ease
}

.fur__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding:1rem 8vw 0 0
}

.fur__slide-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    max-width:60%
}

.fur__slide-desc {
    font-family: "Playfair Display", sans-serif;
    font-size: var(--size-p);
    line-height: 1.4;
    color: #fff7e6;
    clip-path: inset(0 0 0 0);
    transition:clip-path .3s cubic-bezier(.77, 0, .175, 1)
}

.fur__nav {
    display: flex;
    gap:.35rem
}

.fur__nav-btn {
    width: 3rem;
    height: 3rem;
    background: var(--color-pastel-yellow);
    border: 1px solid rgba(236, 223, 198, .4);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:border-color .3s, background .3s
}

.fur__nav-btn img {
    width: 1.2rem;
    height:1rem
}

.fur__pagination {
    display: flex !important;
    gap: .8rem;
    justify-content: flex-start;
    width: auto !important;
    position: relative !important;
    margin-top:2rem
}

.fur-bullet-custom {
    cursor: pointer;
    display: inline-block;
    opacity: .5;
    transition: all .3s ease;
    background: #ebddb0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin:0 !important
}

.fur-bullet-custom.swiper-pagination-bullet-active {
    opacity: 1;
    width: 10px !important;
    border-radius:50% !important
}

.section--bfs {
    z-index: 10;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 2rem;
    justify-content: center;
    background-color:var(--color-pastel-yellow, #ebddb0);
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important
}

.bfs__header {
    position: relative;
    z-index: 2;
    max-width:45%
}

.bfs__header .title, .bfs__header .subtitle {
    color:var(--color-orange)
}

.bfs__slider-area {
    position: relative;
    z-index: 2;
    width:80%
}

#bfs-swiper {
    width: 100%;
    overflow:hidden
}

.bfs__slide-top {
    display: flex;
    gap: .5rem;
    align-items: baseline;
    margin:5px 0
}

.bfs__slide-num {
    font-family: "Inter", sans-serif;
    font-size: var(--size-big-title);
    font-weight: 700;
    color: var(--color-dark-green);
    line-height:1.5 !important
}

.bfs__slide-name {
    font-family: "Inter", sans-serif;
    font-size: var(--size-subtitle);
    font-weight: 400;
    color:var(--color-dark-green)
}

.bfs__slide-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio:1.2/1
}

.bfs__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block
}

#bfs-swiper .swiper-slide {
    transition:transform .3s ease
}

.bfs__slide-info {
    display:none
}

.bfs__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

/* BFS controls should be visible immediately when section--bfs is visible */
.section--bfs .bfs__slider-area,
.section--bfs .bfs__controls {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

.bfs__nav-btn {
    width: 2rem;
    height: 2rem;
    background: var(--color-pastel-yellow);
    border: 1px solid var(--color-dark-green);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:opacity .3s
}

.bfs__nav-btn:hover {
    opacity:.7
}

.bfs__nav-btn img {
    width: 1.2rem;
    height:1rem
}

.bfs__pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    position: relative !important;
    width: auto !important;
    bottom: auto !important;
    gap:8px
}

.bfs__pagination .swiper-pagination-bullet {
    background: var(--color-dark-green);
    width: 12px;
    height: 12px;
    opacity: .3;
    margin: 0 !important;
    transition:opacity .3s, transform .3s
}

.bfs__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform:scale(1.2)
}

.section--arena {
    z-index: 9;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    background-color: var(--color-pastel-yellow, #ebddb0);
    padding-top: 4rem;
    display: flex;
    flex-direction:column
}

.arena__container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center
}

.arena__header {
    text-align: center;
    max-width: 60vw;
    z-index: 10;
    position: relative;
    margin-bottom:1rem
}

.arena__card .subtitle {
    font-family:Raleway, sans-serif
}

.arena__header .title, .arena__header .subtitle {
    color:var(--color-orange)
}

.arena__header .title {
    text-transform:uppercase
}

.arena__header .content {
    color: var(--color-gray);
    margin-bottom:1rem
}

.arena__card-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: var(--color-dark-green, #0b4c3a);
    color: var(--color-pastel-yellow);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center
}

.arena__hover-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: var(--size-subtitle);
    margin-bottom: 1.5rem;
    text-transform:uppercase
}

.arena__hover-desc {
    font-family: "Inter", sans-serif;
    font-size: var(--size-p);
    line-height:1.6
}

.arena__btn-view-gallery {
    display: none;
    background: transparent;
    color: var(--color-pastel-yellow);
    border: none;
    border-bottom: 1.5px solid var(--color-pastel-yellow);
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    padding:0 0 4px
}

.arena__card:hover .arena__card-hover {
    opacity: 1;
    pointer-events:auto
}

.arena__card {
    display: flex;
    flex-direction:column-reverse
}

.arena__grid {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%;
    max-width:80vw
}

.arena__card {
    flex: 1;
    cursor: pointer;
    transition:transform .3s ease
}

.arena__card-img {
    aspect-ratio: 1/1.1;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: .5rem;
    position:relative
}

.arena__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:transform .5s ease
}

.popuparena {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-dark-green, #0b4c3a);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    z-index:10001
}

.popuparena.show {
    opacity: 1;
    pointer-events:auto
}

.popuparena__close {
    position: absolute;
    top: 3rem;
    right: 5%;
    background: var(--color-pastel-yellow, #f9f1e1);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition:transform .3s ease
}

.popuparena__close:hover {
    transform:scale(1.1) rotate(180deg)
}

.popuparena__close:active {
    transform:scale(.9) rotate(180deg)
}

.popuparena__container {
    width: 80%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding:2rem 0
}

.popuparena__main-title {
    color: var(--color-pastel-yellow);
    font-family: "Roboto", sans-serif;
    font-size: var(--size-title);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height:1.5
}

.popuparena__slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin:0 auto
}

.popuparena__swiper {
    width: calc(100% - 120px);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio:16 / 9
}

.popuparena__swiper .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content:center
}

.popuparena__swiper img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius:12px
}

.popuparena__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-pastel-yellow, #f9f1e1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b4c3a;
    z-index: 10;
    transition:all .3s ease
}

.popuparena__nav:hover {
    background: #fff;
    box-shadow:0 4px 12px #0003
}

.popuparena__nav--prev {
    left:0
}

.popuparena__nav--next {
    right:0
}

.popuparena__pagination {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center
}

.popuparena__pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 10px;
    height: 10px;
    margin:0 4px
}

.popuparena__pagination .swiper-pagination-bullet-active {
    background: var(--color-orange, #faa327);
    opacity:1
}

.bg {
    fill: #463618;
    fill-opacity: 0;
    transition:fill-opacity .25s
}

.mark rect.bg:hover {
    fill-opacity: .8;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, .8));
    transition:filter .3s ease, fill .3s ease
}

.mark.active rect.bg {
    fill-opacity: .8;
    filter:drop-shadow(0 0 12px rgba(255, 255, 255, .8))
}

path.label {
    pointer-events:none
}

.text-wrapper-popup {
    position: relative;
    height: 45px;
    overflow: hidden;
    z-index:2
}

.text-wrapper-popup a {
    display: block;
    font-size: .8em;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    font-weight: 600;
    transition: transform .5s ease;
    font-family:Montserrat
}

.text-top-popup {
    transform:translateY(0)
}

.text-bottom-popup {
    position: absolute;
    left: 0;
    top: 100%;
    color:wheat
}

.btn-effect:hover:before {
    transform:translate(-50%) scale(1)
}

.btn-effect:hover .text-top-popup, .btn-effect:hover .text-bottom-popup {
    transform:translateY(-100%)
}

.section--arena_detail {
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    background-color: var(--color-pastel-yellow, #ebddb0);
    display: flex;
    flex-direction:column
}

.arena-detail__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1
}

.arena-detail__bg picture {
    display: block;
    width: 100%;
    height:100%
}

.arena-detail__container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center
}

.arena-detail__header {
    position: relative;
    z-index: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:15px
}

.arena-detail__header .title {
    color:var(--color-orange)
}

.arena-detail-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom:1.2rem
}

.arena-detail-tabs-nav .arena-detail-tab-btn {
    font-family: "Roboto", sans-serif;
    padding: .6rem 1.5rem;
    border-radius: 30px;
    font-size: var(--size-small-p);
    font-weight: 700;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    background: linear-gradient(90deg, #258776, #065143 47.6%, #043126);
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content:center
}

.arena-detail-tabs-nav .arena-detail-tab-btn.active {
    position: relative;
    overflow: hidden;
    background: var(--color-orange);
    color: #fff;
    z-index:0
}

.arena-detail-tabs-nav .arena-detail-tab-btn.active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../assets/silk.png) center/cover no-repeat;
    opacity: .2;
    pointer-events: none;
    z-index:-1
}

.arena-detail-tab-content {
    position: relative;
    z-index: 2;
    width: 60vw;
    margin: 0 auto;
    height:63vh
}

.arena-detail-tab-pane {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction:column
}

.arena-detail-tab-pane.active {
    display:flex
}

#tab-ad-1 {
    height:100%
}

#tab-ad-2 {
    height:65vh
}

.arena-detail-img-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid var(--color-dark-green);
    box-shadow: 0 4px 20px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding:20px
}

.arena-detail-img {
    aspect-ratio: 14/6;
    width: 100%;
    height: 100%;
    object-fit:cover
}

#tab-ad-2 .arena-detail-img {
    object-fit:contain
}

.arena-interactive-map path {
    opacity: 0;
    transition:opacity .6s ease
}

.arena-interactive-map g path {
    transition: fill .3s ease, opacity .3s ease;
    will-change:transform, opacity, fill
}

.arena-interactive-map g.arena-map-area:hover {
    filter:drop-shadow(0 0 6px rgba(255, 255, 255, .7))
}

.arena-interactive-map g.arena-map-area:hover path {
    opacity:1
}

.arena-interactive-map g.arena-map-area.active {
    filter:drop-shadow(0 0 8px rgba(255, 255, 255, .7))
}

.arena-interactive-map g.arena-map-area.active path {
    opacity: 1;
    stroke-width:2px
}

#tab-ad-2 .arena-detail-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center
}

.arena-detail-legend-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    padding-top:20px
}

.legend-logo img {
    width: 8rem;
    height: auto;
    object-fit:contain
}

.legend-column {
    display: flex;
    flex-direction: column;
    gap:8px
}

.legend-group {
    display: flex;
    align-items:flex-start
}

.legend-group-title {
    width: 160px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-align: right;
    margin-right: 30px;
    font-size: 13px;
    letter-spacing: .5px;
    padding-top: 2px;
    color:#333
}

.legend-group-items {
    display: flex;
    flex-direction: column;
    gap:8px
}

.arena-detail-legend-area .legend-item {
    display: flex;
    align-items: center;
    gap:12px
}

.arena-detail-legend-area .legend-color {
    width: 2rem;
    height: 1.2rem;
    border-radius: 2px;
    display: inline-block;
    transition:all .3s ease
}

.arena-detail-legend-area .legend-text {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: all .3s ease;
    text-transform:uppercase
}

.arena-detail-legend-area .legend-item.active .legend-text {
    font-weight: 700;
    color:var(--color-orange)
}

.arena-detail-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000b2;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition:opacity .3s ease
}

.arena-detail-popup.active {
    opacity: 1;
    pointer-events:all
}

.arena-detail-popup-content {
    background: radial-gradient(133.85% 237.96% at 88.39% 95.32%, #6c9458, #49692e, #284b2c 30%, #1c3d2b 50%, #193326, #152e27);
    padding: 40px;
    width: 80%;
    max-width: 43vw;
    position: relative;
    transform: translateY(20px);
    transition: transform .3s ease;
    box-shadow: 0 10px 30px #0003;
    border-radius:12px
}

.arena-detail-popup.active .arena-detail-popup-content {
    transform:translateY(0)
}

.arena-detail-popup-close {
    position: absolute;
    top: 8px;
    right: 5px;
    background: none;
    border: none;
    border-radius: 50%;
    font-size: 34px;
    cursor: pointer;
    color: #666;
    transition: color .2s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content:center
}

.arena-detail-popup-close:hover {
    color:var(--color-orange)
}

.arena-detail-popup-header {
    display: flex;
    align-items: center;
    margin-bottom:20px
}

.popup-green-bar {
    width: 4px;
    height: 24px;
    background-color: var(--color-dark-green);
    margin-right: 12px;
    border-radius:2px
}

.arena-detail-popup-title {
    font-family: "Roboto", sans-serif;
    color: var(--color-dark-green);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform:uppercase
}

.arena-detail-popup-body {
    display: flex;
    flex-direction:column
}

.arena-detail-popup-row {
    display: flex;
    font-size: clamp(14px, 1vw, 25px);
    color: var(--color-pastel-yellow);
    border-bottom: 1px solid rgba(249, 241, 225, .5);
    padding: 16px 0;
    align-items: center;
    font-weight:600
}

.arena-detail-popup-row:nth-last-child(2) {
    border-bottom:none
}

.arena-detail-popup-label {
    margin-right: 5px;
    flex-shrink:0
}

.arena-detail-popup-note {
    font-size: 10px;
    color: var(--color-pastel-yellow);
    margin-top: 40px;
    font-weight:600
}

.arena-detail-popup-img-container {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-height: 45vh;
    cursor:grab
}

.arena-detail-popup-img-container:active {
    cursor:grabbing
}

.arena-detail-popup-img-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 24vw;
    transform-origin: center center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag:none
}

.arena-detail-popup-zoom-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index:10
}

.arena-detail-popup-zoom-controls button {
    width: 32px;
    height: 32px;
    background: #1e302ccc;
    color: #f9f1e1;
    border: 1px solid rgba(249, 241, 225, .3);
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:background .2s
}

.arena-detail-popup-zoom-controls button:hover {
    background:#1e302c
}

.arena-detail-legend-area .legend-item.active .legend-color {
    transform: scale(1.1);
    box-shadow:0 0 8px #0003
}

.arena-mobile-buttons {
    display:none
}

.mobile-legend-btn {
    padding: 12px;
    border-radius: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    text-align: center;
    transition:transform .2s
}

.mobile-legend-btn:active {
    transform:scale(.95)
}

.section--process {
    z-index: 11;
    pointer-events:none
}

.process__left {
    flex: 0 0 55%;
    height: 95%;
    position: relative;
    border-radius: 12px;
    overflow:hidden
}

.process__gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height:100%
}

.process__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease;
    display: flex;
    align-items: center;
    justify-content:center
}

.process__slide.active {
    opacity:1
}

.process__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:12px
}

.process__dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
    background: #0006;
    padding: .5rem 1rem;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter:blur(4px)
}

.process__dot {
    width: .7vw;
    height: .7vw;
    border-radius: 50%;
    background: #ffffff4d;
    border: none;
    cursor: pointer;
    transition: transform .3s ease, background-color .3s ease;
    padding: 0;
    margin: 0;
    outline: none;
    transform: scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.process__dot.active {
    background: var(--color-pastel-yellow);
    transform:scale(1.3) translateZ(0)
}

.process__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1.7px solid #ecdfc6;
    background: #ffffff1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-backdrop-filter: blur(3.85px);
    backdrop-filter:blur(3.85px)
}

.process__arrow img {
    width: .7rem;
    height:auto
}

.process__arrow:hover {
    background: #0006;
    border-color:#fff9
}

.process__arrow--prev {
    left:1rem
}

.process__arrow--next {
    right:1rem
}

.process__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5rem 0 7rem;
    align-items: start;
    z-index:1
}

.process__right-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1
}

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

.process__month-selector {
    margin-bottom:2rem
}

.process__dropdown {
    position: relative;
    align-self: flex-start;
    width: 100%;
    max-width:250px
}

.process__dropdown-btn {
    width: 100%;
    background: var(--color-pastel-yellow);
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-weight: 700;
    color: var(--color-pastel-green);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: var(--size-p);
    font-family: "Inter", sans-serif;
    transition:all .3s ease
}

.process__dropdown-btn:hover {
    background:var(--color-pastel-yellow)
}

.process__dropdown-btn svg {
    transition:transform .3s ease
}

.process__dropdown.open .process__dropdown-btn svg {
    transform:rotate(180deg)
}

.process__dropdown-list {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px #0003;
    list-style: none;
    padding: 10px 0;
    z-index: 100;
    color: var(--color-pastel-green);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:all .3s cubic-bezier(.4, 0, .2, 1)
}

.process__dropdown.open .process__dropdown-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform:translateY(0)
}

.process__dropdown-item {
    padding: 10px 20px;
    cursor: pointer;
    color: #174233;
    transition: background .2s;
    font-size:var(--size-p)
}

.process__dropdown-item:hover, .process__dropdown-item.active {
    background: #fdf6d5;
    font-weight:700
}

.process__desc-wrap {
    position: relative;
    min-height:100px
}

.process__desc-text {
    font-family: "Inter", sans-serif;
    text-align: start;
    font-size: var(--size-subtitle);
    font-weight: 400;
    line-height: 1.5;
    color:var(--color-pastel-yellow)
}

.section--news {
    z-index: 12;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    display: flex;
    flex-direction: column;
    justify-content:center
}

.news__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0
}

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

.news-tab-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center
}

.tab-content {
    position: relative;
    z-index: 2;
    width: 85vw;
    margin: 0 auto;
    height:70vh
}

.news__header {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom:.5rem
}

.news__header .title {
    color: var(--color-orange);
    margin-bottom:.5rem
}

.news-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom:1.5rem
}

.news-tabs-nav .tab-btn {
    font-family: "Roboto", sans-serif;
    padding: .5rem 1rem;
    border-radius: 6px;
    font-size: var(--size-subtitle);
    font-weight: 400;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    background: var(--color-pastel-yellow);
    color: var(--color-dark-green);
    text-transform: uppercase;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content:center
}

.news-tabs-nav .tab-btn.active {
    background: var(--color-orange);
    color:var(--color-pastel-yellow)
}

.news__slider-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    overflow: visible;
    padding: 0 4rem;
    box-sizing:border-box
}

.news__swiper {
    overflow:hidden
}

.swiper-horizontal {
    touch-action:pan-y
}

.news__swiper .swiper-slide {
    height: auto;
    display:flex
}

.news__card {
    background: var(--color-pastel-yellow);
    border: 1px solid rgba(236, 223, 198, .3);
    border-radius: 8px;
    overflow: hidden;
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem .5rem;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    transition: all .3s ease;
    border-bottom:3px solid transparent
}

.news__card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    border-radius:4px
}

.news__card-body {
    padding: 1.2rem .5rem .5rem;
    display: flex;
    flex-direction: column;
    flex:1
}

.news__card-title {
    font-family: "Roboto", sans-serif;
    font-size: var(--size-p);
    font-weight: 600;
    line-height: 1.5;
    color: #162821;
    margin-bottom: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    min-height:3em
}

.news__card-desc {
    font-family: "Inter", sans-serif;
    font-size: clamp(.75rem, .808vw, 1.25rem);
    font-weight: 400;
    line-height: 1.5;
    color: #162821;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:4.5em
}

.news__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:auto
}

.news__card-date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--size-p);
    color: #162821;
    display: flex;
    align-items: center;
    gap:.5rem
}

.news__card-date img {
    width: .9rem;
    height: .8rem;
    object-fit: contain;
    transition:filter .3s ease
}

.news__card-link {
    font-family: "Roboto", sans-serif;
    font-size: clamp(.7rem, .707vw, .9rem);
    color: var(--color-white);
    text-decoration: none;
    opacity: 0;
    transform: translate(-10px);
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:.2rem
}

.news__nav-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1.7px solid #ecdfc6;
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(3.85px);
    backdrop-filter: blur(3.85px);
    transition: all .3s ease;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content:center
}

.news__nav-arrow:after {
    display:none !important
}

.news__nav-arrow img {
    width: .6rem;
    height:auto
}

.news__nav-arrow.swiper-button-prev {
    left:0rem
}

.news__nav-arrow.swiper-button-next {
    right:0rem
}

.news__pagination {
    position: relative !important;
    margin-top:2rem
}

.news__pagination .swiper-pagination-bullet {
    width: .7vw;
    height: .7vw;
    background: #ffffff4d;
    opacity: 1;
    transition:all .3s ease
}

.news__pagination .swiper-pagination-bullet-active {
    background: var(--color-pastel-yellow);
    transform:scale(1.3)
}

.section--footer {
    z-index: 13;
    will-change: clip-path;
    background:#0a1f11
}

.footer__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0
}

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

.footer__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(160deg, #12321eeb, #0c2616f2, #081c10f7)
}

.floating-social {
    position: fixed;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index:999
}

.float-btn {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    border: 1px solid var(--color-orange);
    -webkit-backdrop-filter: blur(5.599999904632568px);
    backdrop-filter: blur(5.599999904632568px);
    background-color: #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-orange);
    text-decoration: none;
    transition: all .6s cubic-bezier(.34, 1.26, .24, 1);
    overflow: hidden;
    position:relative
}

.float-btn__icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition:transform .6s cubic-bezier(.34, 1.26, .24, 1)
}

.float-btn__icons svg {
    flex-shrink: 0;
    width: 1.2rem;
    height: 50%;
    object-fit:contain
}

.float-btn:nth-child(2) .float-btn__icons svg {
    transform:scale(.65)
}

.float-btn:hover {
    background-color: var(--color-orange);
    border-color:transparent
}

.float-btn:hover .float-btn__icons {
    transform:translateY(-50%)
}

.float-btn:hover .float-btn__icons svg:nth-child(2) {
    color:var(--color-pastel-yellow)
}

@keyframes scrollLine {
    0% {
        transform:translateY(0)
    }

    to {
        transform:translateY(200%)
    }
}

@keyframes dash-move {
    to {
        stroke-dashoffset:-15
    }
}

@keyframes draw-stroke {
    to {
        stroke-dashoffset:-7
    }
}

.news-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2rem
}

.news-popup__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter:blur(6px)
}

.news-popup__container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 750px;
    height: 85vh;
    z-index: 10;
    pointer-events:none
}

.news-popup__content {
    background: #162821;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    pointer-events: auto;
    overscroll-behavior:contain
}

.news-popup__close {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    pointer-events: auto;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #22222293;
    border: 1px solid #444;
    color: var(--color-pastel-yellow);
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    transition:transform .5s ease
}

.news-popup__close:hover {
    transform:rotate(90deg)
}

@keyframes newsPopupIn {
    0% {
        opacity: 0;
        transform:translateY(30px) scale(.97)
    }

    to {
        opacity: 1;
        transform:translateY(0) scale(1)
    }
}

.news-popup__img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius:16px 16px 0 0
}

.news-popup__body {
    padding:2rem
}

.news-popup__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-pastel-yellow, #e8d9a0);
    margin-bottom: .5rem;
    line-height:1.4
}

.news-popup__date {
    display: inline-block;
    font-size: .8rem;
    color: #fff6;
    margin-bottom:1.5rem
}

.news-popup__text {
    font-size: .95rem;
    color: var(--color-pastel-yellow);
    line-height:1.8
}

.news-popup__text p {
    margin-bottom:1rem
}

.news-popup__text a {
    color: #0b93d6;
    text-decoration: underline;
    transition:opacity .3s ease
}

.news-popup__text a:hover {
    opacity:.8
}

.news-popup__text strong {
    color: var(--color-pastel-yellow);
    font-weight:700
}

.news-popup__text ul, .news-popup__text ol {
    margin-bottom:1rem
}

.news-popup__text li {
    margin-bottom:.5rem
}

.news-popup__text h1, .news-popup__text h2, .news-popup__text h3 {
    color: var(--color-orange, #d69f47);
    margin:1.5rem 0 .5rem
}

.news-popup__text img {
    max-width: 100%;
    border-radius: 8px;
    margin:1rem 0 0
}

.news-popup__text blockquote {
    border-left: 3px solid var(--color-orange, #d69f47);
    padding-left: 1rem;
    color: #ffffff80;
    margin:1rem 0
}

.swiper-slide-active .bfs__slide-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events:none !important
}

.site-header {
    z-index:9999 !important
}

.overlay-menu {
    z-index:100000 !important
}

.site-header {
    position:fixed !important
}

.company__header {
    margin-bottom:4rem
}

[data-text] {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: transparent !important;
    overflow: hidden;
    vertical-align: middle;
    white-space:nowrap
}

[data-text]:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-orange, #d69f47);
    pointer-events: none;
    transition: transform .4s cubic-bezier(.65, 0, .35, 1);
    transform: translateY(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden
}

[data-text]:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-orange, #d69f47);
    pointer-events: none;
    transition: transform .4s cubic-bezier(.65, 0, .35, 1);
    transform: translateY(100%);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden
}

a:hover [data-text]:before, button:hover [data-text]:before, [data-text]:hover:before {
    transform:translateY(-100%)
}

a:hover [data-text]:after, button:hover [data-text]:after, [data-text]:hover:after {
    transform:translateY(0)
}

.section {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow:hidden
}

.new-hero-split, .new-legacy-split, .new-design-split {
    position: relative;
    width: 100%;
    height:100%
}

.hero-bottom, .new-legacy-bottom, .new-design-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:-1
}

.hero-bottom img, .new-legacy-bottom img, .new-design-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center 10%
}

.new-about-top, .new-design-top {
    position: relative;
    z-index: 2;
    padding: 11vh 15rem 0;
    max-width:100% !important
}

.new-hero-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding:10vh 10rem 0
}

.new-hero-right {
    max-width:70vw
}

.hero-bg-mobile {
    display:none
}

.company__logos {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 100%;
    align-items: center;
    margin-top:2rem
}

.company__logos-row {
    display: flex;
    justify-content: center;
    align-items:flex-start
}

.company__logos-row--top {
    gap:12rem
}

.company__logos-row--bottom {
    gap:8rem
}

.company__logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1.8rem
}

.company__logos-row--bottom .company__logo-item:nth-child(-n + 2) {
    gap:3rem
}

.company__logo-title {
    font-family: "Roboto", sans-serif;
    font-size: var(--size-subtitle);
    font-weight: 700;
    color: var(--color-dark-green);
    text-transform: uppercase;
    margin: 0;
    letter-spacing:.05em
}

.company__logo-img {
    width: auto;
    object-fit:contain
}

.company__logo-img--np, .company__logo-img--tp {
    height:4.4rem
}

.company__logo-img--fd, .company__logo-img--oo {
    height:2.8rem
}

.company__logo-img--sv {
    height:4.5rem
}

.section--company {
    z-index: 10;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:var(--color-pastel-yellow);
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important
}

.company__content {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center
}

.company__title {
    color: var(--color-orange);
    margin-bottom:.5rem
}

.company__desc {
    max-width: 60rem;
    margin:0 auto
}

.company__desc p {
    font-family: "Inter", sans-serif;
    font-size: var(--size-p);
    color: var(--color-gray);
    line-height: 1.8;
    margin: 0;
    font-weight:400
}

.section--footer {
    z-index: 10;
    will-change: clip-path;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background:var(--color-dark-green)
}

.footer__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:.9
}

.footer__content {
    width: 100%;
    height: auto;
    min-height: 100vh;
    max-width: 92rem;
    margin: 0 auto;
    padding: 4rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    position: relative;
    z-index:2
}

.footer__main-logo {
    margin:auto 0
}

.footer__main-logo img {
    height: clamp(100px, 12vw, 300px);
    width: auto;
    object-fit:contain
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    gap: 0;
    width: 100%;
    text-align: left;
    align-items:start
}

.footer__col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.5rem;
    position:relative
}

.footer__col:first-child {
    padding-left:0
}

.footer__col:last-child {
    padding-right:0
}

.footer__col:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -20px;
    width: 1px;
    background:#fff6
}

.footer__col-title {
    font-family: "Inter";
    font-size: var(--size-p);
    font-weight: 700;
    color: #fff;
    margin: 0;
    white-space:nowrap
}

.footer__col-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap:1.2rem
}

.footer__col-list li {
    font-family: "Inter", sans-serif;
    font-size: var(--size-small-p);
    line-height: 1.5;
    color: #fff;
    font-weight:400
}

.footer__col-list li strong {
    font-weight:700
}

.footer__link {
    color: #fff;
    text-decoration: none;
    transition:opacity .3s
}

.footer__link:hover {
    opacity:.7
}

.footer__certs {
    display: flex;
    flex-wrap: wrap;
    gap:1rem
}

.footer__disclaimer {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(11, 76, 58, 0.95);
    color: #ffffff;
    display: block;
    padding: 1rem 1rem;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.md-break {
    display:block
}

.float-btn {
    z-index:99990 !important
}

.split-text .line, .split-text .word, .split-text .char {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-style:inherit !important
}

.site-header__bg {
    transition:background-color .4s ease-in-out, border-bottom-color .4s ease-in-out
}

.site-header.is-over-location .site-header__bg {
    background-color: #f9f1e1 !important;
    border-bottom-color:transparent !important
}

.banner__slider-wrap {
    position: relative;
    width: 100%;
    height:100%
}

.banner__swiper {
    width: 100%;
    height:100%
}

.banner__nav-arrow {
    position: absolute;
    bottom: 2.5%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease;
    border:1px solid rgba(255, 255, 255, .3)
}

.banner__nav-arrow:hover {
    background:#fff6
}

.banner__nav-arrow img {
    width: 40%;
    height: 30%;
    object-fit:contain
}

.banner__nav-prev {
    left:95rem
}

.banner__nav-next {
    right:7rem
}

@media (max-width: 1400px) {
    .arena-detail-tab-content {
        width:70vw
    }

    .news__slider-wrap {
        max-width: 90rem;
        padding:0 4rem
    }

    .section--news {
        padding-top:3.5rem
    }

    .tab-content {
        width:100vw
    }
}

@media (max-width: 1100px) {
    .location .map-wrapper {
        width: 100vw;
        height:100vh
    }

    .map-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height:100vh
    }

    .map-wrapper, .map-img {
        position: relative;
        width: 100%;
        height: 100.75vw;
        top: auto;
        left:auto
    }

    .map-img > img, .map-svg-lines, .map-svg-logo {
        width: 178vw;
        height:100.75vw
    }

    .map-img {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling:touch
    }
}

@media (max-width: 1024px) {
    .about__content {
        grid-template-columns: 1fr;
        padding:3rem
    }

    .about__image {
        height:40vh
    }

    .company__logos-row--top, .company__logos-row--bottom {
        gap:4rem
    }

    .footer__partners-grid {
        flex-wrap: wrap;
        gap:2rem
    }

    .footer__partner-divider:last-of-type {
        display:none
    }

    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap:4rem 0
    }

    .footer__col {
        padding:0 2rem
    }

    .footer__col:nth-child(2n) {
        padding-right:0
    }

    .footer__col:nth-child(odd) {
        padding-left:0
    }

    .footer__col:nth-child(3):before, .footer__col:nth-child(1):before {
        display:none
    }

    .footer__col:nth-child(2n):before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: -20px;
        width: 1px;
        background:#fff6
    }

}

@media screen and (max-width: 900px) {
    .popup-register__container {
        width: 90vw;
        height: 75vh;
        flex-direction: column;
        max-width: 100%;
        background-color:#fff
    }

    .popup-register__content {
        flex-direction: column;
        text-align: center;
        justify-content: flex-end;
        padding: 15px 10px 10px;
        height:100%
    }

    .popup-register__form {
        gap:12px
    }

    .popup-register__right {
        padding: 15px 15px 10px;
        width: 100%;
        max-width: 100%;
        background: #ffffffe5;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(2.9000000953674316px);
        backdrop-filter:blur(2.9000000953674316px)
    }

    .popup-register__form-title {
        color: var(--color-orange);
        font-weight: 700;
        margin-bottom:8px
    }

    .popup-register__submit {
        color: var(--color-orange);
        padding:8px 15px
    }

    .popup-register__submit img {
        filter:invert(65%) sepia(50%) saturate(666%) hue-rotate(352deg) brightness(90%) contrast(95%)
    }

    .popup-register__submit svg {
        width: 16px !important;
        height:16px !important
    }

    .popup-register__input {
        padding:7px 10px
    }

    .popup-register__textarea {
        min-height:80px
    }

    .popup-register__disclaimer {
        font-size: 8px;
        padding: 0 55px;
        text-align:center
    }

    .popup-register__bg-img {
        object-position:top
    }
}

@media (max-width: 768px) and(max-height: 736px) {
    #s-design {
        height:115vh !important
    }
}

@media (max-width: 768px) {
    section img, section svg, [data-img] {
        will-change: auto;
        backface-visibility: visible;
        transform:none
    }

    .header__logo-img {
        height:32px
    }

    .header__action-icon {
        width: auto;
        height:28px
    }

    .site-header__bg {
        background: #ffffff1a;
        backdrop-filter: blur(10.2px);
        -webkit-backdrop-filter:blur(10.2px)
    }

    .header__right {
        gap:20px
    }

    :root {
        --h-width: 26px;
        --h-height: 14px;
        --h-line-height: 2px;
        --h-vertical-gap: 6px
    }

    .overlay-menu__content {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 50px;
        padding-top: 82px;
        width: 100%;
        justify-content:flex-end
    }

    .overlay-menu__nav {
        gap: 25px;
        align-items:center
    }

    .overlay-menu__link {
        position:relative
    }

    .overlay-menu__link:before {
        position: absolute;
        left: -22px;
        margin-right:0
    }

    .overlay-menu__action span, .overlay-menu__close span {
        display:none
    }

    .overlay-menu__action img, .overlay-menu__action-icon {
        width: 28px;
        height: 28px;
        object-fit:contain
    }

    .overlay-menu__top {
        padding:20px 15px
    }

    .overlay-menu__actions {
        gap:20px
    }

    .about__content {
        padding:5vh 10px 0
    }

    .about__content .title {
        width:70%
    }

    #s-story {
        display: flex !important;
        flex-direction: column !important;
        background: #1a3a2a !important;
        padding-top:4rem
    }

    #story-text {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 1.5rem !important;
        order: 1;
        opacity:1 !important
    }

    #story-extra {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        padding: 2rem 1.5rem 3rem !important;
        order: 2;
        opacity: 1 !important;
        max-width:100% !important
    }

    #story-img1 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        height: 50vh !important;
        transform: none !important;
        clip-path: none !important;
        order:3
    }

    #story-img2 {
        display:none !important
    }

    .section--kv {
        height: auto !important;
        min-height: auto !important;
        padding:30px 0 !important
    }

    .section--kv > div {
        position: relative !important;
        height: auto !important;
        min-height:auto !important
    }

    .kv__header .title, .kv__header .subtitle {
        display:none
    }

    .kv__bg {
        position:relative
    }

    .kv__header {
        padding:0
    }

    .map-container {
        flex-direction: column !important;
        padding-top:3rem
    }

    .location__content {
        position: relative !important;
        background-color: #f9f1e1;
        order: 1 !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        padding: 0 1.5rem !important;
        z-index:10
    }

    .location__content:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 180px;
        background: linear-gradient(to bottom, #f9f1e1 30%, transparent 100%);
        pointer-events: none;
        z-index:5
    }

    .map-wrapper {
        position: relative !important;
        order: 2 !important;
        height: 50vh !important;
        transform: none !important;
        top: auto !important;
        left:auto !important
    }

    .location__bg, .location__frame {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100%;
        text-align:center
    }

    .location__desc {
        text-align: center;
        width:100%
    }

    .location__list .location__item-desc {
        white-space: nowrap !important;
        font-size: 16px;
        margin-top:0
    }

    .location__list .location__item-unit {
        font-size:16px
    }

    .location__list {
        grid-template-columns:1fr 1fr
    }

    .location__list .location__item:last-child {
        grid-column:1 / -1
    }

    .location__item-number {
        font-size:60px
    }

    .location__item-icon {
        width: 30px;
        height:30px
    }

    .location__frame .title, .location__frame .subtitle {
        text-align:center
    }

    .location__item {
        display: flex;
        align-items: baseline;
        gap: 20px;
        padding: 20px 25px;
        text-align:start
    }

    .map-zoom-btn {
        font-size:17px
    }

    .map-zoom-controls {
        display:none
    }

    #s-legacy {
        position: relative !important;
        display: block !important;
        height: auto !important;
        padding:0 !important
    }

    .legacy-feature-title {
        font-size:12px
    }

    .legacy-features {
        gap: 20px;
        margin:30px 0
    }

    .legacy-feature {
        gap:15px
    }

    .legacy-feature-icon {
        height:32px
    }

    .new-legacy-top {
        max-width:100% !important
    }

    #s-showcase {
        display: flex !important;
        flex-direction:column !important
    }

    #s-design {
        position: relative !important;
        background: var(--color-dark-green) !important;
        display: block !important;
        padding:0 !important
    }

    .new-design-top .title {
        max-width:100% !important
    }

    #s-furniture {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 2rem !important;
        background:var(--color-dark-green) !important
    }

    .fur__desc {
        max-width:90%
    }

    .fur__slide {
        border-radius: 10px;
        aspect-ratio:12 / 9
    }

    .fur__slider-area {
        position: relative !important;
        order: 2 !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        max-width:100%
    }

    .fur__slider-area .swiper {
        width: 100% !important;
        height:25vh !important
    }

    .fur__pagination {
        position: relative !important;
        bottom: auto !important;
        margin-top: 20px !important;
        margin-bottom:40px !important
    }

    .fur__slide-desc-absolute {
        position: absolute;
        bottom: .2rem;
        left: 0rem;
        z-index: 10;
        font-size:16px
    }

    .fur-bullet-custom.swiper-pagination-bullet-active {
        width:15px !important
    }

    .fur-bullet-custom {
        width: 15px !important;
        height:15px !important
    }

    .fur__bg img {
        object-position:right center
    }

    .bfs__pagination {
        display:none !important
    }

    .bfs__desc {
        max-width:100%
    }

    .bfs__slider-area {
        position: relative !important;
        order: 2 !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        margin: 2rem 0 !important;
        opacity:1 !important
    }

    #bfs-swiper .swiper-slide {
        width: 100vw;
        transform: scale(1);
        display: flex;
        flex-direction:column-reverse
    }

    .bfs__slide-img-wrap {
        border-radius:0 !important
    }

    .bfs__slide {
        aspect-ratio:11 / 9
    }

    .bfs__controls {
        padding: 1.5rem 15px 0;
        justify-content: flex-end;
        gap: 10px;
        display: flex;
        position: absolute;
        bottom: 1%;
        z-index:10
    }

    .bfs__slide-info {
        order: -1;
        margin-right: auto;
        max-width: 65% !important;
        display:block !important
    }

    .bfs__slide-desc {
        display: flex !important;
        align-items: flex-end !important;
        gap:8px !important
    }

    .bfs__desc-title {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        color: var(--color-dark-green);
        font-size: 16px !important;
        line-height: 1 !important;
        padding-bottom:2px !important
    }

    .bfs__slide-top {
        gap: 3px;
        align-items: center;
        margin:0 20px
    }

    .bfs__nav-btn img {
        width: 15px;
        height:15px
    }

    .arena__card-hover {
        padding:10px 25px
    }

    .arena__hover-title {
        margin-bottom:20px
    }

    .arena__btn-view-gallery {
        display:inline-block
    }

    .arena__card:hover .arena__card-hover {
        opacity: 0;
        pointer-events:none
    }

    .arena__card.is-active .arena__card-hover {
        opacity: 1;
        pointer-events:auto
    }

    .popuparena__swiper {
        width: 100%;
        aspect-ratio: unset;
        height:60vh
    }

    .arena__wrapper {
        position: relative !important;
        order: 2 !important;
        transform: none !important;
        padding: 0 !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        background-color: transparent;
        border-radius: 0;
        height: 26vh;
        transition:height .3s ease
    }

    .arena__tab {
        padding:.8em 1rem .4rem
    }

    .arena__wrapper:has(#tab-can.active) {
        height: 35vh !important;
        background-color:#fff
    }

    .arena__img-full {
        object-fit:contain
    }

    .legend-item {
        display: flex;
        align-items: center;
        gap: .8rem;
        font-family: "Inter";
        font-size:5px
    }

    .legend-type {
        font-size: 6px;
        margin-top: 3px;
        width:85px
    }

    .arena__legend-grid {
        gap:10px
    }

    .arena__legend {
        gap:0px
    }

    .legend-col {
        gap:10px
    }

    .arena__legend-logo img {
        height:40px
    }

    .section--arena_detail {
        background-color:var(--color-pastel-yellow) !important
    }

    .arena-detail-legend-area {
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-evenly;
        width: 100%;
        overflow: hidden;
        background: #fff;
        padding:30px 0
    }

    .legend-logo img {
        width:60px
    }

    .legend-group-title {
        width: 80px;
        margin-right: 5px;
        font-size: 6px;
        padding-top:0
    }

    .arena-detail-legend-area .legend-item {
        gap:6px
    }

    .arena-detail-legend-area .legend-color {
        width: 12px;
        height:8px
    }

    .arena-detail-legend-area .legend-text {
        font-size:6px
    }

    .arena-mobile-buttons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        padding: 20px;
        width: 100%;
        background-color:transparent
    }

    .mobile-legend-btn {
        font-size: 14px;
        padding: 12px 5px;
        border: none !important;
        box-shadow:0 2px 8px #0000000d
    }

    .arena-detail-tab-content {
        position: relative;
        z-index: 2;
        width: 100vw;
        margin: 0 auto;
        height:29vh
    }

    .arena-detail-tab-pane {
        height:100%
    }

    #tab-ad-2 {
        height:108vw
    }

    .arena-detail__header {
        margin-bottom:15px
    }

    .arena-detail-tabs-nav .arena-detail-tab-btn {
        padding: 10px 20px;
        font-size:14px
    }

    .arena-detail-tabs-nav {
        gap:20px
    }

    .arena-detail-img-wrapper {
        border-radius: 0;
        border: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        padding:0
    }

    .arena-detail__bg picture {
        display:none
    }

    .arena-detail__container {
        padding: 4vh 0;
        justify-content: start;
        height:150vw
    }

    .arena-detail-popup-content {
        width: 95%;
        max-width:400px
    }

    .arena-detail-popup {
        align-items:center
    }

    .arena-detail-popup-img-container img {
        max-height:180px
    }

    #s-process {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        padding-top: 0rem !important;
        height: auto !important;
        pointer-events: auto !important;
        background:url(assets/process.png) no-repeat center center / cover !important
    }

    .process__wrapper {
        flex-direction: column !important;
        gap:0 !important
    }

    .process__left {
        position: relative !important;
        width: 100% !important;
        height: 45vh !important;
        top: auto !important;
        left: auto !important;
        clip-path: none !important;
        order: 2;
        display: grid !important;
        grid-template-columns: 1fr auto auto auto 1fr !important;
        grid-template-rows: 1fr 60px !important;
        align-items: center !important;
        gap:0 1rem !important
    }

    .process__gallery {
        position: relative !important;
        grid-column: 1 / -1 !important;
        grid-row: 1 / 2 !important;
        inset: auto !important;
        height: 100% !important;
        background:transparent !important
    }

    .process__dots {
        position: static !important;
        transform: none !important;
        grid-column: 3 / 4 !important;
        grid-row: 2 / 3 !important;
        margin: 0 !important;
        background: transparent !important;
        padding:0 10px
    }

    .process__dot {
        background: #ffffff4d !important;
        border: none !important;
        width: 12px !important;
        height:12px !important
    }

    .process__dot.active {
        background: var(--color-pastel-yellow) !important;
        transform:scale(1.3) !important
    }

    .process__arrow {
        position: static !important;
        transform: none !important;
        grid-row: 2 / 3 !important;
        border: 1.7px solid #ecdfc6 !important;
        background: #ffffff1a !important;
        -webkit-backdrop-filter: blur(3.85px) !important;
        backdrop-filter: blur(3.85px) !important;
        margin: 0 !important;
        width: 30px !important;
        height:30px !important
    }

    .process__arrow--prev {
        grid-column: 2 / 3 !important;
        left:auto !important
    }

    .process__arrow--next {
        grid-column: 4 / 5 !important;
        right:auto !important
    }

    .process__right {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        clip-path: none !important;
        padding: 15px !important;
        order: 1;
        align-items: center !important;
        background: transparent !important;
        justify-content: flex-start !important;
        gap: 1rem !important;
        flex:none !important
    }

    .process__desc-wrap {
        min-height:0 !important
    }

    .process__dropdown {
        align-self: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width:220px
    }

    .process__right-bg {
        display:none !important
    }

    .process__desc-text {
        text-align: center !important;
        font-size: 12px !important;
        margin:7px 0
    }

    .news__header .title {
        margin-bottom:10px
    }

    .news__header {
        margin-bottom: 10px !important;
        position:relative !important
    }

    .process__arrow img {
        width:9px
    }

    .process__dropdown-btn {
        width: 80%;
        padding:7px 19px 10px
    }

    .process__slide img {
        border-radius: 0 !important;
        border: none !important;
        border-top:none !important
    }

    .process__slide, .process__left, .process__gallery {
        border: none !important;
        border-top: none !important;
        border-radius:0 !important
    }

    #s-news {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        clip-path: none !important;
        pointer-events:auto !important
    }

    .news-tab-container {
        height: 165vw;
        padding: 12vw 0;
        margin-bottom:16px
    }

    .news__slider-wrap {
        padding: 0 15px 1rem !important;
        margin: 15px 0;
        max-width:100%
    }

    .news__swiper {
        position: relative;
        padding-bottom: 10px !important;
        height: 480px !important;
        overflow:hidden !important
    }

    .news__swiper .swiper-wrapper {
        gap:10px
    }

    .news__swiper .swiper-slide {
        height: calc((100% - 24px) / 3) !important;
        display: flex !important;
        margin-top:0 !important
    }

    .news__card {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        padding: 10px !important;
        gap: 12px;
        justify-content:flex-start
    }

    .news__card-img {
        width: 35% !important;
        height: auto !important;
        aspect-ratio: 13 / 11;
        object-fit: cover;
        margin: 0 !important;
        border-radius:6px
    }

    .news__card-body {
        width: 65% !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        padding:0 !important
    }

    .news__card-title {
        font-size: 12px !important;
        line-height: 1.4 !important;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-line-clamp: 3;
        min-height:70px
    }

    .news__card-desc {
        display:none !important
    }

    .news__card-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 4px;
        margin-top:auto
    }

    .news__card-link {
        color: #162821;
        font-size: 10px;
        opacity: 1 !important;
        transform: none !important;
        order: 1;
        gap:5px
    }

    .news__card-date {
        font-size: 10px;
        order: 2;
        gap:4px
    }

    .news__pagination {
        position: absolute !important;
        margin: 0 !important;
        bottom: -9px !important;
        height: 1.8rem !important;
        width: 100px !important;
        left: 50% !important;
        transform: translate(-50%) !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index:10
    }

    .news__pagination .swiper-pagination-bullet {
        width: 12px;
        height:12px
    }

    .news-tabs-nav .tab-btn {
        font-size: 12px;
        padding:7px 13px 9px
    }

    .news-tabs-nav {
        gap:10px
    }

    .news__card-link img, .news__card-date img {
        width: 12px;
        height:12px
    }

    .news__nav-arrow {
        position: absolute;
        top: auto !important;
        bottom: -20px !important;
        transform: none !important;
        width: 30px !important;
        height: 30px !important;
        display: flex !important;
        z-index:10
    }

    .news__nav-arrow.swiper-button-prev {
        left:calc(50% - 80px) !important
    }

    .news__nav-arrow.swiper-button-next {
        right:calc(50% - 80px) !important
    }

    .news__nav-arrow img {
        width:9px
    }

    .news-popup {
        padding:15px !important
    }

    .news-popup__content {
        border-radius: 12px !important;
        max-height:90vh !important
    }

    .news-popup__close {
        top: 10px !important;
        right: 10px !important;
        width: 32px !important;
        height: 32px !important;
        font-size:20px !important
    }

    .news-popup__img {
        height: 200px !important;
        border-radius:12px 12px 0 0 !important
    }

    .news-popup__body {
        padding:20px !important
    }

    .news-popup__title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
        line-height:1.4 !important
    }

    .news-popup__date {
        font-size: 12px !important;
        margin-bottom:15px !important
    }

    .news-popup__text {
        font-size: 14px !important;
        line-height:1.6 !important
    }

    .news-popup__text p {
        margin-bottom:15px !important
    }

    .news-popup__text h1, .news-popup__text h2, .news-popup__text h3 {
        font-size: 16px !important;
        margin:20px 0 10px !important
    }

    .news-popup__text blockquote {
        padding-left: 15px !important;
        border-left-width: 3px !important;
        margin:15px 0 !important
    }

    .news-popup__text img {
        margin: 15px 0 !important;
        border-radius:6px !important
    }

    .news-popup__text ul, .news-popup__text ol {
        margin-bottom:15px !important
    }

    .news-popup__text li {
        margin-bottom:8px !important
    }

    .arena__header {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        opacity: 1 !important;
        width: 100% !important;
        flex-direction: column !important;
        align-items:center !important
    }

    .bfs__header {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        padding: 0 25px 15px !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100%;
        text-align:center
    }

    .bfs__nav-btn {
        width: 30px;
        height:30px
    }

    .site-header {
        padding:3.5rem
    }

    .header__action-text, .header__menu-text {
        display:none
    }

    :root {
        --size-small-p: 11.5px;
        --size-p: 12px;
        --size-title: 24px;
        --size-heading: 20px;
        --size-subtitle: 18px;
        --size-big-title: 32px;
        --size-large-title: 48px
    }

    .main-wrapper {
        height: auto !important;
        overflow:visible !important
    }

    .section {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        height: auto !important;
        min-height: auto !important;
        clip-path:none !important
    }

    .color-box {
        width: 18px;
        height:10px
    }

    #s-bfs {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 4rem !important;
        background:var(--color-pastel-yellow) !important
    }

    .new-hero-top {
        padding:9vh 15px 0
    }

    .new-about-top, .new-legacy-top, .new-design-top, .arena__header {
        position: relative;
        z-index: 2;
        color: var(--color-primary-dark);
        max-width: 100% !important;
        padding:4vh 25px 3vh
    }

    #s-banner {
        top: 0 !important;
        height:178vw !important
    }

    #s-about, #s-design, #s-hero {
        height:100vh !important
    }

    .content {
        max-width:100% !important
    }

    .hero-bg-desktop {
        display:none !important
    }

    .hero-bg-mobile {
        display:block !important
    }

    #s-arena {
        height: auto !important;
        background-color: var(--color-pastel-yellow) !important;
        padding-top:0 !important
    }

    .arena__container {
        padding: 0 !important;
        width: 100vw;
        height: auto !important;
        display: flex;
        flex-direction:column
    }

    .arena__grid {
        flex-direction: column !important;
        width: 100vw;
        max-width: 100vw;
        gap:25px
    }

    .arena__card {
        margin-bottom: 2rem;
        flex-direction:column
    }

    .arena__card .subtitle {
        margin-bottom:10px
    }

    .arena__card-img {
        border-radius: 0 !important;
        width: 100vw;
        aspect-ratio:1/1
    }

    .popuparena__close {
        top: auto;
        bottom: 5vh;
        left: 50%;
        transform: translate(-50%);
        right: auto;
        width: 44px;
        height: 44px;
        background: transparent;
        border:1px solid rgba(255, 255, 255, .4)
    }

    .popuparena__close svg path {
        stroke:#fff !important
    }

    .popuparena__close:hover {
        transform:translate(-50%) scale(1.1) rotate(180deg)
    }

    .popuparena__container {
        width: 100% !important;
        max-width: 100% !important;
        padding:0 !important
    }

    .popuparena__main-title {
        font-size: 16px;
        letter-spacing:1px
    }

    .popuparena__slider-wrapper {
        max-width:100vw
    }

    .popuparena__swiper {
        width: 100vw !important;
        border-radius:0 !important
    }

    .popuparena__swiper .swiper-slide {
        border-radius:0 !important
    }

    .popuparena__swiper img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        border-radius:0 !important
    }

    .popuparena__pagination {
        margin-top:20px
    }

    .section--company {
        margin-top:-10px
    }

    .company__logos-row {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: flex-end;
        width:100%
    }

    .company__logos-row--bottom {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 25px;
        width: 100%;
        justify-items:center
    }

    .company__logos {
        gap: 30px;
        margin-top:15px
    }

    .company__logo-item {
        gap: 10px;
        width:100%
    }

    .company__logos-row--bottom .company__logo-item:nth-child(3) {
        grid-column: 1 / -1;
        margin-top:5px
    }

    .company__logo-title {
        font-size: 12px !important;
        text-align: center;
        white-space:nowrap
    }

    .company__logo-img {
        max-width: 100%;
        height:79px !important
    }

    .company__logo-img--fd, .company__logo-img--oo {
        height:37px !important
    }

    .company__logo-img--sv {
        height:60px !important
    }

    .company__desc {
        padding: 0 20px;
        max-width:100%
    }

    .company__desc p br {
        display:none
    }

    .company__content {
        width: 100%;
        margin: 0 auto;
        padding:8vw 0
    }

    .md-break {
        display:none
    }

    .footer__partners-title {
        font-size: 26px !important;
        margin-bottom: 2.5rem !important;
        text-align:center
    }

    .footer__partner h4 {
        font-size: 14px !important;
        font-weight: 700 !important;
        margin-bottom: .8rem !important;
        text-align: center;
        white-space:nowrap
    }

    .footer__partner-logo {
        height: 3.5rem !important;
        max-width:80% !important
    }

    .footer__partner:last-child .footer__partner-logo {
        max-width:5rem !important
    }

    .footer__partners-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 3rem 1rem;
        align-items:center
    }

    .footer__partner:first-child {
        grid-column:span 2
    }

    .footer__partner-divider {
        width: 60px;
        height:1px
    }

    .footer__info-left {
        display:none !important
    }

    .footer__info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
        padding-top:1rem
    }

    .footer__info-right {
        align-items: center;
        max-width:100% !important
    }

    .footer__contact-list {
        display: flex !important;
        align-items:flex-start !important
    }

    .footer__contact-list li {
        align-items: flex-start !important;
        text-align: left !important;
        justify-content:flex-start !important
    }

    .footer__content {
        padding: 30px 0 40px;
        justify-content: flex-start;
        height: auto;
        max-width:100%
    }

    .footer__grid {
        grid-template-columns: 1fr;
        gap:0
    }

    .footer__col {
        padding: 30px 2px !important;
        text-align: center;
        align-items: center;
        border-bottom:1px solid #ffffff
    }

    .footer__col:last-child {
        border-bottom: none;
        padding-bottom:0 !important
    }

    .footer__col:first-child {
        padding-top:1rem !important
    }

    .footer__col:before {
        display:none !important
    }

    .footer__col-list {
        align-items: center;
        gap:1rem
    }

    .footer__col-list li {
        display: block !important;
        text-align:center !important
    }

    .footer__col-list li span {
        display:inline-block !important
    }

    .footer__main-logo img {
        height: 150px !important;
        width: auto !important;
        max-width: 200px;
        object-fit: contain;
        display: block !important;
        margin-bottom:1rem
    }

    .footer__main-logo {
        margin:20px 0
    }

    .footer__col-title {
        font-size: 20px !important;
        margin-bottom:10px
    }

    .float-btn {
        display: flex;
        width: 30px;
        height:30px
    }

    .float-btn svg {
        width: 17px;
        height:50%
    }

    .floating-social {
        top: 89%;
        right: 3%;
        display: flex;
        flex-direction: column;
        gap: 6px;
        z-index:999
    }

    .banner__nav-arrow {
        display:none
    }
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 769px) {
    .news__card:hover {
        background-color: var(--color-orange);
        box-shadow: 0 12px 24px #00000026;
        border-color:var(--color-orange)
    }

    .news__card:hover .news__card-title, .news__card:hover .news__card-desc, .news__card:hover .news__card-date, .news__card:hover .news__card-link {
        color:#fff
    }

    .news__card:hover .news__card-date img, .news__card:hover .news__card-link img {
        filter:brightness(0) invert(1)
    }

    .news__card-link img {
        width: 1rem;
        height: 1rem;
        object-fit: contain;
        filter:brightness(0) invert(1)
    }

    .news__card:hover .news__card-link {
        opacity: 1;
        transform:translate(0)
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1300px) {
    .header__logo-img {
        height:3.5rem
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1400px
    }
}

@media (min-width: 1600px) {
    .tab-content {
        height:60vh
    }

    .news__slider-wrap {
        max-width: 100rem;
        padding:0 4rem
    }
}

@media (min-width: 1700px) {
    .container {
        max-width:1640px
    }
}

@media (min-width: 1900px) {
    .news__card-date img {
        width: 1.2rem;
        height:1.2rem
    }

    .site-header {
        padding:1.5rem 5.5rem
    }

    .header__logo {
        gap:1.5rem
    }

    .header__logo-text {
        height:2.5rem
    }

    .new-hero-top, .about__content {
        padding:11vh 15rem 0
    }

    .bfs__container {
        padding-top:3.5vh
    }

    .header__action-icon {
        width: 2rem;
        height:2rem
    }

    .header__menu-icon span {
        height:.18rem
    }

    .header__menu-icon {
        width:2.4rem
    }

    .header__logo-img {
        height:3.5rem
    }

    .popuparena__slider-wrapper {
        max-width:2000px
    }

    .popuparena__nav {
        width: 64px;
        height:64px
    }

    .popuparena__nav--prev {
        left:-20px
    }

    .popuparena__nav--next {
        right:-20px
    }

    .news__nav-arrow {
        width: 3.5rem;
        height:3.5rem
    }

    .news__nav-arrow.swiper-button-prev {
        left:-.5rem
    }

    .news__nav-arrow.swiper-button-next {
        right:-.5rem
    }

    .news__nav-arrow img {
        width:.7rem
    }

    .fur__nav-btn {
        width: 4.5rem;
        height:4.5rem
    }

    .fur__nav-btn img {
        width: 1.8rem;
        height:1.5rem
    }

    .bfs__nav-btn {
        width: 2rem;
        height:2rem
    }

    .bfs__nav-btn img {
        width: 1.5rem;
        height:1.3rem
    }

    .popuparena__close, .news-popup__close, .popup-register__close {
        width: 60px;
        height:60px
    }

    .news-popup__close {
        font-size:2.2rem
    }

    .popuparena__close svg, .popup-register__close svg {
        width: 24px;
        height:24px
    }

    .popup-register__container {
        max-width:85rem
    }

    .popup-register__right {
        max-width:28rem
    }

    .popup-register__content {
        padding:8.5rem 4rem
    }

    .process__arrow {
        width: 64px;
        height:64px
    }

    .process__dot {
        width: 12px;
        height:12px
    }

    .process__dots {
        gap:12px
    }

    .news-tabs-nav {
        gap:2rem
    }

    .news-popup__container {
        max-width:1200px
    }

    .container {
        max-width:1840px
    }
}

@media (min-width: 2560px) {
    .popuparena__container {
        width: 90%;
        max-width: 2000px
    }
}
