@charset "UTF-8";
/*----------------------------------------*/

/*  1.1 Default
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap"');
/* beautify ignore:start */

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    transition: all 0.3s ease-out;
}

/* transform */

/* beautify ignore:start */

.rotate-90 {
    rotate: 90deg;
}

.fz-150 {
    font-size: 120px;
}

.fz-170 {
    font-size: 130px;
}

.fz-180 {
    font-size: 160px;
}

.fz-200 {
    font-size: 150px;
}

.fz-240 {
    font-size: 240px;
}

.fz-290 {
    font-size: 220px;
}

.fz-120 {
    font-size: 80px;
}

.fz-ds-1 {
    font-size: 80px !important;
}

@media screen and (min-width: 1441px) {
    .fz-150 {
        font-size: 150px;
    }
    .fz-170 {
        font-size: 170px;
    }
    .fz-180 {
        font-size: 180px;
    }
    .fz-200 {
        font-size: 200px;
    }
    .fz-290 {
        font-size: 290px;
    }
    .fz-120 {
        font-size: 120px;
    }
    .fz-ds-1 {
        font-size: 124px !important;
    }
    .footer-2-connect-title {
        font-size: 220px;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
}

.fz-60 {
    font-size: 60px;
}

.fz-18 {
    font-size: 18px;
}

.opacity-10 {
    opacity: 0.1;
}

.invert-0 {
    filter: invert(0);
}

.invert-1 {
    filter: invert(1);
}

.topbar {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 7px 0;
}

.category-tag {
    display: inline-flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 25px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    background: var(--at-neutral-0, #fefefe);
    color: var(--at-neutral-900);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    position: relative;
}

.category-tag .dot {
    width: 6px;
    height: 6px;
    background: #45a557;
    border-radius: 50%;
}

.odometer {
    letter-spacing: 12px;
}

.sec-1-services {
    padding-top: 86px;
}

.cilent-word-wide-content {
    border-radius: 8px;
    background: rgba(254, 254, 254, 0.6);
    backdrop-filter: blur(4px);
    padding: 20px;
}

.cilent-word-wide-content .avatar {
    width: 56px;
    height: 56px;
    margin-left: -25px;
    border-radius: 86.296px;
    border: 3.5px solid var(--at-neutral-0);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.cilent-word-wide-content .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cilent-word-wide-content .avatar:first-child {
    margin-left: 0;
}

.cilent-word-wide-content .avatar:hover {
    transform: translateY(-2px);
}

.bg-coating {
    position: relative;
}

.bg-coating::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0px);
    z-index: 1;
}

.fill-primary path {
    fill: var(--at-theme-primary);
}

.px-blur-bottom {
    backdrop-filter: blur(10px);
    bottom: 0;
    flex: none;
    height: 80px;
    left: 0;
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999;
}

.block-author .avatar {
    margin-right: -22px;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    border: 4px solid var(--at-common-white);
}

.block-author .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.block-author :nth-last-child(1) {
    margin-right: 0;
}

.at-brand-area {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid var(--at-neutral-100);
    border-bottom: 1px solid var(--at-neutral-100);
}

.at-brand-area::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
    left: 0;
    top: 0;
    z-index: 3;
}

.at-brand-area::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
    right: 0;
    top: 0;
    z-index: 3;
    transform: rotate(-180deg);
}

.page-loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    top: 0;
}

.page-loader .page-loader-logo {
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bar {
    width: 10vw;
    height: 105vh;
    background: #1d1d1d;
}

.swiper-button-wrapper {
    display: flex;
    gap: 10px;
}

.swiper-btn-next,
.swiper-btn-prev {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--at-neutral-700);
    background-color: var(--at-neutral-800);
    transition: all 0.3s ease-in-out;
    color: var(--at-common-white);
}

.swiper-btn-next::after,
.swiper-btn-prev::after {
    content: "";
}

.swiper-btn-next:hover,
.swiper-btn-next :active,
.swiper-btn-prev:hover,
.swiper-btn-prev :active {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: var(--at-neutral-700);
    transition: all 0.3s ease-in-out;
}

.swiper-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    align-items: center;
    left: 50% !important;
    width: unset !important;
    gap: 5px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1px);
    transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 8px;
    font-size: 12px;
    color: var(--at-neutral-900);
    opacity: 1;
    background-color: var(--at-neutral-0);
}

.swiper-pagination .swiper-pagination-bullet-active {
    color: var(--at-neutral-900);
    background-color: var(--at-neutral-900);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin-top: 70px;
    padding: 0;
}

.pagination .pagination_item {
    background: var(--at-neutral-0);
    border-radius: 50%;
    border: 1px solid var(--at-neutral-100);
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--at-fz-font-lg);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    transition: all 0.3s ease-in-out;
}

.pagination .pagination_item svg path {
    fill: var(--at-neutral-900) !important;
}

.pagination .pagination_item:hover {
    color: var(--at-neutral-0) !important;
    background: var(--at-neutral-900) !important;
    border-color: var(--at-neutral-900) !important;
}

.pagination .pagination_item:hover svg path {
    fill: var(--at-neutral-0) !important;
}

.pagination .pagination_item:focus {
    box-shadow: none;
    background-color: var(--at-neutral-900) !important;
    border-color: var(--at-neutral-900);
    color: var(--at-neutral-0) !important;
}

.pagination .pagination_item:focus svg path {
    fill: var(--at-neutral-0) !important;
}

.pagination .pagination_item.current {
    color: var(--at-neutral-0) !important;
    background: var(--at-neutral-900) !important;
    border-color: var(--at-neutral-900) !important;
}

.pagination .pagination_item.current svg path {
    fill: var(--at-neutral-0) !important;
}

.slider-testimonial-thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(1) {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -200px;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(2) {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -100px;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(3) {
    position: relative;
    z-index: 5;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(4) {
    position: absolute;
    z-index: 4;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 100px;
}

.slider-testimonial-thumbs .swiper-slide:nth-child(5) {
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 200px;
}

@media (max-width: 574.98px) {
    .slider-testimonial-thumbs .swiper-slide:nth-child(1) {
        margin-left: -95px;
    }
    .slider-testimonial-thumbs .swiper-slide:nth-child(2) {
        margin-left: -45px;
    }
    .slider-testimonial-thumbs .swiper-slide:nth-child(4) {
        margin-left: 45px;
    }
    .slider-testimonial-thumbs .swiper-slide:nth-child(5) {
        margin-left: 95px;
    }
}

.slider-testimonial-thumbs .swiper-slide {
    width: 150px !important;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 574.98px) {
    .slider-testimonial-thumbs .swiper-slide {
        width: 70px !important;
        height: 70px;
    }
}

.slider-testimonial-thumbs .swiper-slide.swiper-slide-thumb-active .avatar-thumbnail {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.image-slider {
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-100, #dfdfdf);
}

.avatar-thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid var(--at-neutral-0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .avatar-thumbnail {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 574.98px) {
    .avatar-thumbnail {
        width: 60px;
        height: 60px;
        border-width: 4px;
    }
}

/* Text Truncation */

.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.5em;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8em;
}

.at-image-hover .content {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(-15px);
}

.at-image-hover .zoom-blur-image {
    transition: all 0.5s ease;
}

.at-image-hover:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.at-image-hover:hover .zoom-blur-image {
    transition: all 0.5s ease;
    filter: blur(5px);
    scale: 1.05;
}

.border-bottom-900 {
    border-bottom: 1px solid var(--at-neutral-900);
}

.border-bottom-950 {
    border-bottom: 1px solid var(--at-neutral-950);
}

.border-100 {
    border: 1px solid var(--at-neutral-100) !important;
}

.border-bottom-opacity {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-opacity {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-100 {
    border-top: 1px solid var(--at-neutral-100) !important;
}

.border-bottom-100 {
    border-bottom: 1px solid var(--at-neutral-100) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .sec-1-home-3 .mb-100 {
        margin-bottom: 50px;
    }
}

.card-item__bg {
    border-radius: 16px;
    border: 9px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.card-item-avatar {
    margin: 30px;
}

.card-item-avatar img {
    border-radius: 100px;
    border: 4px solid var(--at-neutral-0);
    display: inline-flex;
    height: 65px;
    justify-content: flex-end;
    align-items: center;
}

.card-item-content {
    margin: 40px;
}

.card-item-content svg {
    width: 40px;
    height: 40px;
    margin-bottom: 19px;
}

.at-brand-item {
    display: flex;
    width: 180px;
    height: 180px;
    padding: 0 29px 0 30px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    background: var(--at-neutral-0, #fefefe);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-brand-item {
        width: 165px;
        height: 165px;
    }
}

.home-3-section-12 .box-newsletter {
    position: relative;
    border-radius: 42px;
}

.home-3-section-12 .box-newsletter::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 90%;
    height: 20%;
    border-radius: 42px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    background: var(--at-neutral-0, #fefefe);
}

.scroll-active-item .item.active .block-number {
    background: var(--at-theme-primary) !important;
    transition: all 0.3s ease;
}

.scroll-active-item .item.active .block-number .number {
    color: var(--at-neutral-0);
    transition: all 0.3s ease;
}

.scroll-active-item .item.active .rectangular::after {
    opacity: 1;
    width: 99px;
    height: 99px;
    transition: all 0.3s ease;
}

.scroll-active-item .item .rectangular {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: var(--at-neutral-800);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-700);
    padding: 50px;
    z-index: -2;
    overflow: hidden;
    transition: all 0.3s ease;
}

.scroll-active-item .item .rectangular::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background: var(--at-theme-primary);
    filter: blur(125px);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.input-subscribe {
    position: relative;
    background: #fefefe;
    padding: 12px 14px 12px 32px;
    border-radius: 8px;
}

.input-subscribe input {
    width: 100%;
    height: 100%;
    border: none !important;
    outline: none;
}

.navigation-section-10 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.navigation-section-10 .item {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .navigation-section-10 .item {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 574.98px) {
    .navigation-section-10 .item {
        width: 58px;
        height: 58px;
    }
}

.navigation-section-10 .item.active {
    scale: 0.9;
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item {
    padding: 10px 0;
    border-bottom: 1px solid var(--at-neutral-100);
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item .content span {
    flex: 0 0 60px;
}

.navigation-sec4home3 .item .content .h6 {
    flex: 1;
}

.navigation-sec4home3 .item .content svg {
    opacity: 0;
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item.active {
    background-color: var(--at-neutral-100);
}

.navigation-sec4home3 .item.active .content {
    margin: 0 16px;
    transition: all 0.3s ease;
}

.navigation-sec4home3 .item.active svg {
    opacity: 1;
}

.border-white\/01 {
    border-right: 1px solid var(--at-neutral-100);
}

.border-dark\/01 {
    border-right: 1px solid var(--at-neutral-900);
}

@media (min-width: 768px) {
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.icon-shape {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .w-lg-50 {
        width: 50%;
    }
}

@media (max-width: 574.98px) {
    .w-50 {
        width: 100% !important;
    }
}

.size-30 {
    width: 30px;
    height: 30px;
}

.size-40 {
    width: 40px;
    height: 40px;
}

.size-50 {
    width: 50px;
    height: 50px;
}

.size-56 {
    width: 56px;
    height: 56px;
}

.size-80 {
    width: 80px;
    height: 80px;
}

.size-100 {
    width: 100px !important;
    height: 100px !important;
}

.size-190 {
    width: 190px;
    height: 190px;
}

.cart-stats__item {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--at-neutral-100);
    padding-bottom: 42px;
    margin-bottom: 50px;
}

.cart-stats__item-title {
    flex: 1;
    letter-spacing: -1.2px;
}

.cart-stats__item-content {
    flex: 0 0 500px;
    margin-top: 16px;
}

/* Allow page scroll when cursor is in empty area; children (.client-capsule-wrapper > *) keep pointer-events: auto for drag */

.client-capsule-wrapper-box {
    pointer-events: none;
}

.client-capsule-wrapper {
    position: relative;
    overflow: hidden;
    pointer-events: none;
    margin-top: -200px;
    height: 633px;
}

.client-box {
    width: 250px;
    height: 100px;
    padding: 10px 20px;
    background-color: var(--at-neutral-900);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transform: translate(-50%, -50%) rotate(0rad);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .client-box {
        width: 200px;
        height: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-box {
        width: 150px;
        height: 60px;
    }
}

@media (max-width: 574.98px) {
    .client-box {
        width: 100px;
        height: 40px;
    }
}

.client-capsule-wrapper>* {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: auto;
    transition: none;
}

.client-box img {
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
}

.box-count {
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.box-count .deals-countdown {
    border-radius: 0px;
    display: flex;
    padding: 4px 0px;
    width: 100%;
    margin: auto;
    max-width: 100%;
}

.box-count .deals-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    width: 25%;
    line-height: 12px;
    position: relative;
}

.box-count .deals-countdown .countdown-section span {
    display: block;
    color: var(--at-common-white);
}

.box-count .deals-countdown .countdown-section .countdown-period {
    text-transform: capitalize;
}

.box-count .deals-countdown .countdown-section:last-child::before {
    display: none;
}

.box-count.box-count-square {
    margin-bottom: 5px;
}

.box-count.box-count-square .deals-countdown {
    background-color: var(--at-neutral-0);
    width: 100%;
    margin: auto;
    text-align: left;
    display: flex;
    max-width: 100%;
}

.box-count.box-count-square .deals-countdown .countdown-section {
    display: inline-block;
    text-align: center;
    line-height: 12px;
    position: relative;
    margin: 0px 16px 0px 0px;
    width: auto;
}

.box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
    color: var(--at-neutral-900);
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 574.98px) {
    .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
        font-size: 16px;
        line-height: 16px;
    }
}

.box-count.box-count-square .deals-countdown .countdown-amount {
    background-color: var(--at-neutral-50);
    border-radius: 12px;
    color: var(--at-neutral-900);
    width: 176px;
    padding: 50px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 72px !important;
    font-weight: 600;
    line-height: 76px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-count.box-count-square .deals-countdown .countdown-amount {
        width: 130px;
        height: 140px;
        padding: 50px 40px;
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 574.98px) {
    .box-count.box-count-square .deals-countdown .countdown-amount {
        width: 65px;
        height: 70px;
        padding: 22px 5px;
        font-size: 24px !important;
        line-height: 24px !important;
    }
}

.menu-list .menu-list__item {
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--at-neutral-300);
    position: relative;
}

.menu-list .menu-list__item .text {
    transition: all 0.3s ease;
    font-weight: 600;
}

.menu-list .menu-list__item.hasdot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--at-neutral-0);
    transform: translateY(-50%) translateX(-100%);
    transition: all 0.3s ease;
    opacity: 0;
}

.menu-list .menu-list__item.hasdot:hover::before {
    opacity: 50%;
    transform: translateY(-50%) translateX(0);
}

.menu-list .menu-list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%) translateX(-100%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M10.0208 3.41421L1.41421 12.0208L0 10.6066L8.60659 2H1.02082V0H12.0208V11H10.0208V3.41421Z" fill="%23FEFEFE"/></svg>');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.menu-list .menu-list__item:hover .text {
    margin-left: 18px;
}

.menu-list .menu-list__item:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(-5px);
}

.menu-list.style-2 .menu-list__item.hasdot::before {
    background-color: var(--at-neutral-900);
}

.menu-list.style-2 .menu-list__item::after {
    filter: invert(1);
}

.line-underline {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: var(--at-neutral-900);
}

.reveal-text.indent .split-line:first-child {
    padding-left: 20px;
}

@media (max-width: 574.98px) {
    .reveal-text.indent .split-line:first-child {
        padding-left: 0;
    }
}

.text-indent {
    text-indent: 20px;
}

:root {
    /**
  @font family declaration
  */
    --at-ff-body: 'DM Sans', sans-serif;
    --at-ff-heading: 'DM Sans', sans-serif;
    --at-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @font size declaration
  */
    --at-fz-body: 14px;
    --at-fz-font-label: 12px;
    --at-fz-font-md: 16px;
    --at-fz-font-lg: 20px;
    --at-fz-font-xl: 22px;
    --at-fz-font-2xl: 28px;
    --at-fz-font-3xl: 32px;
    --at-fz-ds-1: 124px;
    --at-fz-24: 24px;
    --at-fz-10: 10px;
    /**
  @color declaration
  */
    --at-common-white: #ffffff;
    --at-common-white-rgb: 255, 255, 255;
    --at-common-black: #1e1e1e;
    --at-common-black-rgb: 30, 30, 30;
    --at-common-bubbles: #e1eeb7;
    --at-common-dark-white: #1e1e1e;
    --at-common-dark-white-rgb: 30, 30, 30;
    --at-common-dark-black: #FFFFFF;
    --at-common-dark-black-rgb: 255, 255, 255;
    --at-common-dark-bubbles: #040403;
    --at-neutral-0: #FEFEFE;
    --at-neutral-0-rgb: 254, 254, 254;
    --at-neutral-50: #F2F2F2;
    --at-neutral-50-rgb: 242, 242, 242;
    --at-neutral-100: #DFDFDF;
    --at-neutral-300: #B7B7B7;
    --at-neutral-500: #585959;
    --at-neutral-700: #303030;
    --at-neutral-800: #212121;
    --at-neutral-900: #1D1D1D;
    --at-neutral-950: #0F0F0F;
    --at-neutral-dark-0: #0C0C0C;
    --at-neutral-dark-0-rgb: 12, 12, 12;
    --at-neutral-dark-50: #141414;
    --at-neutral-dark-50-rgb: 20, 20, 20;
    --at-neutral-dark-100: #212121;
    --at-neutral-dark-300: #404040;
    --at-neutral-dark-500: #B3B3B3;
    --at-neutral-dark-700: #535353;
    --at-neutral-dark-800: #EAEAEA;
    --at-neutral-dark-900: #EFEFEF;
    --at-neutral-dark-950: #F4F4F4;
    --at-grey-1: #5e5959;
    --at-grey-2: #f3f3f3;
    --at-grey-3: #b6bcc6;
    --at-grey-4: #f6f6f6;
    --at-grey-5: #d7cdcd;
    --at-theme-primary: #F0460E;
    --at-gradient-primary: linear-gradient(90deg, #a020f0 0%, #00ffd1 100%);
}

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

/*---------------------------------
	typography css start 
---------------------------------*/

body {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: var(--at-neutral-900);
    background-color: var(--at-neutral-0);
    font-family: var(--at-ff-body);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -5%;
    transition: color 0.3s ease-out;
    color: var(--at-neutral-900);
    font-family: var(--at-ff-body);
}

h1,
.h1 {
    font-size: 70px;
}

h2,
.h2 {
    font-size: 60px;
}

h3,
.h3 {
    font-size: 52px;
}

h4,
.h4 {
    font-size: 38px;
}

h5,
.h5 {
    font-size: 26px;
}

h6,
.h6 {
    font-size: 20px;
}

.fz-font-lg {
    font-size: 18px !important;
}

@media screen and (min-width: 1401px) {
    h1,
    .h1 {
        font-size: 84px;
    }
    h2,
    .h2 {
        font-size: 72px;
    }
    h3,
    .h3 {
        font-size: 64px;
    }
    h4,
    .h4 {
        font-size: 48px;
    }
    h5,
    .h5 {
        font-size: 34px;
    }
    h6,
    .h6 {
        font-size: 24px;
    }
    .fz-font-lg {
        font-size: 20px !important;
    }
    .col-3xl-6 {
        width: 50% !important;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -2%;
    line-height: 1.2;
    font-family: var(--at-ff-body);
    color: var(--at-neutral-500);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

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

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--at-neutral-900);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--at-neutral-500);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* MODERN BROWSER */
    color: var(--at-neutral-500);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--at-neutral-500);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--at-neutral-900);
}

input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    text-shadow: none;
}

::-moz-selection {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    text-shadow: none;
}

::selection {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--at-neutral-900);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--at-neutral-900);
    font-size: 14px;
    opacity: 1;
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/

.overflow-unset {
    overflow: unset !important;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-n1 {
    position: relative;
    z-index: -1;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

.z-index-7 {
    position: relative;
    z-index: 7;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

.z-index-10 {
    position: relative;
    z-index: 10;
}

.gx-5 {
    --bs-gutter-x: 5px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-30 {
    --bs-gutter-x: 30px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-45 {
    --bs-gutter-x: 45px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-50 {
        --bs-gutter-x: 30px;
    }
}

.gx-60 {
    --bs-gutter-x: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-60 {
        --bs-gutter-x: 30px;
    }
}

.gx-70 {
    --bs-gutter-x: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-70 {
        --bs-gutter-x: 30px;
    }
}

.gx-80 {
    --bs-gutter-x: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-80 {
        --bs-gutter-x: 30px;
    }
}

.gx-90 {
    --bs-gutter-x: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-90 {
        --bs-gutter-x: 30px;
    }
}

.gx-100 {
    --bs-gutter-x: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .gx-100 {
        --bs-gutter-x: 30px;
    }
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.bg-position {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide-transtion {
    transition-timing-function: linear;
}

.slide-transtion .swiper-slide {
    width: auto;
}

.common-underline {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.common-underline:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

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

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-red {
    color: var(--at-theme-primary);
}

@media (min-width: 1400px) {
    .container-1136 {
        max-width: 1136px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1400px) {
    .container-2200 {
        max-width: 2200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.at-ff-body {
    font-family: var(--at-ff-body);
}

.at-ff-heading {
    font-family: var(--at-ff-heading);
}

.at-ff-fontawesome {
    font-family: var(--at-ff-fontawesome);
}

/* Font weight */

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* Font size */

.fz-body {
    font-size: var(--at-fz-body);
}

.fz-font-label {
    font-size: var(--at-fz-font-label);
}

.fz-font-md {
    font-size: var(--at-fz-font-md);
}

.fz-font-lg {
    font-size: var(--at-fz-font-lg);
}

.fz-font-xl {
    font-size: var(--at-fz-font-xl);
}

.fz-font-2xl {
    font-size: var(--at-fz-font-2xl);
}

.fz-font-3xl {
    font-size: var(--at-fz-font-3xl);
}

.fz-ds-1 {
    font-size: var(--at-fz-ds-1);
}

.fz-24 {
    font-size: var(--at-fz-24);
}

.fz-10 {
    font-size: var(--at-fz-10);
}

/* Color */

.common-white {
    color: var(--at-common-white) !important;
}

.common-white-rgb {
    color: var(--at-common-white-rgb) !important;
}

.common-black {
    color: var(--at-common-black) !important;
}

.common-black-rgb {
    color: var(--at-common-black-rgb) !important;
}

.common-bubbles {
    color: var(--at-common-bubbles) !important;
}

.common-dark-white {
    color: var(--at-common-dark-white) !important;
}

.common-dark-white-rgb {
    color: var(--at-common-dark-white-rgb) !important;
}

.common-dark-black {
    color: var(--at-common-dark-black) !important;
}

.common-dark-black-rgb {
    color: var(--at-common-dark-black-rgb) !important;
}

.common-dark-bubbles {
    color: var(--at-common-dark-bubbles) !important;
}

.neutral-0 {
    color: var(--at-neutral-0) !important;
}

.neutral-0-rgb {
    color: var(--at-neutral-0-rgb) !important;
}

.neutral-50 {
    color: var(--at-neutral-50) !important;
}

.neutral-50-rgb {
    color: var(--at-neutral-50-rgb) !important;
}

.neutral-100 {
    color: var(--at-neutral-100) !important;
}

.neutral-300 {
    color: var(--at-neutral-300) !important;
}

.neutral-500 {
    color: var(--at-neutral-500) !important;
}

.neutral-700 {
    color: var(--at-neutral-700) !important;
}

.neutral-800 {
    color: var(--at-neutral-800) !important;
}

.neutral-900 {
    color: var(--at-neutral-900) !important;
}

.neutral-950 {
    color: var(--at-neutral-950) !important;
}

.neutral-dark-0 {
    color: var(--at-neutral-dark-0) !important;
}

.neutral-dark-0-rgb {
    color: var(--at-neutral-dark-0-rgb) !important;
}

.neutral-dark-50 {
    color: var(--at-neutral-dark-50) !important;
}

.neutral-dark-50-rgb {
    color: var(--at-neutral-dark-50-rgb) !important;
}

.neutral-dark-100 {
    color: var(--at-neutral-dark-100) !important;
}

.neutral-dark-300 {
    color: var(--at-neutral-dark-300) !important;
}

.neutral-dark-500 {
    color: var(--at-neutral-dark-500) !important;
}

.neutral-dark-700 {
    color: var(--at-neutral-dark-700) !important;
}

.neutral-dark-800 {
    color: var(--at-neutral-dark-800) !important;
}

.neutral-dark-900 {
    color: var(--at-neutral-dark-900) !important;
}

.neutral-dark-950 {
    color: var(--at-neutral-dark-950) !important;
}

.grey-1 {
    color: var(--at-grey-1) !important;
}

.grey-2 {
    color: var(--at-grey-2) !important;
}

.grey-3 {
    color: var(--at-grey-3) !important;
}

.grey-4 {
    color: var(--at-grey-4) !important;
}

.grey-5 {
    color: var(--at-grey-5) !important;
}

.theme-primary {
    color: var(--at-theme-primary) !important;
}

.gradient-primary {
    color: var(--at-gradient-primary) !important;
}

/* Background Color */

.bg-common-white {
    background-color: var(--at-common-white) !important;
}

.bg-common-white-rgb {
    background-color: var(--at-common-white-rgb) !important;
}

.bg-common-black {
    background-color: var(--at-common-black) !important;
}

.bg-common-black-rgb {
    background-color: var(--at-common-black-rgb) !important;
}

.bg-common-bubbles {
    background-color: var(--at-common-bubbles) !important;
}

.bg-common-dark-white {
    background-color: var(--at-common-dark-white) !important;
}

.bg-common-dark-white-rgb {
    background-color: var(--at-common-dark-white-rgb) !important;
}

.bg-common-dark-black {
    background-color: var(--at-common-dark-black) !important;
}

.bg-common-dark-black-rgb {
    background-color: var(--at-common-dark-black-rgb) !important;
}

.bg-common-dark-bubbles {
    background-color: var(--at-common-dark-bubbles) !important;
}

.bg-neutral-0 {
    background-color: var(--at-neutral-0) !important;
}

.bg-neutral-0-rgb {
    background-color: var(--at-neutral-0-rgb) !important;
}

.bg-neutral-50 {
    background-color: var(--at-neutral-50) !important;
}

.bg-neutral-50-rgb {
    background-color: var(--at-neutral-50-rgb) !important;
}

.bg-neutral-100 {
    background-color: var(--at-neutral-100) !important;
}

.bg-neutral-300 {
    background-color: var(--at-neutral-300) !important;
}

.bg-neutral-500 {
    background-color: var(--at-neutral-500) !important;
}

.bg-neutral-700 {
    background-color: var(--at-neutral-700) !important;
}

.bg-neutral-800 {
    background-color: var(--at-neutral-800) !important;
}

.bg-neutral-900 {
    background-color: var(--at-neutral-900) !important;
}

.bg-neutral-950 {
    background-color: var(--at-neutral-950) !important;
}

.bg-neutral-dark-0 {
    background-color: var(--at-neutral-dark-0) !important;
}

.bg-neutral-dark-0-rgb {
    background-color: var(--at-neutral-dark-0-rgb) !important;
}

.bg-neutral-dark-50 {
    background-color: var(--at-neutral-dark-50) !important;
}

.bg-neutral-dark-50-rgb {
    background-color: var(--at-neutral-dark-50-rgb) !important;
}

.bg-neutral-dark-100 {
    background-color: var(--at-neutral-dark-100) !important;
}

.bg-neutral-dark-300 {
    background-color: var(--at-neutral-dark-300) !important;
}

.bg-neutral-dark-500 {
    background-color: var(--at-neutral-dark-500) !important;
}

.bg-neutral-dark-700 {
    background-color: var(--at-neutral-dark-700) !important;
}

.bg-neutral-dark-800 {
    background-color: var(--at-neutral-dark-800) !important;
}

.bg-neutral-dark-900 {
    background-color: var(--at-neutral-dark-900) !important;
}

.bg-neutral-dark-950 {
    background-color: var(--at-neutral-dark-950) !important;
}

.bg-grey-1 {
    background-color: var(--at-grey-1) !important;
}

.bg-grey-2 {
    background-color: var(--at-grey-2) !important;
}

.bg-grey-3 {
    background-color: var(--at-grey-3) !important;
}

.bg-grey-4 {
    background-color: var(--at-grey-4) !important;
}

.bg-grey-5 {
    background-color: var(--at-grey-5) !important;
}

.bg-theme-primary {
    background-color: var(--at-theme-primary) !important;
}

.bg-gradient-primary {
    background-color: var(--at-gradient-primary) !important;
}

/*---------------------------------
    Footer Fixed Bottom Effect (Kanso Style)
---------------------------------*/

#smooth-content {
    pointer-events: none;
}

#smooth-content>* {
    pointer-events: auto;
}

#smooth-content main {
    position: relative;
    z-index: 2;
    will-change: transform;
    min-height: 100vh;
}

#smooth-content .footer-placeholder {
    pointer-events: none;
}

.footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    transform-origin: center bottom;
    will-change: transform;
}

.footer-fixed-bottom .at-footer-area {
    position: relative;
    z-index: 1;
}

.footer-placeholder {
    width: 100%;
    pointer-events: none;
}

.bg-primary-1 {
    background-color: var(--at-theme-primary);
}

.text-dark {
    color: var(--at-neutral-950) !important;
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-170 {
        padding-top: 115px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-165 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-160 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-155 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-150 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-145 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-140 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-135 {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-130 {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-125 {
        padding-top: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-115 {
        padding-top: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-110 {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-105 {
        padding-top: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-100 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-170 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-180 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-190 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-165 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-160 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-155 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-145 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-135 {
        padding-bottom: 95px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-125 {
        padding-bottom: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-115 {
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-110 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-105 {
        padding-bottom: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-100 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-95 {
        padding-bottom: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pb-90 {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .pt-90 {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    /* Font size */
    .fz-body {
        font-size: 16px !important;
    }
    .fz-font-label {
        font-size: 12px !important;
    }
    .fz-font-md {
        font-size: 18px !important;
    }
    .fz-font-lg {
        font-size: 20px !important;
    }
    .fz-font-xl {
        font-size: 22px !important;
    }
    .fz-font-2xl {
        font-size: 26px !important;
    }
    .fz-font-3xl {
        font-size: 28px !important;
    }
    .fz-ds-1 {
        font-size: 72px !important;
    }
    h1,
    .h1 {
        font-size: 58px;
    }
    h2,
    .h2 {
        font-size: 50px;
    }
    h3,
    .h3 {
        font-size: 42px;
    }
    h4,
    .h4 {
        font-size: 30px;
    }
    h5,
    .h5 {
        font-size: 28px;
    }
    h6,
    .h6 {
        font-size: 20px;
    }
    .fz-150 {
        font-size: 100px;
    }
    .fz-170 {
        font-size: 100px;
    }
    .fz-180 {
        font-size: 140px;
    }
    .fz-200 {
        font-size: 120px;
    }
    .fz-290 {
        font-size: 180px;
    }
    .fz-120 {
        font-size: 84px;
    }
    .fz-60 {
        font-size: 60px;
    }
    .scroll-section .pb-80 {
        padding-bottom: 0;
    }
    .d-md-none {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Font size */
    .fz-body {
        font-size: 14px !important;
    }
    .fz-font-label {
        font-size: 12px !important;
    }
    .fz-font-md {
        font-size: 16px !important;
    }
    .fz-font-lg {
        font-size: 18px !important;
    }
    .fz-font-xl {
        font-size: 20px !important;
    }
    .fz-font-2xl {
        font-size: 24px !important;
    }
    .fz-font-3xl {
        font-size: 26px !important;
    }
    .fz-ds-1 {
        font-size: 60px !important;
    }
    h1,
    .h1 {
        font-size: 54px;
    }
    h2,
    .h2 {
        font-size: 52px;
    }
    h3,
    .h3 {
        font-size: 40px;
    }
    h4,
    .h4 {
        font-size: 36px;
    }
    h5,
    .h5 {
        font-size: 24px;
    }
    h6,
    .h6 {
        font-size: 20px;
    }
    .fz-150 {
        font-size: 110px;
    }
    .fz-170 {
        font-size: 70px;
    }
    .fz-180 {
        font-size: 70px;
    }
    .fz-200 {
        font-size: 80px;
    }
    .fz-240 {
        font-size: 100px;
    }
    .fz-290 {
        font-size: 180px;
    }
    .fz-120 {
        font-size: 100px;
    }
    .fz-60 {
        font-size: 60px;
    }
    .scroll-section .pb-80 {
        padding-bottom: 0;
    }
    br {
        display: none;
    }
    .d-md-none {
        display: none;
    }
}

@media (max-width: 574.98px) {
    /* Font size */
    .fz-body {
        font-size: 14px !important;
    }
    .fz-font-label {
        font-size: 12px !important;
    }
    .fz-font-md {
        font-size: 14px !important;
    }
    .fz-font-lg {
        font-size: 16px !important;
    }
    .fz-font-xl {
        font-size: 18px !important;
    }
    .fz-font-2xl {
        font-size: 22px !important;
    }
    .fz-font-3xl {
        font-size: 24px !important;
    }
    .fz-ds-1 {
        font-size: 54px !important;
    }
    h1,
    .h1 {
        font-size: 50px;
    }
    h2,
    .h2 {
        font-size: 42px;
    }
    h3,
    .h3 {
        font-size: 36px;
    }
    h4,
    .h4 {
        font-size: 30px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
    .fz-150 {
        font-size: 52px;
    }
    .fz-170 {
        font-size: 30px;
    }
    .fz-180 {
        font-size: 38px;
    }
    .fz-200 {
        font-size: 38px;
    }
    .fz-240 {
        font-size: 100px;
    }
    .fz-290 {
        font-size: 100px;
    }
    .fz-120 {
        font-size: 90px;
    }
    .fz-60 {
        font-size: 60px;
    }
    .w-75 {
        width: 100% !important;
    }
    br {
        display: none;
    }
    .scroll-section .pb-80 {
        padding-bottom: 0;
    }
    .d-xs-none {
        display: none;
    }
}

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

/* HEADER CSS */

/*----------------------------------------*/

/*  3.2 Header main
/*----------------------------------------*/

.at-header-sidebar-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.at-header-logo {
    display: flex;
    align-items: center;
}

.at-header-logo a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.at-header-spacing {
    padding: 20px 0;
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
}

/*----------------------------------------*/

/*  Header 7 (toggle inline nav)
/*----------------------------------------*/

.header-7 #header7Nav,
.header-7 #header10Nav {
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    overflow-x: clip;
    overflow-y: visible;
    transform: translateX(24px);
    margin-inline-end: -1rem;
    pointer-events: none;
    height: 48px;
    transition: max-width 0.55s cubic-bezier(0.65, 0, 0.35, 1), margin 0.55s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.35s ease, transform 0.55s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s linear 0.55s;
}

.header-7 #header7Nav.at-main-menu nav ul li .submenu,
.header-7 #header10Nav.at-main-menu nav ul li .submenu {
    background: rgba(var(--at-neutral-0-rgb), 1);
}

.header-7.is-menu-open #header7Nav,
.header-7.is-menu-open #header10Nav {
    max-width: 900px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transform: translateX(0);
    margin-inline-end: 0;
    pointer-events: auto;
    transition: max-width 0.55s cubic-bezier(0.65, 0, 0.35, 1), margin 0.55s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.4s ease 0.1s, transform 0.55s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s linear 0s;
}

.header-7.header-10 .at-hamburger {
    color: var(--at-neutral-950);
}

.header-7 .at-hamburger {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header-7 .at-hamburger__box {
    position: relative;
    display: block;
    width: 20px;
    height: 14px;
}

.header-7 .at-hamburger__bar {
    position: absolute;
    left: 0;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1), width 0.5s cubic-bezier(0.65, 0, 0.35, 1), top 0.45s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.25s ease;
}

.header-7 .at-hamburger__bar:nth-child(1) {
    top: 0;
    width: 100%;
}

.header-7 .at-hamburger__bar:nth-child(2) {
    top: 6px;
    width: 65%;
}

.header-7 .at-hamburger__bar:nth-child(3) {
    top: 12px;
    width: 85%;
}

.header-7 .at-hamburger:hover .header-7 .at-hamburger__bar:nth-child(1) {
    width: 65%;
    transform: translateX(35%);
}

.header-7 .at-hamburger:hover .header-7 .at-hamburger__bar:nth-child(2) {
    width: 100%;
}

.header-7 .at-hamburger:hover .header-7 .at-hamburger__bar:nth-child(3) {
    width: 75%;
    transform: translateX(25%);
}

.header-7.is-menu-open .at-hamburger__bar:nth-child(1) {
    top: 6px;
    width: 100%;
    transform: rotate(45deg);
}

.header-7.is-menu-open .at-hamburger__bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.header-7.is-menu-open .at-hamburger__bar:nth-child(3) {
    top: 6px;
    width: 100%;
    transform: rotate(-45deg);
}

/*----------------------------------------*/

/*  Header 8 — primary-coloured CTA button
/*----------------------------------------*/

.header-8 .at-btn-theme {
    background-color: var(--at-theme-primary);
    padding: 12px 25px;
}

.header-8 .at-btn-theme:hover {
    background-color: var(--at-theme-primary);
    opacity: 0.88;
}

:root {
    --basic-ease: cubic-bezier(.625, .05, 0, 1);
}

.at-title-text span {
    display: inline-block;
    text-shadow: 0 1.05em var(--at-theme-primary);
    transition: translate 0.3s var(--basic-ease), text-shadow 0.1s 0.15s ease;
}

.at-title-anim:hover .at-title-text span {
    text-shadow: 0 1.05em currentColor;
    translate: 0 -1.05em 0;
    transition: translate 0.5s calc((var(--char) - 1) * 0.024s) var(--basic-ease), text-shadow 0.175s calc((var(--char) - 1) * 0.024s + 0.225s) ease;
}

.at-title-anim-inner {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow-y: clip;
}

.header-10__bar {
    position: absolute;
    z-index: 9;
    width: 100%;
    background: transparent;
    border-bottom: 0;
}

.header-10__logo-link {
    color: inherit;
}

.header-10__mark {
    display: block;
    width: 27px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
}

.header-10__brand {
    font-family: var(--at-ff-body);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950);
}

.header-10__actions {
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 12px;
}

.header-10__pill {
    display: inline-flex;
    align-items: center;
    min-height: 41px;
    padding: 0 18px;
}

.header-10__pill--tools {
    gap: 18px;
}

.header-10__hamburger {
    padding: 0;
    min-width: 24px;
    color: var(--at-neutral-950);
    background: transparent;
    border: 0;
}

.header-10 {
    /* Figma: three equal-width menu bars */
}

.header-10 .at-hamburger__box {
    width: 24px;
    height: 16px;
}

.header-10 .at-hamburger__bar:nth-child(1) {
    top: 0;
    width: 100%;
}

.header-10 .at-hamburger__bar:nth-child(2) {
    top: 7px;
    width: 100%;
}

.header-10 .at-hamburger__bar:nth-child(3) {
    top: 14px;
    width: 100%;
}

.header-10 .at-hamburger:hover .at-hamburger__bar:nth-child(1),
.header-10 .at-hamburger:hover .at-hamburger__bar:nth-child(2),
.header-10 .at-hamburger:hover .at-hamburger__bar:nth-child(3) {
    width: 100%;
    transform: none;
}

.header-10.header-7.is-menu-open .at-hamburger__bar:nth-child(1) {
    top: 7px;
}

.header-10.header-7.is-menu-open .at-hamburger__bar:nth-child(3) {
    top: 7px;
}

.header-10__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: var(--at-neutral-950);
    line-height: 0;
    cursor: pointer;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.header-10__icon-btn:hover {
    opacity: 0.75;
    color: var(--at-theme-primary);
}

.header-10__icon-btn svg {
    display: block;
}

.header-10 {
    /* Collapsible mega menu track — match pill glass */
}

.header-10.header-7 #header10Nav {
    height: 41px;
}

.header-10 #header10Nav.at-main-menu.menu-light.style-1 {
    border: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.header-10 #header10Nav.at-main-menu.menu-light.style-1 nav ul li .submenu {
    background: rgba(var(--at-neutral-0-rgb), 0.98);
}

.header-10 .at-main-menu.menu-light nav ul li.has-dropdown>a {
    color: var(--at-neutral-950);
}

.header-10 .at-main-menu.menu-light nav ul li.has-dropdown>a::after {
    filter: none;
}

.header-10 .at-main-menu.menu-light nav ul li:hover.has-dropdown>a {
    color: var(--at-neutral-950);
    background: color-mix(in srgb, var(--at-neutral-950) 8%, transparent);
}

.header-10 .dark-light-mode .toggle {
    color: var(--at-neutral-950);
}

/*----------------------------------------*/

/*  5.2 Postbox css
/*----------------------------------------*/

.postbox-item:not(:last-child) {
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.postbox-item:hover .postbox-thumb img {
    transform: scale(1.1);
}

.postbox-thumb {
    border-radius: 42px;
    overflow: hidden;
}

.postbox-thumb img {
    border-radius: 42px;
    transition: all 0.8s ease;
}

.postbox-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.postbox-play-btn a {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 77px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    animation: animate-pulse 3s linear infinite;
}

.postbox-play-btn a svg {
    margin-left: 3px;
    display: inline-block;
}

.postbox-scroll-zoom .postbox-item-wrap {
    width: 100%;
    height: 200vh;
}

.postbox-scroll-zoom .postbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

/*----------------------------------------*/

/*  5.1 Blog css
/*----------------------------------------*/

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-card__thumb {
    position: relative;
    width: 100%;
}

.blog-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.blog-card__title {
    font-weight: 600;
    color: var(--at-neutral-900);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.blog-card__title-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card__title-link:hover {
    color: var(--at-theme-primary);
}

.blog-card__meta {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #585959;
    margin: 0;
}

.blog-card__meta-text {
    color: #585959;
}

.blog-card__author {
    color: var(--at-neutral-900);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card__author:hover {
    color: var(--at-theme-primary, var(--at-neutral-900));
}

/* Blog card 2 – horizontal 3-column layout  */

.blog-card-2 {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.blog-card-2-wrap:last-child .blog-card-2 {
    border-bottom: none;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2 {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }
}

.blog-card-2__left {
    flex: 0 1 40%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2__left {
        flex: none;
        order: 1;
    }
}

.blog-card-2__category {
    display: inline-block;
    font-family: var(--at-ff-body);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    padding: 8px 16px;
    background: var(--at-common-white);
    border: 1px solid var(--at-neutral-100);
    border-radius: 50px;
    width: -moz-fit-content;
    width: fit-content;
}

.blog-card-2__title {
    margin: 0;
}

@media (max-width: 574.98px) {
    .blog-card-2__title {
        font-size: 18px;
    }
}

.blog-card-2__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-2__title-link:hover {
    color: var(--at-theme-primary);
}

.blog-card-2__thumb {
    flex: 0 0 340px;
    width: 340px;
    height: 210px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2__thumb {
        flex: none;
        width: 100%;
        height: 220px;
        order: 2;
    }
}

.blog-card-2__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card-2__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.blog-card-2:hover .blog-card-2__img {
    transform: scale(1.05);
}

.blog-card-2__right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 56px;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .blog-card-2__right {
        gap: 26px;
        flex: none;
        order: 3;
    }
}

.blog-card-2__excerpt {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #585959;
    margin: 0;
}

.blog-card-2__meta {
    font-family: var(--at-ff-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #585959;
    margin: 0;
}

.blog-card-2__meta-text {
    color: #585959;
}

.blog-card-2__author {
    color: var(--at-theme-primary, #c94b2a);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-2__author:hover {
    color: var(--at-common-black);
}

/* Blog card 3 – sidebar Flash news (compact horizontal) */

.blog-card-3-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
}

.blog-card-3-wrap .blog-card-3:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-card-3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.blog-card-3__thumb {
    flex: 0 0 115px;
    width: 115px;
    height: 115px;
}

.blog-card-3__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card-3__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card-3:hover .blog-card-3__img {
    transform: scale(1.05);
}

.blog-card-3__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-card-3__title {
    font-family: var(--at-ff-body);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-3__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-3__title-link:hover {
    color: var(--at-theme-primary);
}

.blog-card-3__meta {
    color: var(--at-neutral-500);
}

.blog-card-3__author {
    color: var(--at-theme-primary, #c94b2a);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-3__author:hover {
    color: var(--at-common-black);
}

/* Product card – shop archive */

.product-card {
    display: flex;
    flex-direction: column;
}

.product-card__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
}

.product-card__thumb {
    position: relative;
    background-color: var(--at-neutral-50, #f2f2f2);
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 490px;
    flex-shrink: 0;
}

.product-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 24px 24px;
    width: 100%;
}

.product-card__brand {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
    margin: 0;
}

.product-card__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.product-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0;
    flex: 1;
    min-width: 0;
}

.product-card__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-card__title-link:hover {
    color: var(--at-theme-primary);
}

.product-card__price {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    color: var(--at-neutral-900, #1d1d1d);
    text-align: right;
    margin: 0;
    flex-shrink: 0;
}

/*----------------------------------------*/

/*  4.1 Mobile Menu
/*----------------------------------------*/

.at-main-menu {
    padding: 5px 8px;
}

.at-main-menu.menu-light.style-1 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    height: 48px;
}

.at-main-menu.menu-light nav ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.at-main-menu.menu-light nav ul li:hover.has-dropdown>a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.at-main-menu.menu-light nav ul li.has-dropdown>a {
    color: #fff;
}

.at-main-menu.menu-light nav ul li.has-dropdown>a::after {
    filter: invert(1);
}

.at-main-menu nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.at-main-menu nav ul li.has-dropdown>a {
    color: var(--at-common-black);
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.at-main-menu nav ul li.has-dropdown>a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 8px;
    height: 8px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5" fill="none"><path d="M0.119881 4.0916L3.76201 0.14603C3.8265 0.0762058 3.912 0.0286966 4.00771 0.00950819C4.10343 -0.00968026 4.20505 0.000313791 4.29974 0.0382265C4.39443 0.0761392 4.47794 0.140268 4.5397 0.222507C4.60146 0.304746 4.63871 0.401402 4.64673 0.500256L4.96657 4.4493C4.97728 4.58185 4.93474 4.70892 4.8483 4.80257C4.76185 4.89622 4.63858 4.94877 4.50559 4.94867L0.543624 4.94521C0.444446 4.94511 0.345125 4.9157 0.258216 4.8607C0.171308 4.8057 0.100716 4.72759 0.0553628 4.63623C0.0100097 4.54486 -0.00806781 4.44436 0.00341617 4.34742C0.0149001 4.25048 0.0554298 4.16146 0.119881 4.0916Z" fill="%230F0F0F"/></svg>');
}

.at-main-menu nav ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.at-main-menu nav ul li:hover.has-dropdown>a {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.at-main-menu nav ul li a {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--at-common-black);
    padding: 10px 24px;
    display: inline-block;
    line-height: 1;
}

.at-main-menu nav ul li a:hover {
    color: var(--at-common-black);
}

.at-main-menu nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.at-main-menu nav ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 260px;
    z-index: 99;
    opacity: 0;
    padding: 12px 0;
    transition: 0.5s;
    text-align: start;
    visibility: hidden;
    transform-origin: 0 0;
    transform: scale(1, 0);
    backdrop-filter: blur(20px);
    background: rgba(var(--at-neutral-0-rgb), 0.9);
    box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.at-main-menu nav ul li .submenu li {
    width: 100%;
    padding: 0 12px;
    border-radius: 8px;
    margin: 0;
}

.at-main-menu nav ul li .submenu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--at-neutral-500);
    padding: 12px 18px;
    display: inline-block;
    letter-spacing: -0.01em;
    text-align: start;
    width: 100%;
    font-family: var(--at-ff-body);
}

.at-main-menu nav ul li .submenu li .submenu {
    top: 0;
    left: 100%;
}

.at-main-menu nav ul li .submenu li:hover>a {
    background: var(--at-neutral-50);
    color: var(--at-neutral-900) !important;
}

.at-main-menu nav ul li .at-megamenu {
    width: 720px;
    padding: 30px 30px;
}

.at-main-menu nav ul li .at-megamenu li {
    padding: 0;
}

.at-main-menu nav ul li .at-megamenu-title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 6px;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
}

.at-main-menu nav ul li .at-megamenu-title-wrap {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.at-megamenu-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
}

.at-megamenu-title-wrap {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--at-neutral-100);
}

/*----------------------------------------*/

/*  4.3 offcanvas scss
/*----------------------------------------*/

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible;
}

.body-overlay:hover {
    cursor: url(../imgs/icons/cross-out.webp), pointer;
}

.at-offcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 460px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--at-common-white);
    z-index: 997;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

@media (max-width: 574.98px) {
    .at-offcanvas {
        width: 100%;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-offcanvas {
        width: 400px;
        padding: 40px;
    }
}

.at-offcanvas-logo a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.at-offcanvas.opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.at-offcanvas-top {
    margin-bottom: 50px;
}

.at-offcanvas-close-btn button {
    color: rgba(var(--at-common-black), 1);
}

.at-offcanvas-close-btn button:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.at-offcanvas-menu .at-megamenu-box {
    margin-bottom: 30px;
}

.at-offcanvas-menu .at-megamenu-box li a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 17px;
}

.at-offcanvas-menu .at-megamenu-box li a:hover {
    background-color: var(--at-neutral-50);
    color: var(--at-common-black);
}

.at-offcanvas-menu .at-megamenu {
    margin-top: 15px;
}

.at-offcanvas-title {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.8px;
    font-weight: 700;
    color: var(--at-common-black);
}

.at-offcanvas-title.sm {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--at-common-black);
}

.at-offcanvas-contact {
    margin-bottom: 55px;
}

.at-offcanvas-contact ul li {
    list-style: none;
}

.at-offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 2px;
}

.at-offcanvas-contact ul li a {
    display: inline-block;
    color: var(--at-neutral-900);
    position: relative;
    font-family: var(--at-ff-body);
}

.at-offcanvas-gallery {
    margin-bottom: 65px;
}

.at-offcanvas-gallery-img {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    background: var(--at-neutral-50);
}

.at-offcanvas-gallery-img img {
    transition: 0.9s;
    border-radius: 4px;
    filter: grayscale(100%);
}

.at-offcanvas-gallery-img:hover img {
    transform: scale(1.2) rotate(-2deg);
}

.at-offcanvas-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--at-neutral-900);
    font-family: var(--at-ff-body);
}

.at-offcanvas-social {
    margin-top: 40px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-offcanvas-social {
        margin-bottom: 40px;
    }
}

.at-offcanvas-social__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.at-offcanvas-social__link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    color: var(--at-common-black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--at-ff-body);
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.at-offcanvas-social__link:hover {
    color: var(--at-theme-primary, var(--at-common-black));
    opacity: 0.85;
}

.at-offcanvas-social__link svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.at-offcanvas-2-wrapper {
    padding: 100px 100px 0px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-offcanvas-2-wrapper {
        padding: 80px 50px 0px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .at-offcanvas-2-wrapper {
        padding: 60px 50px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-offcanvas-2-wrapper {
        padding: 60px 30px 0px;
    }
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out !important;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(2)>a {
    transition-delay: 1.7s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(3)>a {
    transition-delay: 1.8s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(3)>a {
    transition-delay: 1.9s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(4)>a {
    transition-delay: 2s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li:nth-child(5)>a {
    transition-delay: 2.1s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
    font-size: 48px;
    padding: 0;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
    transform: translateY(-300px);
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s ease-in-out !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 54px;
    }
}

@media (max-width: 574.98px) {
    .at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li>a {
        font-size: 50px;
    }
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .at-menu-close i {
    font-size: 28px;
    color: var(--at-common-black);
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    color: var(--at-neutral-900);
    letter-spacing: -0.02em;
    font-family: var(--at-ff-body);
    position: relative;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a:hover {
    background-color: initial;
    transform: translateX(15px);
    color: var(--at-common-black);
}

.at-offcanvas-2-wrapper .at-offcanvas-menu>nav>ul>li .submenu>li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    z-index: -1;
    background-color: var(--at-neutral-900);
    border-radius: 50%;
    transition: 0.3s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu {
    width: auto;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu .col-xl-6 {
    width: 100%;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu .col-xl-4 {
    width: 100%;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    transition: 0.3s;
    color: var(--at-neutral-900);
    letter-spacing: -0.8px;
    font-family: var(--at-ff-body);
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    z-index: -1;
    background-color: var(--at-neutral-900);
    border-radius: 50%;
    transition: 0.3s;
}

.at-offcanvas-2-wrapper .at-offcanvas-menu nav ul li .at-megamenu li a:hover {
    background-color: initial;
    transform: translateX(15px);
    color: var(--at-common-black);
}

.at-offcanvas-2-wrapper .hamburger-close-btn {
    color: var(--at-common-black);
    cursor: pointer;
    transition: all 0.4s ease;
}

.at-offcanvas-2-wrapper .hamburger-close-btn:hover {
    transform: rotate(90deg);
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
    transform: rotate(0);
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
}

.at-offcanvas-2-wrapper .hamburger-mobile-close-btn:hover {
    color: var(--at-theme-primary);
}

.at-offcanvas-2-wrapper .at-header-logo {
    transform: translateY(-80px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 0s;
    transition: all 1.5s ease-in-out !important;
}

.at-offcanvas-2-left {
    opacity: 0;
    animation-delay: 1s;
    transform: translateY(20px);
}

.at-offcanvas-2-left .at-offcanvas-menu {
    border-bottom: 1px solid var(--at-neutral-100);
    padding-bottom: 105px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-offcanvas-2-left .at-offcanvas-menu {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-offcanvas-2-left .at-offcanvas-menu {
        margin-bottom: 0;
    }
}

.at-offcanvas-2-left .at-offcanvas-menu ul {
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    max-height: 450px;
    padding-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-offcanvas-2-left .at-offcanvas-menu ul {
        max-height: 350px;
    }
}

.at-offcanvas-2-area.menu-open,
.at-offcanvas-2-area.menu-open-temp {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    transition: all 0s 2s;
    width: 600px;
    z-index: 1000;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-offcanvas-2-area.menu-open,
    .at-offcanvas-2-area.menu-open-temp {
        width: 100%;
    }
}

.at-offcanvas-2-area {
    position: fixed;
    left: 100%;
}

.at-offcanvas-2-area .offcanvas-bg {
    inset: 0;
    border-radius: 20px;
    clip-path: circle(0% at calc(100% - 45px) 45px);
    transition: clip-path 0.7s ease-in-out;
    position: fixed;
    width: 570px;
    margin: 20px;
    right: 0;
    left: auto;
    z-index: 2;
    backdrop-filter: blur(20px);
    background: rgb(var(--at-neutral-0-rgb), 0.9);
    box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-offcanvas-2-area .offcanvas-bg {
        margin: 0;
        border-radius: 0;
        width: 100%;
    }
}

.at-offcanvas-2-area.menu-open .offcanvas-bg {
    clip-path: circle(150% at calc(100% - 45px) 45px);
}

.at-offcanvas-2-area.menu-open .offcanvas-menu {
    pointer-events: auto;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu>nav>ul>li {
    visibility: visible;
    opacity: 1;
}

.at-offcanvas-2-area.menu-open .at-offcanvas-menu>nav>ul>li a {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.at-offcanvas-2-area.menu-open .at-header-logo {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.at-offcanvas-2-area.menu-open .at-offcanvas-2-left {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(0.7s + 0.06s);
}

.at-offcanvas-2-area.menu-open .at-offcanvas-2-left .at-offcanvas-menu {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: calc(calc(0.7s + 0.06s) + 0.2s);
}

.at-offcanvas-2-area:not(.menu-open) .offcanvas-menu {
    pointer-events: none;
}

.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left {
    transition-delay: 0.6s;
    opacity: 0;
    transform: translateY(30px);
}

.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left .at-offcanvas-menu {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.4s;
}

.at-offcanvas-2-area:not(.menu-open) .at-offcanvas-2-left .at-offcanvas-2-left-btn-box {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.2s;
}

.at-offcanvas-2-area:not(.menu-open) .offcanvas-bg {
    clip-path: circle(0% at calc(100% - 45px) 45px);
    transition-delay: 0.4s;
}

.hamburger-sticky-menu {
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-neutral-950);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    transition-delay: 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .hamburger-sticky-menu {
        top: 20px;
        right: 20px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.hamburger-sticky-menu.header-sticky {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: fixed;
}

/*----------------------------------------*/

/*  4.2 Mobile Menu
/*----------------------------------------*/

.at-offcanvas-menu .at-megamenu-box li a {
    font-weight: 400;
}

.at-offcanvas-menu ul {
    list-style: none;
}

.at-offcanvas-menu ul li {
    position: relative;
}

.at-offcanvas-menu ul li>a {
    padding: 7px 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.at-offcanvas-menu ul li.active>a {
    color: var(--at-common-black);
}

.at-offcanvas-menu ul li.active>.at-menu-close i {
    top: 10px;
    transform: rotate(90deg);
}

.at-offcanvas-menu ul li .submenu {
    display: none;
}

.at-offcanvas-menu ul li .submenu .submenu {
    margin-left: 30px;
}

.at-offcanvas-menu .at-submenu>li>a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.at-offcanvas-menu .at-submenu>li>a:hover {
    background-color: #f8f8fb;
    color: var(--at-common-black);
}

.at-menu-close {
    position: absolute;
    right: 7px;
    top: 12px;
}

.at-menu-close i {
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 500;
}

/*----------------------------------------*/

/*  6.1 Footer Style 1
/*----------------------------------------*/

.at-footer-link .at-hero-social {
    justify-content: flex-start;
}

.at-footer-copyright {
    font-weight: 500;
    font-size: 16px;
    opacity: 0.5;
    color: var(--at-common-black);
}

.alt-footer-social-item ul li {
    position: relative;
    list-style: none;
}

.alt-footer-social-item ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.alt-footer-social-item ul li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 1;
    color: var(--at-neutral-300);
    transition: all 0.5s ease;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alt-footer-social-item ul li a .icon-social {
    color: #fefefe;
}

.alt-footer-social-item ul li a:hover {
    color: #ffffff;
    margin: 0 12px;
}

.alt-footer-social-item.white-mode ul li::before {
    border-bottom: 1px solid rgba(33, 33, 33, 0.3);
}

.alt-footer-social-item.white-mode ul li a .icon-social {
    color: var(--at-neutral-900);
}

.alt-footer-social-item.white-mode ul li a {
    color: var(--at-neutral-500);
}

.alt-footer-social-item.white-mode ul li a:hover {
    color: var(--at-neutral-900);
    margin: 0 12px;
}

.alt-footer-link-item ul li {
    list-style: none;
}

.alt-footer-link-item ul li a {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--at-neutral-300);
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
}

.alt-footer-link-item ul li a::before {
    content: "";
    width: 14px;
    height: 13px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><g opacity="0.3" clip-path="url(%23clip0_1857_869)"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></g><defs><clipPath id="clip0_1857_869"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
    margin-left: 14px;
    position: absolute;
    left: 100%;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate(-15px, -40%);
}

.alt-footer-link-item ul li a.fz-font-md::before {
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 14 13" fill="none"><g opacity="0.3" clip-path="url(%23clip0_1857_869)"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%23FEFEFE"/></g><defs><clipPath id="clip0_1857_869"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
}

.alt-footer-link-item ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    transition: all 0.4s ease 0.3s ease-out;
    color: var(--at-neutral-0);
}

.alt-footer-link-item ul li a:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-footer-link-item-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}

.mp-footer-style .at-hero-social a {
    color: var(--at-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-footer-style .at-hero-social a:hover {
    background: var(--at-common-white);
    color: var(--at-common-black);
}

.mp-footer-style .at-footer-copyright {
    color: var(--at-common-white);
}

.mp-footer-style .at-about-border {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-scale-anim {
    white-space: pre-wrap;
    transform-origin: top center;
}

.at-letter-span {
    display: inline-block;
}

.at-word-span {
    display: inline-block;
}

/*----------------------------------------*/

/*  Footer Style 2
/*----------------------------------------*/

.footer-2-follow-label {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.footer-2-border {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-2-connect-title {
    font-weight: 500;
    font-size: 160px;
    letter-spacing: -11px;
    line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .footer-2-connect-title {
        letter-spacing: 0;
        font-size: clamp(3rem, 4vw, 3rem);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-2-connect-title {
        font-size: clamp(4rem, 4vw, 3rem);
    }
}

.sale-off {
    color: var(--at-neutral-900);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.506px;
    display: inline-flex;
    transform: rotate(-8.359deg);
    padding: 4.265px 16px 3.264px 16px;
    justify-content: center;
    align-items: center;
    background: var(--at-theme-primary);
}

.footer-3-logo {
    transform: translateX(-30px);
}

/*----------------------------------------*/

/*  Footer style 7 (Home 7)
/*----------------------------------------*/

.footer-7 {
    padding-top: 40px;
    background: #0f0f0f;
    color: #fefefe;
}

.footer-7__top {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 44px;
}

.footer-7__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 32px;
}

.footer-7__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #b7b7b7;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-7__nav-link:hover {
    color: #fefefe;
}

.footer-7__nav-link:hover .footer-7__nav-arrow {
    opacity: 0.6;
    visibility: visible;
    transform: translate(2px, -2px);
}

.footer-7__nav-link.is-active {
    color: #fefefe;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.footer-7__nav-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.footer-7__mid {
    padding-bottom: 38px;
    position: relative;
}

.footer-7__object {
    margin-top: 16px;
    opacity: 0.9;
}

.footer-7__social-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fefefe;
    flex-shrink: 0;
}

.footer-7__social-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    color: #fefefe;
    opacity: 0.9;
}

.footer-7__contact {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fefefe;
}

.footer-7__contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-7__contact a:hover {
    color: var(--at-theme-primary);
}

.footer-7__address {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fefefe;
}

.footer-7__hours-label {
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.footer-7__hours-value {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.footer-7__newsletter-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fefefe;
    opacity: 1;
}

.footer-7__form {
    display: grid;
    gap: 8px;
}

.footer-7__input {
    height: 50px;
    padding: 0 24px;
    border-radius: 16px;
    background: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fefefe;
    outline: none;
}

.footer-7__input::-moz-placeholder {
    color: rgba(254, 254, 254, 0.5);
}

.footer-7__input::placeholder {
    color: rgba(254, 254, 254, 0.5);
}

.footer-7__input:focus {
    border-color: rgba(240, 70, 14, 0.65);
}

.footer-7__submit {
    height: 50px;
    border-radius: 16px;
    background: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-7__submit>span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    line-height: 1.2;
}

.footer-7__submit>span span.text-1 {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}

.footer-7__submit>span span.text-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    transition: top 0.3s ease, transform 0.3s ease;
}

.footer-7__submit>i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
}

.footer-7__submit>i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.footer-7__submit>i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.footer-7__submit:hover {
    background: rgba(29, 29, 29, 0.75);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
    color: #fefefe;
}

.footer-7__submit:hover>span span.text-1 {
    transform: translateY(-150%);
}

.footer-7__submit:hover>span span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.footer-7__submit:hover>i svg:first-child {
    transform: translate(16px, -16px);
}

.footer-7__submit:hover>i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.footer-7__word {
    font-family: var(--at-heading-font);
    font-weight: 900;
    font-size: clamp(3.25rem, 10vw, 15.25rem);
    line-height: 0.93;
    letter-spacing: 0;
    color: #fefefe;
    margin-top: 70px;
    padding-bottom: 10px;
    white-space: nowrap;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .footer-7__word {
        white-space: normal;
    }
}

.footer-7__bottom {
    padding: 18px 0 30px;
}

.footer-7__bottom-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 15px;
}

.footer-7__copy {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    opacity: 0.5;
}

.footer-7__policies a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    opacity: 0.5;
    color: #fefefe;
    text-decoration: none;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.footer-7__policies a:hover {
    opacity: 1;
    color: var(--at-theme-primary);
}

/*----------------------------------------*/

/*  Footer style 8 (Home 8)
/*----------------------------------------*/

.footer-8 {
    padding-top: 40px;
    background: #0f0f0f;
    color: #fefefe;
    position: relative;
}

.footer-8__bg {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1012px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
}

.footer-8__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-8__container {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    padding-left: clamp(20px, 5.5vw, 104px);
    padding-right: clamp(20px, 5.5vw, 104px);
}

.footer-8__top {
    padding-bottom: 26px;
    border-bottom: 1px solid #212121;
    margin-bottom: 44px;
}

.footer-8__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 32px;
}

.footer-8__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #b7b7b7;
    text-decoration: none;
    transition: color 0.28s ease, -webkit-text-decoration-color 0.28s ease;
    transition: color 0.28s ease, text-decoration-color 0.28s ease;
    transition: color 0.28s ease, text-decoration-color 0.28s ease, -webkit-text-decoration-color 0.28s ease;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
}

.footer-8__nav-link:hover {
    color: #fefefe;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.footer-8__nav-link:hover .footer-8__nav-arrow {
    opacity: 1;
    visibility: visible;
    transform: translate(2px, -2px);
}

.footer-8__nav-link.is-active {
    color: #b7b7b7;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.footer-8__nav-arrow {
    width: 14px;
    height: 13px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.footer-8__mid {
    padding-bottom: 38px;
}

.footer-8__contact {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fefefe;
}

.footer-8__contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-8__contact a:hover {
    color: var(--at-theme-primary);
}

.footer-8__address {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fefefe;
}

.footer-8__hours-label {
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.footer-8__hours-value {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.footer-8__socials {
    max-width: 279px;
    padding-top: 6px;
}

.footer-8__social-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    color: #b7b7b7;
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-8__social-link:hover {
    color: #fefefe;
    border-color: rgba(255, 255, 255, 0.45);
    transform: translateX(2px);
}

.footer-8__social-link.is-active {
    color: #fefefe;
}

.footer-8__social-link.no-border {
    border-bottom: 0;
}

.footer-8__social-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.footer-8__social-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.footer-8__social-arrow {
    width: 16px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    opacity: 0.9;
}

.footer-8__social-arrow img {
    width: 15px;
    height: 16px;
}

.footer-8__newsletter-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fefefe;
}

.footer-8__form {
    display: grid;
    gap: 8px;
    max-width: 410px;
}

.footer-8__input {
    height: 50px;
    padding: 0 24px;
    border-radius: 16px;
    background: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fefefe;
    outline: none;
}

.footer-8__input::-moz-placeholder {
    color: rgba(254, 254, 254, 0.5);
}

.footer-8__input::placeholder {
    color: rgba(254, 254, 254, 0.5);
}

.footer-8__input:focus {
    border-color: rgba(240, 70, 14, 0.65);
}

.footer-8__submit {
    height: 50px;
    border-radius: 16px;
    background: #1d1d1d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-8__submit img {
    width: 14px;
    height: 13px;
    transform: translateY(-1px);
}

.footer-8__submit:hover {
    background: rgba(29, 29, 29, 0.75);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
    color: #fefefe;
}

.footer-8__bottom {
    border-top: 1px solid #212121;
    padding: 26px 0;
}

.footer-8__copy {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    opacity: 0.5;
}

.footer-8__policies a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: rgba(254, 254, 254, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-8__policies a:hover {
    color: #fefefe;
}

/*----------------------------------------*/

/*  Footer style 9 (Home 9)
/*  Figma: Footer 9
/*----------------------------------------*/

.footer-9 {
    position: relative;
    padding-top: clamp(48px, 5.5vw, 87px);
    padding-bottom: 0;
    background: var(--at-neutral-50, #f2f2f2);
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__container {
    max-width: 2200px;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.footer-9__top {
    margin-bottom: clamp(32px, 4vw, 56px);
}

.footer-9__label {
    margin: 0 0 clamp(18px, 2vw, 24px);
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-950, #0f0f0f);
    opacity: 0.5;
}

.footer-9 {
    /* Same structure / hover as footer-6 alt-footer-link-item; links stay neutral-950 on light bg */
}

.footer-9__quick-links {
    margin-left: 0;
    margin-right: 0;
}

.footer-9__quick-links .alt-footer-link-item ul li {
    list-style: none;
}

.footer-9__quick-links .alt-footer-link-item ul li a {
    display: inline-flex;
    align-items: center;
    font-family: var(--at-ff-body);
    font-weight: 400;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950, #0f0f0f);
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease;
}

.footer-9__quick-links .alt-footer-link-item ul li a::before {
    content: "";
    width: 14px;
    height: 13px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><path d="M11.0037 3.41421L2.39712 12.0208L0.98291 10.6066L9.5895 2H2.00373V0H13.0037V11H11.0037V3.41421Z" fill="%230f0f0f"/></svg>');
    margin-left: 14px;
    position: absolute;
    left: 100%;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate(-15px, -40%);
}

.footer-9__quick-links .alt-footer-link-item ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.footer-9__quick-links .alt-footer-link-item ul li a:hover::before {
    opacity: 0.85;
    transform: translate(-50%, -50%);
}

.footer-9__contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(24px, 4vw, 48px);
    align-items: flex-start;
}

.footer-9__contact {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-9__contact a:hover {
    color: var(--at-theme-primary);
}

.footer-9__contact-line+.footer-9__contact-line {
    margin-top: 16px;
}

.footer-9__address {
    margin-top: 16px;
}

.footer-9__hours-label {
    margin-bottom: 6px;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-950, #0f0f0f);
    opacity: 0.5;
}

.footer-9__hours-value {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9 {
    /* Same HTML pattern as footer-7 `.alt-footer-social-item`; neutral-950 text/icons on light bg */
}

.footer-9__socials {
    max-width: 436px;
    margin-left: auto;
    padding-top: 4px;
}

@media (max-width: 1199px) {
    .footer-9__socials {
        margin-left: 0;
    }
}

.footer-9__socials.alt-footer-social-item.white-mode ul li a {
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__socials.alt-footer-social-item.white-mode ul li a .icon-social {
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__socials.alt-footer-social-item.white-mode ul li a>svg {
    flex-shrink: 0;
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__socials.alt-footer-social-item.white-mode ul li a {
    /* Keep neutral-950 on hover (override white-mode neutral-900) */
}

.footer-9__socials.alt-footer-social-item.white-mode ul li a:hover {
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__socials.alt-footer-social-item.white-mode ul li a:hover .icon-social,
.footer-9__socials.alt-footer-social-item.white-mode ul li a:hover>svg {
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__brand {
    margin: 0 auto clamp(40px, 6vw, 80px);
    max-width: 100%;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(42px, 12vw, 192px);
    line-height: 0.88;
    letter-spacing: -0.05em;
    text-align: center;
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__bottom {
    padding-top: 24px;
}

.footer-9__bottom-bar {
    padding-bottom: clamp(20px, 2.5vw, 28px);
}

.footer-9__copy {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500, #585959);
}

.footer-9__policies a {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500, #585959);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.footer-9__policies a:hover {
    color: var(--at-neutral-950, #0f0f0f);
}

.footer-9__line {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
}

.footer-9__line img {
    display: block;
    width: 100%;
    height: auto;
}

/*----------------------------------------*/

/*  Footer style 10 (Home 10)
/*  Figma: Footer 10 — dark CTA, grid, newsletter (form pattern aligned with footer-7)
/*----------------------------------------*/

.footer-10 {
    position: relative;
    padding-top: clamp(48px, 6vw, 100px);
    padding-bottom: clamp(24px, 3vw, 36px);
    background: var(--at-neutral-950);
    color: var(--at-neutral-0);
}

.footer-10__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.footer-10__bg-img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(2096px, 160%);
    max-width: none;
    height: auto;
    opacity: 0.28;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: lighten;
}

.footer-10 .container-2200 {
    z-index: 1;
}

.footer-10__hero {
    padding-bottom: clamp(40px, 6vw, 72px);
    margin-bottom: clamp(8px, 2vw, 24px);
}

.footer-10__deco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    width: min(200px, 18vw);
}

.footer-10__deco img {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    will-change: transform;
}

.footer-10__deco--left {
    left: 0;
}

@media (min-width: 1400px) {
    .footer-10__deco--left {
        left: clamp(8px, 4vw, 48px);
    }
}

.footer-10__deco--right {
    right: 0;
}

@media (min-width: 1400px) {
    .footer-10__deco--right {
        right: clamp(8px, 4vw, 48px);
    }
}

.footer-10__headline {
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(24px, 3.5vw, 36px) !important;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(32px, 4.5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-wrap: balance;
    color: var(--at-neutral-0);
}

.footer-10__cta-row {
    gap: 0;
}

.footer-10__cta {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--at-neutral-0);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.footer-10__cta:hover {
    transform: translateY(-2px);
    color: var(--at-neutral-0);
}

.footer-10__cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 27px;
    border-radius: 50px;
    background: var(--at-theme-primary);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--at-neutral-0);
}

.footer-10__cta-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 0;
    border-radius: 50%;
    background: var(--at-theme-primary);
    color: var(--at-neutral-0);
}

.footer-10__cta-round svg {
    display: block;
}

.footer-10__mid {
    padding-bottom: clamp(28px, 4vw, 48px);
}

.footer-10__nav-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-10__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: var(--at-ff-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-300);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-10__nav-link:hover {
    color: var(--at-neutral-0);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.footer-10__nav-link:hover .footer-10__nav-arrow {
    max-width: 14px;
    opacity: 1;
    transform: translateX(0);
}

.footer-10__nav-link:focus-visible {
    color: var(--at-neutral-0);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    outline: 2px solid var(--at-theme-primary);
    outline-offset: 3px;
}

.footer-10__nav-link:focus-visible .footer-10__nav-arrow {
    max-width: 14px;
    opacity: 1;
    transform: translateX(0);
}

.footer-10__nav-arrow {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 13px;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(-6px);
    transition: max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-10__contact-hours {
    align-items: flex-start;
}

.footer-10__contact {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0);
}

.footer-10__contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-10__contact a:hover {
    color: var(--at-theme-primary);
}

.footer-10__address {
    font-weight: 500;
    color: var(--at-neutral-0);
}

.footer-10__hours-label {
    margin-bottom: 6px;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0);
    opacity: 0.5;
}

.footer-10__hours-value {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0);
}

.footer-10 {
    /* Newsletter — same interaction pattern as `.footer-7__form` / `.footer-7__submit` */
}

.footer-10__newsletter-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--at-neutral-0);
}

.footer-10__form {
    display: grid;
    gap: 8px;
    max-width: 410px;
}

.footer-10__input {
    height: 50px;
    padding: 0 24px;
    border-radius: 16px;
    background: var(--at-neutral-900);
    border: 1px solid rgba(var(--at-neutral-0-rgb), 0.08);
    color: var(--at-neutral-0);
    outline: none;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.footer-10__input::-moz-placeholder {
    color: rgba(var(--at-neutral-0-rgb), 0.5);
}

.footer-10__input::placeholder {
    color: rgba(var(--at-neutral-0-rgb), 0.5);
}

.footer-10__input:focus {
    border-color: rgba(240, 70, 14, 0.65);
}

.footer-10__submit {
    height: 50px;
    border-radius: 16px;
    background: var(--at-neutral-900);
    border: 1px solid rgba(var(--at-neutral-0-rgb), 0.08);
    color: var(--at-neutral-0);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-10__submit>span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    line-height: 1.2;
}

.footer-10__submit>span span.text-1 {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}

.footer-10__submit>span span.text-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    transition: top 0.3s ease, transform 0.3s ease;
}

.footer-10__submit>i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
}

.footer-10__submit>i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.footer-10__submit>i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.footer-10__submit:hover {
    background: color-mix(in srgb, var(--at-neutral-900) 82%, var(--at-neutral-0));
    border-color: rgba(var(--at-neutral-0-rgb), 0.14);
    transform: translateY(-1px);
    color: var(--at-neutral-0);
}

.footer-10__submit:hover>span span.text-1 {
    transform: translateY(-150%);
}

.footer-10__submit:hover>span span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.footer-10__submit:hover>i svg:first-child {
    transform: translate(16px, -16px);
}

.footer-10__submit:hover>i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.footer-10__bottom {
    padding-top: 0;
}

.footer-10__bottom-inner {
    border-top: 1px solid rgba(var(--at-neutral-0-rgb), 0.12);
    padding-top: clamp(14px, 2vw, 18px);
}

.footer-10__copy,
.footer-10__since {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0);
    opacity: 0.5;
}

/*----------------------------------------*/

/*  Footer style 11 (Home 11)
/*  Figma: Footer 11 — Motion & Video Studio, cinematic dark footer
/*----------------------------------------*/

.footer-11 {
    position: relative;
    padding-top: clamp(48px, 6vw, 100px);
    padding-bottom: clamp(24px, 3vw, 36px);
    background: var(--at-neutral-950);
    color: var(--at-neutral-0);
}

.footer-11__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.footer-11__bg-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.footer-11__bg-lines::before {
    content: "";
    position: absolute;
    inset: -100%;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 56px, rgba(255, 255, 255, 0.022) 56px, rgba(255, 255, 255, 0.022) 57px);
    animation: footer11-grid 14s linear infinite;
}

.footer-11__bg-lines::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(255, 90, 0, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.footer-11__bg-lines span {
    position: absolute;
    top: -30%;
    width: 1px;
    height: 35%;
    animation: footer11-scan linear infinite;
    opacity: 0;
}

.footer-11__bg-lines span:nth-child(1) {
    left: 6%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.18), transparent);
    animation-duration: 4s;
    animation-delay: 0s;
}

.footer-11__bg-lines span:nth-child(2) {
    left: 19%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation-duration: 5.5s;
    animation-delay: -1.4s;
}

.footer-11__bg-lines span:nth-child(3) {
    left: 34%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.14), transparent);
    height: 25%;
    animation-duration: 3.8s;
    animation-delay: -2.6s;
}

.footer-11__bg-lines span:nth-child(4) {
    left: 51%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation-duration: 6.2s;
    animation-delay: -0.8s;
}

.footer-11__bg-lines span:nth-child(5) {
    left: 66%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.16), transparent);
    height: 40%;
    animation-duration: 4.6s;
    animation-delay: -3.2s;
}

.footer-11__bg-lines span:nth-child(6) {
    left: 80%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation-duration: 5s;
    animation-delay: -1.9s;
}

.footer-11__bg-lines span:nth-child(7) {
    left: 27%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--at-theme-primary), transparent);
    height: 20%;
    animation-duration: 7s;
    animation-delay: -0.5s;
    opacity: 0;
    filter: blur(0.5px);
}

.footer-11__bg-lines span:nth-child(8) {
    left: 72%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--at-theme-primary), transparent);
    height: 28%;
    animation-duration: 8.5s;
    animation-delay: -4s;
    opacity: 0;
    filter: blur(0.5px);
}

@keyframes footer11-grid {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(57px, 57px);
    }
}

@keyframes footer11-scan {
    0% {
        top: -40%;
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    100% {
        top: 115%;
        opacity: 0;
    }
}

.footer-11 .container-2200 {
    z-index: 1;
}

.footer-11 {
    /* ---- CTA hero ---- */
}

.footer-11__hero {
    padding-bottom: clamp(40px, 6vw, 72px);
    margin-bottom: clamp(8px, 2vw, 24px);
}

.footer-11__deco {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    width: min(200px, 18vw);
}

.footer-11__deco img {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    will-change: transform;
}

.footer-11__deco--left {
    left: 0;
}

@media (min-width: 1400px) {
    .footer-11__deco--left {
        left: clamp(8px, 4vw, 48px);
    }
}

.footer-11__deco--right {
    right: 0;
}

@media (min-width: 1400px) {
    .footer-11__deco--right {
        right: clamp(8px, 4vw, 48px);
    }
}

.footer-11__headline {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(24px, 3.5vw, 36px) !important;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(32px, 4.5vw, 64px);
    line-height: 1.12;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-wrap: balance;
    color: var(--at-neutral-0);
}

.footer-11__cta-row {
    gap: 0;
}

.footer-11__cta {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--at-neutral-0);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.footer-11__cta:hover {
    transform: translateY(-2px);
    color: var(--at-neutral-0);
}

.footer-11__cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 27px;
    border-radius: 50px;
    background: var(--at-theme-primary);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--at-neutral-0);
}

.footer-11__cta-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 0;
    border-radius: 50%;
    background: var(--at-theme-primary);
    color: var(--at-neutral-0);
}

.footer-11__cta-round svg {
    display: block;
}

.footer-11 {
    /* ---- Mid section ---- */
}

.footer-11__mid {
    padding-bottom: clamp(28px, 4vw, 48px);
}

.footer-11__nav-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-11__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: var(--at-ff-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-300);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-11__nav-link:hover {
    color: var(--at-neutral-0);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.footer-11__nav-link:hover .footer-11__nav-arrow {
    max-width: 14px;
    opacity: 1;
    transform: translateX(0);
}

.footer-11__nav-link:focus-visible {
    color: var(--at-neutral-0);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    outline: 2px solid var(--at-theme-primary);
    outline-offset: 3px;
}

.footer-11__nav-link:focus-visible .footer-11__nav-arrow {
    max-width: 14px;
    opacity: 1;
    transform: translateX(0);
}

.footer-11__nav-arrow {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 13px;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    transform: translateX(-6px);
    transition: max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-11 {
    /* ---- Contact & Hours ---- */
}

.footer-11__contact-hours {
    align-items: flex-start;
}

.footer-11__contact {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0);
}

.footer-11__contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-11__contact a:hover {
    color: var(--at-theme-primary);
}

.footer-11__address {
    font-weight: 500;
    color: var(--at-neutral-0);
}

.footer-11__hours-label {
    margin-bottom: 6px;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0);
    opacity: 0.5;
}

.footer-11__hours-value {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0);
}

.footer-11 {
    /* ---- Newsletter ---- */
}

.footer-11__newsletter-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--at-neutral-0);
}

.footer-11__form {
    display: grid;
    gap: 8px;
    max-width: 410px;
}

.footer-11__input {
    height: 50px;
    padding: 0 24px;
    border-radius: 16px;
    background: var(--at-neutral-900);
    border: 1px solid rgba(var(--at-neutral-0-rgb), 0.08);
    color: var(--at-neutral-0);
    outline: none;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.footer-11__input::-moz-placeholder {
    color: rgba(var(--at-neutral-0-rgb), 0.5);
}

.footer-11__input::placeholder {
    color: rgba(var(--at-neutral-0-rgb), 0.5);
}

.footer-11__input:focus {
    border-color: rgba(240, 70, 14, 0.65);
}

.footer-11__submit {
    height: 50px;
    border-radius: 16px;
    background: var(--at-neutral-900);
    border: 1px solid rgba(var(--at-neutral-0-rgb), 0.08);
    color: var(--at-neutral-0);
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-11__submit>span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    line-height: 1.2;
}

.footer-11__submit>span span.text-1 {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}

.footer-11__submit>span span.text-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    transition: top 0.3s ease, transform 0.3s ease;
}

.footer-11__submit>i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
}

.footer-11__submit>i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.footer-11__submit>i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.footer-11__submit:hover {
    background: color-mix(in srgb, var(--at-neutral-900) 82%, var(--at-neutral-0));
    border-color: rgba(var(--at-neutral-0-rgb), 0.14);
    transform: translateY(-1px);
    color: var(--at-neutral-0);
}

.footer-11__submit:hover>span span.text-1 {
    transform: translateY(-150%);
}

.footer-11__submit:hover>span span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.footer-11__submit:hover>i svg:first-child {
    transform: translate(16px, -16px);
}

.footer-11__submit:hover>i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.footer-11 {
    /* ---- Social links ---- */
}

.footer-11__socials-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.35;
    text-transform: uppercase;
    color: var(--at-neutral-0);
    margin-bottom: 12px;
}

.footer-11__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-11__social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--at-ff-body);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: var(--at-neutral-300);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-11__social-link svg {
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-11__social-link:hover {
    color: var(--at-neutral-0);
}

.footer-11__social-link:hover svg {
    opacity: 1;
}

.footer-11__social-link:focus-visible {
    outline: 2px solid var(--at-theme-primary);
    outline-offset: 3px;
}

.footer-11 {
    /* ---- Bottom bar ---- */
}

.footer-11__bottom {
    padding-top: 0;
}

.footer-11__bottom-inner {
    border-top: 1px solid rgba(var(--at-neutral-0-rgb), 0.12);
    padding-top: clamp(14px, 2vw, 18px);
}

.footer-11__copy,
.footer-11__since,
.footer-11__tagline {
    font-family: var(--at-ff-body);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0);
    opacity: 0.5;
}

.footer-11__tagline {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/*----------------------------------------*/

/*  7.1 about css
/*----------------------------------------*/

.at-about-subtitle {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--at-common-black);
    line-height: 20px;
}

.at-about-subtitle svg {
    transform: translateY(-3px);
    margin-right: 4px;
}

.at-about-item {
    border-radius: 16px;
}

.at-about-svg-wrap {
    position: relative;
    transform: translateY(-100px);
}

.at-about-svg-wrap>svg:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    top: 34px;
}

.at-about-svg-wrap>svg:nth-child(3) {
    position: absolute;
    left: 56px;
    top: 34px;
}

.at-about-thumb {
    border-radius: 16px;
    overflow: hidden;
    height: 410px;
}

.at-about-thumb img {
    border-radius: 16px;
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-about-thumb-wrap {
        margin-left: 0;
    }
}

.at-about-title {
    font-size: 28px;
    letter-spacing: -0.05em;
}

.at-about-dec {
    line-height: 162%;
    letter-spacing: -0.05em;
    color: var(--at-common-black);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-about-dec br {
        display: none;
    }
}

.at-about-btn-transform {
    transform: translateY(-10px);
}

@media (max-width: 574.98px) {
    .at-about-btn-transform {
        transform: translateY(0);
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}

/*----------------------------------------*/

/*  sec-4 about contact form 
/*----------------------------------------*/

.sec-4-about-form__field {
    margin-bottom: 0;
}

.sec-4-about-form__input {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500);
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--at-neutral-900);
    border-radius: 0;
    outline: none;
    transition: border-color 0.2s ease;
}

.sec-4-about-form__input::-moz-placeholder {
    color: var(--at-neutral-500);
}

.sec-4-about-form__input::placeholder {
    color: var(--at-neutral-500);
}

.sec-4-about-form__input:focus {
    border-bottom-color: var(--at-neutral-900);
}

.sec-4-about-form__textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 16px;
}

.sec-4-about-form__actions {
    margin-top: 40px;
    margin-bottom: 16px;
}

.sec-4-about-form__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-4-about-form__btn-icon svg {
    flex-shrink: 0;
}

.sec-4-about-form__disclaimer {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--at-neutral-500);
}

.sec-4-about-form__link {
    color: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  About 2 - Sec 3 Our Journey / card-award-2
/*----------------------------------------*/

.sec-3-about .card-award-2-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.card-award-2 {
    border-bottom: 1px solid var(--at-neutral-100, #e5e5e5);
    transition: border-color 0.35s ease;
}

.card-award-2:last-child {
    border-bottom: none;
}

.card-award-2-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px 32px;
    padding: 28px 0;
    text-decoration: none;
    color: inherit;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-link {
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px 0;
    }
}

.card-award-2-year {
    flex: 0 0 220px;
    font-size: 20px;
    font-weight: 500;
    color: var(--at-neutral-900);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-award-2-year {
        flex: 0 0 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-year {
        flex: 0 0 100%;
        font-size: 13px;
    }
}

.card-award-2-content {
    flex: 1;
    min-width: 0;
}

.card-award-2-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    margin-bottom: 8px;
}

@media (max-width: 574.98px) {
    .card-award-2-title {
        font-size: 17px;
    }
}

.card-award-2-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--at-neutral-900);
    opacity: 0.5;
    font-family: var(--at-ff-body);
    max-width: 520px;
}

.card-award-2-image-wrap {
    flex: 0 0 0;
    width: 0;
    max-height: 0;
    overflow: hidden;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
    align-self: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-image-wrap {
        order: 10;
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        align-self: stretch;
    }
}

.card-award-2:hover .card-award-2-image-wrap {
    flex: 1;
    width: 500px;
    max-height: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2:hover .card-award-2-image-wrap {
        flex: 0 0 auto;
        flex-basis: 100%;
        width: 100%;
        max-height: 280px;
    }
}

.card-award-2-image {
    width: 500px;
    min-width: 500px;
    height: 310px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.card-award-2-image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateY(-100%);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-2-image {
        width: 100%;
        min-width: 0;
        height: auto;
        max-width: 480px;
        margin-left: auto;
    }
    .card-award-2-image img {
        height: auto;
    }
}

.card-award-2:hover .card-award-2-image img {
    transform: translateY(0);
}

.card-award-2-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--at-neutral-700);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease, transform 0.25s ease;
}

.card-award-2-icon svg {
    width: 16px;
    height: 15px;
}

.card-award-2:hover .card-award-2-icon {
    color: var(--at-common-black);
    transform: translate(3px, -2px);
}

.wrapper-gallery {
    display: inline-flex;
    align-items: flex-end;
    padding: 0;
}

.moving-gallery li {
    width: 40vw;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    list-style: none;
}

@media only screen and (max-width: 1199px) {
    .moving-gallery li {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.moving-gallery li img {
    height: auto;
    margin: 0px;
    width: 100%;
}

.moving-gallery li:nth-child(1) {
    width: 20vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(1) {
        width: 40vw;
    }
}

.moving-gallery li:nth-child(2) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(2) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(3) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(3) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(4) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(4) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(5) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(5) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(6) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(6) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(7) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(7) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(8) {
    width: 20vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(8) {
        width: 40vw;
    }
}

.moving-gallery li:nth-child(9) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(9) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(10) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(10) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(11) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(11) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(12) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(12) {
        width: 50vw;
    }
}

.moving-gallery li:nth-child(13) {
    width: 30vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(13) {
        width: 60vw;
    }
}

.moving-gallery li:nth-child(14) {
    width: 25vw;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .moving-gallery li:nth-child(14) {
        width: 50vw;
    }
}

/*----------------------------------------*/

/*  sec-2-about: process cards (scroll-section)
/*----------------------------------------*/

.process-scroll .process-card {
    padding: 40px;
    background: var(--at-neutral-0);
}

.process-scroll .process-card__img-wrap img {
    width: 100%;
    height: 100%;
}

.process-scroll .process-card__content {
    padding-left: 0;
}

.process-scroll .process-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--at-neutral-100);
}

.process-scroll .process-card__title {
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    letter-spacing: -1.8px;
    color: var(--at-neutral-900);
}

.process-scroll .process-card__desc {
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--at-neutral-500);
    margin-bottom: 20px;
    max-width: 75%;
}

.process-scroll .process-card__meta {
    padding-top: 8px;
}

.process-scroll .process-card__meta-text {
    font-size: 16px;
    color: var(--at-neutral-900);
    font-weight: 600;
}

.process-scroll .process-card__meta-label {
    display: inline-block;
    margin-left: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-scroll .process-card__title {
        font-size: 24px;
    }
    .process-scroll .process-card__desc {
        font-size: 16px;
    }
    .process-scroll .process-card__img-wrap {
        min-height: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-scroll .process-card__img-wrap {
        aspect-ratio: 16/10;
        min-height: 220px;
    }
    .process-scroll .process-card__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .process-scroll .process-card {
        padding-left: 24px;
        padding-right: 24px;
    }
    .process-scroll .process-card__title {
        font-size: 22px;
    }
    .process-scroll .process-card__desc {
        font-size: 15px;
    }
    .process-scroll .process-card__meta {
        flex-wrap: wrap;
        gap: 12px;
    }
    .process-scroll .process-card__img-wrap {
        min-height: 200px;
    }
    .process-scroll .process-card__content {
        padding-top: 0;
    }
}

@media (max-width: 574.98px) {
    .process-scroll .process-card__title {
        font-size: 20px;
    }
    .process-scroll .process-card__desc {
        font-size: 14px;
    }
    .process-scroll .process-card__img-wrap {
        min-height: 180px;
    }
}

/*----------------------------------------*/

/*  7.14 hero css
/*----------------------------------------*/

.at-hero-spacing {
    padding-top: 550px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .at-hero-spacing {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-spacing {
        padding-bottom: 100px;
    }
}

.at-hero-title {
    line-height: 95%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-black);
}

.at-hero-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.03em;
    color: var(--at-neutral-500);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-dec br {
        display: none;
    }
}

.at-hero-shape {
    transform: translateY(-10px);
    display: inline-block;
    margin-right: 7px;
}

.at-hero-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-social {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-social {
        justify-content: flex-start;
    }
}

.at-hero-social a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500);
    border: 1px solid rgba(38, 38, 38, 0.1);
    border-radius: 20px;
    padding: 6px 20px;
    display: inline-block;
}

.at-hero-social a:hover {
    background: var(--at-common-black);
    border-color: var(--at-common-black);
    color: var(--at-common-white);
}

.at-hero-social.style-2 a {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-black);
    background: var(--at-common-white);
}

.at-hero-social.style-2 a:hover {
    background: var(--at-common-black);
    border-color: var(--at-common-black);
    color: var(--at-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-slider-active {
        padding-top: 40px;
    }
}

.at-hero-slider-active .swiper-slide {
    width: auto !important;
}

.at-hero-slider-active .background-img img {
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
}

.alt-hero-spacing {
    padding-top: 83px;
}

.alt-hero-video {
    width: 327px;
    height: 220px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    padding-bottom: 250px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .alt-hero-video {
        width: 276px;
        padding-bottom: 220px;
    }
}

.alt-hero-video video {
    width: 100%;
    overflow: hidden;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center center;
}

.alt-hero-service ul li {
    list-style: none;
}

.alt-hero-service ul li:not(:last-child) {
    margin-bottom: 3px;
}

.alt-hero-service ul li a {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: var(--at-common-black);
}

.alt-hero-service ul li a .explore-text {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    line-height: 1;
}

.alt-hero-service ul li a .explore-text::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
    z-index: -1;
}

.alt-hero-service ul li a:hover .explore-text {
    transform: rotateX(90deg) translateY(-12px);
    color: inhewrit;
    color: var(--at-theme-primary);
}

.alt-hero-title {
    font-family: var(--at-ff-body);
    font-size: 180px;
    letter-spacing: -0.01em;
    line-height: 83%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .alt-hero-title {
        font-size: 125px;
    }
}

@media (max-width: 574.98px) {
    .alt-hero-title {
        font-size: 100px;
    }
}

.alt-hero-title-wrap {
    border-left: 1px solid rgba(30, 30, 30, 0.1);
    border-right: 1px solid rgba(30, 30, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-title-wrap {
        border: none;
    }
}

.alt-hero-btn {
    width: 100%;
    background: var(--at-common-white);
    color: var(--at-common-black);
    justify-content: space-between;
    border-radius: 0;
    padding: 22px 25px;
}

.alt-hero-btn:hover {
    color: var(--at-common-white);
    background: var(--at-theme-primary);
}

.alt-hero-dec {
    padding-top: 280px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-dec {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .alt-hero-dec {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-dec {
        padding-top: 0px;
        padding-bottom: 80px;
    }
}

.alt-hero-dec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.03em;
    color: var(--at-common-black);
    display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-dec p br {
        display: none;
    }
}

.alt-hero-dec p svg {
    flex: 0 0 auto;
    margin-right: 15px;
    margin-top: 7px;
}

.alt-hero-thumb {
    height: 720px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-hero-thumb {
        height: 500px;
    }
    .alt-hero-thumb img {
        height: 600px;
    }
}

.mp-hero-w-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mp-hero-title {
    font-weight: 600;
    font-size: 82px;
    line-height: 110%;
    letter-spacing: -0.05em;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mp-hero-title {
        font-size: 60px;
    }
    .mp-hero-title br {
        display: none;
    }
}

@media (max-width: 574.98px) {
    .mp-hero-title {
        font-size: 37px;
    }
}

.mp-hero-spacing {
    padding-top: 165px;
    padding-bottom: 105px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mp-hero-magnetic {
        -moz-column-count: 2;
        column-count: 2;
    }
}

.mp-hero-magnetic-image {
    border-radius: 22px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    background: #d9d9d9;
    border: 2px solid var(--at-common-black);
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(1) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+1):nth-child(4n+1) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(2) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+2):nth-child(4n+2) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(3) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+3):nth-child(4n+3) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(4) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item:nth-child(n+4):nth-child(4n+4) img {
    rotate: calc(0deg - var(--velocity) * 0.25deg);
    --translateY: 0%;
}

.mp-hero-magnetic-image-wrap .mp-hero-magnetic-item img {
    pointer-events: auto;
    width: auto;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    transform: translateX(calc(var(--offsetX) * 1px)) translateY(calc(var(--offsetY) * 1px + var(--translateY)));
    transition: transform 0.7s linear(0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1);
}

.mp-hero-bigtitle {
    font-size: 430px;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .mp-hero-bigtitle {
        font-size: 410px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .mp-hero-bigtitle {
        font-size: 385px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .mp-hero-bigtitle {
        font-size: 330px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mp-hero-bigtitle {
        font-size: 270px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mp-hero-bigtitle {
        font-size: 225px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mp-hero-bigtitle {
        font-size: 165px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mp-hero-bigtitle {
        font-size: 125px;
    }
}

@media (max-width: 574.98px) {
    .mp-hero-bigtitle {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mp-hero-content {
        margin-left: 0;
    }
}

.bg-linear-opacity {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-linear-opacity::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.84;
    background: linear-gradient(99deg, #000 5.05%, rgba(0, 0, 0, 0.44) 49.84%, #000 94.63%);
    z-index: -1;
}

.at-hero-video {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    padding: 11px 11px 0;
}

.at-hero-video video {
    width: 100%;
    border-radius: 8px;
}

.at-hero-spacing {
    padding-top: 395px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-hero-spacing {
        padding-top: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-spacing {
        padding-top: 250px;
    }
}

@media (max-width: 574.98px) {
    .at-hero-spacing {
        padding-top: 290px;
    }
}

.at-hero-service {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-service {
        margin-right: 0;
    }
}

.at-hero-service ul {
    padding-left: 13px;
}

.at-hero-service ul li {
    margin-bottom: 0 !important;
    line-height: 1.6;
}

.at-hero-service ul li a {
    color: var(--at-common-white);
    font-size: 16px;
}

.at-hero-service-2 ul li::marker {
    width: 8px;
    height: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.at-hero-subtitle {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.at-hero-title {
    line-height: 121%;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .at-hero-title {
        font-size: 42px;
    }
}

@media (max-width: 574.98px) {
    .at-hero-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-button {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-content {
        margin-left: 0;
    }
}

.at-hero-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    transform: translateY(50px);
}

.at-hero-bg img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-hero-bg img {
        width: 600px;
        margin-bottom: -50px;
        height: auto;
    }
}

.cs-hero-spacing {
    padding-top: 180px;
    padding-bottom: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-video {
        margin-left: 0;
    }
}

.cs-hero-video video {
    border-radius: 16px;
    width: 256px;
    height: 147px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-hero-video video {
        width: 190px;
        height: 114px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cs-hero-video video {
        width: 130px;
        height: 77px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-video video {
        margin-top: 20px;
    }
}

.cs-hero-title {
    font-size: 206px;
    line-height: 0.94;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cs-hero-title {
        font-size: 165px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cs-hero-title {
        font-size: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title {
        font-size: 95px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title {
        text-align: center;
        font-size: 75px;
    }
}

@media (max-width: 574.98px) {
    .cs-hero-title {
        font-size: 52px;
    }
}

.cs-hero-title .text-sm {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.05em;
    text-align: left;
    margin-top: 23px;
    margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm {
        position: absolute;
    }
}

.cs-hero-title .text-sm-video {
    margin-top: -100px;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm-video {
        margin-top: -65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .cs-hero-title .text-sm-video {
        margin-top: -36px;
    }
}

.mg-hero-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: saturate(0);
    z-index: -1;
    border-radius: 60px;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-bg img {
        border-radius: 30px;
    }
}

.mg-hero-spacing {
    padding-top: 97px;
}

.mg-hero-spacing-inner {
    padding-top: 70px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-spacing-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mg-hero-spacing-inner::before {
    position: absolute;
    content: "";
    background: rgba(30, 30, 30, 0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-spacing-inner::before {
        border-radius: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-dec {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-dec {
        margin-left: 0;
    }
}

.mg-hero-dec p {
    font-weight: 500;
    font-size: 28px;
    line-height: 129%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-dec p br {
        display: none;
    }
}

.mg-hero-awards {
    box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.15), inset 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-awards {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-awards {
        margin-right: 0;
    }
}

.mg-hero-slider-title {
    font-size: 159px;
    line-height: 94%;
    letter-spacing: -0.06em;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-hero-slider-title {
        font-size: 130px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mg-hero-slider-title {
        font-size: 100px;
    }
}

@media (max-width: 574.98px) {
    .mg-hero-slider-title {
        font-size: 60px;
    }
}

.mg-hero-slider-symbol {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.13em;
    border: 4px solid var(--at-common-white);
    border-radius: 20px;
    line-height: 1;
    width: 39px;
    height: 44px;
    position: absolute;
    top: 22px;
    right: -60px;
    text-align: center;
    padding-top: 3px;
}

@media (max-width: 574.98px) {
    .mg-hero-slider-symbol {
        top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-tag {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-tag {
        margin-left: 0;
    }
}

.mg-hero-tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mg-hero-tag ul li {
    list-style: none;
}

.mg-hero-tag ul li a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: var(--at-common-white);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.04);
    display: inline-block;
}

.mg-hero-tag ul li a:hover {
    background: var(--at-common-white);
    color: var(--at-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .mg-hero-scrool {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-hero-scrool {
        margin-right: 0;
        margin-top: 0;
    }
}

.mg-hero-scrool a {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: var(--at-common-white);
}

.mg-hero-scrool a:hover {
    color: var(--at-theme-primary);
}

.mg-hero-scrool a svg {
    margin-left: 5px;
}

.shop-hero-spacing {
    padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .shop-hero-spacing {
        padding-top: 79px;
    }
}

.shop-hero-item:hover .shop-hero-thumb img {
    transform: scale(1.1);
}

.shop-hero-item-3 .shop-hero-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-hero-item-3 .shop-hero-thumb img {
        height: 600px;
    }
}

@media (max-width: 574.98px) {
    .shop-hero-item-3 .shop-hero-thumb img {
        height: 400px;
    }
}

.shop-hero-content {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 0 30px;
}

@media (max-width: 574.98px) {
    .shop-hero-content {
        bottom: 20px;
    }
}

.shop-hero-title {
    font-size: 52px;
    line-height: 112%;
    letter-spacing: -0.03em;
    color: var(--at-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .shop-hero-title {
        font-size: 40px;
        margin-bottom: 0;
    }
}

@media (max-width: 574.98px) {
    .shop-hero-title {
        font-size: 30px;
    }
}

.shop-hero-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.05em;
    color: var(--at-grey-5);
}

@media (max-width: 574.98px) {
    .shop-hero-dec {
        font-size: 18px;
    }
}

.shop-hero-thumb {
    border-radius: 16px;
    position: relative;
}

.shop-hero-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    z-index: 1;
}

.shop-hero-thumb img {
    border-radius: 16px;
    transition: all 0.9s ease;
}

/*----------------------------------------*/

/*  sec-1-home-4 (Orisa AI Solutions Hero)
/*----------------------------------------*/

.sec-1-home-4-wrap {
    padding-top: 140px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap {
        padding-top: 100px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4 {
    padding-top: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4 {
        padding-top: 100px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__tagline {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #FEFEFE;
}

@media (max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__tagline {
        font-size: 10px;
        letter-spacing: 0.1em;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__btns .at-btn {
    padding: 14px 24px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: transparent;
}

.sec-1-home-4-wrap .sec-1-home-4__btns .at-btn:hover {
    background: rgba(229, 229, 229, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__btns .at-btn {
        background: rgba(229, 229, 229, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(3px);
    }
}

.sec-1-home-4-wrap .sec-1-home-4__cards {
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__cards {
        justify-content: flex-start;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__card {
    flex: 1;
    max-width: 145px;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.sec-1-home-4-wrap .sec-1-home-4__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sec-1-home-4-wrap .sec-1-home-4__card img:hover {
    transform: scale(1.05);
}

.sec-1-home-4-wrap .sec-1-home-4__tags {
    justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__tags {
        justify-content: flex-start;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #FEFEFE;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(70, 70, 70, 0.2);
    backdrop-filter: blur(24px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.sec-1-home-4-wrap .sec-1-home-4__tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--at-common-white);
}

.sec-1-home-4-wrap .sec-1-home-4__tag svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.sec-1-home-4-wrap .sec-1-home-4__brand {
    font-weight: 700;
    font-size: 220px;
    line-height: 0.95;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__brand {
        font-size: 32px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__brand-suffix {
    font-size: 0.5em;
    font-weight: 600;
    vertical-align: middle;
}

.sec-1-home-4-wrap .sec-1-home-4__brand-suffix sup {
    font-size: 50px;
    vertical-align: super;
    opacity: 0.8;
    font-weight: 400;
}

.sec-1-home-4-wrap .sec-1-home-4__nav li {
    position: relative;
}

.sec-1-home-4-wrap .sec-1-home-4__nav li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 574.98px) {
    .sec-1-home-4-wrap .sec-1-home-4__nav li:not(:first-child)::before {
        left: -8px;
        width: 3px;
        height: 3px;
    }
}

.sec-1-home-4-wrap .sec-1-home-4__nav a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.sec-1-home-4-wrap .sec-1-home-4__nav a:hover {
    color: var(--at-common-white);
}

.sec-1-home-4-wrap .sec-1-home-4__nav a svg {
    flex-shrink: 0;
    opacity: 0.7;
}

/*----------------------------------------*/

/*  sec-3-home-4 (How We Work Process Cards)
/*----------------------------------------*/

.card__process-card {
    display: flex;
    gap: 20px;
    align-items: center;
}

.card__process-card.card-2 {
    margin-top: 80px;
}

.card__process-card.card-3 {
    margin-top: 160px;
}

.card__process-card.card-4 {
    margin-top: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card__process-card.card-2 {
        margin-top: 50px;
    }
    .card__process-card.card-3 {
        margin-top: 50px;
    }
    .card__process-card.card-4 {
        margin-top: 100px;
    }
}

@media (max-width: 574.98px) {
    .card__process-card {
        flex-direction: column;
        gap: 16px;
        margin-top: 0 !important;
    }
}

.card__process-visual {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    max-width: 100px;
    min-height: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .card__process-visual {
        max-width: 100px;
        min-height: 240px;
    }
}

@media (max-width: 574.98px) {
    .card__process-visual {
        max-width: 80px;
        min-height: 200px;
    }
}

.card__process-pill {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-height: 320px;
    border-radius: 9999px;
    overflow: hidden;
}

.card__process-pill--1 {
    background-image: url(../imgs/pages/img-81.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill--2 {
    background-image: url(../imgs/pages/img-82.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill--3 {
    background-image: url(../imgs/pages/img-83.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill--4 {
    background-image: url(../imgs/pages/img-84.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card__process-pill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.08) 2px, rgba(255, 255, 255, 0.08) 4px);
    opacity: 0.6;
    pointer-events: none;
}

.card__process-num {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-common-black, #1D1D1D);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

@media (max-width: 574.98px) {
    .card__process-num {
        width: 40px;
        height: 40px;
        font-size: 18px;
        top: 16px;
    }
}

.card__process-content {
    flex: 1;
    min-width: 0;
}

.card__process-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    margin-bottom: 12px;
}

@media (max-width: 574.98px) {
    .card__process-title {
        font-size: 20px;
    }
}

.card__process-desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--at-neutral-500);
    margin-bottom: 16px;
}

@media (max-width: 574.98px) {
    .card__process-desc {
        font-size: 14px;
    }
}

.card__process-divider {
    width: 100%;
    height: 1px;
    background: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  sec-4-home-4 (Featured Case Card)
/*----------------------------------------*/

.card_case__studies-card {
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
    background: #1D1D1D;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card_case__studies-card {
        flex-direction: column;
    }
}

.card_case__studies-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.card_case__studies-card:hover .card_case__studies-thumb img {
    transform: scale(1.04);
}

.card_case__studies-card:hover .card_case__studies-play {
    opacity: 0.95;
}

.card_case__studies-card:hover .card_case__studies-link svg {
    transform: rotate(90deg);
}

.card_case__studies-left {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    padding: 70px;
    background: #1D1D1D;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .card_case__studies-left {
        flex: none;
        padding: 32px 24px 28px;
    }
}

@media (max-width: 574.98px) {
    .card_case__studies-left {
        padding: 24px 20px 24px;
    }
}

.card_case__studies-featured-tag {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 100px;
    background: var(--at-theme-primary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FEFEFE;
    margin-bottom: 20px;
}

.card_case__studies-title {
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #FEFEFE;
    max-width: 60%;
}

@media (max-width: 574.98px) {
    .card_case__studies-title {
        max-width: 100%;
    }
}

.card_case__studies-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(254, 254, 254, 0.5);
    margin-bottom: 28px;
    max-width: 100%;
    max-width: 75%;
}

@media (max-width: 574.98px) {
    .card_case__studies-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.card_case__studies-metrics {
    display: flex;
    gap: 32px;
    align-items: stretch;
    gap: 0;
}

@media (max-width: 574.98px) {
    .card_case__studies-metrics {
        margin-bottom: 50px;
    }
}

.card_case__studies-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card_case__studies-metric:first-child {
    padding-right: 32px;
}

.card_case__studies-metric:last-child {
    padding-left: 32px;
}

.card_case__studies-metric-divider {
    width: 1px;
    min-height: 36px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

.card_case__studies-metric-value {
    letter-spacing: -2.4px;
    color: #FEFEFE;
}

.card_case__studies-metric-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
}

.card_case__studies-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    max-width: 50%;
}

@media (max-width: 574.98px) {
    .card_case__studies-tags {
        max-width: 100%;
    }
}

.card_case__studies-tag {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 32px;
    border: 1px solid rgba(223, 223, 223, 0.5);
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FEFEFE;
}

.card_case__studies-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FEFEFE;
}

.card_case__studies-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #FEFEFE;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.card_case__studies-link svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.card_case__studies-thumb {
    position: relative;
    width: 100%;
    height: 680px;
    border-radius: 12px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card_case__studies-thumb {
        height: 400px;
    }
}

.card_case__studies-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card_case__studies-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card_case__studies-card--overlay {
    padding: 10px;
    flex-direction: column;
    display: flex;
}

.card_case__studies-card--overlay:hover .card_case__studies-visual img {
    transform: scale(1.04);
}

.card_case__studies-visual {
    position: relative;
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    min-height: 300px;
}

.card_case__studies-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card_case__studies-metric-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 24px 32px;
    border-radius: 16px;
    border: 1px solid var(--neutral-500, #585959);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 574.98px) {
    .card_case__studies-metric-overlay {
        display: none;
        visibility: hidden;
    }
}

.card_case__studies-metric-overlay .card_case__studies-metric-value {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    color: #FEFEFE;
}

.card_case__studies-metric-overlay .card_case__studies-metric-label {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.card_case__studies-tags-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    max-width: 42%;
}

@media (max-width: 574.98px) {
    .card_case__studies-tags-overlay {
        max-width: 100%;
    }
}

.card_case__studies-tags-overlay .card_case__studies-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #FEFEFE;
    padding: 6px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(70, 70, 70, 0.2);
    backdrop-filter: blur(24px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.card_case__studies-tags-overlay .card_case__studies-tag:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FEFEFE;
}

.card_case__studies-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 30px;
    background: var(--at-neutral-700);
    border-radius: 12px;
}

@media (max-width: 574.98px) {
    .card_case__studies-footer {
        padding: 20px 20px;
        flex-wrap: wrap;
    }
}

.card_case__studies-footer-title {
    font-weight: 600;
    letter-spacing: -1.8px;
    color: #FEFEFE;
    margin: 0;
}

@media (max-width: 574.98px) {
    .card_case__studies-footer-title {
        font-size: 18px;
    }
}

.card_case__studies-card--overlay .card_case__studies-link {
    margin-top: 0;
}

/*----------------------------------------*/

/*  7.22 service css
/*----------------------------------------*/

.at-service-card {
    max-height: 480px;
    min-height: 480px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-card {
        min-height: 400px;
    }
}

.at-service-card.card-1 {
    position: relative;
}

.at-service-card.card-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background: linear-gradient(99deg, #000 5.05%, rgba(0, 0, 0, 0.44) 49.84%, #000 94.63%);
    z-index: 0;
}

.at-service-card.no-before::before {
    display: none;
}

.at-service-card.card-2,
.at-service-card .card-4 {
    background: var(--at-common-white);
    margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-card.card-2,
    .at-service-card .card-4 {
        margin-top: 0;
    }
}

.at-service-card.card-3 {
    background: #0f0f0f;
}

.at-service-card.style-2 {
    background: var(--at-neutral-0);
    border: 1px solid var(--at-neutral-950);
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.at-service-card.style-2::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--at-neutral-950);
    background: var(--at-neutral-0);
    transition: all 0.5s;
}

.at-service-card.style-2:hover {
    transform: translate(5px, 5px);
}

.at-service-item {
    background-color: var(--at-neutral-0);
    border-bottom: 1px solid var(--at-neutral-100);
    padding-top: 21px;
    padding-bottom: 29px;
    display: grid;
    align-items: center;
    gap: 15px 30px;
    grid-template-columns: 100px 1fr 280px;
    pointer-events: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-item {
        grid-template-columns: 70px 1fr 295px;
    }
}

@media (max-width: 574.98px) {
    .at-service-item {
        grid-template-columns: 1fr;
    }
}

.at-service-item .number {
    color: var(--at-neutral-500);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.8px;
    opacity: 0.3;
    transition: all 0.5s;
}

.at-service-item .content .title {
    color: var(--at-neutral-900);
    font-weight: 600;
    opacity: 0.3;
    transition: all 0.5s;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-item .content .title {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -2.4px;
    }
}

@media screen and (max-width: 1725px) {
    .at-service-item .content .title {
        font-size: 50px;
    }
}

.at-service-item .content .text {
    opacity: 0;
    max-height: 0px;
    transition: all 0.5s;
    max-width: 370px;
    margin-bottom: 0;
}

.at-service-item .thumb {
    text-align: right;
}

.at-service-item .thumb img {
    width: 100%;
    max-width: 190px;
    height: auto;
    transition: all 0.5s;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.at-service-item:hover .number {
    color: var(--at-theme-primary);
    opacity: 1;
}

.at-service-item:hover .title {
    opacity: 1;
    transition: all 0.5s;
}

.at-service-item:hover .text {
    opacity: 1;
    max-height: 100px;
    transition: all 0.5s;
}

.at-service-item:hover .thumb img {
    max-width: 284px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-content {
        margin-right: 0;
    }
}

.at-service-img-wrapper {
    height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .at-service-img-wrapper {
        height: 440px;
    }
}

@media (max-width: 574.98px) {
    .at-service-img-wrapper {
        height: 300px;
    }
}

.at-service-img-wrapper.image-container {
    position: relative;
    overflow: hidden;
}

.at-service-img-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.at-service-img-wrapper .hover-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-service-list-wrap {
        margin-left: 0;
    }
}

/*----------------------------------------*/

/*  7.17 portfolio
/*----------------------------------------*/

:root {
    --numOfSlides: 5;
    --slidingAT: 1.3s;
    --controlSize: 60px;
}

.alt-portfolio-content {
    background: var(--at-neutral-0);
    border-radius: 16px;
    padding: 16px 20px;
}

.alt-portfolio-date {
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #848282;
}

.alt-portfolio-thumb {
    border-radius: 16px;
}

.alt-portfolio-thumb::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, rgba(26, 26, 26, 0.76) 100%);
    z-index: 1;
}

.alt-portfolio-item {
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-portfolio-item {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.alt-portfolio-item:hover .alt-portfolio-btn {
    transition: all 0.4s ease;
    transform: translateY(0);
}

.alt-portfolio-item:hover .alt-portfolio-btn .des {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.alt-portfolio-item-2 {
    margin-top: -105px;
}

.alt-portfolio-item-3 {
    margin-top: -200px;
}

.alt-portfolio-item-4 {
    margin-top: 200px;
}

.alt-portfolio-item-6 {
    margin-top: -200px;
}

.alt-portfolio-btn {
    position: absolute;
    left: 54px;
    bottom: 45px;
    right: 80px;
    z-index: 2;
    transition: all 0.4s ease;
    transform: translateY(40%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-portfolio-btn {
        left: 20px;
        bottom: 20px;
        right: 10px;
    }
    .alt-portfolio-btn .h2 {
        font-size: 28px;
    }
}

.alt-portfolio-btn .des {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.alt-portfolio-btn .text {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: center;
    color: var(--at-common-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.alt-portfolio-main-title span {
    font-style: italic;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.alt-portfolio-main-title span svg {
    margin-top: -60px;
    margin-left: 5px;
}

.alt-portfolio-main-title-wrap {
    margin-bottom: -270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .alt-portfolio-main-title-wrap {
        margin-bottom: 30px;
    }
}

.at-hover-img canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs-portfolio-tag ul li {
    list-style: none;
    display: inline-block;
}

.cs-portfolio-tag ul li:not(:first-child) {
    margin-left: 5px;
}

.cs-portfolio-tag ul li a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 8px 19px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.cs-portfolio-tag ul li a:hover {
    background: var(--at-common-white);
    color: var(--at-common-black);
    border-color: var(--at-common-white);
}

.mg-portfolio-dec {
    letter-spacing: -0.03em;
    color: var(--at-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-portfolio-dec br {
        display: none;
    }
}

.mg-portfolio-content {
    padding: 23px 0 0 0;
}

.mg-portfolio-content .cs-portfolio-tag {
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mg-portfolio-content .cs-portfolio-tag {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-portfolio-content .cs-portfolio-tag {
        width: 100%;
    }
}

.mg-portfolio-content .cs-portfolio-tag ul li a {
    font-size: 12px;
    color: var(--at-common-black);
    border: 1px solid var(--at-neutral-100);
}

.mg-portfolio-content .cs-portfolio-tag ul li a:hover {
    border-color: var(--at-common-black);
    background: var(--at-common-black);
    color: var(--at-common-white);
}

.mg-portfolio-item {
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .mg-portfolio-item-wrap {
        margin-left: 0;
    }
}

.mg-portfolio-thumb.style-2 {
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
}

.mg-portfolio-thumb.style-2::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 26px;
    width: 40px;
    height: 40px;
    background-color: var(--at-neutral-0);
    z-index: 4;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M10.9562 3.73293L1.54623 13.1429L0 11.5967L9.41002 2.1867H1.11611V0H13.1429V12.0269H10.9562V3.73293Z" fill="%231D1D1D"/></svg>');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
}

.mg-portfolio-thumb.style-2 img {
    border-radius: 0;
    filter: grayscale(100%);
    transition: all 0.6s ease;
}

.mg-portfolio-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.mg-portfolio-thumb img {
    border-radius: 10px;
    transition: all 0.6s ease;
    transform-origin: center center;
}

.mg-portfolio-item {
    transition: all 0.6s ease;
}

.mg-portfolio-item:hover .mg-portfolio-thumb.style-2 img {
    filter: grayscale(0%);
}

/*----------------------------------------*/

/*  Award Card Styles
/*----------------------------------------*/

.card-award.style-2 {
    background-color: var(--at-neutral-50);
    border: none;
    border-bottom: 1px solid var(--at-neutral-950);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 15px 0;
}

.card-award.style-2:hover {
    border-color: var(--at-neutral-950);
    transition: all 0.3s ease;
    background-color: var(--at-neutral-950);
    padding: 15px 20px;
}

.card-award.style-1 {
    background-color: var(--at-common-white, #ffffff);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 42px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.card-award:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: var(--at-neutral-900);
    transition: all 0.3s ease;
    background-color: var(--at-neutral-900);
}

.card-award:hover .card-award-date {
    color: var(--at-neutral-300);
    transition: all 0.3s ease;
}

.card-award:hover .card-award-image img {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.card-award:hover .card-award-title {
    transition: all 0.3s ease;
    color: var(--at-common-white);
}

.card-award:hover .card-award-web-excellence {
    transition: all 0.3s ease;
    color: var(--at-neutral-300);
}

.card-award:hover .card-award-url {
    transition: all 0.3s ease;
    color: var(--at-neutral-300);
}

.card-award:hover .card-award-icon {
    color: var(--at-common-white);
    transition: all 0.3s ease;
}

.card-award-link {
    text-decoration: none;
    color: inherit;
    gap: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-link {
        flex-wrap: wrap;
        gap: 5px;
    }
}

@media (min-width: 1401px) {
    .card-award-link {
        gap: 20px;
    }
}

.card-award-date {
    flex: 0 0 200px;
    font-size: 14px;
    font-weight: 400;
    color: var(--at-neutral-500);
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: var(--at-ff-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-award-date {
        flex: 0 0 130px;
    }
}

@media (max-width: 574.98px) {
    .card-award-date {
        font-size: 12px;
    }
}

.card-award-meta {
    flex: 1;
}

.card-award-image {
    width: 90px;
    height: 62px;
    border-radius: 8px;
    overflow: hidden;
}

.card-award-image img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 574.98px) {
    .card-award-image {
        width: 60px;
        height: 42px;
    }
}

.card-award-content {
    flex: 0 0 450px;
    display: flex;
    gap: 16px;
    align-items: center;
    min-width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-award-content {
        flex: 0 0 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .card-award-content {
        flex: 1 1 100%;
    }
}

@media (min-width: 1400px) {
    .card-award-content .container {
        flex: 0 0 600px;
    }
}

.card-award-title {
    color: var(--at-common-black, #1d1d1d);
    line-height: 1.4;
    margin-bottom: 4px;
    font-family: var(--at-ff-body);
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

@media (max-width: 574.98px) {
    .card-award-title {
        font-size: 14px;
    }
}

.card-award-web-excellence {
    flex: 0 0 400px;
    color: var(--at-neutral-500);
    gap: 8px;
    transition: all 0.3s ease;
    flex-wrap: wrap;
    font-family: var(--at-ff-body);
}

@media (max-width: 574.98px) {
    .card-award-web-excellence {
        font-size: 12px;
    }
}

.card-award-url {
    color: var(--at-common-black, #1d1d1d);
}

.card-award-icon {
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 14px;
    height: 14px;
    color: var(--at-common-black, #1d1d1d);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-award-icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 574.98px) {
    .card-award-icon {
        width: 12px;
        height: 12px;
    }
}

.card-award-link:hover .card-award-icon {
    transform: rotate(45deg);
}

/* Card award expanded image preview (follows cursor, top-right of cursor, rotated -15deg) */

.card-award-preview {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    will-change: transform;
    transform-origin: left bottom;
}

.card-award-preview img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .card-award-preview {
        display: none !important;
    }
}

/*  testimonial css start */

.testimonial-cart-wrap {
    position: relative;
    border-radius: 16px;
    border: 1px solid var(--at-neutral-700);
    background: var(--at-neutral-800);
}

.testimonial-cart-wrap .rectangular {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 50px;
    background: var(--at-neutral-800);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-700);
    padding: 50px;
    z-index: -2;
    overflow: hidden;
    transition: all 0.3s ease;
}

.testimonial-cart-wrap .rectangular::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background: var(--at-theme-primary);
    filter: blur(125px);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

.testimonial-cart-wrap:hover .testimonial-content-author::before {
    transition: all 0.3s ease;
    width: 100px;
    background: var(--at-theme-primary);
}

.testimonial-cart-wrap:hover .rectangular::after {
    opacity: 1;
    width: 99px;
    height: 99px;
    transition: all 0.3s ease;
}

.testimonial-cart-wrap.style-2 {
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
}

.testimonial-cart-wrap.style-2 .rectangular {
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
}

.testimonial-cart-wrap.style-2 .testimonial-left-img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-cart-wrap.style-2 .testimonial-left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-cart-wrap.style-2 .testimonial-author {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-cart-wrap.style-2 .testimonial-author {
        margin-top: 60px;
    }
}

@media (max-width: 574.98px) {
    .testimonial-cart-wrap.style-2 .testimonial-author {
        margin-top: 40px;
    }
}

.testimonial-top {
    margin-bottom: 45px;
}

.testimonial-top-left-img {
    margin-right: 20px;
    width: 85px;
    height: 85px;
    border-radius: 16px;
    overflow: hidden;
}

.testimonial-top-left-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-top-right-logo {
    margin-left: 20px;
}

.testimonial-content-author {
    position: relative;
    margin-top: 80px;
}

.testimonial-content-author::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 57px;
    height: 1px;
    background: var(--at-neutral-500);
    transition: all 0.3s ease;
}

.slider-testimonial {
    padding-bottom: 12px;
}

.slider-testimonial .swiper-slide-active .testimonial-cart-wrap .rectangular::after {
    opacity: 1;
    width: 99px;
    height: 99px;
    transition: all 0.5s ease;
}

.slider-testimonial .swiper-slide-active .testimonial-cart-wrap .rectangular::before {
    bottom: -12px;
    transition: all 0.3s ease;
}

.scroll-section .wrapper {
    position: relative;
    height: auto;
}

.scroll-section .list {
    height: 100%;
    position: relative;
}

.scroll-section .item {
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
}

.scroll-section .item:first-child {
    min-height: 100%;
    height: 100%;
}

.scroll-section .item:not(:first-child) {
    position: absolute;
}

/*  testimonial css end */

/*----------------------------------------*/

/*  Team Card Styles
/*----------------------------------------*/

.team-grid-wrap {
    position: relative;
}

.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.team-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f5f5f5;
}

.team-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
}

.team-card-icon {
    color: var(--at-common-black);
    position: absolute;
    top: 22px;
    right: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--at-common-white);
    display: flex;
    justify-content: center;
    transition: all 0.5s ease;
    align-items: center;
}

.team-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, #1A1A1A 100%);
    backdrop-filter: blur(1.9500000477px);
    padding: 25px 81px 33px 30px;
    overflow: hidden;
}

.team-card-name .h6 {
    color: var(--at-common-white);
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
    line-height: 24px;
}

.team-card-position {
    letter-spacing: -0.28px;
    margin-top: 4px;
}

.team-card:hover .team-card-image img {
    transition: all 0.5s ease;
    filter: blur(5px);
    scale: 1.05;
}

.team-card:hover .team-card-icon {
    background: var(--at-common-black);
    color: var(--at-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .team-card-content {
        margin-top: 16px;
    }
}

/*----------------------------------------*/

/*  Team Card 2 (Home 4 Sec 6) - Social overlay on hover
/*----------------------------------------*/

.team-card-2__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-100, #DFDFDF);
}

.team-card-2__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card-2__social {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team-card-2__social {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-card-2__social {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 574.98px) {
    .team-card-2__social {
        left: 20px;
        right: 20px;
        bottom: 10px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.team-card-2:hover .team-card-2__image img {
    transform: scale(1.05);
}

.team-card-2:hover .team-card-2__social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.team-card-2__social-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(26, 26, 26, 0.1);
    border: 1px solid rgba(254, 254, 254, 0.3);
    border-radius: 100px;
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
}

.team-card-2__social-link svg {
    flex-shrink: 0;
}

.team-card-2__social-link:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #1D1D1D;
}

.team-card-2__content {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 26px 45px;
    min-height: 72px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    background: var(--at-neutral-0, #FEFEFE);
}

@media (max-width: 574.98px) {
    .team-card-2__content {
        padding: 20px;
    }
}

.team-card-2__name {
    text-decoration: none;
    color: var(--at-common-black);
}

.team-card-2__name .h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.team-card-2__name:hover .h6 {
    color: var(--at-theme-primary, #6366f1);
}

.team-card-2__position {
    flex-shrink: 0;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--at-common-black);
    background: transparent;
    border: 1px solid var(--at-common-black);
    border-radius: 100px;
}

/*----------------------------------------*/

/*  7.11 faq css
/*----------------------------------------*/

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq {
        margin-left: 0;
    }
}

.at-faq-dec {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.at-faq-item {
    border-radius: 0;
    box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
    background: var(--at-neutral-50);
    padding: 10px 30px 10px 30px;
    margin-bottom: 16px;
}

.at-faq-body {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 14px;
    padding-right: 112px;
    padding-left: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq-body {
        padding-right: 0;
    }
}

.at-faq-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 167%;
    color: var(--at-neutral-700);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq-body p br {
        display: none;
    }
}

.at-faq-number {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: var(--at-neutral-900);
    color: var(--at-common-white);
}

.at-faq-header {
    padding: 15px 0;
}

.at-faq-button {
    background: transparent;
    font-weight: 600;
    font-size: 24px;
    color: var(--at-common-black);
    font-family: var(--at-ff-body);
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 50px;
}

@media (max-width: 574.98px) {
    .at-faq-button {
        font-size: 18px;
    }
}

.at-faq-button span {
    font-weight: 500;
    margin-right: 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-faq-button span {
        margin-right: 30px;
    }
}

.at-faq-button::before,
.at-faq-button:after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    top: -3px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 30px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: var(--at-common-black);
    transition: all 0.5s ease;
}

.at-faq-button.collapsed:after {
    content: "\f067";
}

/*----------------------------------------*/

/*  7.3 banner
/*----------------------------------------*/

.at-banner-thumb {
    height: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .at-banner-thumb {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-banner-thumb {
        height: 400px;
    }
}

/*----------------------------------------*/

/*  7.13 gallery css
/*----------------------------------------*/

.at-gallery-wrapper {
    background: var(--at-common-black);
    height: 1110px;
    overflow: hidden;
    border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-gallery-wrapper {
        height: 630px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .at-gallery-wrapper {
        height: 430px;
    }
}

.at-gallery-item {
    overflow: hidden;
    border-radius: 20px;
}

.at-gallery-item:hover img {
    transform: scale(1.1);
}

.at-gallery-item img {
    border-radius: 20px;
    transition: all 0.6s ease;
}

/*----------------------------------------*/

/*  Content product right – shop details 
/*----------------------------------------*/

.content-product-right {
    position: relative;
}

.content-product-right__top {
    margin-bottom: 4px;
}

.content-product-right__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #6D9765;
    color: #fefefe;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: capitalize;
}

.content-product-right__brand {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
}

.content-product-right__title {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.8px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .content-product-right__title {
        font-size: 28px;
        letter-spacing: -1.2px;
    }
}

.content-product-right__price {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 8px;
}

.content-product-right__shipping {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 16px;
}

.content-product-right__excerpt-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 8px;
    line-height: 1.4;
}

.content-product-right__read-more {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    text-decoration: underline;
    color: var(--at-neutral-900, #1d1d1d);
    transition: color 0.3s ease;
}

.content-product-right__read-more:hover {
    color: var(--at-theme-primary);
}

.content-product-right__option--qty {
    width: 75%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .content-product-right__option--qty {
        width: 100%;
    }
}

.content-product-right__option-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-900, #1d1d1d);
    margin-bottom: 12px;
}

.content-product-right__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.content-product-right__size {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 4px;
    background-color: var(--at-neutral-50, #f2f2f2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.content-product-right__size:hover {
    background-color: var(--at-neutral-100, #e5e5e5);
}

.content-product-right__size.active {
    border-color: var(--at-neutral-900, #1d1d1d);
}

.content-product-right__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.content-product-right__color {
    width: 32px;
    height: 32px;
    border: 2px solid var(--at-neutral-0, #fefefe);
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.content-product-right__color:hover {
    box-shadow: 0 0 0 1px var(--at-neutral-400);
}

.content-product-right__color.active {
    border-color: var(--at-neutral-900, #1d1d1d);
    border-width: 2px;
}

.content-product-right__qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 155px;
    height: 50px;
    padding: 0 16px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 100px;
    background: var(--at-neutral-0, #fefefe);
}

.content-product-right__qty-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.content-product-right__qty-btn:hover {
    opacity: 0.7;
}

.content-product-right__qty-val {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--at-neutral-900, #1d1d1d);
    min-width: 24px;
    text-align: center;
}

.content-product-right__btn--outline {
    background-color: var(--at-neutral-0, #fefefe) !important;
    color: var(--at-neutral-900, #1d1d1d) !important;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    flex: 1;
}

.content-product-right__btn--outline:hover {
    color: var(--at-neutral-900);
    border-color: var(--at-neutral-900);
}

.content-product-right__btn--primary {
    background-color: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
    border: none;
}

.content-product-right__meta {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-500, #585959);
}

.content-product-right__meta strong {
    color: var(--at-neutral-900, #1d1d1d);
    font-weight: 700;
}

.content-product-right__meta-item {
    margin: 0 0 8px;
}

.content-product-right__benefits {
    list-style: disc;
    padding-left: 21px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-950, #0f0f0f);
}

.content-product-right__benefits li {
    margin-bottom: 4px;
}

.content-product-right__share-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
}

.content-product-right__share-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--at-neutral-900);
    transition: color 0.2s ease;
}

.content-product-right__share-icon:hover {
    color: var(--at-theme-primary);
}

.content-product-right__tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    border-bottom: 0;
    padding-bottom: 0;
}

.content-product-right__tab-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--at-neutral-500, #585959);
    border: none;
    padding: 0 0 12px;
    background: none;
    border-radius: 0;
    position: relative;
}

.content-product-right__tab-nav .nav-link.active {
    color: var(--at-neutral-900, #1d1d1d);
    text-decoration: underline;
}

.content-product-right__tab-nav .nav-link:hover {
    color: var(--at-neutral-900);
}

.content-product-right__tab-content {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    line-height: 1.5;
}

.content-product-right__tab-lead {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

.content-product-right__tab-content p {
    margin-bottom: 16px;
}

.content-product-right__tab-content p:last-child {
    margin-bottom: 0;
}

.content-product-right__spec-table {
    width: 100%;
    border-collapse: collapse;
}

.content-product-right__spec-table th,
.content-product-right__spec-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--at-neutral-100);
    text-align: left;
}

.content-product-right__spec-table th {
    font-weight: 600;
    color: var(--at-neutral-900);
    width: 140px;
}

.content-product-right__no-reviews {
    margin: 0;
    color: var(--at-neutral-500);
}

/*----------------------------------------*/

/*  Shop cart – list & items 
/*----------------------------------------*/

.cart-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    font-family: var(--at-ff-body);
}

.cart-list__header {
    width: 100%;
}

.cart-list__select-all {
    cursor: pointer;
    gap: 5px;
}

.cart-list__check-wrap {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 4px;
    background: var(--at-neutral-0, #fefefe);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cart-list__check-icon {
    width: 10px;
    height: 9px;
    opacity: 0;
    transition: opacity 0.2s ease;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-select-all:checked+.cart-list__check-wrap {
    background: var(--at-neutral-900, #1d1d1d);
    border-color: var(--at-neutral-900, #1d1d1d);
}

.cart-select-all:checked+.cart-list__check-wrap .cart-list__check-icon {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.cart-list__select-all-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-list__items {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.cart-remove-selected {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cart-remove-selected:hover {
    opacity: 0.7;
}

/* Cart item card */

.cart-item {
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 16px;
    min-height: 177px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    transition: box-shadow 0.2s ease;
}

.cart-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cart-item__inner {
    padding: 9px 39px;
    min-height: 177px;
}

.cart-item__left {
    gap: 29px;
}

.cart-item__check-label {
    cursor: pointer;
    flex-shrink: 0;
}

.cart-item__check-wrap {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 4px;
    background: var(--at-neutral-0, #fefefe);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cart-item__check-icon {
    width: 10px;
    height: 9px;
    opacity: 0;
    transition: opacity 0.2s ease;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-item .cart-item-check:checked+.cart-item__check-wrap {
    background: var(--at-neutral-900, #1d1d1d);
    border-color: var(--at-neutral-900, #1d1d1d);
}

.cart-item .cart-item-check:checked+.cart-item__check-wrap .cart-item__check-icon {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.cart-item__main {
    gap: 23px;
}

.cart-item__img-wrap {
    width: 140px;
    height: 159px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--at-neutral-50, #f2f2f2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-item__info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    min-width: 0;
    max-width: 306px;
}

.cart-item__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0;
}

.cart-item__meta {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-500, #585959);
    margin: 0;
}

.cart-item__price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.9px;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0;
}

.cart-item__right {
    width: 298px;
    flex-shrink: 0;
}

.cart-item__qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 155px;
    height: 50px;
    padding: 0 19.5px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 100px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-item-qty-minus,
.cart-item-qty-plus {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    transition: opacity 0.2s ease;
    padding: 0;
    line-height: 1;
}

.cart-item-qty-minus:hover,
.cart-item-qty-plus:hover {
    opacity: 0.7;
}

.cart-item-qty-val {
    min-width: 24px;
    text-align: center;
}

.cart-item-delete {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: var(--at-neutral-900, #1d1d1d);
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.cart-item-delete:hover {
    opacity: 0.7;
    color: var(--at-neutral-700);
}

.cart-item-delete i {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-item__inner {
        padding: 16px 20px;
        flex-wrap: wrap;
        gap: 16px;
    }
    .cart-item__right {
        width: 100%;
        justify-content: flex-start;
        gap: 16px;
    }
    .cart-item__info {
        max-width: 100%;
    }
    .cart-item__title {
        font-size: 20px;
    }
}

@media (max-width: 574.98px) {
    .cart-item__inner {
        padding: 12px 16px;
    }
    .cart-item__img-wrap {
        width: 100px;
        height: 114px;
    }
    .cart-item__left {
        gap: 16px;
    }
    .cart-item__main {
        gap: 12px;
    }
}

/*----------------------------------------*/

/*  Shop cart – summary 
/*----------------------------------------*/

.cart-summary {
    background: var(--at-neutral-50, #f2f2f2);
    border-radius: 16px;
    overflow: hidden;
    padding: 52px 49px 60px;
    font-family: var(--at-ff-body);
    width: 100%;
    align-self: flex-start;
}

@media (min-width: 992px) {
    .cart-summary {
        position: sticky;
        top: 120px;
    }
}

.cart-summary__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 24px;
}

.cart-summary__coupon {
    margin-bottom: 24px;
    gap: 4px;
}

.cart-summary__coupon-input {
    flex: 1;
    min-width: 0;
    max-width: 328px;
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--at-neutral-100, #dfdfdf) !important;
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-summary__coupon-input::-moz-placeholder {
    color: var(--at-neutral-500, #585959);
}

.cart-summary__coupon-input::placeholder {
    color: var(--at-neutral-500, #585959);
}

.cart-summary__coupon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 52px;
    padding: 0 24px;
    min-width: 118px;
    border: none;
    border-radius: 42px;
    background: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--at-neutral-0, #fefefe);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cart-summary__coupon-btn:hover {
    opacity: 0.9;
}

.cart-summary__coupon-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-summary__coupon-icon svg {
    display: block;
}

.cart-summary__divider {
    height: 1px;
    background: var(--at-neutral-100, #dfdfdf);
    margin: 0 0 24px;
    width: 100%;
}

.cart-summary__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.cart-summary__row {
    width: 100%;
}

.cart-summary__label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-summary__value {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
}

.cart-summary__checkout-btn:hover {
    color: var(--at-neutral-0, #fefefe);
    opacity: 0.9;
}

.cart-summary__checkout-btn .icon-arrow-up-right {
    display: inline-flex;
    font-size: 0;
}

.cart-summary__checkout-btn .icon-arrow-up-right svg {
    width: 14px;
    height: 14px;
}

.cart-summary__delivery {
    margin: 24px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-700, #303030);
}

.cart-summary__delivery-date {
    font-weight: 700;
    color: var(--at-neutral-900, #1d1d1d);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary {
        padding: 40px 24px 48px;
    }
    .cart-summary__coupon-input {
        max-width: 100%;
    }
}

@media (max-width: 574.98px) {
    .cart-summary {
        padding: 32px 20px 40px;
    }
    .cart-summary__title {
        font-size: 20px;
    }
    .cart-summary__checkout-btn {
        max-width: 100%;
    }
}

/*----------------------------------------*/

/*  Shop checkout – Billing Details & Payment 
/*----------------------------------------*/

/* Billing Details */

.checkout-billing {
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    padding: 46px 62px 52px;
    font-family: var(--at-ff-body);
    margin-bottom: 32px;
}

.checkout-billing__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.8px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 11px;
}

.checkout-billing__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--at-neutral-700, #303030);
    margin: 0 0 38px;
    max-width: 584px;
}

.checkout-billing__form {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.checkout-billing__row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 26px;
    width: 100%;
}

.checkout-billing__row--half .checkout-billing__field {
    flex: 1 1 calc(50% - 13px);
    min-width: 0;
}

.checkout-billing__field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.checkout-billing__field--full {
    flex: 1 1 100%;
}

.checkout-billing__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    line-height: normal;
}

.checkout-billing__input {
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    width: 100%;
    transition: border-color 0.2s ease;
}

.checkout-billing__input::-moz-placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-billing__input::placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-billing__input:focus {
    outline: none;
    border-color: var(--at-neutral-300, #a3a3a3);
}

.checkout-billing__input--full {
    max-width: 100%;
}

.checkout-billing__input--phone {
    max-width: 100%;
    padding-left: 120px;
}

.checkout-billing__phone-wrap {
    position: relative;
    max-width: 493px;
    width: 100%;
    height: 52px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    display: flex;
    align-items: center;
}

.checkout-billing__country-select {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    min-width: 100px;
    padding: 0 36px 0 26px;
    border: none;
    border-radius: 50px 0 0 50px;
    background: transparent;
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.81864 8.58158L11.0436 5.35669L11.965 6.27809L7.81864 10.4244L3.67236 6.27809L4.59376 5.35669L7.81864 8.58158Z' fill='%231d1d1d'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.checkout-billing__country-select:focus {
    outline: none;
}

.checkout-billing__country-select option {
    padding: 8px 12px;
    background: var(--at-neutral-0, #fefefe);
    color: var(--at-neutral-900, #1d1d1d);
}

@media (max-width: 991px) {
    .checkout-billing {
        padding: 40px 24px 48px;
    }
    .checkout-billing__row--half .checkout-billing__field {
        flex: 1 1 100%;
    }
    .checkout-billing__input {
        max-width: 100%;
    }
    .checkout-billing__phone-wrap {
        max-width: 100%;
    }
}

@media (max-width: 574.98px) {
    .checkout-billing {
        padding: 32px 20px 40px;
    }
    .checkout-billing__title {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    .checkout-billing__desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .checkout-billing__form {
        gap: 28px;
    }
}

/* Payment */

.checkout-payment {
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    padding: 47px 62px 52px;
    font-family: var(--at-ff-body);
}

.checkout-payment__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.8px;
    line-height: 1;
    color: var(--at-neutral-900, #1d1d1d);
    margin: 0 0 11px;
}

.checkout-payment__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--at-neutral-700, #303030);
    margin: 0 0 38px;
    max-width: 584px;
}

.checkout-payment__form {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.checkout-payment__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
    align-items: flex-end;
}

.checkout-payment__row--cards .checkout-payment__field--card-number {
    flex: 1 1 369px;
    min-width: 0;
}

.checkout-payment__row--cards .checkout-payment__field:not(.checkout-payment__field--card-number) {
    flex: 0 1 299px;
    min-width: 200px;
}

.checkout-payment__row--half .checkout-payment__field {
    flex: 1 1 calc(50% - 13px);
    min-width: 0;
}

.checkout-payment__field {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.checkout-payment__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: var(--at-neutral-900, #1d1d1d);
    line-height: normal;
}

.checkout-payment__input {
    height: 52px;
    padding: 0 24px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 50px;
    background: var(--at-neutral-0, #fefefe);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: var(--at-neutral-900, #1d1d1d);
    width: 100%;
    transition: border-color 0.2s ease;
}

.checkout-payment__input::-moz-placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-payment__input::placeholder {
    color: var(--at-neutral-500, #585959);
}

.checkout-payment__input:focus {
    outline: none;
    border-color: var(--at-neutral-300, #a3a3a3);
}

.checkout-payment__input--card {
    max-width: 100%;
    padding-right: 160px;
}

.checkout-payment__card-input-wrap {
    position: relative;
    max-width: 369px;
    width: 100%;
}

.checkout-payment__card-icons {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

.checkout-payment__card-icon {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--at-neutral-500, #585959);
    line-height: 1;
}

@media (max-width: 991px) {
    .checkout-payment {
        padding: 40px 24px 48px;
    }
    .checkout-payment__row--cards .checkout-payment__field--card-number,
    .checkout-payment__row--cards .checkout-payment__field:not(.checkout-payment__field--card-number) {
        flex: 1 1 100%;
    }
    .checkout-payment__row--half .checkout-payment__field {
        flex: 1 1 100%;
    }
    .checkout-payment__input {
        max-width: 100%;
    }
    .checkout-payment__card-input-wrap {
        max-width: 100%;
    }
    .checkout-payment__input--card {
        padding-right: 24px;
    }
}

@media (max-width: 574.98px) {
    .checkout-payment {
        padding: 32px 20px 40px;
    }
    .checkout-payment__title {
        font-size: 28px;
        letter-spacing: -1.4px;
    }
    .checkout-payment__desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .checkout-payment__form {
        gap: 28px;
    }
}

/*----------------------------------------*/

/*  7.23 skill css
/*----------------------------------------*/

.at-skill-item {
    background: #f8f8f8;
    border-radius: 24px;
    padding: 71px 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-skill-item {
        padding: 40px 20px;
    }
}

.at-skill-icon {
    width: 70px;
    height: 70px;
}

.at-skill-text {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.04em;
    color: var(--at-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .at-skill-text {
        font-size: 24px;
    }
}

/*----------------------------------------*/

/*  sec-6-about: skill cards
/*----------------------------------------*/

.skill-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.skill-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: var(--at-neutral-0);
    border-radius: 16px;
    border: 1px solid var(--at-neutral-100);
}

.skill-card__thumb {
    flex-shrink: 0;
    width: 90px;
    height: 62px;
    border-radius: 8px;
    overflow: hidden;
}

.skill-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.skill-card__content {
    flex: 1;
    min-width: 0;
}

.skill-card__title {
    flex: 0 0 500px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900);
    margin-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .skill-card__title {
        flex: 0 0 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-card__title {
        flex: 0 0 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .skill-card__title {
        flex: 0 0 100px;
    }
}

@media (max-width: 574.98px) {
    .skill-card__title {
        flex: 1;
    }
}

.skill-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 27px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: var(--at-neutral-900, #171717);
    background: var(--at-neutral-50, #fafafa);
    border: 1px solid var(--at-neutral-100, #e5e5e5);
    border-radius: 100px;
    transition: all 0.3s ease;
}

.skill-card__tag:hover {
    background: var(--at-neutral-0);
    border: 1px solid var(--at-neutral-900);
}

.skill-card__tag-icon {
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.skill-card__score {
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--at-neutral-900);
}

.skill-card__score .skill-card__score-value {
    font-size: 36px;
}

.skill-card__score .skill-card__score-value .odometer {
    letter-spacing: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-card {
        gap: 20px;
        padding: 14px 20px;
    }
    .skill-card__tag {
        font-size: 20px;
        padding: 5px 10px;
    }
    .skill-card__tag-icon {
        width: 18px;
        height: 18px;
    }
    .skill-card__score {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-card {
        gap: 16px;
        padding: 14px 20px;
    }
    .skill-card__tag {
        font-size: 16px;
        padding: 5px 10px;
    }
    .skill-card__tag-icon {
        width: 18px;
        height: 18px;
    }
    .skill-card__score {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .skill-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px;
    }
    .skill-card__tags {
        gap: 6px;
    }
    .skill-card__tag {
        font-size: 16px;
        padding: 5px 10px;
    }
    .skill-card__tag-icon {
        width: 16px;
        height: 16px;
    }
    .skill-card__score {
        font-size: 14px;
        align-self: flex-end;
    }
}

@media (max-width: 574.98px) {
    .skill-card {
        padding: 14px;
    }
    .skill-card__tag {
        font-size: 16px;
        padding: 4px 8px;
    }
    .skill-card__tag-icon {
        width: 14px;
        height: 14px;
    }
}

/*----------------------------------------*/

/*  Home 2 Section 11 - Price plan toggle
/*----------------------------------------*/

.change-price-plan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.price-plan-toggle-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--at-neutral-900);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color 0.2s ease;
}

.price-plan-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.price-plan-toggle__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.price-plan-toggle__track {
    display: block;
    width: 70px;
    height: 33px;
    background: var(--at-common-white);
    border: 1px solid var(--at-neutral-100);
    border-radius: 9999px;
    transition: background 0.25s ease;
}

.price-plan-toggle__thumb {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: var(--at-neutral-900);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, left 0.25s ease;
    pointer-events: none;
}

.price-plan-toggle__input:checked+.price-plan-toggle__track+.price-plan-toggle__thumb {
    left: 42px;
}

.price-plan-toggle__input:focus-visible+.price-plan-toggle__track {
    outline: 2px solid #1A1A1A;
    outline-offset: 2px;
}

/*----------------------------------------*/

/*  Home 2 Section 11 - Pricing cards
/*----------------------------------------*/

.home-2-pricing-card {
    position: relative;
    background: var(--at-neutral-0);
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-2-pricing-card__badge {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #fff;
    background: var(--at-theme-primary);
    padding: 6px 10px;
    border-radius: 9999px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .home-2-pricing-card__badge {
        top: 45px;
        right: 45px;
    }
}

.home-2-pricing-card__body {
    flex: 0 0 auto;
    padding: 25px;
    background: var(--at-neutral-50);
    border-radius: 14px;
}

.home-2-pricing-card--popular .home-2-pricing-card__body {
    background: rgba(240, 70, 14, 0.1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.home-2-pricing-card__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--at-neutral-900);
    margin-bottom: 16px;
}

.home-2-pricing-card__price {
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.home-2-pricing-card__price-value {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: var(--at-neutral-900);
    font-family: var(--at-ff-body);
    letter-spacing: -2.4px;
}

.home-2-pricing-card__price-period {
    font-size: 16px;
    font-weight: 500;
    color: var(--at-neutral-500);
    margin-left: 2px;
}

.home-2-pricing-card__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--at-neutral-500);
    margin-bottom: 28px;
}

.home-2-pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 40px 25px 25px 25px;
    flex: 1 1 auto;
}

.home-2-pricing-card__features li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--at-neutral-700);
    margin-bottom: 14px;
    font-family: var(--at-ff-body);
}

.home-2-pricing-card__features li:last-child {
    margin-bottom: 0;
}

.home-2-pricing-card__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    margin-right: 12px;
}

.home-2-pricing-card__feature-icon svg {
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .home-2-pricing-card__price-value {
        font-size: 42px;
    }
    .home-2-pricing-card__title {
        font-size: 20px;
    }
    .home-2-pricing-card__features li {
        font-size: 16px;
    }
}

@media (max-width: 574.98px) {
    .home-2-pricing-card {
        padding: 8px;
    }
}

/*----------------------------------------*/

/*  sec-2-home-5 - Why Orisa 3 columns
/*----------------------------------------*/

.sec-2-home-5__grid {
    align-items: stretch;
}

.sec-2-home-5__col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sec-2-home-5__card--hero {
    position: relative;
    min-height: 370px;
    background: var(--at-neutral-900, #1a1a1a);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-5__card--hero {
        min-height: 320px;
    }
}

.sec-2-home-5__card--list {
    flex: 1;
}

.sec-2-home-5__card--testimonial {
    flex: 1;
}

.sec-2-home-5__card--product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-2-home-5__card--small:not(:first-child) {
    border-radius: 16px;
    background: var(--at-neutral-0, #FEFEFE);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-5__card--small {
        margin-top: 1rem;
    }
}

.sec-2-home-5__card--img {
    padding: 11px 0 0 30px;
    border-radius: 16px;
    background: var(--at-neutral-0, #FEFEFE);
    position: relative;
    min-height: 260px;
}

.sec-2-home-5__card--img .img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-2-home-5__card--quote {
    min-height: 180px;
    padding: 57px 34px;
    border-radius: 16px;
}

.sec-2-home-5 {
    /* Hero block */
}

.sec-2-home-5__hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(99deg, #000 5%, rgba(0, 0, 0, 0.44) 50%, #000 95%);
    opacity: 0.65;
    z-index: 1;
}

.sec-2-home-5__hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.sec-2-home-5__hero-overlay {
    z-index: 2;
}

.sec-2-home-5__hero-title {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.3;
    max-width: 85%;
    letter-spacing: -0.02em;
}

@media (max-width: 574.98px) {
    .sec-2-home-5__hero-title {
        font-size: 1rem;
        max-width: 100%;
    }
}

.sec-2-home-5 {
    /* List with plus icon */
}

.sec-2-home-5__list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: var(--at-neutral-900, #1a1a1a);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.sec-2-home-5__list-item::before {
    content: "+";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--at-neutral-900, #1a1a1a);
    color: var(--at-neutral-0);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-2-home-5 {
    /* Testimonial */
}

.sec-2-home-5__avatar {
    width: 48px;
    height: 48px;
}

.sec-2-home-5__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-2-home-5__avatars-row {
    flex-wrap: wrap;
}

.sec-2-home-5__avatar-sm {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    background: var(--at-neutral-50);
}

.sec-2-home-5__avatar-sm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
}

.sec-2-home-5__stars {
    display: flex;
    gap: 2px;
    font-size: 14px;
}

.sec-2-home-5__star {
    color: var(--at-neutral-500, #e5e5e5);
}

.sec-2-home-5__star--filled {
    color: var(--at-neutral-900, #1a1a1a);
}

.sec-2-home-5 {
    /* Stat */
}

.sec-2-home-5__stat {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900, #1a1a1a);
}

/*----------------------------------------*/

/*  at-brand-scroll - Vertical random scroll of 3 logos in each brand cell
/*----------------------------------------*/

.at-brand-scroll .at-brand-item .brand {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.at-brand-scroll {
    /* Viewport: show only 1 logo, fixed height = 1 slide */
}

.at-brand-scroll .brand-logo-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70px;
    flex-shrink: 0;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-brand-scroll .brand-logo-viewport {
        height: 50px;
    }
}

.at-brand-scroll .brand-logo-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    will-change: transform;
}

.at-brand-scroll .brand-logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    min-height: 70px;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 574.98px) {
    .at-brand-scroll .brand-logo-slide {
        height: 60px;
        min-height: 60px;
    }
}

.at-brand-scroll .brand-logo-slide img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

/*----------------------------------------*/

/*  block-journey - Career Path & Expertise
/*  Header CTA: Book A Call Now | Hero card: SINCE 2012 + overlay | Journey list
/*----------------------------------------*/

.block-journey {
    /* CTA: Book A Call Now + white circle arrow */
}

.block-journey__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 100px;
    border: 1px solid var(--at-neutral-600, #4d4d4d);
    background: transparent;
    color: var(--at-neutral-0);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.block-journey__cta:hover {
    border-color: var(--at-neutral-500, #585959);
    background: rgba(255, 255, 255, 0.05);
    color: var(--at-neutral-0);
}

.block-journey__cta-text {
    letter-spacing: 0.01em;
}

.block-journey__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--at-neutral-0);
    color: var(--at-neutral-900, #1a1a1a);
    flex-shrink: 0;
}

.block-journey {
    /* Hero card: image + SINCE 2012 badge + overlay title */
}

.block-journey__hero {
    border-radius: 16px;
    overflow: hidden;
}

.block-journey__hero-thumb {
    position: relative;
    display: block;
}

.block-journey__hero-badge {
    position: absolute;
    left: 20px;
    bottom: 80px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--at-neutral-0);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 2;
}

.block-journey__hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

.block-journey__hero-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    max-width: 14ch;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey__hero-title {
        font-size: 18px;
    }
}

.block-journey .journey-list-wrap {
    position: relative;
    padding-left: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list-wrap {
        padding-left: 30px;
    }
}

.block-journey .journey-list-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: var(--at-neutral-700, #3d3d3d);
    will-change: height;
}

.block-journey .journey-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.block-journey .journey-list__item {
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr auto;
    gap: 24px 32px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid var(--at-neutral-700, #3d3d3d);
}

.block-journey .journey-list__item:first-child {
    padding-top: 0;
}

.block-journey .journey-list__item:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}

.block-journey .journey-list__item:last-child .journey-list__desc {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__item {
        grid-template-columns: 1fr auto;
        gap: 8px 16px;
        padding: 20px 0;
    }
    .block-journey .journey-list__item .journey-list__date {
        grid-column: 1;
    }
    .block-journey .journey-list__item .journey-list__body {
        grid-column: 1;
        grid-row: 2;
    }
    .block-journey .journey-list__item .journey-list__link {
        grid-column: 2;
        grid-row: 1/3;
        align-self: center;
    }
}

.block-journey .journey-list__date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--at-neutral-0);
    flex-shrink: 0;
    padding-top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__date {
        font-size: 13px;
    }
}

.block-journey .journey-list__body {
    max-width: 75%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__body {
        max-width: 100%;
    }
}

.block-journey .journey-list__title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.35;
    color: var(--at-neutral-0);
    margin: 0 0 6px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__title {
        font-size: 18px;
    }
}

.block-journey .journey-list__company {
    font-weight: 500;
    opacity: 0.9;
}

.block-journey .journey-list__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .block-journey .journey-list__desc {
        font-size: 14px;
    }
}

.block-journey .journey-list__link {
    display: inline-flex;
    align-items: flex-start;
    align-self: flex-start;
    justify-content: flex-start;
    color: var(--at-neutral-0);
    padding: 8px;
    margin: -8px;
    transition: opacity 0.2s ease;
}

.block-journey .journey-list__link:hover {
    opacity: 0.8;
}

.block-journey .journey-list__link svg {
    display: block;
}

/*----------------------------------------*/

/*  sec-1-home-7 (Advancing Startup Innovation Hero)
/*----------------------------------------*/

.sec-1-home-7 {
    min-height: 100vh;
    color: #fff;
    padding-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7 {
        min-height: auto;
        padding-top: 110px;
    }
}

.sec-1-home-7__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.sec-1-home-7__bg-left,
.sec-1-home-7__bg-right {
    flex: 1 1 50%;
}

.sec-1-home-7__bg-left {
    background: #c7260a;
}

.sec-1-home-7__bg-right {
    background: #800b01;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__bg {
        flex-direction: column;
    }
    .sec-1-home-7__bg-left {
        flex: 0 0 45%;
    }
    .sec-1-home-7__bg-right {
        flex: 1 1 auto;
    }
}

.sec-1-home-7__star {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%) rotate(22deg);
    z-index: 2;
    pointer-events: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .sec-1-home-7__star {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-1-home-7__star {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__star {
        width: 90px;
        height: 90px;
    }
}

.sec-1-home-7__star img {
    width: 100%;
    height: 100%;
}

.sec-1-home-7__left {
    min-height: 760px;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__left {
        min-height: 640px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__left {
        min-height: auto;
        padding-bottom: 40px;
    }
}

.sec-1-home-7__img-wrap {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    max-width: 45%;
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__img-wrap {
        position: relative;
        height: 520px;
    }
}

@media (max-width: 574.98px) {
    .sec-1-home-7__img-wrap {
        height: 420px;
    }
}

.sec-1-home-7__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.sec-1-home-7__coords {
    position: absolute;
    top: 140px;
    left: 130px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.sec-1-home-7__coords .text-scramble {
    cursor: default;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .sec-1-home-7__coords {
        left: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__coords {
        top: 120px;
        left: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__coords {
        top: 110px;
        left: 30px;
    }
}

@media (max-width: 574.98px) {
    .sec-1-home-7__coords {
        font-size: 14px;
    }
}

.sec-1-home-7__tags {
    position: absolute;
    left: 100px;
    bottom: 60px;
    z-index: 2;
    max-width: 540px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .sec-1-home-7__tags {
        left: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__tags {
        left: 40px;
        bottom: 40px;
        max-width: 460px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__tags {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 24px 20px 0;
        max-width: 100%;
    }
}

.sec-1-home-7__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(70, 70, 70, 0.2);
    backdrop-filter: blur(24px);
    text-decoration: none;
    transition: all 0.3s ease;
}

.sec-1-home-7__tag:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.sec-1-home-7__tag svg {
    flex-shrink: 0;
    opacity: 0.9;
}

@media (max-width: 574.98px) {
    .sec-1-home-7__tag {
        font-size: 14px;
        padding: 10px 16px;
    }
}

.sec-1-home-7__right {
    display: flex;
    align-items: center;
    padding: 0;
}

.sec-1-home-7__content {
    width: 100%;
    max-width: 640px;
    padding: 30px 60px 60px 125px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-1-home-7__content {
        padding: 30px 50px 60px;
        max-width: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__content {
        padding: 30px 40px 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__content {
        padding: 40px 24px 60px;
        max-width: 100%;
    }
}

.sec-1-home-7__brackets {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.02em;
}

.sec-1-home-7__brackets li {
    opacity: 0.9;
}

@media (max-width: 574.98px) {
    .sec-1-home-7__brackets {
        font-size: 14px;
        gap: 18px !important;
    }
}

.sec-1-home-7__headline-wrap {
    display: inline-block;
    max-width: 100%;
}

.sec-1-home-7__headline {
    font-family: var(--at-ff-heading);
    font-size: 92px;
    line-height: 1;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .sec-1-home-7__headline {
        font-size: 82px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-1-home-7__headline {
        font-size: 72px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__headline {
        font-size: 62px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-1-home-7__headline {
        font-size: 64px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-1-home-7__headline {
        font-size: 52px;
    }
}

@media (max-width: 574.98px) {
    .sec-1-home-7__headline {
        font-size: 40px;
    }
}

.sec-1-home-7__headline-arrow-cover {
    position: absolute;
    top: 110px;
    right: 0px;
    transform: rotate(-45deg);
}

.sec-1-home-7__headline-arrow-cover__headline-arrow {
    position: absolute;
    top: 10px;
    right: -30px;
    color: var(--at-common-white);
    transform: rotate(0deg);
    width: 70px;
    height: 53px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-1-home-7__headline-arrow-cover__headline-arrow {
        width: 56px;
        height: 42px;
        right: -10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-1-home-7__headline-arrow-cover__headline-arrow {
        width: 44px;
        height: 34px;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-1-home-7__headline-arrow-cover__headline-arrow {
        width: 50px;
        height: 38px;
        right: 0;
    }
}

.sec-1-home-7__headline-arrow-cover__headline-arrow svg {
    width: 100%;
    height: 100%;
}

.sec-1-home-7__desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -0.02em;
    max-width: 560px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-1-home-7__desc {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__desc {
        font-size: 16px;
    }
}

.sec-1-home-7__cta-btn,
.sec-1-home-7__cta-arrow {
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    transition: all 0.3s ease;
    text-decoration: none;
}

.sec-1-home-7__cta-btn:hover,
.sec-1-home-7__cta-arrow:hover {
    background: var(--at-common-white);
    color: var(--at-theme-primary);
}

.sec-1-home-7__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 27px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.sec-1-home-7__cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sec-1-home-7__cta-arrow svg {
    width: 18px;
    height: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-7__proof {
        justify-content: flex-start;
    }
}

.sec-1-home-7__avatars {
    display: inline-flex;
    align-items: center;
}

.sec-1-home-7__avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    display: inline-block;
    flex-shrink: 0;
}

.sec-1-home-7__avatar:not(:first-child) {
    margin-left: -25px;
}

.sec-1-home-7__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 574.98px) {
    .sec-1-home-7__avatar {
        width: 52px;
        height: 52px;
        border-width: 3px;
    }
    .sec-1-home-7__avatar:not(:first-child) {
        margin-left: -20px;
    }
}

.sec-1-home-7__proof-text {
    font-size: 16px;
    letter-spacing: -0.02em;
    max-width: 220px;
}

@media (max-width: 574.98px) {
    .sec-1-home-7__proof-text {
        font-size: 14px;
        max-width: 100%;
    }
}

/*----------------------------------------*/

/*  sec-2-home-7 (We Power the World's Fastest Growing Startups)
/*----------------------------------------*/

.sec-2-home-7 {
    position: relative;
    border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
    overflow: hidden;
}

.sec-2-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-2-home-7__eyebrow svg {
    transition: transform 0.35s ease;
}

.sec-2-home-7__eyebrow:hover {
    color: var(--at-theme-primary);
}

.sec-2-home-7__eyebrow:hover svg {
    transform: translate(2px, -2px);
}

.sec-2-home-7__headline {
    font-family: var(--at-heading-font);
    color: var(--at-neutral-950, #0f0f0f);
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.sec-2-home-7__headline-strong {
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-2-home-7__headline-muted {
    color: var(--at-neutral-300, #b7b7b7);
}

.sec-2-home-7__desc {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.sec-2-home-7__desc strong {
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__desc {
        font-size: 18px;
    }
}

.sec-2-home-7__grid {
    border-top: 1px solid var(--at-neutral-100, #dfdfdf);
    background-image: linear-gradient(to right, transparent 0, transparent calc(20% - 1px), var(--at-neutral-100, #dfdfdf) calc(20% - 1px), var(--at-neutral-100, #dfdfdf) 20%, transparent 20%, transparent calc(40% - 1px), var(--at-neutral-100, #dfdfdf) calc(40% - 1px), var(--at-neutral-100, #dfdfdf) 40%, transparent 40%, transparent calc(60% - 1px), var(--at-neutral-100, #dfdfdf) calc(60% - 1px), var(--at-neutral-100, #dfdfdf) 60%, transparent 60%, transparent calc(80% - 1px), var(--at-neutral-100, #dfdfdf) calc(80% - 1px), var(--at-neutral-100, #dfdfdf) 80%, transparent 80%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__grid {
        background-image: none;
        border-top: 0;
    }
}

.sec-2-home-7__row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}

.sec-2-home-7__row:last-child {
    border-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-2-home-7__row {
        -moz-column-gap: 24px;
        column-gap: 24px;
        padding: 32px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-2-home-7__row {
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 28px 0;
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding: 40px 0;
    }
}

.sec-2-home-7__col-1 {
    grid-column: 1/span 1;
}

.sec-2-home-7__col-2 {
    grid-column: 2/span 1;
}

.sec-2-home-7__col-3 {
    grid-column: 3/span 1;
}

.sec-2-home-7__col-4 {
    grid-column: 4/span 1;
}

.sec-2-home-7__col-5 {
    grid-column: 5/span 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__col-1,
    .sec-2-home-7__col-2,
    .sec-2-home-7__col-3,
    .sec-2-home-7__col-4,
    .sec-2-home-7__col-5 {
        grid-column: auto;
        width: 100%;
    }
}

.sec-2-home-7__cell {
    min-width: 0;
}

.sec-2-home-7__cell--img .sec-2-home-7__img-wrap {
    position: relative;
    width: 100%;
    max-width: 270px;
    aspect-ratio: 270/329;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
}

.sec-2-home-7__cell--img .sec-2-home-7__img-wrap .thumb {
    height: 330px;
}

.sec-2-home-7__cell--img .sec-2-home-7__img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.6s ease;
    border-radius: 16px;
}

.sec-2-home-7__cell--img .sec-2-home-7__img-wrap:hover img {
    transform: scale(1.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__cell--img .sec-2-home-7__img-wrap {
        max-width: 100%;
        aspect-ratio: 16/10;
    }
}

.sec-2-home-7__cell--feature {
    max-width: 260px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__cell--feature {
        max-width: 100%;
    }
}

.sec-2-home-7__cell--stat {
    max-width: 320px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__cell--stat {
        max-width: 100%;
    }
}

.sec-2-home-7__feature-icon {
    width: 40px;
    height: 40px;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-2-home-7__feature-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sec-2-home-7__feature-title {
    color: var(--at-neutral-900, #1d1d1d);
    font-family: var(--at-heading-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-2-home-7__feature-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__feature-title {
        font-size: 28px;
    }
}

.sec-2-home-7__feature-desc {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.sec-2-home-7__stat-value {
    color: var(--at-neutral-900, #1d1d1d);
    font-family: var(--at-heading-font);
    font-size: 84px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .sec-2-home-7__stat-value {
        font-size: 76px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-2-home-7__stat-value {
        font-size: 64px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-2-home-7__stat-value {
        font-size: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-7__stat-value {
        font-size: 64px;
    }
}

.sec-2-home-7__stat-label {
    color: var(--at-neutral-500, #585959);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.at-item-anime.marque {
    overflow: hidden;
    border-radius: 16px;
}

.at-item-anime.marque img {
    transition: transform 0.6s ease;
}

.at-item-anime.marque:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
    transition: transform 0.6s ease;
}

/*----------------------------------------*/

/*  sec-4-home-7 (Our mission — dual reveal-text headline + locations)
/*----------------------------------------*/

.sec-4-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-4-home-7__frame {
    position: relative;
    max-width: 319px;
    aspect-ratio: 319/368;
    margin-inline: auto;
    overflow: hidden;
}

.sec-4-home-7__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.sec-4-home-7__img--bg {
    -o-object-position: 65% center;
    object-position: 65% center;
    transform: scale(1.08);
}

.sec-4-home-7__img--helmet {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 18%;
    object-position: 50% 18%;
    width: 118%;
    height: 128%;
    left: -9%;
    top: -6%;
}

.sec-4-home-7__title {
    font-family: var(--at-heading-font);
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.05em;
    max-width: 1040px;
}

.sec-4-home-7__title-part {
    display: inline;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

.sec-4-home-7__title-part--950 {
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-4-home-7__title-part--300 {
    color: var(--at-neutral-300, #b7b7b7);
}

.sec-4-home-7__cta-btn {
    border-radius: 50px 0 0 50px;
    padding-inline: 27px;
    min-height: 50px;
}

.sec-4-home-7__cta-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #1D1D1D;
    border-radius: 50%;
    margin-left: 0;
    text-decoration: none;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.sec-4-home-7__cta-circle:hover {
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    transform: translateY(-2px);
}

.sec-4-home-7__loc-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-4-home-7__loc-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500, #585959);
}

@media (min-width: 992px) {
    .sec-4-home-7__loc-body--solo {
        padding-top: 44px;
    }
}

.sec-4-home-7__loc-strong {
    font-weight: 500;
    color: var(--at-neutral-900, #1d1d1d);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sec-4-home-7__loc-strong:hover {
    color: var(--at-theme-primary);
}

/*----------------------------------------*/

/*  sec-5-home-7 (Specialized services + accordion + throwable logos)
/*----------------------------------------*/

.sec-5-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-5-home-7__title {
    font-family: var(--at-heading-font);
    font-size: clamp(2.25rem, 4.5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
    max-width: 560px;
}

.sec-5-home-7__cta-btn {
    border-radius: 50px 0 0 50px;
    padding-inline: 27px;
    min-height: 50px;
}

.sec-5-home-7__cta-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #1D1D1D;
    border-radius: 50%;
    margin-left: 0;
    text-decoration: none;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.sec-5-home-7__cta-circle:hover {
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    transform: translateY(-2px);
}

.sec-5-home-7__photo {
    max-width: 493px;
    margin-inline: auto;
    aspect-ratio: 493/582;
    overflow: hidden;
    background: var(--at-neutral-300, #b7b7b7);
}

.sec-5-home-7__photo img {
    display: block;
}

.sec-5-home-7__accordion {
    --sec5-acc-gap: 39px;
}

.sec-5-home-7__acc-item {
    margin-bottom: var(--sec5-acc-gap);
    background: transparent;
    border: 0;
}

.sec-5-home-7__acc-item:last-child {
    margin-bottom: 0;
}

.sec-5-home-7__acc-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950, #0f0f0f);
    background: var(--at-neutral-0, #fefefe);
    border: solid var(--at-neutral-100, #dfdfdf);
    border-width: 1px 0;
    border-radius: 0;
    box-shadow: none;
}

.sec-5-home-7__acc-btn::after {
    display: none;
}

.sec-5-home-7__acc-btn:not(.collapsed) {
    background: var(--at-neutral-100, #dfdfdf);
    border-color: var(--at-neutral-100, #dfdfdf);
    color: var(--at-neutral-950, #0f0f0f);
    box-shadow: none;
}

.sec-5-home-7__acc-btn:focus {
    box-shadow: none;
    border-color: var(--at-neutral-100, #dfdfdf);
}

.sec-5-home-7__acc-btn.collapsed {
    background: var(--at-neutral-0, #fefefe);
}

.sec-5-home-7__acc-title {
    flex: 1 1 auto;
    text-align: left;
    min-width: 0;
}

.sec-5-home-7__acc-toggle {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-5-home-7__acc-plus {
    display: block;
    transition: transform 0.3s ease;
}

.sec-5-home-7__acc-btn:not(.collapsed) .sec-5-home-7__acc-plus {
    transform: rotate(45deg);
}

.sec-5-home-7__acc-body {
    padding: 0 10px 0;
    border: 0;
    background: transparent;
}

.sec-5-home-7__acc-text {
    max-width: 420px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-5-home-7__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10.5px 19px;
    border-radius: 32px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-5-home-7__throw .client-capsule-wrapper {
    margin-top: 0;
    height: 420px;
}

@media (min-width: 992px) {
    .sec-5-home-7__throw .client-capsule-wrapper {
        height: 520px;
    }
}

@media (min-width: 1400px) {
    .sec-5-home-7__throw .client-capsule-wrapper {
        height: 580px;
    }
}

.sec-5-home-7__throw .client-box--brand-h7 {
    background-color: var(--at-theme-primary);
}

/*----------------------------------------*/

/*  sec-6-home-7 (The Process — Growth Engine)
/*----------------------------------------*/

.sec-6-home-7 {
    position: relative;
    border-top: 1px solid var(--at-neutral-100, #dfdfdf);
}

.sec-6-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-6-home-7__eyebrow svg {
    transition: transform 0.35s ease;
}

.sec-6-home-7__eyebrow:hover {
    color: var(--at-theme-primary);
}

.sec-6-home-7__eyebrow:hover svg {
    transform: translate(2px, -2px);
}

.sec-6-home-7__title {
    font-family: var(--at-heading-font);
    color: var(--at-neutral-900, #1d1d1d);
    font-size: clamp(2.5rem, 5.5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.sec-6-home-7__desc {
    max-width: 494px;
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.05em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-6-home-7__desc {
        font-size: 16px;
        max-width: 100%;
    }
}

.sec-6-home-7__chips {
    gap: 10px;
    width: 100%;
}

.sec-6-home-7__chip {
    display: inline-flex;
    align-items: center;
    height: 55px;
    padding: 0 30px;
    background: var(--at-neutral-950, #0f0f0f);
    color: var(--at-neutral-0, #fefefe);
    overflow: hidden;
    transition: transform 0.35s ease, background 0.35s ease;
}

.sec-6-home-7__chip:hover {
    background: var(--at-theme-primary);
    transform: translateX(4px);
}

.sec-6-home-7__chip--1 {
    margin-left: 0;
    width: 20.06%;
    min-width: 280px;
}

.sec-6-home-7__chip--2 {
    margin-left: 14.13%;
    width: 29.94%;
    min-width: 300px;
}

.sec-6-home-7__chip--3 {
    margin-left: 35.99%;
    width: 45.58%;
    min-width: 340px;
}

.sec-6-home-7__chip--4 {
    margin-left: 64.42%;
    width: 35.58%;
    min-width: 300px;
}

.sec-6-home-7__chip-text {
    font-family: var(--at-heading-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sec-6-home-7__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-6-home-7__cards {
        gap: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-6-home-7__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-6-home-7__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-6-home-7__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.sec-6-home-7__card-wrap {
    min-width: 0;
}

.sec-6-home-7__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 487px;
    padding: 51px 52px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    border-radius: 8px;
    background: var(--at-neutral-0, #fefefe);
    overflow: hidden;
    transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.sec-6-home-7__card:hover {
    border-color: var(--at-neutral-300, #b7b7b7);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(15, 15, 15, 0.12);
}

.sec-6-home-7__card:hover .sec-6-home-7__card-media img {
    transform: scale(1.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-6-home-7__card {
        min-height: 440px;
        padding: 40px 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-6-home-7__card {
        min-height: 420px;
        padding: 36px 32px;
    }
}

@media (max-width: 574.98px) {
    .sec-6-home-7__card {
        min-height: auto;
        padding: 32px 24px;
    }
}

.sec-6-home-7__card-body {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 24px;
}

.sec-6-home-7__card-num {
    font-family: var(--at-heading-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-300, #b7b7b7);
}

.sec-6-home-7__card-title {
    font-family: var(--at-heading-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-7__card-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-7__card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 305/185;
    border-radius: 8px;
    overflow: hidden;
    background: var(--at-neutral-100, #dfdfdf);
}

.sec-6-home-7__card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(0%);
    transition: transform 0.6s ease, filter 0.4s ease;
}

.sec-6-home-7__card-media:hover img {
    filter: grayscale(100%);
    transition: transform 0.6s ease, filter 0.4s ease;
}

/*----------------------------------------*/

/*  sec-7-home-7 (CTA — Ready to Build the Future?)
/*----------------------------------------*/

.sec-7-home-7 {
    position: relative;
    background: #7f0b01;
    color: #fefefe;
}

.sec-7-home-7__media {
    width: 100%;
    max-width: 798px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.sec-7-home-7__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-7-home-7__eyebrow {
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-7-home-7__headline {
    font-family: var(--at-heading-font);
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.05em;
    color: #fefefe;
    max-width: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-7-home-7__headline {
        font-size: 40px;
        line-height: 1.15;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-7-home-7__headline {
        font-size: 32px;
        line-height: 1.2;
    }
}

.sec-7-home-7__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 39px;
    max-width: 560px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-7-home-7__features {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.sec-7-home-7__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fefefe;
    margin: 0;
}

.sec-7-home-7__cta-btn {
    background: var(--at-theme-primary, #f0460e);
    border-radius: 50px 0 0 50px;
    padding-inline: 27px;
    min-height: 50px;
}

.sec-7-home-7__cta-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: var(--at-theme-primary, #f0460e);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, background 0.35s ease;
}

.sec-7-home-7__cta-circle:hover {
    transform: translateY(-2px);
}

.sec-7-home-7__cta-circle img {
    display: block;
}

.sec-7-home-7__star {
    position: absolute;
    right: 100px;
    bottom: 120px;
    width: 100px;
    height: 100px;
    pointer-events: none;
}

.sec-7-home-7__star img {
    width: 100%;
    height: 100%;
    display: block;
    animation: sec7Home7Spin 12s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-7-home-7__star {
        right: 24px;
        bottom: 24px;
        opacity: 0.9;
    }
}

@keyframes sec7Home7Spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*----------------------------------------*/

/*  sec-8-home-7 (Team — Dedicated Team + Staggered Portrait Grid)
/*----------------------------------------*/

.sec-8-home-7 {
    position: relative;
    padding: 120px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-8-home-7 {
        padding: 90px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7 {
        padding: 60px 0;
    }
}

.sec-8-home-7__lead {
    padding-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-8-home-7__lead {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__lead {
        padding-top: 0;
    }
}

.sec-8-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-8-home-7__eyebrow svg {
    transition: transform 0.35s ease;
}

.sec-8-home-7__eyebrow:hover {
    color: var(--at-theme-primary);
}

.sec-8-home-7__eyebrow:hover svg {
    transform: translate(2px, -2px);
}

.sec-8-home-7__heading {
    font-family: var(--at-heading-font);
    color: var(--at-neutral-900, #1d1d1d);
    font-size: clamp(3.5rem, 8.5vw, 7.75rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    max-width: 600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__heading {
        max-width: 100%;
    }
}

.sec-8-home-7__desc {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.05em;
    max-width: 605px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sec-8-home-7__desc {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-8-home-7__desc {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__desc {
        font-size: 18px;
        max-width: 100%;
    }
}

.sec-8-home-7__cta-btn {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 27px;
    border-radius: 50px;
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
    font-family: var(--at-heading-font);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-decoration: none;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.sec-8-home-7__cta-btn:hover {
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    transform: translateX(2px);
}

.sec-8-home-7__cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
    transition: background 0.35s ease, transform 0.35s ease;
}

.sec-8-home-7__cta-arrow svg {
    width: 20px;
    height: 20px;
    display: block;
    transition: transform 0.35s ease;
}

.sec-8-home-7__cta-arrow:hover {
    background: var(--at-theme-primary);
    transform: rotate(-15deg);
}

.sec-8-home-7__cta-arrow:hover svg {
    transform: scale(1.1);
}

.sec-8-home-7__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-8-home-7__grid {
        gap: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.sec-8-home-7__col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-8-home-7__col {
        gap: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__col {
        gap: 24px;
    }
}

@media (min-width: 992px) {
    .sec-8-home-7__col--offset {
        margin-top: 100px;
    }
}

.sec-8-home-7__card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 407/549;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-100, #dfdfdf);
    text-decoration: none;
    isolation: isolate;
}

.sec-8-home-7__card:hover .sec-8-home-7__photo img {
    transform: scale(1.05);
}

.sec-8-home-7__card:hover .sec-8-home-7__badge {
    transform: translate(2px, -2px);
}

.sec-8-home-7__photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.sec-8-home-7__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    transition: transform 0.7s ease;
}

.sec-8-home-7__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 38px 40px 40px;
    height: 38%;
    color: var(--at-common-white, #fefefe);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.55) 45%, rgb(26, 26, 26) 100%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 35%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 35%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__info {
        padding: 28px 30px 30px;
    }
}

.sec-8-home-7__name {
    font-family: var(--at-heading-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.05em;
    color: #fefefe;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-8-home-7__name {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-8-home-7__name {
        font-size: 26px;
    }
}

.sec-8-home-7__role {
    font-family: var(--at-heading-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    opacity: 0.8;
    color: #fefefe;
}

.sec-8-home-7__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--at-neutral-0, #fefefe);
    color: var(--at-neutral-900, #1d1d1d);
    transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
    z-index: 2;
}

.sec-8-home-7__badge svg {
    width: 15px;
    height: 14px;
    display: block;
}

.sec-8-home-7__badge--dark {
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
}

/*----------------------------------------*/

/*  sec-9-home-7 (Marquee — carouselTicker + GSAP scroll-move)
/*  Structure mirrors Home 3 sec-2: .carouselTicker > ul.carouselTicker__list
/*----------------------------------------*/

.sec-9-home-7 {
    background: #0f0f0f;
    padding: 40px 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-9-home-7 {
        padding: 28px 0;
    }
}

.sec-9-home-7__ticker {
    background: #0f0f0f;
}

.sec-9-home-7__row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sec-9-home-7__list {
    gap: 31px !important;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-9-home-7__list {
        gap: 18px !important;
    }
}

.sec-9-home-7__item {
    font-family: var(--at-heading-font);
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-0, #fefefe);
    flex-shrink: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-9-home-7__item {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-9-home-7__item {
        font-size: 32px;
        line-height: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-9-home-7__item {
        font-size: 24px;
        line-height: 40px;
    }
}

.sec-9-home-7__item--sm {
    font-size: 36px;
    letter-spacing: -0.05em;
    text-transform: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-9-home-7__item--sm {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-9-home-7__item--sm {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-9-home-7__item--sm {
        font-size: 20px;
    }
}

.sec-9-home-7__sep {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-9-home-7__sep img {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-9-home-7__sep {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }
}

/*----------------------------------------*/

/*  sec-10-home-7 (Insights for Founders — blog grid)
/*----------------------------------------*/

.sec-10-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-10-home-7__eyebrow svg {
    transition: transform 0.35s ease;
}

.sec-10-home-7__eyebrow:hover {
    color: var(--at-theme-primary);
}

.sec-10-home-7__eyebrow:hover svg {
    transform: translate(2px, -2px);
}

.sec-10-home-7__title {
    font-family: var(--at-heading-font);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
    max-width: 400px;
}

.sec-10-home-7__lead {
    font-family: var(--at-heading-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900, #1d1d1d);
    max-width: 720px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-10-home-7__lead {
        font-size: 18px;
    }
}

.sec-10-home-7__btn-all {
    height: 50px;
    padding: 0 27px;
    border-radius: 50px;
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.sec-10-home-7__btn-all:hover {
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    transform: translateY(-2px);
}

.sec-10-home-7__grid .blog-card__thumb {
    overflow: hidden;
}

.sec-10-home-7__grid .blog-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (min-width: 992px) {
    .sec-10-home-7__grid>div:nth-child(1) .blog-card__thumb {
        height: 360px;
    }
    .sec-10-home-7__grid>div:nth-child(2) .blog-card__thumb {
        height: 298px;
    }
    .sec-10-home-7__grid>div:nth-child(3) .blog-card__thumb {
        height: 396px;
    }
    .sec-10-home-7__grid>div:nth-child(4) .blog-card__thumb {
        height: 329px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-10-home-7__grid .blog-card__thumb {
        height: 280px;
    }
}

.sec-10-home-7__grid>div:nth-child(4) .blog-card__author {
    color: var(--at-theme-primary);
}

.sec-10-home-7__grid>div:nth-child(4) .blog-card__author:hover {
    color: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  sec-11-home-7 (Get in touch — contact form)
/*----------------------------------------*/

.sec-11-home-7 {
    background: var(--at-neutral-50, #f2f2f2);
}

.sec-11-home-7__eyebrow {
    color: var(--at-neutral-900, #1d1d1d);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.sec-11-home-7__title {
    font-family: var(--at-heading-font);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
    max-width: 520px;
}

.sec-11-home-7__form {
    max-width: 720px;
}

.sec-11-home-7__form .sec-4-about-form__textarea {
    min-height: 192px;
    resize: vertical;
}

/*------------------------------------------------------------------
  Home 8 — Section 1: Hero
------------------------------------------------------------------*/

.sec-1-home-8 {
    background-color: var(--at-neutral-0);
}

.sec-1-home-8 .h8-grid-lines {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(to right, var(--at-neutral-100) 0px, var(--at-neutral-100) 1px, transparent 1px, transparent 5px, var(--at-neutral-100) 5px, var(--at-neutral-100) 6px, transparent 6px, transparent 278px);
    background-size: 278px 100%;
    background-position: 265px 0;
}

.sec-1-home-8 .h8-container {
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
    position: relative;
    z-index: 1;
}

.sec-1-home-8 .h8-row-1 {
    padding-top: clamp(130px, 9.5vw, 185px);
    padding-bottom: clamp(30px, 3vw, 55px);
}

.sec-1-home-8 .h8-col-left {
    display: flex;
    align-items: flex-start;
}

.sec-1-home-8 .h8-headline-group {
    gap: clamp(20px, 2.9vw, 55px);
    align-items: flex-start;
}

.sec-1-home-8 .h8-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(80px, 7.34vw, 141px);
    height: clamp(80px, 7.34vw, 141px);
    flex-shrink: 0;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.sec-1-home-8 .h8-badge:hover {
    transform: scale(1.06);
}

.sec-1-home-8 .h8-badge__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sec-1-home-8 .h8-badge__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
}

.sec-1-home-8 .h8-badge__inner span {
    font-size: clamp(10px, 0.83vw, 16px);
    font-weight: 700;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sec-1-home-8 .h8-badge__inner svg {
    width: clamp(10px, 0.73vw, 14px);
    height: auto;
}

.sec-1-home-8 .h8-headline {
    font-size: clamp(32px, 3.33vw, 64px);
    font-weight: 600;
    line-height: 1.125;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--at-neutral-0);
    -webkit-text-stroke: 1.5px var(--at-neutral-950);
    paint-order: stroke fill;
    max-width: clamp(280px, 35.7vw, 686px);
}

.sec-1-home-8 .h8-col-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.sec-1-home-8 .h8-photos {
    gap: clamp(16px, 4.3vw, 82px);
    align-items: flex-start;
}

.sec-1-home-8 .h8-photo-box {
    width: clamp(100px, 10.1vw, 194px);
    overflow: hidden;
    flex-shrink: 0;
    will-change: transform;
}

.sec-1-home-8 .h8-photo-box img {
    width: 100%;
    height: clamp(130px, 12.76vw, 245px);
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-1-home-8 .h8-photo-box.h8-photo-down img {
    height: clamp(112px, 11.2vw, 215px);
    margin-top: clamp(8px, 0.78vw, 15px);
}

.sec-1-home-8 .h8-row-2 {
    padding-bottom: clamp(50px, 5vw, 0px);
}

.sec-1-home-8 .h8-col-left-2 {
    display: flex;
    align-items: flex-start;
}

.sec-1-home-8 .h8-col-right-2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: clamp(20px, 2vw, 30px);
}

.sec-1-home-8 .h8-stats {
    gap: clamp(24px, 3.8vw, 73px);
}

.sec-1-home-8 .h8-stat-num {
    font-size: clamp(56px, 6.46vw, 124px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
    margin-bottom: clamp(8px, 0.5vw, 12px);
}

.sec-1-home-8 .h8-stat-num .odometer {
    letter-spacing: -0.05em;
}

.sec-1-home-8 .h8-stat-desc {
    font-size: clamp(14px, 1.25vw, 24px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.4;
    color: var(--at-neutral-900);
    max-width: clamp(180px, 17vw, 326px);
    margin-bottom: 0;
}

.sec-1-home-8 .h8-bottom-band {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 70px;
}

.sec-1-home-8 .h8-big-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6px, 1.5vw, 24px);
    font-size: clamp(52px, 12.5vw, 240px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    color: var(--at-theme-primary);
    white-space: nowrap;
    padding: clamp(8px, 1vw, 20px) 0 clamp(10px, 1.2vw, 24px);
    margin-bottom: 0;
}

.sec-1-home-8 .h8-registered {
    font-size: 0.22em;
    vertical-align: super;
    line-height: 1;
    color: var(--at-theme-primary);
    font-style: normal;
}

.sec-1-home-8 .h8-portrait-frame {
    display: inline-block;
    width: clamp(60px, 10.6vw, 204px);
    height: clamp(55px, 9.74vw, 187px);
    overflow: hidden;
    flex-shrink: 0;
    clip-path: polygon(25.35% 0%, 100% 0%, 74.65% 100%, 0% 100%);
}

.sec-1-home-8 .h8-portrait-frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    display: block;
    pointer-events: none;
}

.sec-1-home-8 .h8-bottom-meta {
    padding: clamp(8px, 0.8vw, 16px) clamp(20px, 5.2vw, 100px) clamp(24px, 2vw, 40px);
}

.sec-1-home-8 .h8-bottom-meta svg {
    color: var(--at-neutral-900);
    flex-shrink: 0;
}

.sec-1-home-8 .h8-meta-text {
    font-size: clamp(12px, 1.46vw, 28px);
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .sec-1-home-8 .h8-col-right,
    .sec-1-home-8 .h8-col-right-2 {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .sec-1-home-8 .h8-photos {
        flex-wrap: wrap;
        overflow: visible;
    }
    .sec-1-home-8 .h8-big-title {
        flex-wrap: wrap;
        white-space: normal;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sec-1-home-8 .h8-photos {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        width: 100%;
    }
    .sec-1-home-8 .h8-photo-box {
        width: auto;
    }
    .sec-1-home-8 .h8-photo-box img {
        height: clamp(160px, 22vw, 210px);
    }
    .sec-1-home-8 .h8-photo-box.h8-photo-down img {
        height: clamp(150px, 20vw, 198px);
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .sec-1-home-8 .h8-headline-group {
        flex-direction: column;
        gap: 20px;
    }
    .sec-1-home-8 .h8-stats {
        flex-direction: column;
        gap: 30px;
    }
    .sec-1-home-8 .h8-photos {
        gap: 12px;
    }
    .sec-1-home-8 .h8-big-title {
        font-size: clamp(40px, 10vw, 80px);
        letter-spacing: -0.05em;
    }
    .sec-1-home-8 .h8-portrait-frame {
        display: none;
    }
    .sec-1-home-8 .h8-bottom-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/*----------------------------------------*/

/*  Home 8 — Section 2 (Orange marquee — carouselTicker-left)
/*  Matches Figma: brand-1 bar, 32px semibold white, 20px gap, 16px star
/*----------------------------------------*/

.sec-2-home-8 {
    overflow: hidden;
}

.sec-2-home-8__row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sec-2-home-8__ticker {
    background-color: var(--at-theme-primary);
}

.sec-2-home-8__list {
    gap: 20px !important;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-8__list {
        gap: 16px !important;
    }
}

.sec-2-home-8__item {
    font-family: var(--at-heading-font);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0);
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-2-home-8__item {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-8__item {
        font-size: 20px;
    }
}

.sec-2-home-8__sep {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-2-home-8__sep img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-2-home-8__sep {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }
}

.sec-2-home-8__rules {
    height: 28px;
    width: 100%;
    background-color: var(--at-neutral-0);
    background-image: linear-gradient(to bottom, var(--at-theme-primary) 0, var(--at-theme-primary) 1px, transparent 1px, transparent 6px, var(--at-theme-primary) 6px, var(--at-theme-primary) 7px, transparent 7px, transparent 11px, var(--at-theme-primary) 11px, var(--at-theme-primary) 12px, transparent 12px, transparent 15px, var(--at-theme-primary) 15px, var(--at-theme-primary) 16px, transparent 16px, transparent 19px, var(--at-theme-primary) 19px, var(--at-theme-primary) 20px, transparent 20px);
}

/*------------------------------------------------------------------
  Home 8 — Section 3 (About block + staggered photos)
------------------------------------------------------------------*/

.sec-3-home-8 {
    background-color: var(--at-neutral-0);
    padding-top: clamp(60px, 5.9vw, 113px);
    padding-bottom: clamp(60px, 7.5vw, 145px);
}

.sec-3-home-8__container {
    padding-left: clamp(20px, 4.5vw, 86px);
    padding-right: clamp(20px, 4.5vw, 86px);
}

.sec-3-home-8__title {
    font-size: clamp(40px, 4.375vw, 84px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950);
    max-width: 644px;
    margin-bottom: clamp(24px, 2.1vw, 40px);
}

.sec-3-home-8__title-accent {
    color: var(--at-theme-primary);
}

.sec-3-home-8__lead {
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950);
    max-width: 600px;
    margin-bottom: clamp(28px, 2.2vw, 40px);
}

.sec-3-home-8__tags {
    gap: 6px;
    max-width: 360px;
}

.sec-3-home-8__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10.5px 19px;
    border: 1px solid var(--at-neutral-100);
    border-radius: 32px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    line-height: 1;
}

.sec-3-home-8__media {
    gap: clamp(16px, 1.56vw, 30px);
}

.sec-3-home-8__photo {
    overflow: hidden;
    flex-shrink: 0;
}

.sec-3-home-8__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-3-home-8__photo--narrow {
    width: min(100%, 334px);
    height: clamp(220px, 19.4vw, 373px);
    margin-top: clamp(32px, 4.8vw, 92px);
}

.sec-3-home-8__photo--wide {
    width: min(100%, 407px);
    height: clamp(280px, 24.2vw, 465px);
}

@media (max-width: 991px) {
    .sec-3-home-8 .sec-3-home-8__media {
        flex-wrap: wrap;
    }
    .sec-3-home-8 .sec-3-home-8__photo--narrow {
        margin-top: 0;
    }
}

/*----------------------------------------*/

/*  Home 8 — Section 4 (Services — Figma + Home 1 sec-4 GSAP hover stack)
/*----------------------------------------*/

.sec-4-home-8 {
    background-color: var(--at-neutral-0);
    border-top: 1px solid var(--at-neutral-100);
    position: relative;
}

.sec-4-home-8__top {
    width: 100%;
}

.sec-4-home-8__kicker {
    font-size: 16px;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
}

.sec-4-home-8__kicker-icon {
    display: inline-flex;
    color: var(--at-neutral-900);
    line-height: 0;
}

.sec-4-home-8__since {
    color: var(--at-neutral-900);
}

.sec-4-home-8__card {
    overflow: hidden;
    padding-bottom: clamp(20px, 2vw, 28px);
}

.sec-4-home-8__img-stack {
    height: 410px;
    margin-bottom: clamp(16px, 1.8vw, 24px);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-4-home-8__img-stack {
        height: 300px;
    }
}

.sec-4-home-8__img-stack .hover-image img {
    border-radius: 0;
}

.sec-4-home-8__caption {
    color: var(--at-neutral-950);
    letter-spacing: -0.02em;
    line-height: 1.4;
    padding-left: clamp(16px, 2vw, 24px);
    padding-right: clamp(16px, 2vw, 24px);
}

.sec-4-home-8__deco {
    display: flex;
    justify-content: flex-end;
    padding-right: clamp(16px, 4vw, 48px);
    position: absolute;
    top: 60%;
    left: 30%;
}

.sec-4-home-8__deco .at-about-svg-wrap {
    transform: translateY(0);
}

.sec-4-home-8__list-wrap .at-service-item {
    padding-top: 34px;
    padding-bottom: 34px;
    grid-template-columns: 80px 1fr 300px;
    gap: 15px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-4-home-8__list-wrap .at-service-item {
        grid-template-columns: 70px 1fr 240px;
        gap: 12px 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-4-home-8__list-wrap .at-service-item {
        grid-template-columns: 1fr;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.sec-4-home-8__list-wrap .at-service-item .number {
    font-size: 24px;
    letter-spacing: -0.05em;
}

.sec-4-home-8__list-wrap .at-service-item .content .title {
    font-size: clamp(40px, 4.6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    opacity: 1;
}

.sec-4-home-8__list-wrap .at-service-item .content .text {
    opacity: 1;
    max-height: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    max-width: 480px;
    color: var(--at-neutral-900);
}

.sec-4-home-8__list-wrap .at-service-item .thumb img {
    border-radius: 0;
    max-width: 190px;
    width: 190px;
    height: 115px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.sec-4-home-8__list-wrap .at-service-item:not(.active):not(:hover) .number {
    color: var(--at-neutral-500);
    opacity: 0.3;
}

.sec-4-home-8__list-wrap .at-service-item.active .number,
.sec-4-home-8__list-wrap .at-service-item:hover .number {
    color: var(--at-theme-primary);
    opacity: 1;
}

.sec-4-home-8__list-wrap .at-service-item:first-child .thumb img,
.sec-4-home-8__list-wrap .at-service-item:first-child:hover .thumb img {
    max-width: 284px;
    width: 284px;
    height: 174px;
}

.sec-4-home-8__list-wrap .at-service-item:not(:first-child):hover .thumb img {
    max-width: 190px;
    width: 190px;
    height: 115px;
}

.sec-4-home-8__list-wrap a:hover .at-service-item .thumb {
    overflow: hidden;
}

.sec-4-home-8__list-wrap a:hover .at-service-item .thumb img {
    transform: scale(1.06);
    filter: brightness(1.08);
    will-change: transform, filter;
}

/*------------------------------------------------------------------
  Home 8 — Section 6 (Selected works)
------------------------------------------------------------------*/

.sec-6-home-8 {
    background-color: var(--at-neutral-50);
    padding-top: clamp(70px, 6vw, 110px);
    padding-bottom: clamp(70px, 6vw, 110px);
}

.sec-6-home-8__container {
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-6-home-8__top {
    margin-bottom: clamp(28px, 3.2vw, 60px);
}

.sec-6-home-8__kicker {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-900);
}

.sec-6-home-8__kicker-icon {
    display: inline-flex;
    color: var(--at-neutral-900);
    line-height: 0;
}

.sec-6-home-8__view-all {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sec-6-home-8__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 408px 1fr 408px;
    grid-auto-rows: min-content;
    align-items: start;
}

@media (max-width: 1399px) {
    .sec-6-home-8__grid {
        grid-template-columns: 1fr;
    }
}

.sec-6-home-8__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    will-change: transform;
}

.sec-6-home-8__card:hover .sec-6-home-8__img img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.sec-6-home-8__img {
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-200);
}

.sec-6-home-8__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.sec-6-home-8__meta {
    height: 88px;
    border-radius: 16px;
    background: var(--at-neutral-0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
    overflow: hidden;
}

.sec-6-home-8__title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
}

.sec-6-home-8__plus {
    display: inline-flex;
    color: var(--at-neutral-900);
    line-height: 0;
}

.sec-6-home-8__card--sm .sec-6-home-8__img {
    height: 320px;
}

.sec-6-home-8__card--md .sec-6-home-8__img {
    height: 350px;
}

.sec-6-home-8__card--lg .sec-6-home-8__img {
    height: 450px;
}

@media (min-width: 1441px) {
    .sec-6-home-8__card--sm .sec-6-home-8__img {
        height: 358px;
    }
    .sec-6-home-8__card--md .sec-6-home-8__img {
        height: 632px;
    }
    .sec-6-home-8__card--lg .sec-6-home-8__img {
        height: 751px;
    }
}

@media (min-width: 1400px) {
    .sec-6-home-8__card--lt {
        grid-column: 1;
        grid-row: 1;
        margin-top: 67px;
    }
    .sec-6-home-8__card--lb {
        grid-column: 1;
        grid-row: 3;
        margin-top: 0;
    }
    .sec-6-home-8__card--ct {
        grid-column: 2;
        grid-row: 1;
    }
    .sec-6-home-8__card--cm {
        grid-column: 2;
        grid-row: 2;
        margin-top: 52px;
    }
    .sec-6-home-8__card--cb {
        grid-column: 2;
        grid-row: 3;
    }
    .sec-6-home-8__card--rt {
        grid-column: 3;
        grid-row: 1;
        margin-top: 260px;
    }
    .sec-6-home-8__card--rb {
        grid-column: 3;
        grid-row: 3;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .sec-6-home-8__grid {
        gap: 18px;
    }
    .sec-6-home-8__meta {
        padding: 0 18px;
        height: 70px;
    }
    .sec-6-home-8__title {
        font-size: 24px;
    }
}

/*------------------------------------------------------------------
  Home 8 — Section 7 (Image rails with scroll-move-right/left)
------------------------------------------------------------------*/

.sec-7-home-8 {
    background-color: var(--at-neutral-0);
    padding-top: clamp(70px, 6vw, 130px);
    padding-bottom: clamp(70px, 6vw, 130px);
}

.sec-7-home-8__container {
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-7-home-8__title {
    font-size: clamp(36px, 3.75vw, 72px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
    max-width: 920px;
}

.sec-7-home-8__cta {
    background: var(--at-neutral-900);
}

.sec-7-home-8__rails {
    margin-top: clamp(28px, 3.2vw, 55px);
    overflow: hidden;
}

.sec-7-home-8__rail {
    padding: 0;
}

.sec-7-home-8__rail .swiper {
    width: 100%;
}

.sec-7-home-8__rail .swiper-slide {
    width: auto;
}

.sec-7-home-8__rail .about-me-slider-thumb {
    overflow: hidden;
    border-radius: 16px;
    background: var(--at-neutral-300);
}

.sec-7-home-8__rail .about-me-slider-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-7-home-8__rail--reverse {
    margin-top: 30px;
    transform: scaleX(-1);
}

.sec-7-home-8__rail--reverse .swiper,
.sec-7-home-8__rail--reverse .swiper-slide,
.sec-7-home-8__rail--reverse .about-me-slider-thumb,
.sec-7-home-8__rail--reverse img {
    transform: scaleX(-1);
}

.sec-7-home-8__about {
    margin-top: clamp(34px, 3.8vw, 72px);
    justify-content: flex-end;
    max-width: 820px;
    margin-left: auto;
}

.sec-7-home-8__mark {
    flex: 0 0 83px;
    width: 83px;
    height: 83px;
    color: var(--at-neutral-900);
}

.sec-7-home-8__desc {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.35;
    color: var(--at-neutral-900);
    max-width: 700px;
}

.sec-7-home-8__desc-muted {
    color: var(--at-neutral-300);
    font-weight: 600;
}

@media (max-width: 1399px) {
    .sec-7-home-8__rail .about-me-slider-thumb {
        height: 420px;
    }
    .sec-7-home-8__rail--reverse .about-me-slider-thumb {
        height: 520px;
    }
    .sec-7-home-8__desc {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .sec-7-home-8__rail .about-me-slider-thumb {
        height: 300px;
    }
    .sec-7-home-8__rail--reverse .about-me-slider-thumb {
        height: 360px;
    }
    .sec-7-home-8__mark {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }
}

/*------------------------------------------------------------------
  Home 8 — Section 8 (Testimonials)
------------------------------------------------------------------*/

.sec-8-home-8 {
    background: var(--at-neutral-50);
    padding-top: clamp(70px, 6vw, 130px);
    padding-bottom: clamp(70px, 6vw, 130px);
}

.sec-8-home-8__container {
    padding-left: clamp(20px, 5.2vw, 102px);
    padding-right: clamp(20px, 5.2vw, 102px);
}

.sec-8-home-8__kicker {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-900);
    white-space: nowrap;
}

.sec-8-home-8__kicker-icon {
    width: 14px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-8-home-8__kicker-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.sec-8-home-8__trusted {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    white-space: nowrap;
    text-underline-offset: 3px;
}

.sec-8-home-8__stage {
    position: relative;
    min-height: 1150px;
}

.sec-8-home-8__center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -58%);
    text-align: center;
    width: min(595px, 92vw);
}

.sec-8-home-8__asterisk {
    width: 122px;
    height: auto;
    display: block;
    margin: 0 auto 22px;
    transform-origin: 50% 50%;
}

.sec-8-home-8__title {
    font-size: clamp(44px, 4.375vw, 84px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
}

.sec-8-home-8__group {
    position: absolute;
    width: 408px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sec-8-home-8__namebar {
    height: 88px;
    background: var(--at-neutral-0);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px;
    overflow: hidden;
}

.sec-8-home-8__name {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
    white-space: nowrap;
}

.sec-8-home-8__plus {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--at-neutral-500);
    flex-shrink: 0;
}

.sec-8-home-8__card {
    height: 450px;
    background: var(--at-neutral-0);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.sec-8-home-8__role {
    position: absolute;
    top: 52px;
    right: 37px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    line-height: 1.2;
}

.sec-8-home-8__role span {
    display: block;
}

.sec-8-home-8__body {
    position: absolute;
    left: 48px;
    top: 117px;
    width: 323px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sec-8-home-8__avatar {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    border: 4px solid var(--at-neutral-50);
    overflow: hidden;
}

.sec-8-home-8__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-8-home-8__quote {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500);
    line-height: 1.4;
}

.sec-8-home-8__stars {
    position: absolute;
    left: 48px;
    bottom: 62px;
    display: flex;
    gap: 4px;
}

.sec-8-home-8__stars img {
    width: 18px;
    height: 17px;
    display: block;
}

.sec-8-home-8__group--a {
    left: 0;
    top: 30px;
}

.sec-8-home-8__group--b {
    right: 0;
    top: 324px;
}

.sec-8-home-8__group--c {
    left: 145px;
    top: 827px;
}

.sec-8-home-8__group--d {
    left: 50%;
    top: 1028px;
}

@media (max-width: 1399px) {
    .sec-8-home-8__stage {
        min-height: auto;
    }
    .sec-8-home-8__center {
        position: static;
        transform: none;
        margin: 0 auto 40px;
    }
    .sec-8-home-8__group {
        position: static;
        width: 100%;
        max-width: 560px;
        margin: 0 auto 24px;
    }
    .sec-8-home-8__card {
        height: auto;
        padding: 40px 24px 90px;
    }
    .sec-8-home-8__role {
        position: static;
        text-align: left;
        margin-bottom: 18px;
    }
    .sec-8-home-8__body {
        position: static;
        width: auto;
    }
    .sec-8-home-8__stars {
        left: 24px;
        bottom: 32px;
    }
}

/*------------------------------------------------------------------
  Home 8 — Section 9 (CTA)
------------------------------------------------------------------*/

.sec-9-home-8 {
    position: relative;
    background: var(--at-neutral-900);
    overflow: hidden;
    padding-top: clamp(80px, 7vw, 140px);
    padding-bottom: clamp(80px, 7vw, 140px);
}

.sec-9-home-8__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.sec-9-home-8__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    filter: blur(69px);
    transform: scale(1.08);
    opacity: 0.65;
}

.sec-9-home-8__container {
    position: relative;
    z-index: 1;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-9-home-8__title {
    font-size: clamp(36px, 3.75vw, 72px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0);
    max-width: 660px;
    margin-bottom: 18px;
}

.sec-9-home-8__lead {
    font-size: clamp(16px, 1.15vw, 22px);
    font-weight: 500;
    letter-spacing: -0.05em;
    color: rgba(var(--at-neutral-0-rgb), 0.92);
    max-width: 430px;
    margin-bottom: 38px;
}

.sec-9-home-8__cta {
    display: inline-flex;
    align-items: center;
}

.sec-9-home-8__cta-btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0 27px;
    border-radius: 50px;
    background: var(--at-neutral-0);
    color: var(--at-neutral-900);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease;
}

.sec-9-home-8__cta-btn:hover {
    transform: translateY(-2px);
}

.sec-9-home-8__cta-icon {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: var(--at-neutral-0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.sec-9-home-8__cta-icon:hover {
    transform: translateY(-2px);
}

.sec-9-home-8__cta-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.sec-9-home-8__card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-100);
    position: relative;
    height: 457px;
    text-decoration: none;
}

.sec-9-home-8__card-media {
    position: absolute;
    inset: 0;
}

.sec-9-home-8__card-figure {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 610px;
    height: 457px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.sec-9-home-8__card-visors {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 1;
}

.sec-9-home-8__card-overlay {
    position: absolute;
    left: 43px;
    right: 43px;
    bottom: 38px;
    z-index: 2;
    color: #fff;
}

.sec-9-home-8__card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sec-9-home-8__card-kicker img {
    width: 14px;
    height: 13px;
    display: block;
}

.sec-9-home-8__card-text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
    max-width: 360px;
    line-height: 1.25;
    color: #fff;
}

@media (max-width: 1199px) {
    .sec-9-home-8__card {
        height: auto;
        min-height: 380px;
    }
}

/*----------------------------------------*/

/*  sec-1-home-9 (Modern Agency Hero)
/*----------------------------------------*/

.sec-1-home-9 {
    position: relative;
    background: var(--at-neutral-900);
    color: var(--at-common-white);
    padding-top: clamp(110px, 9.9vw, 190px);
    padding-bottom: clamp(50px, 4.95vw, 95px);
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9 {
        padding-top: 140px;
        padding-bottom: 70px;
    }
}

.sec-1-home-9 .text-theme {
    color: var(--at-theme-primary);
}

.sec-1-home-9__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-1-home-9__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: clamp(16px, 1.56vw, 30px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__row {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__row--top {
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__row--middle {
        gap: 30px;
        margin-top: 10px;
    }
}

.sec-1-home-9__row--bottom {
    align-items: flex-end;
    margin-top: clamp(60px, 6.15vw, 118px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__row--bottom {
        margin-top: 50px;
        gap: 40px;
    }
}

.sec-1-home-9__title {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(52px, 10.3vw, 198px);
    line-height: 0.93;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-white);
    margin: 0;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-1-home-9__title {
        font-size: clamp(64px, 13vw, 120px);
    }
}

@media (max-width: 574.98px) {
    .sec-1-home-9__title {
        font-size: clamp(44px, 18vw, 84px);
    }
}

.sec-1-home-9__title--modern {
    flex: 0 0 auto;
}

.sec-1-home-9__title--agency {
    flex: 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__title--agency {
        order: -1;
    }
}

.sec-1-home-9__intro {
    display: flex;
    align-items: flex-start;
    gap: clamp(8px, 0.78vw, 15px);
    flex: 0 1 auto;
    max-width: clamp(300px, 35vw, 678px);
    padding-bottom: clamp(14px, 1.5vw, 28px);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: clamp(13px, 1.25vw, 24px);
    line-height: 1.5;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__intro {
        max-width: 100%;
        font-size: 16px;
        padding-bottom: 0;
        flex-basis: 100%;
    }
}

.sec-1-home-9__intro p {
    margin: 0;
    max-width: 450px;
}

.sec-1-home-9__intro-icon {
    flex: 0 0 auto;
    width: clamp(16px, 1.6vw, 31px);
    line-height: 0;
    margin-top: clamp(4px, 0.4vw, 8px);
    color: var(--at-common-white);
}

.sec-1-home-9__intro-icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.sec-1-home-9__left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.1vw, 21px);
    width: clamp(210px, 16.3vw, 313px);
    padding-bottom: clamp(18px, 2.25vw, 43px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__left {
        width: 100%;
        max-width: 420px;
        padding-bottom: 0;
        gap: 18px;
    }
}

.sec-1-home-9__kicker {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 1.5;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-common-white);
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__kicker {
        font-size: 20px;
    }
}

.sec-1-home-9__btn.at-btn {
    width: 100%;
    max-width: clamp(200px, 15.9vw, 305px);
    padding: clamp(10px, 0.73vw, 14px) clamp(16px, 1.4vw, 27px);
    justify-content: center;
    gap: 12px;
    background-color: var(--at-neutral-700);
    color: var(--at-neutral-50);
    border-radius: 0;
    font-weight: 600;
    font-size: clamp(12px, 0.83vw, 16px);
    letter-spacing: -0.05em;
    text-transform: uppercase;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__btn.at-btn {
        max-width: 260px;
        padding: 14px 22px;
        font-size: 14px;
    }
}

.sec-1-home-9__btn.at-btn:hover {
    background-color: var(--at-theme-primary);
    color: var(--at-common-white);
}

.sec-1-home-9__thumbs {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.94vw, 18px);
    flex: 0 0 auto;
    padding-bottom: clamp(0px, 0vw, 0px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__thumbs {
        width: 100%;
        flex-basis: 100%;
        justify-content: flex-start;
        gap: 12px;
    }
}

.sec-1-home-9__thumb {
    width: clamp(86px, 7.55vw, 145px);
    height: clamp(60px, 5.2vw, 100px);
    background: var(--at-common-white);
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 auto;
}

.sec-1-home-9__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.sec-1-home-9__thumb:hover img {
    transform: scale(1.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__thumb {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        height: auto;
        aspect-ratio: 145/100;
    }
}

.sec-1-home-9__divider {
    position: relative;
    width: clamp(360px, 58.6vw, 1124px);
    max-width: 100%;
    margin-top: clamp(14px, 1.5vw, 29px);
    height: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__divider {
        width: 100%;
        margin-top: 40px;
    }
}

.sec-1-home-9__divider-line {
    position: absolute;
    left: 0;
    right: auto;
    width: 0;
    max-width: 100%;
    height: 1px;
    background: color-mix(in srgb, var(--at-neutral-0) 28%, transparent);
    will-change: width;
}

.sec-1-home-9__divider-line:nth-child(1) {
    top: 0;
}

.sec-1-home-9__divider-line:nth-child(2) {
    top: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .sec-1-home-9__divider-line {
        width: 100%;
        will-change: auto;
    }
}

.sec-1-home-9__partners {
    flex: 0 1 auto;
    max-width: clamp(360px, 41.5vw, 797px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__partners {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.sec-1-home-9__brands-title {
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: clamp(10px, 0.83vw, 16px);
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-50);
    text-decoration: underline;
    margin: 0 0 clamp(16px, 1.4vw, 27px);
}

.sec-1-home-9__brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(14px, 1.56vw, 30px) clamp(24px, 2.7vw, 52px);
    align-items: center;
}

.sec-1-home-9__brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    height: clamp(28px, 2.5vw, 48px);
}

.sec-1-home-9__brand img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 574.98px) {
    .sec-1-home-9__brand {
        height: 26px;
    }
}

.sec-1-home-9__services-wrap {
    flex: 0 1 auto;
    display: flex;
    align-items: flex-start;
    gap: clamp(22px, 2.65vw, 51px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__services-wrap {
        flex-basis: 100%;
        gap: 28px;
    }
}

.sec-1-home-9__star {
    flex: 0 0 auto;
    width: clamp(48px, 5.16vw, 99px);
    height: clamp(48px, 5.16vw, 99px);
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 574.98px) {
    .sec-1-home-9__star {
        display: none;
    }
}

.sec-1-home-9__services {
    flex: 1 1 auto;
    width: 100%;
    max-width: clamp(280px, 24.1vw, 462px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .sec-1-home-9__services {
        max-width: 100%;
    }
}

/*----------------------------------------*/

/*  sec-2-home-9 (Home 9 — stats / odometer row)
/*  Figma: home_9_sec_2 — neutral-0 surface, 5 counters, bottom line stack
/*----------------------------------------*/

.sec-2-home-9 {
    position: relative;
    overflow: hidden;
}

.sec-2-home-9__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-2-home-9__stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -moz-column-gap: clamp(16px, 2vw, 32px);
    column-gap: clamp(16px, 2vw, 32px);
    row-gap: clamp(28px, 2.2vw, 32px);
    align-items: start;
    justify-items: start;
    padding-top: clamp(48px, 5.1vw, 98px);
    padding-bottom: clamp(28px, 3.2vw, 62px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-2-home-9__stats {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .sec-2-home-9__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 574.98px) {
    .sec-2-home-9__stats {
        grid-template-columns: 1fr;
    }
}

.sec-2-home-9__stat {
    max-width: 232px;
    width: 100%;
}

@media (max-width: 574.98px) {
    .sec-2-home-9__stat {
        max-width: 100%;
    }
}

.sec-2-home-9__value {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(40px, 4.4vw, 84px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
    margin-bottom: clamp(20px, 1.9vw, 29px);
}

.sec-2-home-9__value .odometer {
    letter-spacing: -0.05em;
}

.sec-2-home-9__label {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--at-neutral-950);
}

.sec-2-home-9__lines {
    width: 100%;
    line-height: 0;
}

.sec-2-home-9__lines img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1720px;
}

/*----------------------------------------*/

/*  sec-3-home-9 (Home 9 — about + 3 pillars)
/*  Figma: home_9_sec_3
/*----------------------------------------*/

.sec-3-home-9 {
    position: relative;
    overflow: hidden;
    padding-top: clamp(60px, 6.5vw, 130px);
    padding-bottom: clamp(60px, 6.5vw, 130px);
}

.sec-3-home-9__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-3-home-9__visual {
    max-width: 699px;
}

.sec-3-home-9__hero-thumb {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-100);
    aspect-ratio: 699/415;
}

.sec-3-home-9__hero-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-3-home-9__intro {
    padding-top: 0;
    max-width: 872px;
    margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-3-home-9__intro {
        padding-top: 0;
    }
}

.sec-3-home-9__eyebrow {
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
    text-decoration: none;
    margin-bottom: 22px;
    transition: color 0.3s ease;
}

.sec-3-home-9__eyebrow:hover {
    color: var(--at-theme-primary);
}

.sec-3-home-9__eyebrow-icon {
    display: inline-flex;
    line-height: 0;
}

.sec-3-home-9__eyebrow-icon img {
    display: block;
}

.sec-3-home-9__headline {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(32px, 3.35vw, 64px);
    line-height: 1.125;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950);
    margin-bottom: 22px;
}

.sec-3-home-9__lede {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(16px, 1.05vw, 20px);
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
}

.sec-3-home-9__features {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 42px;
    max-width: 872px;
}

.sec-3-home-9__feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

@media (max-width: 574.98px) {
    .sec-3-home-9__feature {
        flex-direction: column;
        align-items: flex-start;
    }
}

.sec-3-home-9__feature-thumb {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 348px;
    height: 139px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--at-neutral-100);
}

@media (max-width: 574.98px) {
    .sec-3-home-9__feature-thumb {
        max-width: 100%;
    }
}

.sec-3-home-9__feature-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-3-home-9__feature-text {
    flex: 1 1 0;
    min-width: 0;
    max-width: 448px;
}

.sec-3-home-9__feature-title {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(24px, 1.9vw, 36px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
    margin-bottom: 16px;
}

.sec-3-home-9__feature-desc {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  sec-4-home-9 (Home 9 — Selected work)
/*  Figma: home_9_sec_4
/*----------------------------------------*/

.sec-4-home-9 {
    position: relative;
    padding-top: clamp(48px, 4.2vw, 80px);
    padding-bottom: clamp(60px, 6.5vw, 130px);
    border-top: 1px solid var(--at-neutral-200, #cdcccc);
}

.sec-4-home-9__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-4-home-9__title {
    margin: 0 auto clamp(28px, 3vw, 48px);
    max-width: 100%;
    font-family: var(--at-ff-heading);
    font-weight: 800;
    font-size: clamp(52px, 10.3vw, 198px);
    line-height: 0.95;
    letter-spacing: -0.07em;
    text-align: center;
    text-transform: uppercase;
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-4-home-9__filters {
    margin-bottom: clamp(36px, 3.6vw, 72px);
}

.sec-4-home-9__filters .at-btn.filter-btn {
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: -0.05em;
}

.sec-4-home-9__grid {
    --sec4-gap: clamp(20px, 1.56vw, 30px);
    display: grid;
    gap: var(--sec4-gap);
    grid-template-columns: 1fr;
}

@media (min-width: 992px) {
    .sec-4-home-9__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

.sec-4-home-9__col {
    display: flex;
    flex-direction: column;
    gap: var(--sec4-gap);
    min-width: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-4-home-9__col--offset {
        margin-top: -20px;
    }
}

.sec-4-home-9__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sec-4-home-9__visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
    aspect-ratio: 845/542;
}

.sec-4-home-9__visual-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.sec-4-home-9__visual-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-4-home-9__badge {
    position: absolute;
    top: clamp(16px, 1.2vw, 23px);
    right: clamp(16px, 1.2vw, 23px);
    z-index: 2;
    padding: 8px 10px;
    border-radius: 20px;
    background: var(--at-theme-primary, #f0460e);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-0, #fefefe);
    pointer-events: none;
}

.sec-4-home-9__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 49.5%;
    padding: clamp(28px, 2.8vw, 45px) clamp(24px, 2.8vw, 53px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: clamp(14px, 1.15vw, 22px);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.9%, rgba(26, 26, 26, 0.76) 100%);
    pointer-events: none;
}

.sec-4-home-9__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10.5px 19px;
    border-radius: 32px;
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-9__metric {
    margin: 0;
    max-width: 100%;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(28px, 2.5vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-9__excerpt {
    margin: 0;
    max-width: min(473px, 100%);
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(16px, 1.05vw, 20px);
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-9__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 88px;
    padding: 16px clamp(24px, 2.35vw, 45px);
    border-radius: 16px;
    background: var(--at-neutral-0, #fefefe);
}

.sec-4-home-9__project {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(22px, 1.9vw, 36px);
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-4-home-9__case {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--at-neutral-900, #1d1d1d);
    transition: color 0.25s ease;
}

.sec-4-home-9__case img {
    display: block;
    width: 12px;
    height: auto;
}

.sec-4-home-9__case:hover {
    color: var(--at-theme-primary);
}

.sec-4-home-9__cta {
    margin-top: clamp(40px, 4vw, 72px);
    margin-left: auto;
    max-width: 627px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 1.56vw, 30px);
}

.sec-4-home-9__cta-text {
    margin: 0;
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: clamp(22px, 1.9vw, 36px);
    line-height: 1.25;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-4-home-9__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 50px;
    padding: 14px 27px;
    border-radius: 50px;
    border: none;
    background: #1d1d1d;
    color: #fefefe !important;
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-transform: none;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.sec-4-home-9__cta-btn img {
    display: block;
    flex-shrink: 0;
}

.sec-4-home-9__cta-btn:hover {
    background: var(--at-theme-primary);
    color: var(--at-neutral-0) !important;
}

/*----------------------------------------*/

/*  sec-5-home-9 (Home 9 — Marquee / contact)
/*  Figma: home_9_sec_5
/*----------------------------------------*/

.sec-5-home-9 {
    --sec5-text: var(--at-neutral-0, #fefefe);
    position: relative;
    min-height: clamp(520px, 78vh, 920px);
    padding-top: clamp(72px, 8.2vw, 158px);
    padding-bottom: clamp(56px, 6vw, 120px);
    background: var(--at-neutral-200, #cdcccc);
}

[data-bs-theme=dark] .sec-5-home-9 {
    --sec5-text: var(--at-neutral-950, #f4f4f4);
}

.sec-5-home-9__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.sec-5-home-9__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    /* Source asset is 1024×512; avoid extra CSS scale — export @2x from Figma for retina. */
}

.sec-5-home-9__container {
    position: relative;
    z-index: 1;
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
    mix-blend-mode: difference;
}

.sec-5-home-9__meta {
    margin-bottom: clamp(32px, 4vw, 72px);
}

.sec-5-home-9__block {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.25vw, 24px);
}

.sec-5-home-9__label {
    margin: 0;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--sec5-text);
    opacity: 0.5;
}

.sec-5-home-9__value {
    margin: 0;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.35;
    letter-spacing: -0.05em;
    color: var(--sec5-text);
    /* Global `p {}` uses --at-neutral-500; override for stacked contact lines */
}

.sec-5-home-9__value p {
    margin-bottom: 0;
    color: inherit;
}

.sec-5-home-9__value--stack {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sec-5-home-9__mailto {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.sec-5-home-9__mailto:hover {
    opacity: 0.85;
}

.sec-5-home-9__marquee-shell {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
    margin-bottom: clamp(28px, 3vw, 48px);
    position: relative;
    z-index: 2;
    min-height: clamp(4.5rem, 15vw, 14rem);
    padding-block: clamp(0.25rem, 0.6vw, 0.75rem);
}

.sec-5-home-9 {
    /* Blend on wrapper only — children must not create separate blend layers with GSAP/CSS transform conflicts */
}

.sec-5-home-9__marquee {
    mix-blend-mode: difference;
    color: var(--at-neutral-0, #fefefe);
}

.sec-5-home-9__marquee .at-marquee__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
    animation: sec5-home-9-marquee 55s linear infinite;
}

.sec-5-home-9__marquee .at-marquee__group {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.sec-5-home-9__marquee-text {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(42px, 10.3vw, 198px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
}

.sec-5-home-9__marquee-sep {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(42px, 10.3vw, 198px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    opacity: 0.85;
    color: inherit;
    -webkit-font-smoothing: antialiased;
}

.sec-5-home-9__cta-wrap {
    display: flex;
    justify-content: center;
}

.sec-5-home-9__cta {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 5px 0 27px;
    border-radius: 50px;
    background: var(--at-theme-primary);
    text-decoration: none;
    color: var(--at-neutral-0, #fefefe) !important;
    gap: 10px;
    transition: filter 0.25s ease;
}

.sec-5-home-9__cta:hover {
    filter: brightness(1.05);
    color: var(--at-neutral-0, #fefefe) !important;
}

.sec-5-home-9__cta-label {
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.sec-5-home-9__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.sec-5-home-9__cta-icon img {
    display: block;
    width: 24px;
    height: 24px;
}

@keyframes sec5-home-9-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sec-5-home-9__marquee .sec-5-home-9__marquee-track {
        animation: none;
        transform: none;
    }
}

/*----------------------------------------*/

/*  sec-6-home-9 (Home 9 — Meet our team)
/*  Figma: home_9_sec_6
/*----------------------------------------*/

.sec-6-home-9 {
    position: relative;
    padding-top: clamp(56px, 6vw, 120px);
    padding-bottom: clamp(64px, 7vw, 160px);
}

.sec-6-home-9__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-6-home-9__header {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto clamp(40px, 5vw, 88px);
}

.sec-6-home-9__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: clamp(20px, 2.5vw, 38px);
}

.sec-6-home-9__tag-text {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-9__title {
    margin: 0;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(48px, 8.6vw, 124px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-6-home-9__title-accent {
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-6-home-9__body {
    position: relative;
}

.sec-6-home-9__list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1718px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sec-6-home-9__card {
        cursor: pointer;
    }
}

.sec-6-home-9__card {
    display: grid;
    gap: clamp(16px, 2vw, 24px);
    align-items: center;
    padding: clamp(16px, 2vw, 20px) clamp(20px, 3vw, 42px);
    border: 1px solid var(--at-neutral-100, #dfdfdf);
    background: var(--at-neutral-0, #fefefe);
    border-radius: 0;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .sec-6-home-9__card {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 1.1fr);
        gap: clamp(20px, 2vw, 32px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .sec-6-home-9__card:hover {
        border-radius: 24px;
        padding: clamp(16px, 2vw, 20px) clamp(30px, 5vw, 52px);
        transition: all 0.3s ease;
    }
}

.sec-6-home-9__card--accent {
    border-color: var(--at-neutral-200, #cdcccc);
}

.sec-6-home-9__quote {
    margin: 0;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-800, #212121);
}

.sec-6-home-9__person {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sec-6-home-9__avatar {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    border-radius: 100px;
    overflow: hidden;
    background: var(--at-neutral-100, #dfdfdf);
}

.sec-6-home-9__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-6-home-9__meta {
    min-width: 0;
}

.sec-6-home-9__name {
    margin: 0 0 4px;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-9__role {
    margin: 0;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-500, #585959);
}

.sec-6-home-9__skills {
    margin: 0;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--at-neutral-800, #212121);
}

@media (min-width: 992px) {
    .sec-6-home-9__skills {
        text-align: right;
        justify-self: end;
    }
}

.sec-6-home-9__footer {
    display: grid;
    gap: clamp(32px, 4vw, 48px);
    max-width: 1100px;
    margin: clamp(48px, 6vw, 100px) auto 0;
}

@media (min-width: 768px) {
    .sec-6-home-9__footer {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.sec-6-home-9__footer-primary {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.sec-6-home-9__footer-icon {
    flex-shrink: 0;
}

.sec-6-home-9__footer-icon img {
    display: block;
    width: 40px;
    height: auto;
}

.sec-6-home-9__footer-heading {
    margin: 0 0 18px;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-9__footer-lines {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--at-neutral-500, #585959);
}

.sec-6-home-9__footer-lines p {
    margin: 0 0 0.35em;
    color: inherit;
}

.sec-6-home-9__footer-lines p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .sec-6-home-9__footer-secondary {
        margin-top: 44px;
    }
}

.sec-6-home-9__footer-link {
    color: var(--at-neutral-900, #1d1d1d);
    text-decoration: none;
    transition: color 0.2s ease;
}

.sec-6-home-9__footer-link:hover {
    color: var(--at-theme-primary);
}

/*----------------------------------------*/

/*  sec-7-home-9 (Home 9 — Collective)
/*  Figma: home_9_sec_7
/*----------------------------------------*/

.sec-7-home-9 {
    position: relative;
    padding-top: clamp(56px, 7vw, 148px);
    padding-bottom: clamp(64px, 8vw, 120px);
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
}

.sec-7-home-9__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 105px);
    padding-right: clamp(20px, 5.2vw, 105px);
}

.sec-7-home-9__lead {
    margin: 0 0 clamp(40px, 5vw, 72px);
    max-width: 1194px;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(28px, 4.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-7-home-9__main {
    align-items: flex-start;
}

.sec-7-home-9__visual {
    position: relative;
    width: 100%;
    max-width: 714px;
    aspect-ratio: 714/438;
    overflow: hidden;
    background: var(--at-neutral-0, #fefefe);
}

.sec-7-home-9__visual-base {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.sec-7-home-9__visual-layer {
    position: absolute;
    z-index: 2;
    left: -7%;
    top: -12%;
    width: 128%;
    height: 139%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.88;
    pointer-events: none;
}

.sec-7-home-9__aside {
    position: relative;
    padding-top: clamp(8px, 1.5vw, 24px);
}

.sec-7-home-9__deco {
    display: none;
    position: absolute;
    right: clamp(-20px, -2vw, 0px);
    top: clamp(-40px, -3vw, -20px);
    width: 99px;
    height: 99px;
    pointer-events: none;
    opacity: 0.45;
}

.sec-7-home-9__deco img {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    animation: sec-7-home-9-deco-spin 14s linear infinite;
}

@media (min-width: 992px) {
    .sec-7-home-9__deco {
        display: block;
    }
}

.sec-7-home-9__quote {
    margin: 0 0 clamp(28px, 3.5vw, 40px);
    padding: 0;
    border: none;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(17px, 1.56vw, 20px);
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-7-home-9__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 534px;
}

.sec-7-home-9__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 19px;
    border-radius: 32px;
    text-decoration: none;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0, #fefefe);
    border: 1px solid color-mix(in srgb, var(--at-neutral-0, #fefefe) 30%, transparent);
    background: color-mix(in srgb, var(--at-neutral-700, #303030) 35%, transparent);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sec-7-home-9__tag img {
    display: block;
    flex-shrink: 0;
    width: 9px;
    height: 9px;
}

.sec-7-home-9__tag:hover {
    color: var(--at-neutral-0, #fefefe);
    border-color: color-mix(in srgb, var(--at-neutral-0, #fefefe) 55%, transparent);
    background: color-mix(in srgb, var(--at-neutral-700, #303030) 55%, transparent);
    transform: translateY(-2px);
}

@keyframes sec-7-home-9-deco-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sec-7-home-9__deco img {
        animation: none;
    }
}

.home-9-testimonial-area {
    overflow: hidden;
}

.home-9-testimonial-area .testimonial-9-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .home-9-testimonial-area .testimonial-9-title-wrap {
        margin-bottom: 60px;
    }
}

.home-9-testimonial-area .testimonial-9-card {
    display: flex;
    gap: 75px;
    align-items: flex-start;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-9-testimonial-area .testimonial-9-card {
        gap: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .home-9-testimonial-area .testimonial-9-card {
        flex-direction: column;
        gap: 30px;
    }
}

.home-9-testimonial-area .testimonial-9-card .testimonial-img {
    width: 192px;
    height: 192px;
    position: relative;
    background: var(--at-neutral-100);
    overflow: hidden;
    flex-shrink: 0;
}

.home-9-testimonial-area .testimonial-9-card .testimonial-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-9-testimonial-area .testimonial-9-card .testimonial-content {
    max-width: 803px;
}

.home-9-testimonial-area .testimonial-9-card .testimonial-content .testimonial-quote {
    font-family: var(--at-ff-heading);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -2.4px;
    color: var(--at-neutral-950);
    margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .home-9-testimonial-area .testimonial-9-card .testimonial-content .testimonial-quote {
        font-size: var(--at-fz-font-3xl);
        letter-spacing: -1.5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .home-9-testimonial-area .testimonial-9-card .testimonial-content .testimonial-quote {
        font-size: var(--at-fz-font-2xl);
        letter-spacing: -1px;
    }
}

.home-9-testimonial-area .testimonial-9-card .testimonial-content .author-logo {
    height: 25px;
    margin-bottom: 12px;
}

.home-9-testimonial-area .testimonial-9-card .testimonial-content .author-logo img {
    height: 100%;
    width: auto;
}

.home-9-testimonial-area .testimonial-9-card .testimonial-content .author-name {
    font-size: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 4px;
}

.home-9-testimonial-area .testimonial-9-card .testimonial-content .author-position {
    font-size: var(--at-fz-font-md);
    letter-spacing: -0.32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
    .home-9-contact-area .contact-title {
        font-size: var(--at-fz-font-3xl) !important;
        letter-spacing: -1.5px !important;
        line-height: 1.2 !important;
    }
}

.home-9-contact-area .home-9-contact-btn {
    transition: all 0.3s ease;
}

.home-9-contact-area .home-9-contact-btn:hover {
    transform: translateY(-3px);
}

.home-9-contact-area .home-9-contact-btn:hover .btn-icon {
    background-color: var(--at-common-white) !important;
}

.home-9-contact-area .home-9-contact-btn:hover .btn-icon img {
    filter: invert(1);
}

.home-9-contact-area .home-9-contact-btn .btn-text {
    background-color: var(--at-theme-primary);
    transition: all 0.3s ease;
}

.home-9-contact-area .home-9-contact-btn .btn-icon {
    background-color: var(--at-theme-primary);
    transition: all 0.3s ease;
}

.home-9-contact-area .moving-gallery-wrap .moving-gallery ul.wrapper-gallery {
    display: flex;
    align-items: flex-end;
}

.home-9-contact-area .moving-gallery-wrap .moving-gallery ul.wrapper-gallery li {
    margin: 0 15px;
}

.home-9-contact-area .moving-gallery-wrap .moving-gallery ul.wrapper-gallery li img {
    height: auto;
}

/*----------------------------------------*/

/*  Home 10 — placeholder section spacing
/*----------------------------------------*/

.home-10-sec {
    padding-top: clamp(72px, 10vw, 120px);
    padding-bottom: clamp(72px, 10vw, 120px);
}

.home-10-sec__label {
    font-family: var(--at-ff-body);
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--at-neutral-600, #6b6b6b);
}

.home-10-sec--alt {
    background: var(--at-neutral-50, #f2f2f2);
}

/*------------------------------------------------------------------
  Home 10 — Section 1: Creative 3D Studio Hero
------------------------------------------------------------------*/

@keyframes h10-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.sec-1-home-10 {
    position: relative;
    background-color: var(--at-neutral-0);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
}

.sec-1-home-10__cursor-trail {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.sec-1-home-10__cursor-trail-img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: clamp(110px, 10vw, 180px);
    max-height: clamp(110px, 10vw, 180px);
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 6px;
    transform-origin: center;
    pointer-events: none;
    will-change: transform;
    filter: saturate(1.02) contrast(1.02);
    opacity: 0.95;
}

.sec-1-home-10__bg-lines {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.04;
}

.sec-1-home-10__bg-lines img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-1-home-10__headline-wrap {
    position: relative;
    z-index: 1;
    padding-top: clamp(120px, 14vw, 250px);
    padding-bottom: clamp(32px, 3.5vw, 56px);
}

.sec-1-home-10__headline-track {
    display: flex;
    white-space: nowrap;
    animation: h10-marquee 24s linear infinite;
}

.sec-1-home-10__big-title {
    font-size: clamp(56px, 13.75vw, 198px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-950);
    white-space: nowrap;
    display: inline-block;
    flex-shrink: 0;
    margin-bottom: 0;
}

.sec-1-home-10__mid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 clamp(20px, 6.7vw, 96px);
    gap: clamp(20px, 2vw, 32px);
    flex: 1;
}

.sec-1-home-10__left {
    flex: 0 0 auto;
    max-width: clamp(280px, 38.6vw, 555px);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.5vw, 22px);
}

.sec-1-home-10__desc {
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
}

.sec-1-home-10__btns {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.4vw, 34px);
    flex-wrap: wrap;
}

.sec-1-home-10__btn-launch {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.sec-1-home-10__btn-launch:hover .sec-1-home-10__btn-label,
.sec-1-home-10__btn-launch:hover .sec-1-home-10__btn-circle {
    background-color: var(--at-neutral-700);
}

.sec-1-home-10__btn-label {
    background-color: var(--at-neutral-900);
    color: var(--at-neutral-0);
    height: 50px;
    padding: 0 clamp(18px, 1.88vw, 27px);
    border-radius: 50px;
    font-size: clamp(14px, 1.11vw, 16px);
    font-weight: 600;
    letter-spacing: -0.05em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.sec-1-home-10__btn-circle {
    background-color: var(--at-neutral-900);
    color: var(--at-neutral-0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 4px;
    transition: background-color 0.3s ease;
}

.sec-1-home-10__btn-circle svg {
    width: 20px;
    height: 20px;
}

.sec-1-home-10__btn-cases {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border-bottom: 1px solid var(--at-neutral-900);
    padding-bottom: 8px;
    color: var(--at-neutral-900);
    font-size: clamp(14px, 1.11vw, 16px);
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.sec-1-home-10__btn-cases:hover {
    color: var(--at-theme-primary);
    border-color: var(--at-theme-primary);
}

.sec-1-home-10__location {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: flex-start;
}

@media (min-width: 1441px) {
    .sec-1-home-10__location {
        display: flex;
    }
}

.sec-1-home-10__globe {
    color: var(--at-neutral-950);
    flex-shrink: 0;
    width: clamp(20px, 1.88vw, 27px);
    height: auto;
}

.sec-1-home-10__coords {
    font-size: clamp(16px, 1.67vw, 24px);
    font-weight: 600;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-950);
    white-space: nowrap;
}

.sec-1-home-10__right {
    display: flex;
    align-items: flex-end;
    gap: clamp(16px, 1.8vw, 26px);
    flex-shrink: 0;
}

.sec-1-home-10__glass-card {
    background: rgba(181, 181, 181, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 14px;
    width: clamp(220px, 20.3vw, 292px);
    height: clamp(200px, 17.5vw, 252px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.sec-1-home-10__glass-img {
    background-color: var(--at-neutral-950);
    border-radius: 8px;
    overflow: hidden;
    margin: 11px auto 0;
    width: calc(100% - 22px);
    flex: 1;
}

.sec-1-home-10__glass-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-1-home-10__glass-footer {
    padding: 12px 16px 16px;
}

.sec-1-home-10__glass-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--at-neutral-950);
    font-size: clamp(14px, 1.11vw, 16px);
    font-weight: 600;
    letter-spacing: -0.05em;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.sec-1-home-10__glass-link:hover {
    color: var(--at-theme-primary);
}

.sec-1-home-10__info-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: clamp(180px, 16vw, 230px);
    align-self: flex-end;
    padding-bottom: 19px;
    flex-shrink: 0;
}

.sec-1-home-10__info-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.sec-1-home-10__info-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.sec-1-home-10__info-text {
    font-size: clamp(13px, 1.11vw, 16px);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
}

.sec-1-home-10__terms {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(40px, 5vw, 80px) clamp(20px, 6.7vw, 96px) clamp(24px, 2.5vw, 40px);
}

.sec-1-home-10__terms span {
    font-size: clamp(13px, 1.11vw, 16px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
    white-space: nowrap;
}

@media (max-width: 1399px) {
    .sec-1-home-10__right {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .sec-1-home-10__glass-card {
        width: 100%;
        max-width: 280px;
    }
    .sec-1-home-10__info-card {
        max-width: 280px;
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .sec-1-home-10__mid {
        flex-wrap: wrap;
        gap: 32px;
    }
    .sec-1-home-10__location {
        order: -1;
        width: 100%;
    }
    .sec-1-home-10__right {
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
    }
    .sec-1-home-10__glass-card {
        width: 260px;
        max-width: 260px;
    }
    .sec-1-home-10__info-card {
        flex: 1;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sec-1-home-10 {
        min-height: auto;
    }
    .sec-1-home-10__mid {
        flex-direction: column;
        gap: 24px;
    }
    .sec-1-home-10__left {
        max-width: 100%;
    }
    .sec-1-home-10__location {
        flex-wrap: wrap;
    }
    .sec-1-home-10__coords {
        font-size: 16px;
    }
    .sec-1-home-10__right {
        flex-direction: column;
        width: 100%;
    }
    .sec-1-home-10__glass-card {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    .sec-1-home-10__info-card {
        max-width: 100%;
        padding-bottom: 0;
    }
    .sec-1-home-10__terms {
        flex-wrap: wrap;
        gap: 10px 20px;
        justify-content: flex-start;
    }
}

/*----------------------------------------*/

/*  sec-2-home-10 (Home 10 — Panoramic scene)
/*----------------------------------------*/

.sec-2-home-10 {
    position: relative;
    background: transparent;
    height: 500px;
}

@media (min-width: 1441px) {
    .sec-2-home-10 {
        height: 750px;
    }
}

.sec-2-home-10__img {
    width: 100%;
}

/*----------------------------------------*/

/*  sec-3-home-10 (Home 10 — Selected projects / masonry)
/*  Figma: home_10_sec_3 (3696:3632)
/*----------------------------------------*/

.sec-3-home-10 {
    position: relative;
    padding-top: clamp(56px, 7vw, 120px);
    padding-bottom: clamp(64px, 9vw, 140px);
    background: var(--at-neutral-0);
}

.sec-3-home-10__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-3-home-10__header {
    margin-bottom: clamp(40px, 6vw, 80px) !important;
}

.sec-3-home-10__eyebrow-text {
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
}

.sec-3-home-10__title {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(36px, 5.5vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-950);
    text-wrap: balance;
}

.sec-3-home-10__intro {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.45;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900);
}

.sec-3-home-10__intro strong {
    font-weight: 700;
    color: var(--at-neutral-950);
}

.sec-3-home-10__grid {
    display: grid;
    gap: clamp(28px, 4vw, 40px);
}

@media (min-width: 992px) {
    .sec-3-home-10__grid {
        grid-template-columns: minmax(0, 0.372fr) minmax(0, 0.628fr);
        align-items: start;
    }
}

.sec-3-home-10__card {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.2vw, 28px);
}

@media (min-width: 992px) {
    .sec-3-home-10__card--pos1 {
        grid-column: 1;
        grid-row: 1;
    }
    .sec-3-home-10__card--pos2 {
        grid-column: 2;
        grid-row: 1;
    }
    .sec-3-home-10__card--pos3 {
        grid-column: 1;
        grid-row: 2;
    }
    .sec-3-home-10__card--pos4 {
        grid-column: 2;
        grid-row: 2;
    }
    .sec-3-home-10__card--pos5 {
        grid-column: 2;
        grid-row: 3;
    }
}

.sec-3-home-10__media {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.sec-3-home-10__media:hover {
    opacity: 0.92;
}

.sec-3-home-10__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-3-home-10__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 380px;
}

.sec-3-home-10__name {
    margin: 0;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.sec-3-home-10__name a {
    color: var(--at-neutral-900);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sec-3-home-10__name a:hover {
    color: var(--at-theme-primary);
}

.sec-3-home-10__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 19px;
    border-radius: 32px;
    border: 1px solid var(--at-neutral-100);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--at-neutral-900);
}

/*----------------------------------------*/

/*  sec-4-home-10 (Home 10 — Our services)
/*  Figma: home_10_sec_4 (3708:3723)
/*----------------------------------------*/

.sec-4-home-10 {
    position: relative;
    padding-top: clamp(56px, 7vw, 120px);
    padding-bottom: clamp(64px, 9vw, 140px);
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-10__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-4-home-10__stage {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4vw, 48px);
}

@media (min-width: 992px) {
    .sec-4-home-10__stage {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 0.82fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: clamp(20px, 2vw, 32px);
        align-items: start;
    }
}

.sec-4-home-10__title-block {
    text-align: center;
}

@media (min-width: 992px) {
    .sec-4-home-10__title-block {
        grid-column: 2;
        grid-row: 1/span 2;
        align-self: center;
        justify-self: center;
        z-index: 1;
        max-width: min(520px, 100%);
        padding: clamp(12px, 2vw, 28px) 0;
        pointer-events: none;
    }
    .sec-4-home-10__title-block .sec-4-home-10__eyebrow,
    .sec-4-home-10__title-block .sec-4-home-10__title {
        pointer-events: auto;
    }
}

.sec-4-home-10__eyebrow-text {
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-10__eyebrow-arrow {
    flex-shrink: 0;
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-10__title {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(28px, 3.6vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-0, #fefefe);
    text-wrap: balance;
}

.sec-4-home-10__card {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .sec-4-home-10__card--pos1 {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        max-width: 550px;
    }
    .sec-4-home-10__card--pos2 {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        max-width: 410px;
    }
    .sec-4-home-10__card--pos3 {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        max-width: 410px;
    }
    .sec-4-home-10__card--pos4 {
        grid-column: 3;
        grid-row: 2;
        justify-self: end;
        max-width: 560px;
    }
}

.sec-4-home-10__card-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.sec-4-home-10__visual {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-800, #2a2a2a);
}

@media (max-width: 991.98px) {
    .sec-4-home-10__visual {
        aspect-ratio: 16/10;
    }
}

.sec-4-home-10__visual-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.sec-4-home-10__visual-link:hover {
    opacity: 0.94;
}

.sec-4-home-10__visual-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-4-home-10__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 46%;
    padding: clamp(22px, 2.4vw, 40px) clamp(20px, 2.4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 8%, rgba(26, 26, 26, 0.78) 100%);
    pointer-events: none;
}

.sec-4-home-10__excerpt {
    max-width: min(420px, 100%);
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-4-home-10__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 88px;
    padding: 16px clamp(20px, 2.2vw, 40px);
    border-radius: 16px;
    background: var(--at-neutral-0, #fefefe);
}

.sec-4-home-10__service-name {
    flex: 1;
    min-width: 0;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(20px, 1.75vw, 32px);
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-4-home-10__expand {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--at-neutral-200, #e0e0e0);
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.sec-4-home-10__expand:hover {
    border-color: var(--at-neutral-900, #1d1d1d);
    background: var(--at-neutral-50, #f7f7f7);
}

.sec-4-home-10__expand-icon {
    position: relative;
    width: 14px;
    height: 14px;
    display: block;
}

.sec-4-home-10__expand-icon::before,
.sec-4-home-10__expand-icon::after {
    content: "";
    position: absolute;
    background: var(--at-neutral-900, #1d1d1d);
    border-radius: 1px;
}

.sec-4-home-10__expand-icon::before {
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
}

.sec-4-home-10__expand-icon::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

/*----------------------------------------*/

/*  sec-5-home-10 (Home 10 — About + metrics)
/*  Figma: home_10_sec_5 (3728:3866)
/*----------------------------------------*/

.sec-5-home-10 {
    position: relative;
    padding-top: clamp(48px, 6vw, 100px);
    padding-bottom: clamp(56px, 8vw, 140px);
    background: var(--at-neutral-50, #f2f2f2);
}

.sec-5-home-10__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-5-home-10__intro-row {
    margin-bottom: clamp(40px, 6vw, 88px);
    position: relative;
    z-index: 3;
}

.sec-5-home-10__eyebrow-text {
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-5-home-10__eyebrow {
    transition: opacity 0.25s ease;
}

.sec-5-home-10__eyebrow:hover {
    opacity: 0.75;
}

.sec-5-home-10__title {
    max-width: 1250px;
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.15;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-950, #0f0f0f);
    text-wrap: balance;
}

.sec-5-home-10__cta {
    height: 50px;
    padding: 14px 27px;
    border-radius: 50px;
    background: var(--at-neutral-900, #1d1d1d);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0, #fefefe) !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
}

.sec-5-home-10__cta:hover {
    background: var(--at-theme-primary);
    color: var(--at-neutral-0) !important;
}

.sec-5-home-10__cta-arrow {
    flex-shrink: 0;
    color: currentColor;
}

.sec-5-home-10__figure {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(48px, 7vw, 120px);
    max-width: min(480px, 72vw);
    width: 100%;
}

.sec-5-home-10__figure-img {
    display: block;
    width: 100%;
    height: auto;
}

.sec-5-home-10__stats {
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.sec-5-home-10__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 370px;
}

@media (min-width: 768px) {
    .sec-5-home-10__stat--1 {
        align-items: flex-start;
        text-align: left;
        margin-right: auto;
    }
    .sec-5-home-10__stat--2 {
        margin-left: auto;
        margin-right: auto;
        margin-top: clamp(48px, 9vw, 160px);
    }
    .sec-5-home-10__stat--3 {
        align-items: flex-end;
        text-align: right;
        margin-left: auto;
        margin-top: clamp(96px, 16vw, 280px);
    }
}

.sec-5-home-10__stat-value {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(64px, 10vw, 124px);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-5-home-10__stat-label {
    margin-top: clamp(8px, 1.2vw, 16px);
    max-width: 284px;
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.25;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

/*----------------------------------------*/

/*  sec-6-home-10 (Home 10 — Meet the team)
/*  Figma: home_10_sec_6 (3728:3879)
/*----------------------------------------*/

.sec-6-home-10 {
    position: relative;
    padding-top: clamp(48px, 6vw, 100px);
    padding-bottom: clamp(56px, 8vw, 140px);
    background: var(--at-neutral-0, #fefefe);
    overflow: hidden;
}

.sec-6-home-10__container {
    max-width: 2200px;
    margin: 0 auto;
    padding-left: clamp(20px, 5.2vw, 100px);
    padding-right: clamp(20px, 5.2vw, 100px);
}

.sec-6-home-10__layout {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 4vw, 40px);
}

@media (min-width: 1200px) {
    .sec-6-home-10__layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, min(28vw, 407px)) minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        gap: clamp(20px, 2.5vw, 32px);
        align-items: start;
    }
}

.sec-6-home-10__title-block {
    text-align: center;
}

@media (min-width: 1200px) {
    .sec-6-home-10__title-block {
        grid-column: 2;
        grid-row: 1/span 2;
        align-self: center;
        justify-self: center;
        z-index: 2;
        max-width: min(765px, 100%);
        padding: clamp(16px, 3vw, 48px) 0;
        pointer-events: none;
    }
    .sec-6-home-10__title-block .sec-6-home-10__eyebrow,
    .sec-6-home-10__title-block .sec-6-home-10__title {
        pointer-events: auto;
    }
}

.sec-6-home-10__eyebrow-text {
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-10__title {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(40px, 6vw, 84px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--at-neutral-950, #0f0f0f);
    text-wrap: balance;
}

.sec-6-home-10__member {
    min-width: 0;
}

@media (min-width: 1200px) {
    .sec-6-home-10__member {
        max-width: 407px;
    }
    .sec-6-home-10__member--1 {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }
    .sec-6-home-10__member--2 {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        margin-top: clamp(48px, 12vw, 200px);
    }
    .sec-6-home-10__member--3 {
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        margin-top: clamp(24px, 6vw, 80px);
    }
    .sec-6-home-10__member--4 {
        grid-column: 3;
        grid-row: 2;
        justify-self: end;
        margin-top: clamp(40px, 8vw, 120px);
    }
}

.sec-6-home-10__member-link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.sec-6-home-10__member-link:hover {
    opacity: 0.92;
}

.sec-6-home-10__member-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--at-neutral-100, #dfdfdf);
    aspect-ratio: 407/550;
}

.sec-6-home-10__member-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.sec-6-home-10__member-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 34.5%;
    padding: clamp(28px, 3vw, 40px) clamp(24px, 3.5vw, 46px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.9%, rgba(26, 26, 26, 0.92) 100%);
    backdrop-filter: blur(3px);
    pointer-events: none;
}

.sec-6-home-10__member-name {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(26px, 2.2vw, 32px);
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0, #fefefe);
}

.sec-6-home-10__member-role {
    font-family: var(--at-ff-body);
    font-weight: 500;
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--at-neutral-0, #fefefe);
    opacity: 0.8;
}

.sec-6-home-10__member-fab {
    position: absolute;
    top: clamp(20px, 2vw, 26px);
    right: clamp(20px, 2vw, 26px);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.sec-6-home-10__member-fab--light {
    background: var(--at-neutral-0, #fefefe);
    color: var(--at-neutral-900, #1d1d1d);
}

.sec-6-home-10__member-fab--dark {
    background: var(--at-neutral-900, #1d1d1d);
    color: var(--at-neutral-0, #fefefe);
}

@media (min-width: 1200px) {
    .sec-6-home-10__foot {
        grid-column: 2/-1;
        grid-row: 3;
        justify-self: end;
        max-width: min(775px, 100%);
        text-align: left;
    }
}

.sec-6-home-10__foot-text {
    font-family: var(--at-ff-heading);
    font-weight: 600;
    font-size: clamp(22px, 2.2vw, 36px);
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--at-neutral-950, #0f0f0f);
}

.sec-6-home-10__cta {
    height: 50px;
    padding: 14px 27px;
    border-radius: 50px;
    background: var(--at-neutral-900, #1d1d1d);
    font-family: var(--at-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-neutral-0, #fefefe) !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.25s ease, color 0.25s ease;
}

.sec-6-home-10__cta:hover {
    background: var(--at-theme-primary);
    color: var(--at-neutral-0) !important;
}

.sec-6-home-10__cta-arrow {
    flex-shrink: 0;
    color: currentColor;
}

/*==================================================================
  Home 11 — Motion & Video Creative Studio
==================================================================*/

.sec-1-home-11__eyebrow-dot,
.sec-2-home-11__eyebrow-dot,
.sec-3-home-11__eyebrow-dot,
.sec-4-home-11__eyebrow-dot,
.sec-5-home-11__eyebrow-dot,
.sec-6-home-11__eyebrow-dot,
.sec-7-home-11__eyebrow-dot,
.sec-8-home-11__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--at-theme-primary);
    flex-shrink: 0;
}

.sec-1-home-11__eyebrow-text,
.sec-2-home-11__eyebrow-text,
.sec-3-home-11__eyebrow-text,
.sec-4-home-11__eyebrow-text,
.sec-5-home-11__eyebrow-text,
.sec-6-home-11__eyebrow-text,
.sec-7-home-11__eyebrow-text,
.sec-8-home-11__eyebrow-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--at-neutral-500);
}

/*------------------------------------------------------------------
  Section 1 — Cinematic Hero
------------------------------------------------------------------*/

.sec-1-home-11 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--at-neutral-950);
    color: var(--at-common-white);
    overflow: hidden;
}

.sec-1-home-11__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sec-1-home-11__bg-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.sec-1-home-11__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0.55) 0%, rgba(15, 15, 15, 0.3) 40%, rgba(15, 15, 15, 0.75) 100%);
}

.sec-1-home-11__topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: clamp(20px, 2vw, 32px) clamp(20px, 5.5vw, 96px);
    padding-top: clamp(100px, 12vw, 140px);
}

.sec-1-home-11__topbar-label {
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
}

.sec-1-home-11__topbar-divider {
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.sec-1-home-11__headline {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 0 clamp(20px, 5.5vw, 96px);
}

.sec-1-home-11__title {
    font-size: clamp(64px, 14vw, 200px);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--at-common-white);
    margin-bottom: 0;
}

.sec-1-home-11__footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    padding: clamp(32px, 4vw, 56px) clamp(20px, 5.5vw, 96px);
}

.sec-1-home-11__desc {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 340px;
    margin-bottom: 0;
}

.sec-1-home-11__reel {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--at-common-white);
    transition: gap 0.3s ease;
}

.sec-1-home-11__reel:hover {
    gap: 20px;
    color: var(--at-common-white);
}

.sec-1-home-11__reel:hover .sec-1-home-11__reel-ring {
    background-color: var(--at-theme-primary);
}

.sec-1-home-11__reel-ring {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
}

.sec-1-home-11__reel-icon {
    color: var(--at-common-white);
    margin-left: 2px;
}

.sec-1-home-11__reel-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sec-1-home-11__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sec-1-home-11__scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.sec-1-home-11__scroll-line::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, transparent, var(--at-theme-primary) 50%, transparent);
    animation: scroll-line-drop 1.6s ease-in-out infinite;
}

@keyframes scroll-line-drop {
    0% {
        top: -40%;
    }
    100% {
        top: 140%;
    }
}

.sec-1-home-11__scroll-text {
    font-size: 10px;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.5);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sec-1-home-11__badge {
    position: absolute;
    top: 50%;
    right: clamp(20px, 5.5vw, 96px);
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
    .sec-1-home-11__badge {
        display: none;
    }
}

.sec-1-home-11__badge-value {
    font-size: 10px;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: var(--at-theme-primary);
    text-transform: uppercase;
}

.sec-1-home-11__badge-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 4px;
}

.sec-1-home-11__badge-year {
    font-size: 24px;
    font-weight: 700;
    color: var(--at-common-white);
    line-height: 1;
    display: block;
    margin-top: 2px;
}

.sec-1-home-11__reel-modal .modal-dialog {
    max-width: min(1100px, 96vw);
}

.sec-1-home-11__reel-modal .sec-1-home-11__reel-modal-close {
    z-index: 2;
    opacity: 0.85;
}

.sec-1-home-11__reel-modal .sec-1-home-11__reel-modal-close:hover {
    opacity: 1;
}

.sec-1-home-11__reel-modal .sec-1-home-11__reel-modal-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*------------------------------------------------------------------
  Section 2 — Trusted Clients Marquee
------------------------------------------------------------------*/

.sec-2-home-11 {
    background-color: var(--at-neutral-50);
    overflow: hidden;
}

.sec-2-home-11__inner {
    padding: clamp(48px, 6vw, 80px) 0;
}

.sec-2-home-11__label {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: var(--at-neutral-500);
    margin-bottom: 32px;
}

.sec-2-home-11__track-wrap {
    overflow: hidden;
    margin-bottom: 16px;
}

.sec-2-home-11__track-wrap--reverse {
    margin-bottom: 0;
}

.sec-2-home-11__track {
    display: flex;
    align-items: center;
    gap: clamp(32px, 5vw, 64px);
    width: -moz-max-content;
    width: max-content;
}

.sec-2-home-11__logo-item {
    flex-shrink: 0;
    opacity: 0.45;
    transition: opacity 0.3s ease;
}

.sec-2-home-11__logo-item:hover {
    opacity: 0.9;
}

.sec-2-home-11__logo-item img {
    max-height: 36px;
    width: auto;
    display: block;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.sec-2-home-11__logo-item img:hover {
    filter: grayscale(0);
}

/*------------------------------------------------------------------
  Section 3 — About Studio
------------------------------------------------------------------*/

.sec-3-home-11__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) clamp(20px, 5.5vw, 96px);
}

.sec-3-home-11__head {
    padding-bottom: clamp(48px, 6vw, 80px);
    border-bottom: 1px solid var(--at-neutral-100);
}

.sec-3-home-11__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--at-theme-primary);
    flex-shrink: 0;
}

.sec-3-home-11__eyebrow-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--at-neutral-500);
}

.sec-3-home-11__title {
    font-size: clamp(40px, 5.5vw, 80px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--at-neutral-950);
}

.sec-3-home-11__intro {
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.75;
    color: var(--at-neutral-500);
    max-width: 440px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .sec-3-home-11__intro {
        max-width: 100%;
        margin-left: 0;
    }
}

.sec-3-home-11__media-a,
.sec-3-home-11__side {
    position: relative;
}

.sec-3-home-11__img-frame {
    border-radius: 4px;
    overflow: hidden;
}

.sec-3-home-11__img-frame--sq {
    aspect-ratio: 4/5;
}

.sec-3-home-11__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-3-home-11__metric {
    position: absolute;
    bottom: -24px;
    right: -20px;
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    padding: 20px 24px;
    text-align: center;
    z-index: 2;
}

@media (max-width: 575px) {
    .sec-3-home-11__metric {
        right: 0;
        bottom: 0;
    }
}

.sec-3-home-11__metric-value {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.sec-3-home-11__metric-label {
    font-size: 12px;
    letter-spacing: 0.06em;
    margin-top: 6px;
    line-height: 1.4;
    text-transform: uppercase;
}

.sec-3-home-11__year-badge {
    position: absolute;
    top: 24px;
    left: -16px;
    background: var(--at-neutral-950);
    color: var(--at-common-white);
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    z-index: 2;
}

@media (max-width: 991px) {
    .sec-3-home-11__year-badge {
        left: 16px;
    }
}

.sec-3-home-11__year-badge-est {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.6;
}

.sec-3-home-11__year-badge-num {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.sec-3-home-11__content {
    padding-top: clamp(16px, 2.5vw, 28px);
}

.sec-3-home-11__body {
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.75;
    color: var(--at-neutral-500);
}

.sec-3-home-11__divider {
    height: 1px;
    background: var(--at-neutral-100);
    margin: clamp(24px, 3vw, 40px) 0;
}

.sec-3-home-11__steps {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sec-3-home-11__step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.sec-3-home-11__step-num {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--at-theme-primary);
    padding-top: 3px;
    min-width: 22px;
}

.sec-3-home-11__step-copy {
    font-size: 14px;
    line-height: 1.65;
    color: var(--at-neutral-500);
}

.sec-3-home-11__step-copy p {
    font-size: inherit;
    line-height: inherit;
}

.sec-3-home-11__step-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--at-neutral-950);
    margin-bottom: 4px;
}

.sec-3-home-11__quote {
    margin: 24px 0 0;
    padding: 20px 24px;
    border-left: 2px solid var(--at-theme-primary);
    background: var(--at-neutral-50);
}

.sec-3-home-11__quote-text {
    font-size: 15px;
    font-style: italic;
    color: var(--at-neutral-700);
    line-height: 1.65;
}

.sec-3-home-11__quote-attr {
    display: block;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--at-neutral-400);
    text-transform: uppercase;
}

.sec-3-home-11__cta {
    font-size: 15px;
    font-weight: 500;
    color: var(--at-neutral-950);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: color 0.3s ease, gap 0.3s ease;
}

.sec-3-home-11__cta:hover {
    color: var(--at-theme-primary);
}

.sec-3-home-11__stats-bar {
    border-top: 1px solid var(--at-neutral-100);
    margin-top: clamp(48px, 7vw, 96px);
}

.sec-3-home-11__stat {
    padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px);
    border-right: 1px solid var(--at-neutral-100);
}

.sec-3-home-11__stat:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .sec-3-home-11__stat {
        border-bottom: 1px solid var(--at-neutral-100);
    }
    .sec-3-home-11__stat:nth-child(2n) {
        border-right: none;
    }
}

.sec-3-home-11__stat-num {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--at-neutral-950);
    line-height: 1;
}

.sec-3-home-11__stat-label {
    font-size: 13px;
    color: var(--at-neutral-500);
    letter-spacing: 0.04em;
    margin-top: 6px;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
  Section 4 — Featured Works
------------------------------------------------------------------*/

.sec-4-home-11 {
    background-color: var(--at-neutral-50);
}

.sec-4-home-11__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) clamp(20px, 5.5vw, 96px);
}

.sec-4-home-11__title {
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
}

.sec-4-home-11__intro {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.7;
    color: var(--at-neutral-500);
}

.sec-4-home-11__view-all {
    font-size: 14px;
    font-weight: 500;
    color: var(--at-neutral-950);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.sec-4-home-11__view-all:hover {
    color: var(--at-theme-primary);
}

.sec-4-home-11__list .mg-portfolio-item {
    padding-top: clamp(24px, 3vw, 40px);
}

.sec-4-home-11__list .mg-portfolio-thumb {
    border-radius: 4px;
    overflow: hidden;
}

.sec-4-home-11__list .mg-portfolio-thumb a.cursor-hide {
    position: relative;
    display: block;
}

.sec-4-home-11__list .sec-4-home-11__thumb-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100% - clamp(24px, 6vw, 48px));
    padding: clamp(12px, 2vw, 20px) clamp(16px, 3vw, 28px);
    font-size: clamp(54px, 6.6vw, 84px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--at-common-white);
    pointer-events: none;
    z-index: 2;
}

.sec-4-home-11__list .cs-portfolio-title {
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 600;
    letter-spacing: -0.02em;
}

/*------------------------------------------------------------------
  Section 5 — Services (modernized)
------------------------------------------------------------------*/

.sec-5-home-11 {
    position: relative;
    background-color: var(--at-neutral-0);
    overflow: hidden;
}

.sec-5-home-11__bg-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle at 20% 30%, rgba(var(--at-theme-primary-rgb, 240, 70, 14), 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(var(--at-theme-primary-rgb, 240, 70, 14), 0.02) 0%, transparent 50%);
}

.sec-5-home-11__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) clamp(20px, 5.5vw, 96px);
    position: relative;
    z-index: 1;
}

.sec-5-home-11__title {
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
}

.sec-5-home-11__card {
    position: relative;
    background-color: var(--at-common-white);
    border: 1px solid var(--at-neutral-100);
    border-radius: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease, border-color 0.4s ease;
}

.sec-5-home-11__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.sec-5-home-11__card:hover .sec-5-home-11__card-accent {
    transform: scaleY(1);
}

.sec-5-home-11__card:hover .sec-5-home-11__card-num {
    color: var(--at-theme-primary);
    transform: translateX(2px);
}

.sec-5-home-11__card--lg .sec-5-home-11__card-body {
    padding: clamp(24px, 3vw, 36px);
}

.sec-5-home-11__card--sm .sec-5-home-11__card-body {
    padding: clamp(28px, 3.5vw, 44px);
}

.sec-5-home-11__card-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--at-theme-primary);
    transform: scaleY(0.3);
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}

.sec-5-home-11__card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.sec-5-home-11__card-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sec-5-home-11__card-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--at-common-white);
    background: var(--at-theme-primary);
    border-radius: 2px;
    pointer-events: none;
}

.sec-5-home-11__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 15, 15, 0.45) 0%, rgba(15, 15, 15, 0.1) 50%, transparent 100%);
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.sec-5-home-11__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sec-5-home-11__card-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
}

.sec-5-home-11__card-num {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: var(--at-neutral-100);
    flex-shrink: 0;
    transition: color 0.4s ease, transform 0.4s ease;
    min-width: clamp(40px, 5vw, 56px);
}

.sec-5-home-11__card-name {
    font-size: clamp(18px, 1.8vw, 24px);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
    padding-top: 4px;
}

.sec-5-home-11__card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--at-neutral-500);
}

.sec-5-home-11__card-link {
    font-size: 13px;
    font-weight: 500;
    color: var(--at-neutral-950);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    margin-top: auto;
    transition: color 0.3s ease, gap 0.3s ease;
    align-self: flex-start;
}

.sec-5-home-11__card-link:hover {
    color: var(--at-theme-primary);
    gap: 10px;
}

/*------------------------------------------------------------------
  Section 6 — Studio Process
------------------------------------------------------------------*/

.sec-6-home-11 {
    background-color: var(--at-neutral-50);
}

.sec-6-home-11__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) clamp(20px, 5.5vw, 96px);
}

.sec-6-home-11__title-block {
    padding-bottom: 40px;
}

.sec-6-home-11__title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
}

.sec-6-home-11__intro {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.7;
    color: var(--at-neutral-500);
    max-width: 380px;
}

.sec-6-home-11__cta {
    font-size: 14px;
    font-weight: 500;
    color: var(--at-neutral-950);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    transition: color 0.3s ease;
    align-self: flex-start;
}

.sec-6-home-11__cta:hover {
    color: var(--at-theme-primary);
}

.sec-6-home-11__steps {
    padding: 0;
}

.sec-6-home-11__scroll-stack.scroll-section .wrapper {
    position: relative;
}

.sec-6-home-11__scroll-stack.scroll-section .sec-6-home-11__steps.list {
    position: relative;
    height: 100%;
}

.sec-6-home-11__scroll-stack.scroll-section .sec-6-home-11__step.item {
    border-top: none;
    border-bottom: none;
    background-color: var(--at-neutral-50);
}

.sec-6-home-11__scroll-stack.scroll-section .item {
    min-height: min(88vh, 860px);
}

.sec-6-home-11__scroll-stack.scroll-section .item:first-child {
    min-height: min(88vh, 860px);
    height: auto;
}

.sec-6-home-11__step {
    padding: clamp(32px, 4vw, 56px) 0;
    border-top: 1px solid var(--at-neutral-100);
}

.sec-6-home-11__step:last-child {
    border-bottom: 1px solid var(--at-neutral-100);
}

@media (max-width: 991px) {
    .sec-6-home-11__scroll-stack.scroll-section .sec-6-home-11__steps.list {
        height: auto;
    }
    .sec-6-home-11__scroll-stack.scroll-section .sec-6-home-11__step.item {
        padding: clamp(24px, 5vw, 40px) 0;
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        border-top: 1px solid var(--at-neutral-100);
    }
    .sec-6-home-11__scroll-stack.scroll-section .sec-6-home-11__step.item:last-child {
        border-bottom: 1px solid var(--at-neutral-100);
    }
    .sec-6-home-11__scroll-stack.scroll-section .item {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        transform: none !important;
    }
    .sec-6-home-11__scroll-stack.scroll-section .item:first-child {
        min-height: 0 !important;
        height: auto !important;
    }
}

.sec-6-home-11__step-num {
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--at-neutral-100);
    line-height: 1;
    flex-shrink: 0;
    min-width: clamp(64px, 8vw, 100px);
}

.sec-6-home-11__step-title {
    font-size: clamp(22px, 2.5vw, 36px);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--at-neutral-950);
}

.sec-6-home-11__step-body {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.7;
    color: var(--at-neutral-500);
    max-width: 480px;
}

.sec-6-home-11__step-media {
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.sec-6-home-11__step-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-6-home-11__tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid var(--at-neutral-100);
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--at-neutral-500);
    border-radius: 100px;
}

/*------------------------------------------------------------------
  Section 7 — Testimonials
------------------------------------------------------------------*/

.sec-7-home-11__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) clamp(20px, 5.5vw, 96px);
}

.sec-7-home-11__title {
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--at-neutral-950);
    margin-bottom: 0;
}

.sec-7-home-11__nav {
    gap: 8px;
}

.sec-7-home-11__nav .swiper-btn-prev,
.sec-7-home-11__nav .swiper-btn-next {
    border: 1px solid var(--at-neutral-100);
    border-radius: 50%;
    background: transparent;
    color: var(--at-neutral-950);
    transition: background 0.3s ease, color 0.3s ease;
}

.sec-7-home-11__nav .swiper-btn-prev:hover,
.sec-7-home-11__nav .swiper-btn-next:hover {
    background: var(--at-theme-primary);
    border-color: var(--at-theme-primary);
    color: var(--at-common-white);
}

.sec-7-home-11__swiper .testimonial-cart-wrap {
    background: var(--at-neutral-50);
    border: 1px solid var(--at-neutral-100);
}

/*------------------------------------------------------------------
  Section 8 — Call to Action
------------------------------------------------------------------*/

.sec-8-home-11 {
    position: relative;
    overflow: hidden;
    background-color: var(--at-neutral-950);
    color: var(--at-common-white);
}

.sec-8-home-11__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sec-8-home-11__bg-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec-8-home-11__bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.sec-8-home-11__bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 15, 0.82);
}

.sec-8-home-11__inner {
    position: relative;
    z-index: 1;
    padding: clamp(80px, 10vw, 140px) 0;
    padding-bottom: 0;
}

.sec-8-home-11__type-wrap {
    overflow: hidden;
}

.sec-8-home-11__big-line {
    font-size: clamp(48px, 10vw, 140px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

.sec-8-home-11__img-pill {
    display: inline-block;
    vertical-align: middle;
    height: 0.85em;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 0.15em;
    position: relative;
    top: -0.04em;
}

.sec-8-home-11__img-pill img {
    height: 100%;
    width: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec-8-home-11__type-wrap:nth-child(1) .sec-8-home-11__img-pill:nth-of-type(1) {
    transform: rotate(-5deg);
}

.sec-8-home-11__type-wrap:nth-child(1) .sec-8-home-11__img-pill:nth-of-type(2) {
    transform: rotate(6deg);
}

.sec-8-home-11__type-wrap:nth-child(2) .sec-8-home-11__img-pill:nth-of-type(1) {
    transform: rotate(7deg);
}

.sec-8-home-11__type-wrap:nth-child(2) .sec-8-home-11__img-pill:nth-of-type(2) {
    transform: rotate(-4deg);
}

.sec-8-home-11__type-wrap:nth-child(3) .sec-8-home-11__img-pill:nth-of-type(1) {
    transform: rotate(-6deg);
}

.sec-8-home-11__type-wrap:nth-child(3) .sec-8-home-11__img-pill:nth-of-type(2) {
    transform: rotate(5deg);
}

.sec-8-home-11__cta-block {
    padding: clamp(48px, 8vw, 120px) clamp(20px, 5.5vw, 96px);
}

.sec-8-home-11__cta-heading {
    font-size: clamp(40px, 7vw, 104px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--at-common-white);
    margin-bottom: 0;
}

.sec-8-home-11__cta-sub {
    font-size: clamp(15px, 1.2vw, 18px);
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    margin-bottom: 0;
}

.sec-8-home-11__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: 1px solid var(--at-theme-primary);
    transition: background 0.3s ease, color 0.3s ease;
}

.sec-8-home-11__btn-primary:hover {
    background: transparent;
    color: var(--at-theme-primary);
}

.sec-8-home-11__btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: transparent;
    color: var(--at-common-white);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: border-color 0.3s ease, color 0.3s ease;
}

.sec-8-home-11__btn-secondary:hover {
    border-color: var(--at-common-white);
    color: var(--at-common-white);
}

.sec-8-home-11__email {
    font-size: clamp(13px, 1vw, 15px);
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.sec-8-home-11__email:hover {
    color: var(--at-common-white);
}

/*----------------------------------------*/

/*  2.3 Back to top
/*----------------------------------------*/

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 574.98px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--at-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--at-common-black);
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

.back-to-top-btn svg {
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    transform: translateY(-4px);
}

/*----------------------------------------*/

/*  2.5 Buttons
/*----------------------------------------*/

.at-btn {
    gap: 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.05em;
    padding: 17px 25px;
    text-transform: capitalize;
    color: #FEFEFE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1D;
    border-radius: 50px;
}

.at-btn:hover {
    color: #FEFEFE;
}

.at-btn:hover span span.text-1 {
    transform: translateY(-150%);
}

.at-btn:hover span span.text-2 {
    top: 50%;
    transform: translateY(-50%);
}

.at-btn:hover i svg:first-child {
    transform: translate(16px, -16px);
}

.at-btn:hover i svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translate(13px, -13px);
}

.at-btn:hover i.icon-arrow-right svg:first-child {
    transform: translate(16px, 0);
}

.at-btn:hover i.icon-arrow-right svg:last-child {
    transform: translate(16px, 0);
}

.at-btn:hover i.icon-arrow-up-left svg:first-child {
    transform: translate(-16px, -16px);
}

.at-btn:hover i.icon-arrow-up-left svg:last-child {
    transform: translate(-16px, -16px);
}

.at-btn span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.at-btn span span.text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}

.at-btn span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}

.at-btn i {
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-left: 4px;
}

.at-btn i svg {
    transform: translateY(-2px);
    position: absolute;
    bottom: -1px;
    left: 1px;
    transition: all 0.2s ease-out;
}

.at-btn i svg:last-child {
    left: -12px;
    bottom: -12px;
    transform: translate(0, 0);
    opacity: 0;
}

.at-btn i.icon-arrow-right svg:last-child {
    left: -16px;
    bottom: 0;
}

.at-btn i.icon-arrow-up-left svg:last-child {
    left: 16px;
    bottom: -16px;
}

.at-btn.btn-sm {
    padding: 10px 20px;
}

.at-btn.filter-btn {
    border-radius: 100px;
    border: 1px solid var(--at-neutral-100, #DFDFDF);
    background: var(--at-neutral-0, #FEFEFE);
    color: var(--at-neutral-900);
}

.at-btn.active {
    background: var(--at-neutral-900);
    border-color: var(--at-neutral-900);
    color: var(--at-neutral-0);
}

.at-btn-border-white {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.25);
}

.at-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.at-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -52px;
}

.at-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
}

.at-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0;
}

.at-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0;
    background: #1D1D1D;
}

.at-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1);
    background: #1D1D1D;
}

.at-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -52px;
    background: #1D1D1D;
}

.at-btn-group .at-btn-circle {
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: #1D1D1D;
    color: #FEFEFE;
}

.at-btn-group .at-btn-circle i {
    transform: rotate(-45deg);
}

.at-btn-group-transparent .at-btn {
    background: #FEFEFE;
    border: 1px solid rgba(38, 38, 38, 0.1);
    color: #1D1D1D;
}

.at-btn-group-transparent .at-btn-circle {
    background-color: #FEFEFE;
    color: #1D1D1D;
    border: 1px solid rgba(38, 38, 38, 0.1);
}

.at-btn-group-transparent:hover>*:nth-child(2) {
    background: #FEFEFE;
}

.at-btn-group-transparent:hover>*:nth-child(1) {
    background: #FEFEFE;
}

.at-btn-group-transparent-2 .at-btn {
    background: #fff5f3;
    border: 1px solid rgba(38, 38, 38, 0.1);
    color: #1D1D1D;
}

.at-btn-group-transparent-2 .at-btn-circle {
    background-color: #fff5f3;
    color: #1D1D1D;
    border: 1px solid rgba(38, 38, 38, 0.1);
}

.at-btn-group-transparent-2:hover>*:nth-child(2) {
    background: #fff5f3;
}

.at-btn-group-transparent-2:hover>*:nth-child(1) {
    background: #fff5f3;
}

.at-btn-group.btn-brand-1 .at-btn {
    background: #F0460E;
    border: 1px solid #F0460E;
    color: #FEFEFE;
}

.at-btn-group.btn-brand-1 .at-btn-circle {
    background-color: #F0460E;
    color: #FEFEFE;
    border: 1px solid #F0460E;
}

.at-btn.has-dot {
    position: relative;
}

.at-btn.has-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 50%;
}

/*----------------------------------------*/

/*  2.1 Animations
/*----------------------------------------*/

@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate-infinite {
    animation: rotate-infinite 15s linear infinite;
}

@keyframes rotate-infinite-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.rotate-infinite-2 {
    animation: rotate-infinite-2 15s linear infinite;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
}

@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg);
    }
}

@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg);
    }
}

.hover-up {
    transition: transform 0.2s ease-in-out;
}

.hover-up:hover {
    transform: translateY(-3px);
}

/*----------------------------------------*/

/*  2.10 Preloader
/*----------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--at-theme-primary);
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--at-common-white);
    animation: preloader 1.3s linear infinite;
    -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/

/*----------------------------------------*/

/*  2.11 search style
/*----------------------------------------*/

.at-search-form-toggle {
    position: fixed;
    top: 115px;
    left: 50%;
    max-width: 1136px;
    width: 100%;
    padding: 50px 60px 60px;
    border-radius: 16px;
    background-color: rgba(var(--at-neutral-50-rgb), 0.9);
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translate(-50%, calc(-100% - 80px));
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0s, 0s, 0s;
    transition-delay: 0.5s;
    z-index: 9999;
}

.at-search-form-toggle.active {
    opacity: 1;
    transform: translate(-50%, 0);
    transition-delay: 0s;
}

.at-search-form-toggle.active .at-search-form-input {
    transform: translate(0, 0) !important;
    opacity: 1;
    transition-delay: 0.5s;
}

.at-search-form-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    border-radius: 8px;
}

.at-search-form-input {
    position: relative;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out !important;
    transition-delay: 0.5s;
    padding: 12px 15px 12px 32px;
    border-radius: 8px;
    opacity: 0;
    border: 1px solid var(--at-neutral-100);
    background: var(--at-neutral-0);
    overflow: hidden;
}

.at-search-form-input input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--at-common-black);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 636px;
    background: var(--at-neutral-0);
    transition-delay: 0.5s;
    transition: all 0.3s ease-in-out !important;
}

.at-search-form-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 24px;
    color: var(--at-neutral-500);
}

.at-search-form-input input::placeholder {
    /* MODERN BROWSER */
    font-size: 24px;
    color: var(--at-neutral-500);
}

.at-search-form-input input:focus {
    border-color: transparent;
}

.at-search-form-input input:focus~.at-search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 2s;
}

.at-search-form-input .at-search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--at-common-black);
    transition: all 0.5s;
}

.at-search-close {
    color: var(--at-common-black);
    font-size: 40px;
    transition: all 0.3s ease;
}

.at-search-close:hover {
    color: var(--at-neutral-500);
    transform: rotate(180deg);
}

.at-search-body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
    z-index: 99;
    cursor: zoom-out;
    transform: translateY(calc(-100% - 80px));
    transition: all 0.5s ease-in-out 0s;
    transition-delay: 0.3s;
}

.at-search-body-overlay.active {
    transform: translateY(0);
}

.at-search-dark {
    background-color: var(--at-common-black);
}

.at-search-dark .at-search-form-input input {
    color: var(--at-common-white);
    border-bottom: 1px solid var(--at-border-3);
}

.at-search-dark .at-search-form-input input~.at-search-focus-border {
    background-color: var(--at-common-white);
}

.at-search-dark .at-search-close {
    color: var(--at-common-white);
}

.at-search-dark .at-search-close:hover {
    color: var(--at-grey-2);
}

.at-search-dark .at-search-form-icon {
    color: var(--at-common-white);
}

.at-categories-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--at-neutral-900);
    margin-bottom: 16px;
    margin-top: 50px;
}

.at-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.at-categories-item {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 100px;
    border: 1px solid var(--at-neutral-100);
    background: var(--at-neutral-0);
    color: var(--at-neutral-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    transition: all 0.3s ease;
}

.at-categories-item:hover {
    background: var(--at-neutral-900);
    color: var(--at-neutral-0);
    border-color: var(--at-neutral-900);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/

/*  2.9 Nice Select
/*----------------------------------------*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: var(--at-neutral-900);
    padding-left: 55px;
    font-weight: 500;
    background-color: var(--at-neutral-0);
    border-radius: 5px;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    padding-right: 30px;
    font-family: var(--at-ff-body);
}

.nice-select:hover {
    border-color: ar(--at-theme-primary);
}

.nice-select::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    background-color: var(--at-neutral-900);
    top: 50%;
    left: 0;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    transform: translateY(-50%);
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    font-family: var(--at-ff-fontawesome);
    color: var(--at-neutral-900);
    font-weight: 600;
    pointer-events: none;
    font-size: 18px;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    transform: translateY(-50%);
}

.nice-select.open::after {
    transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled::after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small::after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--at-neutral-0);
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    border-radius: 12px;
}

.nice-select .option:hover {
    background-color: var(--at-neutral-50);
    color: var(--at-neutral-900);
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .option.selected {
    font-weight: 400;
    color: var(--at-theme-primary);
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

[data-bs-theme=dark] {
    --at-common-white: var(--at-common-dark-white);
    --at-common-white-rgb: var(--at-common-dark-white-rgb);
    --at-common-black: var(--at-common-dark-black);
    --at-common-black-rgb: var(--at-common-dark-black-rgb);
    --at-common-bubbles: var(--at-common-dark-bubbles);
    --at-neutral-0: var(--at-neutral-dark-0);
    --at-neutral-0-rgb: var(--at-neutral-dark-0-rgb);
    --at-neutral-50: var(--at-neutral-dark-50);
    --at-neutral-50-rgb: var(--at-neutral-dark-50-rgb);
    --at-neutral-100: var(--at-neutral-dark-100);
    --at-neutral-300: var(--at-neutral-dark-300);
    --at-neutral-500: var(--at-neutral-dark-500);
    --at-neutral-700: var(--at-neutral-dark-700);
    --at-neutral-800: var(--at-neutral-dark-800);
    --at-neutral-900: var(--at-neutral-dark-900);
    --at-neutral-950: var(--at-neutral-dark-950);
}

[data-bs-theme=dark] .invert-1 {
    filter: invert(0);
}

[data-bs-theme=dark] .at-header-logo img,
[data-bs-theme=dark] .at-offcanvas-logo img {
    filter: invert(1);
}

[data-bs-theme=dark] .invert-0 {
    filter: invert(0) !important;
}

[data-bs-theme=dark] .dark-mode-invert {
    filter: invert(1);
}

[data-bs-theme=dark] .at-main-menu nav ul li.has-dropdown>a::after {
    filter: invert(1);
}

[data-bs-theme=dark] .changeless {
    --at-common-white: #ffffff;
    --at-common-white-rgb: 255, 255, 255;
    --at-common-black: #1e1e1e;
    --at-common-bubbles: #e1eeb7;
    --at-neutral-950: #0f0f0f;
    --at-neutral-900: #1d1d1d;
    --at-neutral-800: #212121;
    --at-neutral-700: #303030;
    --at-neutral-500: #585959;
    --at-neutral-300: #b7b7b7;
    --at-neutral-100: #dfdfdf;
    --at-neutral-50: #f2f2f2;
    --at-neutral-0: #fefefe;
}

.dark-light-mode .toggle {
    display: grid;
    place-items: center;
    cursor: pointer;
    line-height: 1;
}

.dark-light-mode .input {
    display: none;
}

.dark-light-mode label {
    margin-bottom: 0 !important;
}

.dark-light-mode .icon {
    grid-column: 1/1;
    grid-row: 1/1;
    transition: transform 500ms;
    line-height: 0.1;
}

.dark-light-mode .icon--moon {
    transition-delay: 200ms;
}

.dark-light-mode .icon--sun {
    transform: scale(0);
}

.dark-light-mode #switch:checked+.icon--moon {
    transform: rotate(360deg) scale(0);
}

.dark-light-mode #switch:checked~.icon--sun {
    transition-delay: 200ms;
    transform: scale(1) rotate(360deg);
}

/*# sourceMappingURL=main.css.map */