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

    Template Name: Orisa - Creative Portfolio Agency HTML Template
    Author: AliThemes
    Support: https://alithemes.ticksy.com/
    Description: Orisa - Creative Portfolio Agency HTML Template
    Version: 1.0.0



**********************************************/
/*----------------------------------------*/
/*  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-160 {
  font-size: 120px;
}

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

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

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

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

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

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

@media screen and (min-width: 1401px) {
  .fz-160 {
    font-size: 160px;
  }
  .fz-170 {
    font-size: 170px;
  }
  .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;
  }
}
.fz-60 {
  font-size: 60px;
}

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

.opacity-8 {
  opacity: 0.3;
}

.opacity-10 {
  opacity: 0.1;
}

.common-red {
  color: #F00E0E !important;
}

.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: 40px 0;
  margin-top: 60px;
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-brand-area {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-brand-area {
    margin-top: 70px;
    padding: 32px 0;
  }
}
@media (max-width: 574.98px) {
  .at-brand-area {
    margin-top: 48px;
    padding: 24px 0;
  }
}
.at-brand-area::before, .at-brand-area::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 100%;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-brand-area::before, .at-brand-area::after {
    width: 60px;
  }
}
.at-brand-area::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
}
.at-brand-area::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0) 100%);
}
.at-brand-area.at-brand-strip .at-brand-strip__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--at-neutral-100, #DFDFDF);
  z-index: 4;
}
.at-brand-area.at-brand-strip .at-brand-strip__line--top {
  top: 0;
}
.at-brand-area.at-brand-strip .at-brand-strip__line--bottom {
  bottom: 0;
}
.at-brand-area.at-brand-strip .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 88px;
  flex-shrink: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-brand-area.at-brand-strip .brand-item {
    width: 190px;
    height: 72px;
  }
}
.at-brand-area.at-brand-strip .brand-item img {
  display: block;
  max-height: 72px;
  max-width: 210px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.85;
  transform: scale(1);
  transform-origin: center center;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-brand-area.at-brand-strip .brand-item img {
    max-height: 56px;
    max-width: 165px;
  }
}
.at-brand-area.at-brand-strip .carouselTicker__item:hover .brand-item img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.08);
}
.at-brand-area.at-brand-strip .carouselTicker__item {
  padding: 0 8px;
  overflow: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-brand-area.at-brand-strip .carouselTicker__item {
    padding: 0 6px;
  }
}

.page-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 2147483000;
  overflow: hidden;
  pointer-events: auto;
  /* Transparent: cutout shows the real page; dark comes only from the SVG veil */
  background: transparent;
}

.page-loader__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.page-loader__veil {
  fill: #1d1d1d;
}

.page-loader__logo-fill {
  pointer-events: none;
}

.page-loader__brand {
  pointer-events: none;
}

html.is-preload,
html.is-preload body {
  overflow: hidden !important;
  height: 100% !important;
  overscroll-behavior: none;
  touch-action: none;
}

html.is-preload-bg,
html.is-preload-bg body {
  background-color: #1d1d1d !important;
}

.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-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-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-box--photo {
  width: 168px;
  height: 210px;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background-color: var(--at-neutral-100);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-box--photo {
    width: 140px;
    height: 175px;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-box--photo {
    width: 120px;
    height: 150px;
    border-radius: 20px;
  }
}
@media (max-width: 574.98px) {
  .client-box--photo {
    width: 96px;
    height: 120px;
    border-radius: 16px;
  }
}
.client-box--photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  filter: none;
}

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

/* 404: falling photos replace side avatar */
.sec-1-404 .sec-2-404--aside {
  min-height: 560px;
}
@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-404 .sec-2-404--aside {
    min-height: 420px;
    margin-top: 24px;
  }
}
.sec-1-404 .client-capsule-wrapper {
  margin-top: 0;
  height: 100%;
  min-height: 560px;
  border-radius: 24px;
  background: var(--at-neutral-50);
}
@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-404 .client-capsule-wrapper {
    min-height: 420px;
  }
}

.at-sec8-area h2 {
  color: #F00E0E;
  display: flex;
  align-items: flex-end;
  line-height: 0.9;
  gap: 0.02em;
}
@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-sec8-area h2 {
    justify-content: center;
  }
}

.at-sec8-area h2 .odometer,
.at-sec8-area h2 .at-scroll-count {
  color: #1D1D1D;
  letter-spacing: 4px;
  line-height: 0.9;
}

.at-sec8-area h2 .at-sec8-suffix {
  color: #F00E0E;
  line-height: 0.9;
}

.at-sec8-area h2 .small {
  font-size: 32px;
  color: #F00E0E;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 0.12em;
}

@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-sec8-list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start !important;
    gap: 28px !important;
  }
}

@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-sec8-item {
    text-align: center;
    width: 100%;
  }
}
.at-sec8-item p {
  margin-bottom: 0;
}

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

.subtitle {
  font-size: 12px;
  font-weight: 600;
}

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

/* Убираем жёлтый/синий фон браузера при автозаполнении, цвет текста наследуем */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-text-fill-color: currentColor;
  caret-color: currentColor;
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
}

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

.img-bg {
  height: calc(100% + 200px) !important;
}

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

.split-line,
.split-word {
  white-space: nowrap;
}

@media (max-width: 400px) {
  .at-section-title {
    font-size: 28px;
    line-height: 1.25;
  }
}

/*---------------------------------
    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-160 {
    font-size: 100px;
  }
  .fz-170 {
    font-size: 100px;
  }
  .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-160 {
    font-size: 110px;
  }
  .fz-170 {
    font-size: 70px;
  }
  .fz-200 {
    font-size: 80px;
  }
  .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-160 {
    font-size: 52px;
  }
  .fz-170 {
    font-size: 30px;
  }
  .fz-200 {
    font-size: 38px;
  }
  .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: min(1750px, 100% - 96px);
  }
}
/* 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;
}
.at-header-right .at-theme-toggle {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.at-header-right .at-theme-toggle__icon {
  display: block;
  line-height: 0;
}

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

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

/*----------------------------------------*/
/*  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 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}
.at-main-menu.menu-light nav ul li > a {
  color: #fff;
}
.at-main-menu.menu-light nav ul li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.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);
  font-size: 40px;
  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 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: var(--at-neutral-0);
}
.alt-footer-social-item ul li a:hover {
  color: var(--at-neutral-0);
  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);
}

.at-footer-area--light .at-footer-address {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: var(--at-neutral-500);
  display: block;
  min-height: 2.25em;
}
.at-footer-area--light .at-hero-social a,
.at-footer-area--light .at-hero-social .footer-city-btn {
  color: var(--at-common-black);
  border: 1px solid rgba(38, 38, 38, 0.12);
}
.at-footer-area--light .at-hero-social a:hover, .at-footer-area--light .at-hero-social a.active,
.at-footer-area--light .at-hero-social .footer-city-btn:hover,
.at-footer-area--light .at-hero-social .footer-city-btn.active {
  background: var(--at-common-black);
  border-color: var(--at-common-black);
  color: var(--at-common-white);
}
.at-footer-area--light .at-hero-social .footer-city-btn {
  font: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 20px;
  padding: 12px 26px;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease 0.3s ease-out;
}
.at-footer-area--light .at-footer-logo-text {
  font-weight: 600;
  line-height: 1;
}
.at-footer-area--light .at-footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.at-footer-area--light .at-footer-nav__list li {
  margin-bottom: 14px;
}
.at-footer-area--light .at-footer-nav__list li:last-child {
  margin-bottom: 0;
}
.at-footer-area--light .at-footer-nav__list a,
.at-footer-area--light .at-footer-nav__list span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--at-common-black);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
}
.at-footer-area--light .at-footer-nav__list a {
  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-footer-area--light .at-footer-nav__list a::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M0.21967 9.40717C-0.0732232 9.70006 -0.0732232 10.1749 0.21967 10.4678C0.512563 10.7607 0.987437 10.7607 1.28033 10.4678L0.21967 9.40717ZM10.6875 0.75C10.6875 0.335786 10.3517 2.97145e-09 9.9375 1.50485e-07L3.1875 -2.70983e-07C2.77329 -2.70983e-07 2.4375 0.335786 2.4375 0.75C2.4375 1.16421 2.77329 1.5 3.1875 1.5H9.1875V7.5C9.1875 7.91421 9.52329 8.25 9.9375 8.25C10.3517 8.25 10.6875 7.91421 10.6875 7.5L10.6875 0.75ZM0.75 9.9375L1.28033 10.4678L10.4678 1.28033L9.9375 0.75L9.40717 0.21967L0.21967 9.40717L0.75 9.9375Z' fill='%23F00E0E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 6px;
  opacity: 0;
  transform: translate(-10px, -50%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.at-footer-area--light .at-footer-nav__list a:hover {
  color: #F00E0E;
  background-image: linear-gradient(#F00E0E, #F00E0E), linear-gradient(#F00E0E, #F00E0E);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.at-footer-area--light .at-footer-nav__list a:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.at-footer-area--light .at-footer-nav-brand {
  overflow: visible;
}
.at-footer-area--light .at-footer-nav-brand > .row > [class*=col-]:last-child {
  container-type: inline-size;
  container-name: footer-brand;
}
.at-footer-area--light .at-footer-brand {
  font-size: clamp(20px, 7.2vw + 0.15rem, 140px);
  letter-spacing: -0.045em;
  line-height: 0.9;
  width: 100%;
  max-width: 100%;
  text-align: right;
  white-space: nowrap;
  overflow: visible;
  padding-bottom: 0.15em;
  padding-inline-end: 0.14em;
  box-sizing: border-box;
}
@supports (font-size: 1cqi) {
  .at-footer-area--light .at-footer-brand {
    font-size: clamp(20px, 12.5cqi, 140px);
  }
}
@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-footer-area--light .at-footer-brand {
    text-align: left;
    padding-inline-end: 0;
  }
}
.at-footer-area--light .at-footer-brand.text-scale-anim {
  white-space: nowrap;
}
.at-footer-area--light .at-footer-brand .at-word-span {
  display: inline;
  white-space: nowrap;
}
.at-footer-area--light .at-footer-brand__mark {
  display: inline;
  font-size: 0.82em;
  font-weight: 500;
  color: #F00E0E;
  margin-left: 0.06em;
  line-height: 0;
  vertical-align: super;
  top: auto;
  white-space: nowrap;
}
.at-footer-area--light .at-footer-copyright-area--light {
  border-top: 1px solid rgba(38, 38, 38, 0.1);
}
.at-footer-area--light .at-footer-copyright {
  color: var(--at-neutral-500);
  opacity: 1;
}
.at-footer-area--light .at-footer-services {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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-footer-area--light .at-footer-services {
    gap: 8px;
  }
}
.at-footer-area--light .at-footer-services li {
  position: relative;
  font-size: 14px;
  padding-left: 14px;
  font-weight: 600;
  color: var(--neutral-300, #B7B7B7);
}
.at-footer-area--light .at-footer-services li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.45;
  transform: translateY(-50%);
}
.at-footer-area--light .at-footer-services a {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500);
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  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-footer-area--light .at-footer-services a::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M0.21967 9.40717C-0.0732232 9.70006 -0.0732232 10.1749 0.21967 10.4678C0.512563 10.7607 0.987437 10.7607 1.28033 10.4678L0.21967 9.40717ZM10.6875 0.75C10.6875 0.335786 10.3517 2.97145e-09 9.9375 1.50485e-07L3.1875 -2.70983e-07C2.77329 -2.70983e-07 2.4375 0.335786 2.4375 0.75C2.4375 1.16421 2.77329 1.5 3.1875 1.5H9.1875V7.5C9.1875 7.91421 9.52329 8.25 9.9375 8.25C10.3517 8.25 10.6875 7.91421 10.6875 7.5L10.6875 0.75ZM0.75 9.9375L1.28033 10.4678L10.4678 1.28033L9.9375 0.75L9.40717 0.21967L0.21967 9.40717L0.75 9.9375Z' fill='%231e1e1e'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 4px;
  opacity: 0;
  transform: translate(-8px, -50%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.at-footer-area--light .at-footer-services a:hover {
  color: var(--at-common-black);
  background-image: linear-gradient(var(--at-common-black), var(--at-common-black)), linear-gradient(var(--at-common-black), var(--at-common-black));
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.at-footer-area--light .at-footer-services a:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.at-footer-area--light .at-footer-widget {
  margin-left: auto;
  max-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: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-footer-area--light .at-footer-widget {
    margin-left: unset;
    max-width: unset;
  }
}

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

.at-letter-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);
}

/*----------------------------------------*/
/*  7.1 about css
/*----------------------------------------*/
.at-about-area {
  background-color: #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) {
  .at-about-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 574.98px) {
  .at-about-area {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    border-radius: 20px !important;
  }
}
@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-border {
    padding-top: 32px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-border {
    gap: 2rem !important;
  }
}
.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-thumbs {
  width: 100%;
}
.at-about-thumb {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.at-about-thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
  display: block;
}
.at-about-thumb.thumb-1 {
  max-width: 100%;
  aspect-ratio: 553/310;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-about-thumb.thumb-1 {
    aspect-ratio: 16/10;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-thumb.thumb-1 {
    aspect-ratio: 16/10;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-thumb.thumb-1 {
    aspect-ratio: 16/11;
  }
}
.at-about-thumb.thumb-1 img {
  height: 100%;
}
.at-about-thumb.thumb-2 {
  max-width: 100%;
  aspect-ratio: 553/457;
}
@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-about-thumb.thumb-2 {
    aspect-ratio: 4/3;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-thumb.thumb-2 {
    aspect-ratio: 5/4;
  }
}
.at-about-thumb.thumb-2 img {
  height: 100%;
}
@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-thumb-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-about-thumb-icon {
    width: 48px;
    height: 48px;
    bottom: 14px;
    left: 14px;
  }
}
@media (max-width: 574.98px) {
  .at-about-thumb-icon {
    width: 40px;
    height: 40px;
    bottom: 12px;
    left: 12px;
  }
}
.at-about-thumb-icon--2 {
  left: 20px;
  bottom: 20px;
}
.at-about-thumb-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.at-about-thumb--wide {
  height: auto;
  aspect-ratio: 16/10;
  max-height: none;
}
.at-about-thumb--wide img {
  height: 100%;
  margin-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-thumb--wide {
    aspect-ratio: 16/11;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-intro-wrap {
    margin-bottom: 24px !important;
  }
}
.at-about-brand-mark {
  display: flex;
  margin-left: auto;
  width: 124px;
  height: 124px;
  flex-shrink: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-about-brand-mark {
    width: 96px;
    height: 96px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-brand-mark {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-brand-mark {
    width: 72px;
    height: 72px;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-brand-mark {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.at-about-intro {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: var(--at-common-black);
  max-width: 560px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-intro {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-intro {
    font-size: 17px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-intro {
    font-size: 16px;
    max-width: 100%;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .at-about-intro {
    font-size: 14px;
    line-height: 1.45;
  }
}
.at-about-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 28px 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-card {
    padding: 24px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-card {
    padding: 22px 24px;
    border-radius: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-card {
    padding: 20px;
    border-radius: 14px;
  }
}
.at-about-card .at-about-title {
  max-width: 220px;
  margin-left: auto;
  text-align: right;
}
.at-about-card--stat {
  padding-top: 22px;
  padding-bottom: 22px;
}
.at-about-card--body, .at-about-card--partners {
  min-height: 546px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-about-card--body, .at-about-card--partners {
    min-height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-card--body, .at-about-card--partners {
    min-height: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-card--body, .at-about-card--partners {
    min-height: 380px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-card--body, .at-about-card--partners {
    min-height: 0;
  }
}
.at-about-card--partners {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-card--partners {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 32px;
  }
}
.at-about-stat {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  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) {
  .at-about-stat {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-stat {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-stat {
    font-size: 32px;
    margin-bottom: 24px !important;
  }
}
.at-about-flower {
  display: block;
  color: #F00E0E;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-flower {
    width: 32px;
    height: 32px;
    margin-bottom: 12px !important;
  }
}
.at-about-mid {
  width: 100%;
}
@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-mid {
    padding-left: 0 !important;
  }
}
.at-about-title {
  font-size: 24px;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-title {
    font-size: 20px;
  }
}
.at-about-dec {
  line-height: 120%;
  letter-spacing: -2%;
  color: var(--at-common-black);
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-dec {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-dec {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-dec {
    font-size: 15px;
    line-height: 1.55;
  }
}
@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-text {
  line-height: 120%;
  letter-spacing: -2%;
  color: var(--at-common-black);
  font-size: 16px;
  font-weight: 500;
}
.at-about-btn-transform {
  transform: translateY(-10px);
  display: inline-block;
  vertical-align: middle;
}
@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-about-btn-transform {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-btn-transform {
    display: block;
    transform: translateY(0);
    margin-left: 0 !important;
    width: 100%;
    margin-top: 16px;
  }
  .at-about-btn-transform .at-btn {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-about-title-wrap .at-section-title {
    font-size: clamp(32px, 3.2vw, 48px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-about-title-wrap .at-section-title {
    font-size: clamp(28px, 3vw, 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-about-title-wrap .at-section-title {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-about-title-wrap .at-section-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (max-width: 400px) {
  .at-about-title-wrap .at-section-title {
    font-size: 22px;
    line-height: 1.25;
  }
}

/*----------------------------------------*/
/*  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:hover {
  border-color: var(--at-neutral-200);
}
.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;
  }
}

/*----------------------------------------*/
/*  about-3 sec-2 history
/*----------------------------------------*/
.about-history__title {
  display: flex;
  flex-direction: column;
  font-size: clamp(28px, 3vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.about-history__title-muted {
  color: var(--at-neutral-300, #c4c4c4);
  font-weight: 600;
}
.about-history__title-strong {
  color: var(--at-neutral-900, #1d1d1d);
  font-weight: 600;
}
.about-history__intro {
  max-width: 360px;
  line-height: 1.45;
}
.about-history__timeline,
.about-history .journey-list-wrap {
  position: relative;
  padding-left: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .about-history__timeline,
  .about-history .journey-list-wrap {
    padding-left: 30px;
  }
}
.about-history .journey-list-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--at-neutral-700, #3d3d3d);
  will-change: height;
}
.about-history__list {
  display: flex;
  flex-direction: column;
}
.about-history__item {
  display: grid;
  grid-template-columns: minmax(110px, auto) 1fr auto;
  align-items: start;
  gap: 24px 32px;
  padding: 32px 0;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.about-history__item:first-child {
  border-top: 1px solid var(--at-neutral-100, #dfdfdf);
}
.about-history__year {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: var(--at-common-red, #f00e0e);
  white-space: nowrap;
}
.about-history__text {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
  max-width: 520px;
}
.about-history__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-history__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-history__icon--rotate {
  transform: rotate(-90deg);
}
@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) {
  .about-history__item {
    grid-template-columns: minmax(90px, auto) 1fr auto;
    gap: 12px 16px;
    padding: 24px 0;
  }
  .about-history__icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 574.98px) {
  .about-history__item {
    grid-template-columns: 1fr auto;
    grid-template-areas: "year icon" "text text";
  }
  .about-history__year {
    grid-area: year;
  }
  .about-history__text {
    grid-area: text;
    max-width: none;
  }
  .about-history__icon {
    grid-area: icon;
  }
}

/*----------------------------------------*/
/*  about-3 sec-1 hero title
/*----------------------------------------*/
.sec-1-about__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 32px;
}
.sec-1-about__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.04em;
  font-size: clamp(40px, 12vw, 200px);
  letter-spacing: -0.04em;
  max-width: 100%;
}
.sec-1-about__mark {
  display: inline-block;
  flex-shrink: 0;
  margin-top: 0.06em;
  margin-left: 0.02em;
  font-size: 0.5em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: super;
  color: #F00E0E;
}
.sec-1-about__cta {
  flex-shrink: 0;
  margin-bottom: 0.15em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .sec-1-about__title-row {
    align-items: flex-start;
  }
  .sec-1-about__cta {
    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) {
  .sec-1-about .at-banner-thumb img {
    -o-object-position: 74% center;
       object-position: 74% center;
  }
}

/*----------------------------------------*/
/*  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;
  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-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media (max-width: 574.98px) {
  .alt-hero-icon {
    width: 40px;
    height: 40px;
    position: unset;
  }
}
.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);
}
@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) {
  .alt-hero-service {
    margin: 0 !important;
  }
}
.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-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;
}
.at-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.at-hero-bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.at-hero-img {
  display: block;
  padding: 12px;
  border-radius: 14px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
@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-hero-img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
}

.page-home-light .at-hero-bg::after {
  background: rgba(0, 0, 0, 0.4);
}
.page-home-light .at-hero-bg video {
  filter: brightness(1.15);
}

.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
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-service-area {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-area {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 574.98px) {
  .at-service-area {
    padding-top: 0 !important;
    padding-bottom: 48px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-subtitle-wrap {
    align-items: flex-start !important;
    gap: 8px !important;
    margin-bottom: 28px !important;
  }
}
.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-static {
  max-width: 620px;
  padding-top: 4px;
}
@media (min-width: 1200px) {
  .at-service-static {
    position: sticky;
    top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-service-static {
    max-width: 100%;
    padding-right: 12px;
  }
}
@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-static {
    max-width: 100%;
    position: static;
    margin-bottom: 8px;
  }
}
.at-service-static__mark {
  margin-bottom: 20px;
}
.at-service-static__mark svg,
.at-service-static__mark img {
  display: block;
  width: 36px;
  height: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-static__mark svg,
  .at-service-static__mark img {
    width: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-static__mark {
    margin-bottom: 14px;
  }
}
.at-service-static__title {
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -5%;
  color: var(--at-common-black);
  margin-bottom: 16px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-static__title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-static__title {
    font-size: 28px;
    margin-bottom: 12px !important;
  }
}
.at-service-static__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2%;
  color: var(--at-neutral-500, #585959);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-static__text {
    max-width: 100%;
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-static__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }
}
.at-service-item {
  background-color: var(--at-neutral-0);
  border-bottom: 1px solid var(--at-neutral-100);
  padding-top: 22px;
  padding-bottom: 28px;
  display: grid;
  align-items: start;
  gap: 16px 28px;
  grid-template-columns: 88px minmax(0, 1fr) minmax(140px, 260px);
  pointer-events: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-service-item {
    grid-template-columns: 80px minmax(0, 1fr) minmax(130px, 220px);
    gap: 14px 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-service-item {
    grid-template-columns: 70px minmax(0, 1fr) minmax(120px, 180px);
    gap: 12px 18px;
    padding-top: 18px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-item {
    grid-template-columns: 64px minmax(0, 1fr) 160px;
    gap: 12px 16px;
    padding-top: 18px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-item {
    grid-template-columns: 52px minmax(0, 1fr) 120px;
    gap: 10px 12px;
    padding-top: 16px;
    padding-bottom: 18px;
    align-items: start;
  }
}
@media (max-width: 574.98px) {
  .at-service-item {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas: "num title" "num text" "img img";
    gap: 6px 12px;
    padding-top: 16px;
    padding-bottom: 18px;
    align-items: start;
  }
}
@media (max-width: 574.98px) {
  .at-service-item .count {
    grid-area: num;
    padding-top: 2px;
  }
}
.at-service-item .number {
  color: var(--at-neutral-500);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  opacity: 0.3;
  transition: color 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-item .number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-item .number {
    font-size: 20px;
  }
}
@media (max-width: 574.98px) {
  .at-service-item .number {
    font-size: 18px;
  }
}
.at-service-item .content {
  min-width: 0;
}
@media (max-width: 574.98px) {
  .at-service-item .content {
    grid-area: title;
  }
}
.at-service-item .content .title {
  color: var(--at-neutral-900);
  font-size: clamp(28px, 3vw, 64px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  opacity: 0.3;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0;
}
.at-service-item .content .text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.65s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2%;
  color: var(--at-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-item .content .text {
    font-size: 14px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-service-item .content .text {
    font-size: 13px;
    line-height: 1.55;
    max-width: 100%;
  }
}
.at-service-item .thumb {
  text-align: right;
  justify-self: end;
  width: 100%;
}
@media (max-width: 574.98px) {
  .at-service-item .thumb {
    grid-area: img;
    text-align: left;
    justify-self: start;
    margin-top: 8px;
  }
}
.at-service-item .thumb img {
  display: block;
  width: 100%;
  max-width: 190px;
  margin-left: auto;
  aspect-ratio: 16/10;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  opacity: 0.5;
  transition: max-width 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.98);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-item .thumb img {
    max-width: 160px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-item .thumb img {
    max-width: 110px;
    border-radius: 8px;
  }
}
@media (max-width: 574.98px) {
  .at-service-item .thumb img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    aspect-ratio: 16/9;
  }
}
.at-service-item:hover .number, .at-service-item.active .number {
  color: var(--at-theme-primary);
  opacity: 1;
}
.at-service-item:hover .title, .at-service-item.active .title {
  opacity: 1;
}
.at-service-item:hover .text, .at-service-item.active .text {
  opacity: 1;
  max-height: 1000px;
  margin-top: 10px;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.06s, max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.at-service-item:hover .thumb img, .at-service-item.active .thumb img {
  max-width: 260px;
  opacity: 1;
  transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-service-item:hover .thumb img, .at-service-item.active .thumb img {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .at-service-item:hover .thumb img, .at-service-item.active .thumb img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-service-item:hover .thumb img, .at-service-item.active .thumb img {
    max-width: 130px;
  }
}
@media (max-width: 574.98px) {
  .at-service-item:hover .thumb img, .at-service-item.active .thumb img {
    max-width: 100%;
  }
}
@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;
  }
}
.at-service-list-wrap .at-service-item:last-child {
  border-bottom: 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 {
  border-radius: 10px;
  overflow: hidden;
}
.mg-portfolio-thumb img {
  border-radius: 10px;
  transition: all 0.6s ease;
  transform-origin: center center;
}

/*----------------------------------------*/
/*  Award Card Styles
/*----------------------------------------*/
.card-award {
  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;
}

/* FAQ Q&A: normal document flow so accordion open/close does not fight pin/scrub */
.sec-3-faqs .scroll-section .wrapper {
  height: auto;
}
.sec-3-faqs .scroll-section .item {
  position: relative !important;
  min-height: 0;
  height: auto !important;
  transform: none !important;
}

/* light trust / partners testimonials */
.at-trust-area {
  overflow: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-trust-area {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-trust-area {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (max-width: 574.98px) {
  .at-trust-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.at-trust-slider-bleed {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-top: 12px;
  padding-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) {
  .at-trust-slider-bleed {
    padding-bottom: 32px;
  }
}
.at-trust-slider-bleed {
  /* Side fades like brand strip */
}
.at-trust-slider-bleed::before, .at-trust-slider-bleed::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 100%;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-trust-slider-bleed::before, .at-trust-slider-bleed::after {
    width: 60px;
  }
}
.at-trust-slider-bleed::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0, #fefefe) 100%);
}
.at-trust-slider-bleed::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--at-neutral-0, #fefefe) 100%);
}
.at-trust-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
}
.at-trust-title__muted {
  color: var(--at-neutral-300, #b7b7b7);
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-trust-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.at-trust-subtitle {
  max-width: 720px;
  color: var(--at-neutral-500, #585959);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-trust-subtitle {
    font-size: 14px;
  }
}
.at-trust-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  background: var(--at-neutral-50, #f2f2f2);
  border-radius: 16px;
  padding: 40px 36px;
  min-height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.at-trust-card::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -12px;
  height: 14px;
  background: var(--at-neutral-50, #f2f2f2);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0 0 50px 50px;
  z-index: -1;
  pointer-events: none;
}
.at-trust-card__logo {
  margin-bottom: 25px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.at-trust-card__logo img {
  max-height: 36px;
  width: auto;
  max-width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}
.at-trust-card__text {
  color: var(--at-neutral-900, #1d1d1d);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin-bottom: 22px;
  flex-grow: 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-trust-card__text {
    font-size: 18px;
  }
}
.at-trust-card__rating {
  margin-bottom: 32px;
  line-height: 0;
}
.at-trust-card__rating svg {
  display: block;
}
.at-trust-card__author {
  margin-top: auto;
}
.at-trust-card__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--at-neutral-900, #1d1d1d);
  margin-bottom: 6px;
}
.at-trust-card__meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--at-neutral-500, #585959);
}
@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-trust-card {
    padding: 28px 24px;
    border-radius: 20px;
    min-height: 300px;
  }
  .at-trust-card::after {
    bottom: -10px;
    height: 12px;
    left: 6%;
    right: 6%;
  }
}
.at-trust-nav .swiper-btn-prev,
.at-trust-nav .swiper-btn-next {
  color: var(--at-neutral-900, #1d1d1d);
  border-color: var(--at-neutral-100, #dfdfdf);
  background-color: var(--at-common-white, #fff);
}
.at-trust-nav .swiper-btn-prev:hover, .at-trust-nav .swiper-btn-prev:active,
.at-trust-nav .swiper-btn-next:hover,
.at-trust-nav .swiper-btn-next:active {
  color: var(--at-theme-primary, #f0460e);
  border-color: var(--at-theme-primary, #f0460e);
  background-color: var(--at-common-white, #fff);
}

.slider-trust {
  overflow: visible;
  padding: 0;
  margin: 0;
  /* Keep equal inset from both screen edges so 3 cards never stick to the sides */
  padding-left: max(24px, (100vw - 1320px) / 2);
  padding-right: max(24px, (100vw - 1320px) / 2);
}
@media (min-width: 1400px) {
  .slider-trust {
    padding-left: max(24px, (100vw - 1750px) / 2);
    padding-right: max(24px, (100vw - 1750px) / 2);
  }
}
@media (max-width: 991.98px) {
  .slider-trust {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.slider-trust .swiper-wrapper {
  align-items: stretch;
}
.slider-trust .swiper-slide {
  height: auto;
  position: relative;
  z-index: 0;
}

/*  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%;
  aspect-ratio: 1;
  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
/*----------------------------------------*/
.alt-faq-area .at-faq-dec {
  color: var(--at-neutral-500);
}
.alt-faq-area .at-faq-number {
  background: #F00E0E;
}
.alt-faq-area .at-faq-item {
  border-radius: 16px;
}

@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: 16px;
  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: 18px;
  line-height: 120%;
  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: #F00E0E;
  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 / CTA
/*----------------------------------------*/
.at-banner-thumb {
  height: 640px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-banner-thumb {
    height: 560px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-banner-thumb {
    height: 460px;
  }
}

.at-cta-banner {
  height: 697px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-cta-banner {
    height: 560px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-cta-banner {
    height: 480px;
  }
}
.at-cta-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.at-cta-banner__content {
  z-index: 2;
}
.at-cta-banner__inner {
  min-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-cta-banner__inner {
    min-height: 450px;
    padding-bottom: 8px;
  }
}
.at-cta-banner__brand img {
  display: block;
  flex-shrink: 0;
}
.at-cta-banner__time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  color: #fefefe;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-cta-banner__time {
    font-size: 16px;
    padding: 10px 18px;
  }
}
@media (max-width: 574.98px) {
  .at-cta-banner__time {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.at-cta-banner__title {
  font-size: 68px;
  font-weight: 600;
  line-height: 1.056;
  letter-spacing: -0.05em;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-cta-banner__title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-cta-banner__title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-cta-banner__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-cta-banner__title {
    font-size: 34px;
  }
}
@media (max-width: 574.98px) {
  .at-cta-banner__title {
    font-size: 28px;
    line-height: 1.12;
  }
}
.at-cta-banner__btn {
  background: #fff !important;
  color: #1d1d1d !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(2px);
  padding: 14px 27px !important;
}
.at-cta-banner__btn .text-1,
.at-cta-banner__btn .text-2,
.at-cta-banner__btn i,
.at-cta-banner__btn svg,
.at-cta-banner__btn path {
  color: #1d1d1d !important;
  fill: currentColor;
}
.at-cta-banner__btn:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #1d1d1d !important;
}
.at-cta-banner__hours {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #fefefe;
}
@media (max-width: 574.98px) {
  .at-cta-banner__hours {
    font-size: 13px;
  }
}
.at-cta-banner__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: right;
  max-width: 481px;
  margin-left: auto;
  color: #fefefe;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-cta-banner__desc {
    font-size: 18px;
    max-width: 100%;
  }
}
@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-cta-banner__desc {
    text-align: left;
    margin-left: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.55;
  }
}

.page-home-light .at-cta-banner__overlay {
  background: rgba(0, 0, 0, 0.05);
}
.page-home-light .at-cta-banner .img-bg, .page-home-light .at-cta-banner > img {
  filter: brightness(1.2);
}

/*----------------------------------------*/
/*  7.13 gallery css
/*----------------------------------------*/
.at-gallery-wrapper {
  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: 520px;
    border-radius: 18px;
  }
}
.at-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.at-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(14, 33, 240, 0.5) 0%, rgba(14, 33, 240, 0.5) 100%);
  mix-blend-mode: overlay;
}
.at-gallery-item:hover img {
  transform: scale(1.1);
}
.at-gallery-item img {
  border-radius: 20px;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-gallery-item {
    border-radius: 14px;
    margin-bottom: 12px !important;
  }
  .at-gallery-item img {
    border-radius: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mg-gallery-area .at-gallery-wrapper > .row {
    --bs-gutter-x: 12px;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
}

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

/*----------------------------------------*/
/*  Geography / map section
/*----------------------------------------*/
.at-geo-area {
  background: var(--at-neutral-0, #FEFEFE);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-geo-area {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-geo-area {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (max-width: 574.98px) {
  .at-geo-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-title-wrap {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-title {
    font-size: clamp(28px, 4vw, 40px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px !important;
  }
}

.at-geo-desc {
  max-width: 700px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2%;
  color: var(--at-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-desc {
    font-size: 15px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-desc {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.55;
  }
}

.at-geo-map-wrap {
  position: relative;
  width: 100%;
}

.at-geo-map {
  position: relative;
  width: 100%;
  isolation: isolate;
  overflow: visible;
  margin-top: -10%;
  z-index: 0;
}
.at-geo-map__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.at-geo-pin {
  --pin-head-y: 41.015%;
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}
.at-geo-pin__body {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.at-geo-pin__halo {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.35s ease, height 0.35s ease, background 0.35s ease;
}
.at-geo-pin__halo--inner {
  width: 32px;
  height: 32px;
  background: rgba(240, 14, 14, 0.22);
  animation: at-geo-pin-pulse-inner 2.6s ease-out infinite;
}
.at-geo-pin__halo--outer {
  width: 100%;
  height: 100%;
  background: rgba(240, 14, 14, 0.1);
  animation: at-geo-pin-pulse-outer 2.6s ease-out infinite;
  animation-delay: 0.35s;
}
.at-geo-pin:nth-of-type(1) .at-geo-pin__halo {
  animation-delay: 0s;
}
.at-geo-pin:nth-of-type(1) .at-geo-pin__halo--outer {
  animation-delay: 0.35s;
}
.at-geo-pin:nth-of-type(2) .at-geo-pin__halo--inner {
  animation-delay: 0.4s;
}
.at-geo-pin:nth-of-type(2) .at-geo-pin__halo--outer {
  animation-delay: 0.75s;
}
.at-geo-pin:nth-of-type(3) .at-geo-pin__halo--inner {
  animation-delay: 0.8s;
}
.at-geo-pin:nth-of-type(3) .at-geo-pin__halo--outer {
  animation-delay: 1.15s;
}
.at-geo-pin:nth-of-type(4) .at-geo-pin__halo--inner {
  animation-delay: 1.2s;
}
.at-geo-pin:nth-of-type(4) .at-geo-pin__halo--outer {
  animation-delay: 1.55s;
}
.at-geo-pin:nth-of-type(5) .at-geo-pin__halo--inner {
  animation-delay: 1.6s;
}
.at-geo-pin:nth-of-type(5) .at-geo-pin__halo--outer {
  animation-delay: 1.95s;
}
.at-geo-pin__marker {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  transform: translate(-50%, calc(-1 * var(--pin-head-y)));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
  transition: transform 0.25s ease;
}
.at-geo-pin__marker svg {
  display: block;
  width: 100%;
  height: 100%;
}
.at-geo-pin__label {
  position: absolute;
  top: calc(50% + 14px);
  left: 50%;
  z-index: 1;
  display: block;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--at-common-black);
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  margin-top: 5px;
}
.at-geo-pin__label br {
  display: block;
}
@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-geo-pin[data-geo-pin=moscow] .at-geo-pin__label {
    left: auto;
    right: calc(50% + 14px);
    transform: none;
    text-align: right;
  }
}
.at-geo-pin[data-geo-pin=nizhny] .at-geo-pin__label {
  top: 50%;
  left: calc(50% + 18px);
  transform: translateY(-50%);
  margin-top: 0;
  white-space: nowrap;
  max-width: none;
  text-align: left;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-pin[data-geo-pin=nizhny] .at-geo-pin__label {
    left: calc(50% + 14px);
    font-size: 10px;
  }
}
.at-geo-pin[data-geo-pin=ekb] .at-geo-pin__label {
  top: auto;
  bottom: calc(50% + 16px);
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  white-space: nowrap;
  max-width: none;
  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) {
  .at-geo-pin[data-geo-pin=chel] .at-geo-pin__label {
    left: calc(50% + 12px);
    transform: none;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-pin[data-geo-pin=voronezh] .at-geo-pin__label {
    top: calc(50% + 12px);
  }
}
.at-geo-pin:focus-visible, .at-geo-pin.is-active {
  z-index: 3;
  outline: none;
}
.at-geo-pin:focus-visible .at-geo-pin__body, .at-geo-pin.is-active .at-geo-pin__body {
  transform: scale(1.28);
}
.at-geo-pin:focus-visible .at-geo-pin__halo--inner, .at-geo-pin.is-active .at-geo-pin__halo--inner {
  width: 120px;
  height: 120px;
  background: rgba(240, 14, 14, 0.24);
  animation: none;
}
.at-geo-pin:focus-visible .at-geo-pin__halo--outer, .at-geo-pin.is-active .at-geo-pin__halo--outer {
  width: 168px;
  height: 168px;
  background: rgba(240, 14, 14, 0.11);
  animation: none;
}
.at-geo-pin:focus-visible .at-geo-pin__marker, .at-geo-pin.is-active .at-geo-pin__marker {
  transform: translate(-50%, calc(-1 * var(--pin-head-y))) scale(1.2);
}
.at-geo-pin:focus-visible .at-geo-pin__label, .at-geo-pin.is-active .at-geo-pin__label {
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .at-geo-pin:hover {
    z-index: 3;
    outline: none;
  }
  .at-geo-pin:hover .at-geo-pin__body {
    transform: scale(1.28);
  }
  .at-geo-pin:hover .at-geo-pin__halo--inner {
    width: 120px;
    height: 120px;
    background: rgba(240, 14, 14, 0.24);
    animation: none;
  }
  .at-geo-pin:hover .at-geo-pin__halo--outer {
    width: 168px;
    height: 168px;
    background: rgba(240, 14, 14, 0.11);
    animation: none;
  }
  .at-geo-pin:hover .at-geo-pin__marker {
    transform: translate(-50%, calc(-1 * var(--pin-head-y))) scale(1.2);
  }
  .at-geo-pin:hover .at-geo-pin__label {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-geo-pin__body {
    width: 40px;
    height: 40px;
  }
  .at-geo-pin__halo--inner {
    width: 28px;
    height: 28px;
  }
  .at-geo-pin__marker {
    width: 16px;
    height: 16px;
  }
  .at-geo-pin__label {
    top: calc(50% + 12px);
    font-size: 12px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--inner, .at-geo-pin.is-active .at-geo-pin__halo--inner {
    width: 100px;
    height: 100px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--outer, .at-geo-pin.is-active .at-geo-pin__halo--outer {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) and (hover: hover) and (pointer: fine) {
  .at-geo-pin:hover .at-geo-pin__halo--inner {
    width: 100px;
    height: 100px;
  }
  .at-geo-pin:hover .at-geo-pin__halo--outer {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-geo-pin__body {
    width: 36px;
    height: 36px;
  }
  .at-geo-pin__halo--inner {
    width: 26px;
    height: 26px;
  }
  .at-geo-pin__marker {
    width: 15px;
    height: 15px;
  }
  .at-geo-pin__label {
    top: calc(50% + 11px);
    font-size: 11px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--inner, .at-geo-pin.is-active .at-geo-pin__halo--inner {
    width: 88px;
    height: 88px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--outer, .at-geo-pin.is-active .at-geo-pin__halo--outer {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (hover: hover) and (pointer: fine) {
  .at-geo-pin:hover .at-geo-pin__halo--inner {
    width: 88px;
    height: 88px;
  }
  .at-geo-pin:hover .at-geo-pin__halo--outer {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-pin__body {
    width: 34px;
    height: 34px;
  }
  .at-geo-pin__halo--inner {
    width: 24px;
    height: 24px;
  }
  .at-geo-pin__marker {
    width: 14px;
    height: 14px;
  }
  .at-geo-pin__label {
    top: calc(50% + 10px);
    font-size: 11px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--inner, .at-geo-pin.is-active .at-geo-pin__halo--inner {
    width: 80px;
    height: 80px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--outer, .at-geo-pin.is-active .at-geo-pin__halo--outer {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (hover: hover) and (pointer: fine) {
  .at-geo-pin:hover .at-geo-pin__halo--inner {
    width: 80px;
    height: 80px;
  }
  .at-geo-pin:hover .at-geo-pin__halo--outer {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-pin__body {
    width: 28px;
    height: 28px;
  }
  .at-geo-pin__halo--inner {
    width: 20px;
    height: 20px;
  }
  .at-geo-pin__marker {
    width: 12px;
    height: 12px;
  }
  .at-geo-pin__label {
    top: calc(50% + 8px);
    font-size: 10px;
    letter-spacing: -0.03em;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--inner, .at-geo-pin.is-active .at-geo-pin__halo--inner {
    width: 64px;
    height: 64px;
  }
  .at-geo-pin:focus-visible .at-geo-pin__halo--outer, .at-geo-pin.is-active .at-geo-pin__halo--outer {
    width: 88px;
    height: 88px;
  }
}

.at-geo-cards {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 2%;
  width: min(340px, 34%);
  max-width: 340px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-geo-cards {
    width: min(300px, 36%);
    right: 1.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-cards {
    width: min(280px, 42%);
    right: 1%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-cards {
    left: 50%;
    right: auto;
    width: min(320px, 100% - 24px);
    max-width: none;
    transform: translate(-50%, -50%);
  }
}

.at-geo-card {
  display: block;
  width: 100%;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid var(--at-neutral-100, #DFDFDF);
  background: var(--at-neutral-0, #FEFEFE);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  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) {
  .at-geo-card {
    padding: 18px 20px;
    border-radius: 14px;
  }
}
.at-geo-card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.at-geo-card:hover {
  border-color: rgba(240, 14, 14, 0.35);
}
.at-geo-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.at-geo-card__crest {
  flex-shrink: 0;
  display: inline-flex;
}
.at-geo-card__crest svg {
  width: 32px;
  height: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-card__crest svg {
    width: 28px;
  }
}
.at-geo-card__crest-img {
  display: block;
  flex-shrink: 0;
  width: 68px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-card__crest-img {
    width: 52px;
    height: 62px;
  }
}
.at-geo-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--at-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-card__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-card__title {
    font-size: 18px;
  }
}
.at-geo-card__text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--at-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-card__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-card__text {
    font-size: 13px;
    line-height: 1.55;
  }
}

.at-geo-since {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #585959);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-since {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-geo-footer {
    padding-top: 32px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .at-geo-footer {
    padding-top: 24px !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px !important;
  }
}

@keyframes at-geo-pin-pulse-inner {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.85;
  }
  65% {
    transform: translate(-50%, -50%) scale(1.65);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.85);
    opacity: 0;
  }
}
@keyframes at-geo-pin-pulse-outer {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.7;
  }
  65% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0.12;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.15);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .at-geo-pin__halo--inner,
  .at-geo-pin__halo--outer {
    animation: none !important;
  }
}
/* Products page hero */
.products-hero {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-hero__bg {
  position: absolute;
  inset: 0;
}
.products-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.products-hero__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.products-hero__title {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 24px;
}
.products-hero__desc {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 500px;
  opacity: 0.95;
}

/* City filter pills on products catalog */
.products-city-filter .filter-btn {
  border-radius: 100px;
  padding: 12px 24px;
}
.products-city-filter .filter-btn.active {
  background: var(--at-common-red, #f00e0e);
  border-color: var(--at-common-red, #f00e0e);
  color: #f2f2f2;
}

.products-service-list {
  padding-left: 1.25rem;
  color: var(--at-neutral-700, #303030);
}
.products-service-list li + li {
  margin-top: 0.35rem;
}

.products-faq .at-faq-body p + p,
.products-faq .at-faq-body p + .products-faq-list,
.products-faq .at-faq-body .products-faq-list + p {
  margin-top: 16px;
}
.products-faq .products-faq-list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
  color: var(--at-neutral-700, #303030);
}
.products-faq .products-faq-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.products-faq .products-faq-list li + li {
  margin-top: 8px;
}

/* Advantage cards — scroll-driven horizontal rail */
.products-advantages--scroll {
  position: relative;
  background: var(--at-neutral-50, #f2f2f2);
  overflow: visible;
}

.products-advantages__viewport {
  overflow: visible;
  width: 100%;
}

.products-advantages__track {
  display: flex;
  align-items: stretch;
  gap: 34px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-advantages__track {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .products-advantages__track {
    gap: 16px;
  }
}

.products-advantages__slide {
  flex: 0 0 auto;
  width: min(858px, 85vw);
}

/* Let cards peek past the rounded gray block / container */
.products-about-block:has(.products-advantages--scroll) {
  overflow: visible;
}

.pin-spacer:has(.products-advantages--scroll) {
  overflow: visible !important;
}

/* Legacy swiper class (city / other pages may still use it) */
.products-advantages-slider {
  overflow: visible;
}
.products-advantages-slider .swiper-slide {
  width: min(858px, 85vw);
  height: auto;
}

.products-advantage-card-wrap {
  position: relative;
  width: 100%;
  min-height: 326px;
}

.products-advantage-card__shadow {
  position: absolute;
  left: 4.08%;
  right: 4.08%;
  bottom: 0;
  height: 116px;
  background: var(--at-neutral-0, #fefefe);
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 16px;
  z-index: 0;
}

.products-advantage-card__main {
  position: relative;
  z-index: 1;
  min-height: 308px;
}

.products-advantage-card__title {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  letter-spacing: -0.05em;
}
.products-advantage-card__desc {
  font-size: clamp(1rem, 1.5vw, 1.375rem);
  letter-spacing: -0.05em;
}
.products-advantage-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 9.6px;
  background: var(--at-neutral-100, #dfdfdf);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.products-advantage-card__num--active {
  background: var(--at-common-red, #f00e0e);
  color: #fefefe;
}

.products-geo-list {
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.products-geo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 499px) 1fr;
  gap: 42px 60px;
  align-items: start;
  min-height: 394px;
  padding: 42px;
  background: var(--at-neutral-0, #fefefe);
  border: 1px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.products-geo-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 499/310;
  background: var(--at-neutral-100, #dfdfdf);
  overflow: hidden;
}
.products-geo-card__media .anim-zoomin-wrap {
  width: 100%;
  height: 100%;
}
.products-geo-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(14, 33, 240, 0.5) 0%, rgba(14, 33, 240, 0.5) 100%);
  mix-blend-mode: overlay;
}
.products-geo-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.products-geo-card__body {
  padding-top: 65px;
  padding-right: 70px;
}
.products-geo-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 19px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.products-geo-card__title {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
  transition: color 0.35s ease;
}
.products-geo-card__plus {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--at-neutral-900, #1d1d1d);
  transition: transform 0.35s ease, color 0.35s ease;
}
.products-geo-card__text {
  font-size: clamp(1rem, 1.5vw, 1.375rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.05em;
  color: var(--at-neutral-500, #585959);
  max-width: 803px;
}
.products-geo-card__link {
  position: absolute;
  right: 42px;
  bottom: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--at-common-red, #f00e0e);
  color: #fefefe;
  transition: opacity 0.2s ease, transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .products-geo-card:hover {
    color: inherit;
    border-color: rgba(240, 14, 14, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
  .products-geo-card:hover .products-geo-card__media img {
    transform: scale(1.08);
  }
  .products-geo-card:hover .products-geo-card__title {
    color: var(--at-common-red, #f00e0e);
  }
  .products-geo-card:hover .products-geo-card__plus {
    color: var(--at-common-red, #f00e0e);
    transform: rotate(45deg);
  }
  .products-geo-card:hover .products-geo-card__link {
    transform: scale(1.08);
    background: var(--at-neutral-900, #1d1d1d);
    color: #fefefe;
  }
}
.products-geo-card:active, .products-geo-card:focus-visible, .products-geo-card.is-pressed {
  color: inherit;
  border-color: rgba(240, 14, 14, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.products-geo-card:active .products-geo-card__media img, .products-geo-card:focus-visible .products-geo-card__media img, .products-geo-card.is-pressed .products-geo-card__media img {
  transform: scale(1.08);
}
.products-geo-card:active .products-geo-card__title, .products-geo-card:focus-visible .products-geo-card__title, .products-geo-card.is-pressed .products-geo-card__title {
  color: var(--at-common-red, #f00e0e);
}
.products-geo-card:active .products-geo-card__plus, .products-geo-card:focus-visible .products-geo-card__plus, .products-geo-card.is-pressed .products-geo-card__plus {
  color: var(--at-common-red, #f00e0e);
  transform: rotate(45deg);
}
.products-geo-card:active .products-geo-card__link, .products-geo-card:focus-visible .products-geo-card__link, .products-geo-card.is-pressed .products-geo-card__link {
  transform: scale(1.08);
  background: var(--at-neutral-900, #1d1d1d);
  color: #fefefe;
}
.products-geo-card:active, .products-geo-card:focus-visible, .products-geo-card.is-pressed {
  outline: 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) {
  .products-geo-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    min-height: 0;
  }
  .products-geo-card__body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 56px;
  }
  .products-geo-card__link {
    right: 24px;
    bottom: 24px;
  }
}

/* Case cards slider */
.products-cases-slider {
  overflow: visible;
}
.products-cases-slider .swiper-wrapper {
  align-items: stretch;
}
.products-cases-slider .swiper-slide {
  width: min(760px, 88vw);
  height: auto;
  display: flex;
}

/* Case cards */
.products-case-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.products-case-card__media {
  position: relative;
  flex: 1 1 auto;
  height: 400px;
  min-height: 400px;
}
.products-case-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) -2.79%, rgba(26, 26, 26, 0.72) 99.93%), rgba(14, 33, 240, 0.22);
  background-blend-mode: normal, overlay;
  transition: opacity 0.4s ease;
}
.products-case-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.products-case-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: var(--at-common-red, #f00e0e);
  color: #fefefe;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 20px;
}
.products-case-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
}
.products-case-card__tag {
  display: inline-block;
  align-self: flex-start;
  border: 1px solid var(--at-neutral-100, #dfdfdf);
  border-radius: 32px;
  padding: 10px 19px;
  color: #fefefe;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.products-case-card__title {
  color: #fefefe;
  font-size: clamp(1.35rem, 2.5vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  transition: transform 0.35s ease;
}
.products-case-card__text {
  color: #fefefe;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  max-width: 640px;
}
.products-case-card__footer {
  flex-shrink: 0;
  margin-top: 8px;
  background: #f2f2f2;
  padding: 20px 36px;
  transition: background-color 0.35s ease;
  min-height: 72px;
  gap: 12px;
}
.products-case-card__footer .h4,
.products-case-card__footer .h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .products-case-card__footer .h4,
  .products-case-card__footer .h5 {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
.products-case-card__link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  transition: color 0.3s ease;
}
.products-case-card__link svg {
  transition: transform 0.35s ease, color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .products-case-card:hover, .products-case-card:has(.products-case-card__media:hover), .products-case-card:has(.products-case-card__link:hover) {
    color: inherit;
  }
  .products-case-card:hover .products-case-card__media img, .products-case-card:has(.products-case-card__media:hover) .products-case-card__media img, .products-case-card:has(.products-case-card__link:hover) .products-case-card__media img {
    transform: scale(1.06);
  }
  .products-case-card:hover .products-case-card__media::after, .products-case-card:has(.products-case-card__media:hover) .products-case-card__media::after, .products-case-card:has(.products-case-card__link:hover) .products-case-card__media::after {
    opacity: 0.85;
  }
  .products-case-card:hover .products-case-card__link, .products-case-card:has(.products-case-card__media:hover) .products-case-card__link, .products-case-card:has(.products-case-card__link:hover) .products-case-card__link {
    color: var(--at-common-red, #f00e0e);
  }
  .products-case-card:hover .products-case-card__link svg, .products-case-card:has(.products-case-card__media:hover) .products-case-card__link svg, .products-case-card:has(.products-case-card__link:hover) .products-case-card__link svg {
    color: var(--at-common-red, #f00e0e);
  }
}

.container-2200 .products-cta {
  margin-inline: 0;
}

@media (max-width: 991px) {
  .products-case-card__media {
    height: 340px;
    min-height: 340px;
  }
  .products-case-card__overlay {
    padding: 30px 24px;
  }
  .products-case-card__footer {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
    padding: 20px 24px;
    min-height: 0;
  }
  .products-case-card__footer .h4,
  .products-case-card__footer .h5 {
    font-size: clamp(16px, 3.6vw, 20px);
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
/* Clients hero */
.clients-hero__cta-text {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 14px 27px;
  background: var(--at-common-red, #f00e0e);
  border-radius: 50px;
  color: var(--at-neutral-0, #fefefe);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.clients-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--at-common-red, #f00e0e);
  border-radius: 50%;
}
.clients-hero__cta:hover .clients-hero__cta-text,
.clients-hero__cta:hover .clients-hero__cta-icon {
  background: var(--at-neutral-900, #1d1d1d);
}
.clients-hero__title {
  font-size: clamp(3rem, 7vw, 5.25rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.clients-hero__note {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: -0.05em;
  max-width: 699px;
}

/* Process — scroll-driven horizontal pin (same pattern as products-advantages) */
.clients-process--scroll {
  position: relative;
  overflow: visible;
}

.clients-process__viewport {
  overflow: visible;
  width: 100%;
}

.clients-process__track {
  display: flex;
  align-items: stretch;
  gap: 34px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients-process__track {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .clients-process__track {
    gap: 16px;
  }
}

.clients-process__slide {
  flex: 0 0 auto;
  width: min(858px, 85vw);
}

.clients-process-block:has(.clients-process--scroll) {
  overflow: visible;
}

.pin-spacer:has(.clients-process--scroll) {
  overflow: visible !important;
}

/* Legacy swiper class (kept for safety if reused elsewhere) */
.clients-process-slider {
  overflow: visible;
}
.clients-process-slider .swiper-slide {
  width: min(858px, 85vw);
  height: auto;
}

/* Technical requirements */
.clients-requirements__title {
  font-size: clamp(28px, 3vw, 64px);
  line-height: 1.1;
}
.clients-requirements__intro {
  max-width: 380px;
  line-height: 1.45;
}
.clients-requirements__list {
  display: flex;
  flex-direction: column;
}
.clients-requirements__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.clients-requirements__item:first-child {
  border-top: 1px solid var(--at-neutral-100, #dfdfdf);
}
.clients-requirements__text {
  flex: 1;
  max-width: 610px;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.clients-requirements__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-requirements__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clients-requirements__icon--rotate {
  transform: rotate(-90deg);
}
.clients-requirements__accordion {
  background: var(--at-neutral-0, #fefefe);
  padding: 27px 33px;
}
.clients-requirements__toggle {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  text-align: left;
  font-size: 24px;
}
.clients-requirements__toggle[aria-expanded=true] .clients-requirements__plus {
  transform: rotate(45deg);
}
.clients-requirements__plus {
  flex-shrink: 0;
  display: block;
  color: var(--at-neutral-900, #1d1d1d);
  transition: transform 0.35s ease;
  transform-origin: center;
}
.clients-requirements__body {
  padding-top: 20px;
  line-height: 1.45;
}
.clients-requirements__note {
  max-width: 508px;
  line-height: 1.45;
}

/* Files slider */
.clients-files__title {
  letter-spacing: -0.05em;
}
.clients-files__panel[hidden] {
  display: none !important;
}

.clients-files-slider {
  overflow: visible;
  overscroll-behavior-x: contain;
}
.clients-files-slider .swiper-slide {
  width: min(358px, 55vw);
  height: auto;
}

.clients-file-card {
  position: relative;
  display: block;
  color: inherit;
}
.clients-file-card__shell {
  position: relative;
  width: 100%;
  aspect-ratio: 550/625;
}
.clients-file-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 97.92%;
  -o-object-fit: fill;
     object-fit: fill;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.clients-file-card__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 97.92%;
  padding: 5.56% 6% 5.39%;
  box-sizing: border-box;
}
.clients-file-card__title {
  max-width: 71.64%;
  font-size: clamp(0.975rem, 2.73vw, 1.46rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.clients-file-card__footer {
  flex-shrink: 0;
}
.clients-file-card__logo {
  display: block;
  flex-shrink: 0;
  width: clamp(21px, 4.73vw, 26px);
  height: auto;
}
.clients-file-card__arrow {
  display: block;
  flex-shrink: 0;
  width: clamp(14px, 3.07vw, 17px);
  height: auto;
  transition: transform 0.3s ease;
}
.clients-file-card__bottom {
  position: absolute;
  left: 6.36%;
  top: 92.16%;
  z-index: 0;
  width: 87.82%;
  height: auto;
  aspect-ratio: 483/49;
  -o-object-fit: fill;
     object-fit: fill;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.clients-file-card:hover {
  color: inherit;
}
.clients-file-card:hover .clients-file-card__arrow {
  transform: translate(2px, -2px);
}

@media (max-width: 575px) {
  .clients-requirements__toggle {
    font-size: 18px;
  }
  .clients-requirements__icon {
    width: 40px;
    height: 40px;
  }
  .clients-file-card__content {
    padding: 13px 13px 16px;
  }
  .clients-files-slider .swiper-slide {
    width: min(358px, 57vw);
  }
}
/* Contacts */
.clients-contacts {
  overflow-x: clip;
}
.clients-contacts__panel[hidden] {
  display: none !important;
}
.clients-contacts__panel {
  min-width: 0;
  max-width: 100%;
}
.clients-contacts__grid {
  min-width: 0;
}
.clients-contacts__grid > [class*=col-] {
  min-width: 0;
  max-width: 100%;
}
.clients-contacts__item {
  min-width: 0;
  max-width: 100%;
}
.clients-contacts__label {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.clients-contacts__value {
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}
.clients-contacts__value a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.clients-contacts {
  /* 1200–1599: keep 4 cols (col-xl-3) without email overflow */
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .clients-contacts__grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.25rem;
  }
  .clients-contacts__label {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .clients-contacts__value {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.3;
  }
}
.clients-contacts {
  /* 1400–1599: slightly roomier than xl, still 4 cols */
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .clients-contacts__grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.5rem;
  }
  .clients-contacts__label {
    font-size: 0.875rem;
  }
  .clients-contacts__value {
    font-size: 18px;
  }
}

/* Case popup */
.case-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.4s;
}
.case-popup.is-open {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0s;
}
.case-popup.is-open .case-popup__overlay {
  opacity: 1;
}
.case-popup.is-open .case-popup__dialog {
  opacity: 1;
  transform: scale(1);
}
.case-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: zoom-out;
  pointer-events: none;
}
.case-popup.is-open .case-popup__overlay {
  pointer-events: auto;
}
.case-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(1720px, 100%);
  margin: 20px auto;
  background: var(--at-neutral-0, #fefefe);
  border-radius: 16px;
  overflow: visible;
  opacity: 0;
  transform: scale(0.92);
  transform-origin: center top;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.case-popup__inner {
  --case-popup-pad-x: clamp(24px, 5vw, 100px);
  padding: clamp(32px, 5vw, 82px) var(--case-popup-pad-x) clamp(40px, 5vw, 100px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 49px);
}
.case-popup__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.case-popup__title {
  flex: 1 1 auto;
  max-width: 1114px;
  letter-spacing: -0.05em;
  line-height: 1;
}
.case-popup__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.35s ease, opacity 0.3s ease;
}
.case-popup__close img {
  display: block;
  width: 64px;
  height: 64px;
}
@media (hover: hover) and (pointer: fine) {
  .case-popup__close:hover {
    transform: rotate(90deg);
    opacity: 0.7;
  }
}
.case-popup__intro {
  display: grid;
  grid-template-columns: minmax(0, 353px) minmax(0, 991px);
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  width: 100%;
}
.case-popup__intro-left {
  width: 353px;
  max-width: 100%;
  height: 46px;
  flex-shrink: 0;
}
.case-popup__logo {
  display: block;
  width: 100%;
  max-width: 353px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.case-popup__logo[hidden] {
  display: none;
}
.case-popup__meta {
  width: 100%;
  max-width: 991px;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.case-popup__meta-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case-popup__meta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.case-popup__meta-label {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__meta-value {
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-align: right;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__hero {
  position: relative;
  width: calc(100% + 2 * clamp(24px, 5vw, 100px));
  margin-left: calc(-1 * clamp(24px, 5vw, 100px));
  margin-right: calc(-1 * clamp(24px, 5vw, 100px));
  height: clamp(220px, 36.67vw, 631px);
  background: var(--at-neutral-50, #f2f2f2);
  border-radius: 0;
}
.case-popup__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(14, 33, 240, 0.5);
  mix-blend-mode: overlay;
}
.case-popup__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.case-popup__quote {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin: 0;
  width: 100%;
}
.case-popup__quote--no-photo {
  grid-template-columns: minmax(0, 1fr);
}
.case-popup__quote--no-photo .case-popup__quote-photo {
  display: none;
}
.case-popup__quote-photo {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
.case-popup__quote-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-popup__quote-body {
  display: flex;
  flex-direction: column;
  gap: 21px;
  min-width: 0;
}
.case-popup__quote-text {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__author {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.case-popup__author-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__author-role {
  max-width: 520px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--at-neutral-600, #585959);
}
.case-popup__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.case-popup__content-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.case-popup__content-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.case-popup__content-icon img {
  display: block;
  width: 18px;
  height: 18px;
}
.case-popup__content-title {
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__content-body {
  flex: 0 1 991px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.case-popup__lead {
  letter-spacing: -0.05em;
  line-height: 1.25;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__lead + .case-popup__text {
  margin-top: -2px;
}
.case-popup__text {
  letter-spacing: -0.05em;
  line-height: 1.35;
  color: var(--at-neutral-900, #1d1d1d);
}
.case-popup__text--lead {
  line-height: 1.3;
}

body.case-popup-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .case-popup__intro {
    grid-template-columns: 1fr;
  }
  .case-popup__meta {
    justify-self: stretch;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .case-popup {
    padding: 12px;
  }
  .case-popup__dialog {
    margin: 12px auto;
  }
  .case-popup__inner {
    gap: 28px;
  }
  .case-popup__header {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 16px;
  }
  .case-popup__title {
    width: 100%;
    font-size: 38px;
  }
  .case-popup__close {
    width: 28px;
    height: 28px;
  }
  .case-popup__close img {
    width: 28px;
    height: 28px;
  }
  .case-popup__intro-left {
    width: auto;
    max-width: min(220px, 70%);
    height: auto;
  }
  .case-popup__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 28px;
  }
  .case-popup__content {
    flex-direction: column;
  }
  .case-popup__hero {
    height: 400px;
    min-height: 400px;
  }
  .case-popup__quote, .case-popup__content-body {
    width: 100%;
    flex-basis: auto;
  }
  .case-popup__quote:not(.case-popup__quote--no-photo) {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas: "text text" "photo author";
    gap: 16px 12px;
    align-items: start;
  }
  .case-popup__quote:not(.case-popup__quote--no-photo) .case-popup__quote-photo {
    grid-area: photo;
    width: 48px;
    height: 48px;
  }
  .case-popup__quote:not(.case-popup__quote--no-photo) .case-popup__quote-body {
    display: contents;
  }
  .case-popup__quote:not(.case-popup__quote--no-photo) .case-popup__quote-text {
    grid-area: text;
  }
  .case-popup__quote:not(.case-popup__quote--no-photo) .case-popup__author {
    grid-area: author;
    min-width: 0;
  }
  .case-popup__quote--no-photo {
    grid-template-columns: minmax(0, 1fr);
  }
  .case-popup__quote-text {
    width: 100%;
    font-size: clamp(1.15rem, 4.5vw, 1.5rem);
  }
  .case-popup__author-name {
    font-size: 14px;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .case-popup__author-role {
    max-width: none;
    font-size: 11px;
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .case-popup__meta {
    gap: 28px;
  }
  .case-popup__meta-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .case-popup__meta-value {
    margin-left: 0;
    text-align: left;
  }
  .case-popup__hero {
    border-radius: 12px;
  }
}
.contacts-hero__title {
  font-size: clamp(3rem, 7vw, 5.25rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.contacts-hero__note {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: -0.05em;
  max-width: 699px;
}
.contacts-hero__cta {
  gap: 12px;
  color: var(--at-common-black);
}
.contacts-hero__cta-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.contacts-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f00e0e;
  flex-shrink: 0;
}
.contacts-hero__cta-icon img {
  display: block;
}

.contacts-geo {
  min-height: 701px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-geo {
    min-height: 520px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo {
    min-height: auto;
  }
}
.contacts-geo .at-geo-cards {
  width: min(408px, 38%);
  max-width: 408px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contacts-geo .at-geo-cards {
    width: min(360px, 40%);
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-geo .at-geo-cards {
    width: min(320px, 44%);
    max-width: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-cards {
    width: min(408px, 100% - 24px);
    max-width: none;
  }
}
.contacts-geo .at-geo-card--contacts {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 36px 40px 37px;
  border-color: #b7b7b7;
  box-shadow: none;
  cursor: default;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-geo .at-geo-card--contacts {
    min-height: 420px;
    padding: 28px 28px 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts {
    min-height: 0;
    padding: 24px 22px 22px;
  }
}
.contacts-geo .at-geo-card--contacts:hover {
  border-color: #b7b7b7;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__head {
  align-items: center;
  margin-bottom: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__head {
    margin-bottom: 20px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__crest-img {
  display: block;
  width: 68px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__crest-img {
    width: 52px;
    height: 62px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__crest svg {
  width: 68px;
  height: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__crest svg {
    width: 52px;
    height: 62px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__title {
    font-size: 20px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  flex: 1 1 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__fields {
    gap: 12px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__field {
  margin: 0;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__field dt {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #585959);
}
.contacts-geo .at-geo-card--contacts .at-geo-card__field dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--at-neutral-900, #1d1d1d);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__field dd {
    font-size: 15px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__field dd a {
  color: inherit;
  text-decoration: none;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__field dd a:hover {
  color: var(--at-common-red, #f00e0e);
}
.contacts-geo .at-geo-card--contacts .at-geo-card__cta {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: auto;
  padding-top: 28px;
  pointer-events: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-geo .at-geo-card--contacts .at-geo-card__cta {
    padding-top: 20px;
  }
}
.contacts-geo .at-geo-card--contacts .at-geo-card__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 50px;
  padding: 0 28px;
  border-radius: 25px;
  background: #f00e0e;
  color: #fefefe;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__cta-btn:hover {
  background: #1d1d1d;
  color: #fefefe;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__cta-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  border-radius: 50%;
  background: #f00e0e;
  color: #fefefe;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.25s ease;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__cta-circle:hover {
  background: #1d1d1d;
  color: #fefefe;
}
.contacts-geo .at-geo-card--contacts .at-geo-card__cta-circle svg {
  display: block;
  width: 16px;
  height: 15px;
}

.contacts-request {
  padding-bottom: 0;
}

.contacts-team {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-team {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contacts-team__title {
  font-size: clamp(2.75rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.contacts-team__intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
  max-width: 520px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-team__intro {
    font-size: 20px;
    line-height: 1.45;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-team__intro {
    margin-left: 0;
    max-width: none;
    font-size: 18px;
    line-height: 1.4;
  }
}
.contacts-team__filters .filter-btn {
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.contacts-team__filters .filter-btn.active {
  background: var(--at-common-red, #f00e0e);
  border-color: var(--at-common-red, #f00e0e);
  color: #fefefe;
}
.contacts-team__panels {
  width: 100%;
  overflow: hidden;
}
.contacts-team__panel {
  display: none;
}
.contacts-team__panel.is-active {
  display: block;
}
.contacts-team__track {
  width: 100%;
  overflow: hidden;
}
.contacts-team__track .carouselTicker__wrap {
  overflow: hidden;
}
.contacts-team__list {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts-team__item {
  flex: 0 0 auto;
  width: min(285px, 70vw);
  margin: 0 26px 0 0 !important;
  padding: 50px 0 0;
  float: none;
  box-sizing: border-box;
  list-style: none;
  text-align: left;
}
.contacts-team__item--lead {
  margin-left: max(12px, (100vw - min(100vw, 1750px)) / 2 + 12px) !important;
}
.contacts-team__item .contacts-team-card {
  width: 100%;
  height: auto;
}
.contacts-team__item--up {
  padding-top: 0;
}
.contacts-team__item:nth-child(even) {
  padding-top: 0;
}
.contacts-team__item:nth-child(odd) {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-team__item {
    width: min(224px, 64vw);
    margin-right: 12px !important;
  }
  .contacts-team__item:nth-child(odd) {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-team__item {
    width: min(196px, 72vw);
    margin-right: 10px !important;
    padding-top: 0 !important;
  }
}

.contacts-team-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 407/550;
  background: var(--at-neutral-100, #dfdfdf);
}
.contacts-team-card__media {
  position: absolute;
  inset: 0;
}
.contacts-team-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}
.contacts-team-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px 18px 18px 16px;
  text-align: left;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 11.93%, #1a1a1a 100%);
  backdrop-filter: blur(2px);
  color: #fefefe;
}
.contacts-team-card__name {
  margin: 0;
  max-width: 12.5em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fefefe;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contacts-team-card__name {
    font-size: 17px;
    max-width: 11.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-team-card__name {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-team-card__name {
    font-size: 14px;
    max-width: none;
  }
}
.contacts-team-card__role {
  margin: 6px 0 0;
  max-width: 14em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(254, 254, 254, 0.8);
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contacts-team-card__role {
    font-size: 13px;
    max-width: 13em;
  }
}
@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) {
  .contacts-team-card__role {
    font-size: 12px;
    max-width: none;
  }
}
.contacts-team-card:hover .contacts-team-card__media img {
  transform: scale(1.04);
}

.contacts-info .at-section-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.125;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.contacts-info--after-map {
  padding-top: 50px;
}
.contacts-info--under-hero {
  padding-top: 0;
}
.contacts-info__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 40px;
  flex-wrap: wrap;
}
.contacts-info__item {
  flex: 0 1 auto;
  min-width: 0;
}
.contacts-info__item--wide {
  flex: 0 1 471px;
  max-width: 471px;
}
.contacts-info__item--postal {
  flex: 0 1 315px;
  max-width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contacts-info__item--wide, .contacts-info__item--postal {
    flex: 1 1 calc(50% - 20px);
    max-width: 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) {
  .contacts-info__item {
    flex: 1 1 100%;
    max-width: none;
  }
}
.contacts-info__label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #585959);
}
.contacts-info__value {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-info__value {
    font-size: 18px;
  }
}
.contacts-info__value a {
  color: inherit;
}
.contacts-info__requisites {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.contacts-info__requisites > .contacts-info__label {
  margin-bottom: 12px;
}
.contacts-info__requisites-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 40px;
  flex-wrap: wrap;
}
.contacts-info__requisites-row .contacts-info__value {
  flex: 0 1 auto;
  white-space: nowrap;
}
.contacts-info__requisites-row .contacts-info__value.is-empty {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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) {
  .contacts-info__requisites-row .contacts-info__value {
    flex: 1 1 calc(50% - 20px);
    white-space: normal;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-info__requisites-row .contacts-info__value {
    flex: 1 1 100%;
  }
}

/*----------------------------------------*/
/*  Contacts form — «Ответим…» / образец печати
/*----------------------------------------*/
.contacts-form {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form {
    padding-bottom: 60px;
  }
}
.contacts-form__shell {
  padding-inline: 12px;
}
@media (min-width: 992px) {
  .contacts-form__shell {
    padding-inline: 24px;
  }
}
.contacts-form__box {
  position: relative;
  background: var(--at-neutral-50, #f2f2f2);
  border-radius: 42px;
  padding: 60px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form__box {
    border-radius: 28px;
    padding: 48px 0 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form__box {
    border-radius: 20px;
    padding: 36px 0 44px;
  }
}
.contacts-form__intro {
  gap: 0;
}
.contacts-form__lead-wrap {
  display: flex;
  flex-direction: column;
}
.contacts-form__eyebrow {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.contacts-form__title {
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.contacts-form__mark img {
  display: block;
  width: 72px;
  height: 72px;
}
.contacts-form__aside-top {
  min-height: 48px;
}
.contacts-form__asterisk {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.contacts-form__lead {
  margin-left: auto;
  max-width: 560px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
  text-align: right;
}
@media (min-width: 992px) {
  .contacts-form__lead-line {
    display: block;
    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) {
  .contacts-form__lead {
    margin-left: 0;
    max-width: none;
    text-align: left;
    font-size: 15px;
  }
}
.contacts-form__form {
  position: relative;
  width: 100%;
  max-width: none;
  margin-left: 0;
}
.contacts-form__success {
  display: none;
  min-height: 360px;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}
.contacts-form__success-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
}
.contacts-form__success-spinner {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(240, 14, 14, 0.18);
  border-top-color: #f00e0e;
  animation: contacts-form-spin 0.75s linear infinite;
}
.contacts-form__success-content {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.contacts-form__success-check {
  display: inline-flex;
  color: #22aa50;
  opacity: 0;
  transform: scale(0.6);
}
.contacts-form__success-check svg {
  width: 44px;
  height: 44px;
}
.contacts-form__success-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #22aa50;
  opacity: 0;
  transform: translateY(14px);
}
.contacts-form__success-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #8a8a8a);
  opacity: 0;
  transform: translateY(12px);
}
.contacts-form__mark--corner {
  display: none;
}
.contacts-form.is-loading .contacts-form__content, .contacts-form.is-sent .contacts-form__content {
  display: none;
}
.contacts-form.is-loading .contacts-form__success, .contacts-form.is-sent .contacts-form__success {
  display: flex;
}
.contacts-form.is-loading .contacts-form__mark--corner, .contacts-form.is-sent .contacts-form__mark--corner {
  display: block;
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  bottom: clamp(20px, 4vw, 48px);
  z-index: 2;
}
.contacts-form.is-loading .contacts-form__mark--corner img, .contacts-form.is-sent .contacts-form__mark--corner img {
  width: 72px;
  height: 72px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form.is-loading .contacts-form__mark--corner, .contacts-form.is-sent .contacts-form__mark--corner {
    left: 16px;
    bottom: 16px;
  }
  .contacts-form.is-loading .contacts-form__mark--corner img, .contacts-form.is-sent .contacts-form__mark--corner img {
    width: 48px;
    height: 48px;
  }
}
.contacts-form.is-loading .contacts-form__success-loader {
  display: flex;
}
.contacts-form.is-sent .contacts-form__success-loader {
  display: none;
}
.contacts-form.is-sent .contacts-form__success-content {
  display: flex;
}
.contacts-form.is-sent .contacts-form__success-check {
  animation: contacts-form-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.contacts-form.is-sent .contacts-form__success-title {
  animation: contacts-form-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}
.contacts-form.is-sent .contacts-form__success-text {
  animation: contacts-form-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.24s forwards;
}
.contacts-form__field {
  position: relative;
  margin-bottom: 4px;
  transition: margin-bottom 0.3s ease;
}
.contacts-form__field.is-invalid {
  margin-bottom: 8px;
}
.contacts-form__field.is-invalid .contacts-form__input {
  border-bottom-color: var(--at-common-red, #f00e0e);
}
.contacts-form__field.is-invalid .contacts-form__label {
  color: var(--at-common-red, #f00e0e);
}
.contacts-form__error {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: grid-template-rows 0.32s ease, margin-top 0.32s ease, opacity 0.32s ease, transform 0.32s ease;
  pointer-events: none;
}
.contacts-form__error:not(.is-visible) {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.contacts-form__error.is-visible {
  position: static;
  height: auto;
  overflow: visible;
  grid-template-rows: 1fr;
  margin-top: 6px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.contacts-form__error-text {
  overflow: hidden;
  min-height: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--at-common-red, #f00e0e);
}
.contacts-form__label {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 2;
  margin: 0;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #8a8a8a);
  pointer-events: none;
  transform-origin: left top;
  transition: top 0.28s ease, transform 0.28s ease, font-size 0.28s ease, color 0.28s ease;
}
.contacts-form__input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 67px;
  padding: 10px 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(29, 29, 29, 0.35);
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.28s ease;
}
.contacts-form__input::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.contacts-form__input::placeholder {
  color: transparent;
  opacity: 0;
}
.contacts-form__input:focus {
  border-bottom-color: var(--at-neutral-900, #1d1d1d);
}
.contacts-form__input.is-invalid {
  border-bottom-color: var(--at-common-red, #f00e0e);
}
.contacts-form__input:focus + .contacts-form__label, .contacts-form__input:not(:placeholder-shown) + .contacts-form__label, .contacts-form__input:-webkit-autofill + .contacts-form__label {
  top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--at-neutral-500, #8a8a8a);
}
.contacts-form__input:focus + .contacts-form__label {
  color: var(--at-neutral-900, #1d1d1d);
}
.contacts-form__input.is-invalid:focus + .contacts-form__label, .contacts-form__input.is-invalid:not(:placeholder-shown) + .contacts-form__label, .contacts-form__input.is-invalid:-webkit-autofill + .contacts-form__label {
  color: var(--at-common-red, #f00e0e);
}
.contacts-form input.contacts-form__input {
  height: 67px;
  font-size: 20px;
  line-height: 27px;
  padding: 28px 0 8px;
}
.contacts-form__textarea {
  height: auto;
  min-height: 96px;
  line-height: 1.3;
  padding: 28px 0 8px;
  resize: vertical;
}
.contacts-form__textarea + .contacts-form__label {
  top: 28px;
}
.contacts-form textarea.contacts-form__input {
  height: auto;
  line-height: 1.3;
  padding: 28px 0 8px;
}
.contacts-form__actions {
  position: relative;
  margin-top: 28px;
  margin-bottom: 20px;
}
.contacts-form__submit {
  border-radius: 100px;
  background: var(--at-common-red, #f00e0e);
  border-color: var(--at-common-red, #f00e0e);
  color: #fefefe;
  padding: 14px 28px;
  font-weight: 600;
}
.contacts-form__submit:hover:not(:disabled) {
  background: var(--at-common-red, #f00e0e);
  border-color: var(--at-common-red, #f00e0e);
  color: #fefefe;
  opacity: 0.92;
}
.contacts-form__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.contacts-form__success {
  display: none;
  min-height: 360px;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}
.contacts-form__success-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
}
.contacts-form__success-spinner {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(240, 14, 14, 0.18);
  border-top-color: #f00e0e;
  animation: contacts-form-spin 0.75s linear infinite;
}
.contacts-form__success-content {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.contacts-form__success-check {
  display: inline-flex;
  color: #22aa50;
  opacity: 0;
  transform: scale(0.6);
}
.contacts-form__success-check svg {
  width: 44px;
  height: 44px;
}
.contacts-form__success-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #22aa50;
  opacity: 0;
  transform: translateY(14px);
}
.contacts-form__success-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #8a8a8a);
  opacity: 0;
  transform: translateY(12px);
}
.contacts-form__mark--corner {
  display: none;
}
.contacts-form.is-loading .contacts-form__content, .contacts-form.is-sent .contacts-form__content {
  display: none;
}
.contacts-form.is-loading .contacts-form__success, .contacts-form.is-sent .contacts-form__success {
  display: flex;
}
.contacts-form.is-loading .contacts-form__mark--corner, .contacts-form.is-sent .contacts-form__mark--corner {
  display: block;
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  bottom: clamp(20px, 4vw, 48px);
  z-index: 2;
}
.contacts-form.is-loading .contacts-form__mark--corner img, .contacts-form.is-sent .contacts-form__mark--corner img {
  width: 72px;
  height: 72px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form.is-loading .contacts-form__mark--corner, .contacts-form.is-sent .contacts-form__mark--corner {
    left: 16px;
    bottom: 16px;
  }
  .contacts-form.is-loading .contacts-form__mark--corner img, .contacts-form.is-sent .contacts-form__mark--corner img {
    width: 48px;
    height: 48px;
  }
}
.contacts-form.is-loading .contacts-form__success-loader {
  display: flex;
}
.contacts-form.is-sent .contacts-form__success-loader {
  display: none;
}
.contacts-form.is-sent .contacts-form__success-content {
  display: flex;
}
.contacts-form.is-sent .contacts-form__success-check {
  animation: contacts-form-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.contacts-form.is-sent .contacts-form__success-title {
  animation: contacts-form-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}
.contacts-form.is-sent .contacts-form__success-text {
  animation: contacts-form-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.24s forwards;
}

@keyframes contacts-form-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes contacts-form-pop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes contacts-form-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contacts-form__consent {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin: 0;
  position: relative;
}
.contacts-form__consent.is-invalid .contacts-form__checkbox {
  box-shadow: inset 0 0 0 1.5px var(--at-common-red, #f00e0e);
}
.contacts-form__consent .contacts-form__error {
  width: 100%;
  padding-left: 34px;
}
.contacts-form__consent-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}
.contacts-form__checkbox {
  box-sizing: border-box;
  flex: 0 0 22px;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  vertical-align: top;
  line-height: 0;
  cursor: pointer;
  box-shadow: inset 0 0 0 1.5px rgba(29, 29, 29, 0.55);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.contacts-form__checkbox:checked {
  background-color: var(--at-common-red, #f00e0e);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fefefe' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2L5 8.7l4.5-5.2'/%3E%3C/svg%3E");
  box-shadow: inset 0 0 0 1.5px var(--at-common-red, #f00e0e);
}
.contacts-form__checkbox:focus {
  outline: none;
}
.contacts-form__checkbox:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1.5px rgba(29, 29, 29, 0.55), 0 0 0 2px rgba(240, 14, 14, 0.35);
}
.contacts-form__checkbox:checked:focus-visible {
  box-shadow: inset 0 0 0 1.5px var(--at-common-red, #f00e0e), 0 0 0 2px rgba(240, 14, 14, 0.35);
}
.contacts-form__consent-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #8a8a8a);
}
@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) {
  .contacts-form__consent-text {
    white-space: normal;
  }
}
.contacts-form__consent-text label {
  display: inline;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.contacts-form__consent-text a {
  color: var(--at-neutral-900, #1d1d1d);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.contacts-form__consent-text a:hover {
  color: var(--at-common-red, #f00e0e);
}
.contacts-form--popup {
  padding-top: 0;
  padding-bottom: 0;
}
.contacts-form--popup .contacts-form__shell {
  padding-inline: 0;
}
@media (min-width: 992px) {
  .contacts-form--popup .contacts-form__shell {
    padding-inline: 0;
  }
}
.contacts-form--popup .contacts-form__box {
  position: relative;
  position: relative;
  background: var(--at-neutral-50, #f2f2f2);
  border-radius: 42px;
  padding: clamp(40px, 5.5vw, 88px) 0 clamp(48px, 6vw, 96px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form--popup .contacts-form__box {
    border-radius: 28px;
    padding: 48px 0 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__box {
    border-radius: 20px;
    padding: 56px 0 32px;
  }
}
.contacts-form--popup .contacts-form__input:-webkit-autofill, .contacts-form--popup .contacts-form__input:-webkit-autofill:hover, .contacts-form--popup .contacts-form__input:-webkit-autofill:focus,
.contacts-form--popup input.contacts-form__input:-webkit-autofill,
.contacts-form--popup input.contacts-form__input:-webkit-autofill:hover,
.contacts-form--popup input.contacts-form__input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--at-neutral-900, #1d1d1d);
  caret-color: var(--at-neutral-900, #1d1d1d);
  box-shadow: 0 0 0 1000px var(--at-neutral-50, #f2f2f2) inset;
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
}
.contacts-form--popup .contacts-form__input:-webkit-autofill + .contacts-form__label,
.contacts-form--popup input.contacts-form__input:-webkit-autofill + .contacts-form__label {
  top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--at-neutral-500, #8a8a8a);
}
.contacts-form--popup .contacts-form__input.is-invalid:-webkit-autofill + .contacts-form__label,
.contacts-form--popup input.contacts-form__input.is-invalid:-webkit-autofill + .contacts-form__label {
  color: var(--at-common-red, #f00e0e);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contacts-form--popup .contacts-form__head {
  margin-bottom: clamp(32px, 5vw, 72px);
}
@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) {
  .contacts-form--popup .contacts-form__head {
    margin-bottom: 28px;
  }
}
.contacts-form--popup .contacts-form__intro {
  padding-right: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__intro {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__eyebrow {
    margin-bottom: 12px !important;
    font-size: 12px;
  }
}
.contacts-form--popup .contacts-form__title {
  font-size: clamp(2rem, 4.6vw, 5.25rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form--popup .contacts-form__title {
    font-size: clamp(2.25rem, 4vw, 3.25rem);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__title {
    font-size: clamp(1.875rem, 8vw, 2.5rem);
    line-height: 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) {
  .contacts-form--popup .contacts-form__lead-wrap {
    margin-top: 8px;
  }
}
.contacts-form--popup .contacts-form__aside-top {
  min-height: 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) {
  .contacts-form--popup .contacts-form__aside-top {
    justify-content: flex-start !important;
    margin-bottom: 12px !important;
  }
}
.contacts-form--popup .contacts-form__asterisk {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__asterisk {
    width: 28px;
    height: 28px;
  }
}
.contacts-form--popup .contacts-form__lead {
  max-width: 580px;
  margin-left: auto;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form--popup .contacts-form__lead {
    max-width: none;
    margin-left: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.35;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__lead {
    max-width: none;
    margin-left: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
  }
}
@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) {
  .contacts-form--popup .contacts-form__body {
    row-gap: 0;
  }
}
.contacts-form--popup .contacts-form__field {
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__field {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__input,
  .contacts-form--popup input.contacts-form__input {
    height: 56px;
    padding: 22px 0 6px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__label {
    top: 22px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__input:not(:-moz-placeholder-shown) + .contacts-form__label {
    top: 2px;
    font-size: 11px;
  }
  .contacts-form--popup .contacts-form__input:focus + .contacts-form__label,
  .contacts-form--popup .contacts-form__input:not(:placeholder-shown) + .contacts-form__label {
    top: 2px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form--popup .contacts-form__mark {
    display: none;
  }
}
.contacts-form--popup .contacts-form__mark img {
  width: 72px;
  height: 72px;
}
.contacts-form--popup .contacts-form__actions {
  margin-top: 28px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__actions {
    margin-top: 24px;
    margin-bottom: 14px;
  }
}
.contacts-form--popup .contacts-form__submit {
  min-height: 52px;
  padding: 16px 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__submit {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
    font-size: 14px;
  }
}
.contacts-form--popup .contacts-form__consent {
  gap: 6px;
}
.contacts-form--popup .contacts-form__consent-row {
  gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__consent-row {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__checkbox {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 5px;
  }
}
.contacts-form--popup .contacts-form__consent-text {
  max-width: none;
  white-space: normal;
  font-size: 13px;
  line-height: 1.35;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form--popup .contacts-form__consent-text {
    font-size: 12px;
    line-height: 1.4;
  }
}
.contacts-form--popup .contacts-form__consent .contacts-form__error {
  padding-left: 30px;
  padding-left: 30px;
}

/* Contacts form pop-up */
.contacts-form-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form-popup {
    padding: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form-popup {
    padding: 10px;
  }
}
.contacts-form-popup.is-open {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0s;
}
.contacts-form-popup.is-open .contacts-form-popup__overlay {
  opacity: 1;
}
.contacts-form-popup.is-open .contacts-form-popup__dialog {
  opacity: 1;
  transform: scale(1);
}
.contacts-form-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: zoom-out;
  pointer-events: none;
}
.contacts-form-popup.is-open .contacts-form-popup__overlay {
  pointer-events: auto;
}
.contacts-form-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(1720px, 100%);
  margin: 20px auto;
  opacity: 0;
  transform: scale(0.96);
  transform-origin: center top;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form-popup__dialog {
    margin: 12px auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form-popup__dialog {
    width: 100%;
    margin: 0 auto;
  }
}
.contacts-form-popup__close {
  --contacts-form-popup-close-inset: 24px;
  position: absolute;
  top: var(--contacts-form-popup-close-inset);
  right: calc(12px + var(--contacts-form-popup-close-inset));
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.35s ease, opacity 0.3s ease;
}
@media (min-width: 992px) {
  .contacts-form-popup__close {
    right: calc(24px + var(--contacts-form-popup-close-inset));
  }
}
.contacts-form-popup__close img {
  display: block;
  width: 48px;
  height: 48px;
}
@media (hover: hover) and (pointer: fine) {
  .contacts-form-popup__close:hover {
    transform: rotate(90deg);
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contacts-form-popup__close {
    --contacts-form-popup-close-inset: 16px;
    width: 40px;
    height: 40px;
  }
  .contacts-form-popup__close img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .contacts-form-popup__close {
    --contacts-form-popup-close-inset: 12px;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
  .contacts-form-popup__close img {
    width: 36px;
    height: 36px;
  }
}

body.contacts-form-popup-open {
  overflow: hidden;
}

@keyframes contacts-form-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes contacts-form-pop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes contacts-form-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* City typography page — Figma 02_Moscow */
.city-hero__title {
  font-size: clamp(3.5rem, 10vw, 7.75rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.city-hero__reg {
  font-size: 0.65em;
  line-height: 1;
  vertical-align: super;
  margin-left: 0.05em;
  font-weight: 500;
  color: #F00E0E;
}
.city-hero__subtitle {
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  line-height: 1.35;
  letter-spacing: -0.05em;
  max-width: 520px;
}
.city-hero__cta {
  gap: 12px;
}
.city-hero__cta-text {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 14px 27px;
  background: var(--at-common-red, #f00e0e);
  border-radius: 50px;
  color: var(--at-neutral-0, #fefefe);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.city-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--at-common-red, #f00e0e);
  border-radius: 50%;
}
.city-hero__cta:hover .city-hero__cta-text,
.city-hero__cta:hover .city-hero__cta-icon {
  background: var(--at-neutral-900, #1d1d1d);
}

.city-intro__media {
  position: relative;
  width: 100%;
  max-height: 704px;
  aspect-ratio: 1920/704;
}
.city-intro__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(14, 33, 240, 0.5) 0%, rgba(14, 33, 240, 0.5) 100%);
  mix-blend-mode: overlay;
}
@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) {
  .city-intro__media {
    max-height: none;
    aspect-ratio: 16/10;
  }
}
.city-intro__img {
  height: 100%;
  min-height: 280px;
}
.city-intro__text {
  max-width: 1336px;
  font-size: clamp(1.125rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}

.city-facts__layout {
  display: grid;
  grid-template-columns: minmax(260px, 583px) minmax(0, 1fr);
  gap: 48px 80px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .city-facts__layout {
    gap: 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) {
  .city-facts__layout {
    grid-template-columns: 1fr;
  }
}
.city-facts__media {
  position: relative;
  width: 100%;
  aspect-ratio: 583/677;
  background: var(--at-neutral-100, #dfdfdf);
}
.city-facts__img {
  display: block;
  min-height: 320px;
}
.city-facts__stack {
  display: flex;
  flex-direction: column;
  gap: 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) {
  .city-facts__stack {
    gap: 64px;
  }
}
.city-facts__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.city-facts__plus {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--at-common-red, #f00e0e);
}
.city-facts__heading-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-facts__stats {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.city-facts__stat {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  min-height: 60px;
  padding: 17px 0 16px;
  border-bottom: 1px solid var(--at-neutral-100, #dfdfdf);
}
.city-facts__stat:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .city-facts__stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: 0;
    padding: 20px 0;
  }
}
.city-facts__stat-label {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-facts__stat-value {
  flex: 0 1 560px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .city-facts__stat-value {
    flex-basis: auto;
    text-align: left;
  }
}
.city-facts__lead {
  font-size: clamp(1.375rem, 2.2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
  max-width: 991px;
}
.city-facts__spec-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-facts__spec-list {
  max-width: 630px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.city-facts__spec-list li {
  position: relative;
  padding-left: 1.1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #0f0f0f;
}
.city-facts__spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.city-facts__spec-list li + li {
  margin-top: 6px;
}
.city-facts__spec-text {
  max-width: 630px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #0f0f0f;
}

.city-history__title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
}
.city-history__intro {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #585959);
  max-width: 420px;
}
@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) {
  .city-history__intro {
    max-width: none;
  }
}
.city-history .journey-list-wrap {
  position: relative;
  padding-top: 0;
  padding-left: 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) {
  .city-history .journey-list-wrap {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .city-history .journey-list-wrap {
    padding-left: 30px;
  }
}
.city-history .journey-list-line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--at-neutral-900, #1d1d1d);
  will-change: height;
}
.city-history .journey-list__item {
  grid-template-columns: minmax(180px, 286px) minmax(0, 1fr);
  gap: 24px 50px;
  padding: 32px 0;
  border-bottom-color: var(--at-neutral-100, #dfdfdf);
}
@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) {
  .city-history .journey-list__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }
}
.city-history .journey-list__date {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--at-common-red, #f00e0e);
  padding-top: 4px;
}
.city-history .journey-list__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-history .journey-list__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-history .journey-list__body {
  max-width: 590px;
}

.city-team .contacts-team__title {
  margin-top: 0;
}

.city-form .contacts-form__box {
  position: relative;
  overflow: hidden;
  background-color: var(--at-neutral-50, #f2f2f2);
}
.city-form .contacts-form__box::before, .city-form .contacts-form__box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.city-form .contacts-form__box::before {
  background-image: url("../imgs/city/img%20(21)%201.svg");
}
.city-form .contacts-form__box::after {
  background-image: url("../imgs/city/img%20(21)%202.svg");
  opacity: 0.15;
}
.city-form .contacts-form__box > .container {
  position: relative;
  z-index: 1;
}
.city-form .contacts-form__eyebrow,
.city-form .contacts-form__eyebrow.common-white,
.city-form .contacts-form__title,
.city-form .contacts-form__lead {
  color: #fff !important;
}
.city-form .contacts-form__eyebrow i svg {
  color: #fff;
}
.city-form .contacts-form__label,
.city-form .contacts-form__input,
.city-form .contacts-form__consent-text {
  color: #fff;
}
.city-form .contacts-form__label,
.city-form .contacts-form__field .contacts-form__label,
.city-form .contacts-form__input:focus + .contacts-form__label,
.city-form .contacts-form__input:not(:placeholder-shown) + .contacts-form__label,
.city-form .contacts-form__input:-webkit-autofill + .contacts-form__label,
.city-form .contacts-form__input:-webkit-autofill:hover + .contacts-form__label,
.city-form .contacts-form__input:-webkit-autofill:focus + .contacts-form__label,
.city-form input.contacts-form__input:focus + .contacts-form__label,
.city-form input.contacts-form__input:not(:placeholder-shown) + .contacts-form__label,
.city-form input.contacts-form__input:-webkit-autofill + .contacts-form__label,
.city-form textarea.contacts-form__input:focus + .contacts-form__label,
.city-form textarea.contacts-form__input:not(:placeholder-shown) + .contacts-form__label,
.city-form textarea.contacts-form__input:-webkit-autofill + .contacts-form__label {
  color: #fff;
}
.city-form .contacts-form__input:-webkit-autofill,
.city-form .contacts-form__input:-webkit-autofill:hover,
.city-form .contacts-form__input:-webkit-autofill:focus,
.city-form .contacts-form__input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px transparent inset;
}
.city-form .contacts-form__input:-webkit-autofill + .contacts-form__label {
  top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.city-form .contacts-form__checkbox {
  box-shadow: inset 0 0 0 1.5px #fff;
}
.city-form .contacts-form__checkbox:checked {
  box-shadow: inset 0 0 0 1.5px var(--at-common-red, #f00e0e);
}
.city-form .contacts-form__checkbox:focus-visible {
  box-shadow: inset 0 0 0 1.5px #fff, 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.city-form .contacts-form__checkbox:checked:focus-visible {
  box-shadow: inset 0 0 0 1.5px var(--at-common-red, #f00e0e), 0 0 0 2px rgba(240, 14, 14, 0.35);
}
.city-form .contacts-form__consent.is-invalid .contacts-form__checkbox {
  box-shadow: inset 0 0 0 1.5px var(--at-common-red, #f00e0e);
}
.city-form .contacts-form__input {
  border-bottom-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
}
.city-form .contacts-form__input:focus {
  border-bottom-color: #fff;
}
.city-form .contacts-form__input:-webkit-autofill, .city-form .contacts-form__input:-webkit-autofill:hover, .city-form .contacts-form__input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
}
.city-form .contacts-form__consent-text a {
  color: #fff;
}
.city-form .contacts-form__success-text {
  color: #fff;
}
.city-form .contacts-form__success-spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.city-form .contacts-form__actions {
  position: relative;
  z-index: 2;
}
.city-form .contacts-form__submit:not(:disabled) {
  opacity: 1;
  cursor: pointer;
}

.city-contacts__socials {
  gap: 25px;
}
.city-contacts__social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--at-neutral-900, #1d1d1d);
  text-decoration: none;
  transition: color 0.25s ease;
}
.city-contacts__social-link:hover {
  color: var(--at-common-red, #f00e0e);
}
.city-contacts__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.city-contacts__address {
  max-width: 420px;
}
.city-contacts__mark {
  flex-shrink: 0;
  width: 40px;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-contacts__mark img {
  display: block;
  width: 40px;
  height: 40px;
}
.city-contacts__mark--office svg {
  display: block;
}
.city-contacts__label {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05em;
  color: var(--at-neutral-900, #1d1d1d);
}
.city-contacts__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--at-neutral-500, #585959);
}
.city-contacts__accent {
  color: var(--at-neutral-900, #1d1d1d);
  text-decoration: none;
}
.city-contacts__accent:hover {
  color: var(--at-common-red, #f00e0e);
}

.contacts-form__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/*----------------------------------------*/
/*  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;
  color: #FEFEFE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F00E0E;
  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 {
  font-weight: 400;
  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: #F00E0E;
  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.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.8 Magic Cursor
/*----------------------------------------*/
body.at-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

/* No custom cursor on touch / mobile — not needed without a mouse */
@media (hover: none), (pointer: coarse), (max-width: 991px) {
  body.at-magic-cursor #magic-cursor,
  #magic-cursor {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--at-common-black);
}

.cursor-bg-red #ball {
  background-color: #FF535B !important;
}
.cursor-bg-red #ball .ball-view {
  color: var(--at-common-white);
}

.cursor-bg-red-2 #ball {
  background-color: #FF481F !important;
}
.cursor-bg-red-2 #ball .ball-view {
  color: var(--at-common-white);
}

.cursor-bg-yellow #ball {
  background-color: #FFF669 !important;
}
.cursor-bg-yellow #ball .ball-view {
  color: var(--at-common-black);
}

.cursor-white-bg #ball .ball-view {
  color: var(--at-common-black);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
  color: var(--at-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  color: var(--at-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  height: 10px;
  line-height: 10px;
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--at-common-white);
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  backdrop-filter: blur(5px);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--at-common-black);
}

.at-magnetic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------*/
/*  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] .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 */
