/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-2\.5 {
  top: calc(var(--spacing) * 2.5);
}
.top-3 {
  top: calc(var(--spacing) * 3);
}
.top-16 {
  top: calc(var(--spacing) * 16);
}
.top-\[-30px\] {
  top: -30px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-3 {
  left: calc(var(--spacing) * 3);
}
.left-6 {
  left: calc(var(--spacing) * 6);
}
.left-\[145px\] {
  left: 145px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.-mt-5 {
  margin-top: calc(var(--spacing) * -5);
}
.mt-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2\.5 {
  margin-bottom: calc(var(--spacing) * 2.5);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-\[-2px\] {
  margin-bottom: -2px;
}
.ml-\[-5px\] {
  margin-left: -5px;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[325px\] {
  height: 325px;
}
.h-\[430px\] {
  height: 430px;
}
.h-\[472px\] {
  height: 472px;
}
.h-\[520px\] {
  height: 520px;
}
.max-h-\[288px\] {
  max-height: 288px;
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-\[32px\] {
  width: 32px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[257px\] {
  width: 257px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[272px\] {
  width: 272px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[303px\] {
  width: 303px;
}
.w-\[394px\] {
  width: 394px;
}
.w-\[414px\] {
  width: 414px;
}
.w-\[472px\] {
  width: 472px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[514px\] {
  width: 514px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[560px\] {
  width: 560px;
}
.w-\[578px\] {
  width: 578px;
}
.w-\[580px\] {
  width: 580px;
}
.w-\[591px\] {
  width: 591px;
}
.w-\[631px\] {
  width: 631px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[742px\] {
  width: 742px;
}
.w-\[750px\] {
  width: 750px;
}
.w-\[787px\] {
  width: 787px;
}
.w-\[850px\] {
  width: 850px;
}
.w-\[853px\] {
  width: 853px;
}
.w-\[948px\] {
  width: 948px;
}
.w-\[950px\] {
  width: 950px;
}
.w-\[1000px\] {
  width: 1000px;
}
.w-\[1052px\] {
  width: 1052px;
}
.w-\[1148px\] {
  width: 1148px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[1260px\] {
  width: 1260px;
}
.w-full {
  width: 100%;
}
.max-w-\[1260px\] {
  max-width: 1260px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-full {
  max-width: 100%;
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-15 {
  gap: calc(var(--spacing) * 15);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-20 {
  gap: calc(var(--spacing) * 20);
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[75px\] {
  gap: 75px;
}
.gap-\[79px\] {
  gap: 79px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[81px\] {
  gap: 81px;
}
.gap-\[90px\] {
  gap: 90px;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[140px\] {
  gap: 140px;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t-\[11px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 11px;
}
.border-b-\[2px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-\[\#1B03000F\] {
  border-color: #1B03000F;
}
.border-\[\#1B03001A\] {
  border-color: #1B03001A;
}
.border-\[\#AB1600\] {
  border-color: #AB1600;
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.bg-\[\#201F1F\] {
  background-color: #201F1F;
}
.bg-\[\#AB1600\] {
  background-color: #AB1600;
}
.bg-\[\#BB8C6E\] {
  background-color: #BB8C6E;
}
.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.bg-\[\#FDF7F7\] {
  background-color: #FDF7F7;
}
.bg-\[\#ffffff23\] {
  background-color: #ffffff23;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-2\.5 {
  padding: calc(var(--spacing) * 2.5);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-\[30px\] {
  padding: 30px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-30 {
  padding-block: calc(var(--spacing) * 30);
}
.py-\[60px\] {
  padding-block: 60px;
}
.py-\[90px\] {
  padding-block: 90px;
}
.py-\[100px\] {
  padding-block: 100px;
}
.py-\[120px\] {
  padding-block: 120px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-2\.5 {
  padding-top: calc(var(--spacing) * 2.5);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-9 {
  padding-top: calc(var(--spacing) * 9);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pr-2\.5 {
  padding-right: calc(var(--spacing) * 2.5);
}
.pr-\[2px\] {
  padding-right: 2px;
}
.pb-30 {
  padding-bottom: calc(var(--spacing) * 30);
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.pl-8 {
  padding-left: calc(var(--spacing) * 8);
}
.pl-9 {
  padding-left: calc(var(--spacing) * 9);
}
.pl-\[2px\] {
  padding-left: 2px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.font-Shoika-medium {
  font-family: var(--font-Shoika-medium);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-9 {
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
}
.leading-10 {
  --tw-leading: calc(var(--spacing) * 10);
  line-height: calc(var(--spacing) * 10);
}
.leading-12 {
  --tw-leading: calc(var(--spacing) * 12);
  line-height: calc(var(--spacing) * 12);
}
.leading-16 {
  --tw-leading: calc(var(--spacing) * 16);
  line-height: calc(var(--spacing) * 16);
}
.leading-\[13\.2px\] {
  --tw-leading: 13.2px;
  line-height: 13.2px;
}
.leading-\[15\.6px\] {
  --tw-leading: 15.6px;
  line-height: 15.6px;
}
.leading-\[16\.8px\] {
  --tw-leading: 16.8px;
  line-height: 16.8px;
}
.leading-\[19\.2px\] {
  --tw-leading: 19.2px;
  line-height: 19.2px;
}
.leading-\[19\.6px\] {
  --tw-leading: 19.6px;
  line-height: 19.6px;
}
.leading-\[21\.6px\] {
  --tw-leading: 21.6px;
  line-height: 21.6px;
}
.leading-\[21px\] {
  --tw-leading: 21px;
  line-height: 21px;
}
.leading-\[22\.4px\] {
  --tw-leading: 22.4px;
  line-height: 22.4px;
}
.leading-\[22px\] {
  --tw-leading: 22px;
  line-height: 22px;
}
.leading-\[25\.6px\] {
  --tw-leading: 25.6px;
  line-height: 25.6px;
}
.leading-\[30px\] {
  --tw-leading: 30px;
  line-height: 30px;
}
.leading-\[39px\] {
  --tw-leading: 39px;
  line-height: 39px;
}
.leading-\[50px\] {
  --tw-leading: 50px;
  line-height: 50px;
}
.leading-\[55px\] {
  --tw-leading: 55px;
  line-height: 55px;
}
.leading-\[60px\] {
  --tw-leading: 60px;
  line-height: 60px;
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.9px\] {
  --tw-tracking: -0.9px;
  letter-spacing: -0.9px;
}
.tracking-\[-1\.2px\] {
  --tw-tracking: -1.2px;
  letter-spacing: -1.2px;
}
.tracking-\[-1\.5px\] {
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
}
.text-\[\#1F2021\] {
  color: #1F2021;
}
.text-\[\#5D5757\] {
  color: #5D5757;
}
.text-\[\#201F1F\] {
  color: #201F1F;
}
.text-\[\#20712D\] {
  color: #20712D;
}
.text-\[\#515357\] {
  color: #515357;
}
.text-\[\#888080\] {
  color: #888080;
}
.text-\[\#AB1600\] {
  color: #AB1600;
}
.text-black {
  color: var(--color-black);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-\[0px_15px_35px_0px_\#36000012\,0px_0px_2px_0px_\#00000040\] {
  --tw-shadow: 0px 15px 35px 0px var(--tw-shadow-color, #36000012), 0px 0px 2px 0px var(--tw-shadow-color, #00000040);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0px_25px_46px_0px_\#28000012\] {
  --tw-shadow: 0px 25px 46px 0px var(--tw-shadow-color, #28000012);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-\[43px\] {
  --tw-backdrop-blur: blur(43px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-1000 {
  --tw-duration: 1000ms;
  transition-duration: 1000ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:top-1\/2 {
  &::before {
    content: var(--tw-content);
    top: calc(1/2 * 100%);
  }
}
.before\:-left-4 {
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * -4);
  }
}
.before\:z-\[-1\] {
  &::before {
    content: var(--tw-content);
    z-index: -1;
  }
}
.before\:h-\[40px\] {
  &::before {
    content: var(--tw-content);
    height: 40px;
  }
}
.before\:w-\[40px\] {
  &::before {
    content: var(--tw-content);
    width: 40px;
  }
}
.before\:-translate-y-1\/2 {
  &::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.before\:rotate-45 {
  &::before {
    content: var(--tw-content);
    rotate: 45deg;
  }
}
.before\:bg-white {
  &::before {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
}
.before\:shadow-\[0px_15px_35px_0px_\#36000012\] {
  &::before {
    content: var(--tw-content);
    --tw-shadow: 0px 15px 35px 0px var(--tw-shadow-color, #36000012);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.before\:backdrop-blur-\[43px\] {
  &::before {
    content: var(--tw-content);
    --tw-backdrop-blur: blur(43px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
}
.before\:content-\[\'\'\] {
  &::before {
    content: var(--tw-content);
    --tw-content: '';
    content: var(--tw-content);
  }
}
.hover\:cursor-pointer {
  &:hover {
    @media (hover: hover) {
      cursor: pointer;
    }
  }
}
.hover\:bg-\[\#F9EBEB\] {
  &:hover {
    @media (hover: hover) {
      background-color: #F9EBEB;
    }
  }
}
.hover\:text-\[\#AB1600\] {
  &:hover {
    @media (hover: hover) {
      color: #AB1600;
    }
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.max-xl\:left-\[50px\] {
  @media (width < 80rem) {
    left: 50px;
  }
}
.max-xl\:w-\[20\%\] {
  @media (width < 80rem) {
    width: 20%;
  }
}
.max-xl\:w-\[30\%\] {
  @media (width < 80rem) {
    width: 30%;
  }
}
.max-xl\:w-\[47\%\] {
  @media (width < 80rem) {
    width: 47%;
  }
}
.max-xl\:w-\[50\%\] {
  @media (width < 80rem) {
    width: 50%;
  }
}
.max-xl\:w-\[55\%\] {
  @media (width < 80rem) {
    width: 55%;
  }
}
.max-xl\:w-\[80\%\] {
  @media (width < 80rem) {
    width: 80%;
  }
}
.max-xl\:w-\[90\%\] {
  @media (width < 80rem) {
    width: 90%;
  }
}
.max-xl\:w-\[95\%\] {
  @media (width < 80rem) {
    width: 95%;
  }
}
.max-xl\:w-full {
  @media (width < 80rem) {
    width: 100%;
  }
}
.max-xl\:gap-10 {
  @media (width < 80rem) {
    gap: calc(var(--spacing) * 10);
  }
}
.max-xl\:gap-20 {
  @media (width < 80rem) {
    gap: calc(var(--spacing) * 20);
  }
}
.max-xl\:gap-\[70px\] {
  @media (width < 80rem) {
    gap: 70px;
  }
}
.max-xl\:px-5 {
  @media (width < 80rem) {
    padding-inline: calc(var(--spacing) * 5);
  }
}
.max-xl\:py-20 {
  @media (width < 80rem) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.max-lg\:mt-15 {
  @media (width < 64rem) {
    margin-top: calc(var(--spacing) * 15);
  }
}
.max-lg\:flex {
  @media (width < 64rem) {
    display: flex;
  }
}
.max-lg\:hidden {
  @media (width < 64rem) {
    display: none;
  }
}
.max-lg\:h-\[70px\] {
  @media (width < 64rem) {
    height: 70px;
  }
}
.max-lg\:h-\[690px\] {
  @media (width < 64rem) {
    height: 690px;
  }
}
.max-lg\:w-\[48\%\] {
  @media (width < 64rem) {
    width: 48%;
  }
}
.max-lg\:w-\[60\%\] {
  @media (width < 64rem) {
    width: 60%;
  }
}
.max-lg\:w-\[70px\] {
  @media (width < 64rem) {
    width: 70px;
  }
}
.max-lg\:w-\[80\%\] {
  @media (width < 64rem) {
    width: 80%;
  }
}
.max-lg\:w-\[90\%\] {
  @media (width < 64rem) {
    width: 90%;
  }
}
.max-lg\:w-\[95\%\] {
  @media (width < 64rem) {
    width: 95%;
  }
}
.max-lg\:w-\[300px\] {
  @media (width < 64rem) {
    width: 300px;
  }
}
.max-lg\:w-full {
  @media (width < 64rem) {
    width: 100%;
  }
}
.max-lg\:flex-col {
  @media (width < 64rem) {
    flex-direction: column;
  }
}
.max-lg\:justify-between {
  @media (width < 64rem) {
    justify-content: space-between;
  }
}
.max-lg\:gap-0 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.max-lg\:gap-3 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 3);
  }
}
.max-lg\:gap-4 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 4);
  }
}
.max-lg\:gap-7 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 7);
  }
}
.max-lg\:gap-8 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.max-lg\:gap-10 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 10);
  }
}
.max-lg\:gap-12 {
  @media (width < 64rem) {
    gap: calc(var(--spacing) * 12);
  }
}
.max-lg\:object-contain {
  @media (width < 64rem) {
    object-fit: contain;
  }
}
.max-lg\:py-20 {
  @media (width < 64rem) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.max-lg\:py-\[80px\] {
  @media (width < 64rem) {
    padding-block: 80px;
  }
}
.max-lg\:pt-20 {
  @media (width < 64rem) {
    padding-top: calc(var(--spacing) * 20);
  }
}
.max-lg\:pb-20 {
  @media (width < 64rem) {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
.max-lg\:text-lg {
  @media (width < 64rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.max-lg\:text-\[31px\] {
  @media (width < 64rem) {
    font-size: 31px;
  }
}
.max-lg\:text-\[33px\] {
  @media (width < 64rem) {
    font-size: 33px;
  }
}
.max-lg\:text-\[35px\] {
  @media (width < 64rem) {
    font-size: 35px;
  }
}
.max-lg\:text-\[40px\] {
  @media (width < 64rem) {
    font-size: 40px;
  }
}
.max-lg\:leading-\[27px\] {
  @media (width < 64rem) {
    --tw-leading: 27px;
    line-height: 27px;
  }
}
.max-lg\:leading-\[38px\] {
  @media (width < 64rem) {
    --tw-leading: 38px;
    line-height: 38px;
  }
}
.max-lg\:leading-\[40px\] {
  @media (width < 64rem) {
    --tw-leading: 40px;
    line-height: 40px;
  }
}
.max-lg\:leading-\[42px\] {
  @media (width < 64rem) {
    --tw-leading: 42px;
    line-height: 42px;
  }
}
.max-lg\:leading-\[45px\] {
  @media (width < 64rem) {
    --tw-leading: 45px;
    line-height: 45px;
  }
}
.max-md\:left-\[18px\] {
  @media (width < 48rem) {
    left: 18px;
  }
}
.max-md\:mx-auto {
  @media (width < 48rem) {
    margin-inline: auto;
  }
}
.max-md\:mt-10 {
  @media (width < 48rem) {
    margin-top: calc(var(--spacing) * 10);
  }
}
.max-md\:block {
  @media (width < 48rem) {
    display: block;
  }
}
.max-md\:flex {
  @media (width < 48rem) {
    display: flex;
  }
}
.max-md\:hidden {
  @media (width < 48rem) {
    display: none;
  }
}
.max-md\:h-\[220px\] {
  @media (width < 48rem) {
    height: 220px;
  }
}
.max-md\:h-\[240px\] {
  @media (width < 48rem) {
    height: 240px;
  }
}
.max-md\:h-\[320px\] {
  @media (width < 48rem) {
    height: 320px;
  }
}
.max-md\:h-\[356px\] {
  @media (width < 48rem) {
    height: 356px;
  }
}
.max-md\:h-\[675px\] {
  @media (width < 48rem) {
    height: 675px;
  }
}
.max-md\:h-full {
  @media (width < 48rem) {
    height: 100%;
  }
}
.max-md\:w-\[47\.5\%\] {
  @media (width < 48rem) {
    width: 47.5%;
  }
}
.max-md\:w-\[48\%\] {
  @media (width < 48rem) {
    width: 48%;
  }
}
.max-md\:w-\[90\%\] {
  @media (width < 48rem) {
    width: 90%;
  }
}
.max-md\:w-\[213px\] {
  @media (width < 48rem) {
    width: 213px;
  }
}
.max-md\:w-\[220px\] {
  @media (width < 48rem) {
    width: 220px;
  }
}
.max-md\:w-\[255px\] {
  @media (width < 48rem) {
    width: 255px;
  }
}
.max-md\:w-\[356px\] {
  @media (width < 48rem) {
    width: 356px;
  }
}
.max-md\:w-full {
  @media (width < 48rem) {
    width: 100%;
  }
}
.max-md\:flex-col {
  @media (width < 48rem) {
    flex-direction: column;
  }
}
.max-md\:flex-wrap {
  @media (width < 48rem) {
    flex-wrap: wrap;
  }
}
.max-md\:items-center {
  @media (width < 48rem) {
    align-items: center;
  }
}
.max-md\:justify-center {
  @media (width < 48rem) {
    justify-content: center;
  }
}
.max-md\:gap-5 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 5);
  }
}
.max-md\:gap-7 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 7);
  }
}
.max-md\:gap-8 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.max-md\:gap-10 {
  @media (width < 48rem) {
    gap: calc(var(--spacing) * 10);
  }
}
.max-md\:gap-\[10px\] {
  @media (width < 48rem) {
    gap: 10px;
  }
}
.max-md\:gap-\[30px\] {
  @media (width < 48rem) {
    gap: 30px;
  }
}
.max-md\:gap-\[50px\] {
  @media (width < 48rem) {
    gap: 50px;
  }
}
.max-md\:gap-\[60px\] {
  @media (width < 48rem) {
    gap: 60px;
  }
}
.max-md\:object-cover {
  @media (width < 48rem) {
    object-fit: cover;
  }
}
.max-md\:p-4 {
  @media (width < 48rem) {
    padding: calc(var(--spacing) * 4);
  }
}
.max-md\:p-5 {
  @media (width < 48rem) {
    padding: calc(var(--spacing) * 5);
  }
}
.max-md\:px-4 {
  @media (width < 48rem) {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.max-md\:px-5 {
  @media (width < 48rem) {
    padding-inline: calc(var(--spacing) * 5);
  }
}
.max-md\:py-10 {
  @media (width < 48rem) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.max-md\:pt-4 {
  @media (width < 48rem) {
    padding-top: calc(var(--spacing) * 4);
  }
}
.max-md\:pt-5 {
  @media (width < 48rem) {
    padding-top: calc(var(--spacing) * 5);
  }
}
.max-md\:pt-10 {
  @media (width < 48rem) {
    padding-top: calc(var(--spacing) * 10);
  }
}
.max-md\:pt-\[30px\] {
  @media (width < 48rem) {
    padding-top: 30px;
  }
}
.max-md\:pr-0 {
  @media (width < 48rem) {
    padding-right: calc(var(--spacing) * 0);
  }
}
.max-md\:pl-0 {
  @media (width < 48rem) {
    padding-left: calc(var(--spacing) * 0);
  }
}
.max-md\:text-base {
  @media (width < 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.max-md\:text-lg {
  @media (width < 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.max-md\:text-sm {
  @media (width < 48rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.max-md\:text-xl {
  @media (width < 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.max-md\:text-xs {
  @media (width < 48rem) {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
}
.max-md\:text-\[13px\] {
  @media (width < 48rem) {
    font-size: 13px;
  }
}
.max-md\:text-\[16px\] {
  @media (width < 48rem) {
    font-size: 16px;
  }
}
.max-md\:text-\[17px\] {
  @media (width < 48rem) {
    font-size: 17px;
  }
}
.max-md\:text-\[20px\] {
  @media (width < 48rem) {
    font-size: 20px;
  }
}
.max-md\:text-\[22px\] {
  @media (width < 48rem) {
    font-size: 22px;
  }
}
.max-md\:text-\[30px\] {
  @media (width < 48rem) {
    font-size: 30px;
  }
}
.max-md\:text-\[34px\] {
  @media (width < 48rem) {
    font-size: 34px;
  }
}
.max-md\:leading-5 {
  @media (width < 48rem) {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
}
.max-md\:leading-\[19\.6px\] {
  @media (width < 48rem) {
    --tw-leading: 19.6px;
    line-height: 19.6px;
  }
}
.max-md\:leading-\[20\.8px\] {
  @media (width < 48rem) {
    --tw-leading: 20.8px;
    line-height: 20.8px;
  }
}
.max-md\:leading-\[21px\] {
  @media (width < 48rem) {
    --tw-leading: 21px;
    line-height: 21px;
  }
}
.max-md\:leading-\[22\.8px\] {
  @media (width < 48rem) {
    --tw-leading: 22.8px;
    line-height: 22.8px;
  }
}
.max-md\:leading-\[22px\] {
  @media (width < 48rem) {
    --tw-leading: 22px;
    line-height: 22px;
  }
}
.max-md\:leading-\[26\.4px\] {
  @media (width < 48rem) {
    --tw-leading: 26.4px;
    line-height: 26.4px;
  }
}
.max-md\:leading-\[26px\] {
  @media (width < 48rem) {
    --tw-leading: 26px;
    line-height: 26px;
  }
}
.max-md\:leading-\[33px\] {
  @media (width < 48rem) {
    --tw-leading: 33px;
    line-height: 33px;
  }
}
.max-md\:leading-\[36px\] {
  @media (width < 48rem) {
    --tw-leading: 36px;
    line-height: 36px;
  }
}
.max-md\:leading-\[37\.4px\] {
  @media (width < 48rem) {
    --tw-leading: 37.4px;
    line-height: 37.4px;
  }
}
.max-md\:leading-\[38px\] {
  @media (width < 48rem) {
    --tw-leading: 38px;
    line-height: 38px;
  }
}
.max-md\:leading-\[39px\] {
  @media (width < 48rem) {
    --tw-leading: 39px;
    line-height: 39px;
  }
}
.max-md\:tracking-\[-0\.4px\] {
  @media (width < 48rem) {
    --tw-tracking: -0.4px;
    letter-spacing: -0.4px;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --font-Shoika-medium: 'shoika-medium', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
    font-feature-settings: var( --default-mono-font-feature-settings, normal );
    font-variation-settings: var( --default-mono-font-variation-settings, normal );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
body {
  font-family: 'shoika', sans-serif;
}
.hero-btn {
  background: linear-gradient(49.52deg, #AB1600 -48.39%, #BB8C6E 135.35%);
}
@font-face {
  font-family: "shoika-bold";
  src: url("shoika-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "shoika-medium";
  src: url("shoika-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "shoika-regular";
  src: url("shoika-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "shoika-light";
  src: url("shoika-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.shoika-light {
  font-family: 'shoika-light', sans-serif;
  font-weight: 300 !important;
}
.shoika-normal {
  font-family: 'shoika-regular', sans-serif;
  font-weight: 400 !important;
}
.shoika-medium {
  font-family: 'shoika-medium', sans-serif;
  font-weight: 500 !important;
}
.shoika-bold {
  font-family: 'shoika-bold', sans-serif;
  font-weight: 700 !important;
}
@layer components {
  .section-width {
    margin-inline: auto;
    max-width: 1260px;
  }
  .active1 {
    filter: brightness(0) invert(1);
  }
  .hero-section-h2 {
    font-size: 35px !important;
  }
  .animate-text {
    height: 46px;
    overflow: hidden;
  }
  .animate-text span {
    display: none;
  }
  .animate-text span.text-in {
    display: block;
    animation: textIn .5s ease;
  }
  .animate-text span.text-out {
    animation: textOut 1s ease;
  }
  @keyframes textIn {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes textOut {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  .hero-btn {
    margin-top: calc(var(--spacing) * 8);
    width: 260px;
    cursor: pointer;
    border-radius: var(--radius-2xl);
    padding-inline: 34px;
    padding-block: calc(var(--spacing) * 5);
    --tw-leading: 19.2px;
    line-height: 19.2px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  #selectedVisas , #selectedActivity {
    font-size: 16px !important;
    line-height: 19.2px !important;
  }
  .hero-container {
    width: 542px;
  }
  .toggle {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    border-radius: 14px;
    --tw-border-style: none;
    border-style: none;
    background-color: #FDF7F7;
    padding-inline: calc(var(--spacing) * 5);
    padding-top: calc(var(--spacing) * 5);
    padding-bottom: calc(var(--spacing) * 2);
    text-align: left;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-outline-style: none;
    outline-style: none;
  }
  .toggle:hover {
    background-color: #F9EBEB;
  }
  .content {
    z-index: 40;
    border-radius: 14px;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .dropdownImage {
    transition: transform 0.3s ease-in-out;
  }
  .dropdownImage.rotate {
    transform: rotate(180deg);
  }
  .scrollable-container {
    max-height: 288px;
    overflow-y: auto;
    margin-left: -10px;
    border: 1px solid #1B03001A;
    border-radius: 14px;
    box-shadow: 0px 22px 41px -8px #00000014;
    transition: all;
    transition-duration: 5s;
  }
  .scrollable-container::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .scrollable-container {
    scrollbar-width: none;
  }
  .dropdown-content {
    margin-top: 90px !important;
  }
  .scrollable-container {
    -ms-overflow-style: none;
  }
  .dropdown-item {
    display: flex;
    width: 542px;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    overflow-x: hidden;
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 2.5);
    color: #201F1F;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .dropdown-item:hover {
    background-color: #FDF7F7;
  }
  .check-icon {
    visibility: hidden;
  }
  .dropdown-item:hover .check-icon {
    visibility: visible;
  }
  .dropdown-item:hover .check-icon img {
    opacity: 1 !important;
    visibility: visible;
  }
  .dropdown-item.selected .check-icon img {
    opacity: 1 !important;
    visibility: visible;
  }
  .business-step-card {
    display: flex;
    width: 341px;
    flex-direction: column;
    gap: 14px;
    border-radius: 20px;
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 5);
    --tw-shadow: 0px 15px 35px 0px var(--tw-shadow-color, #360000120px) 0px 2px 0px #00000040;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-backdrop-blur: blur(43px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .businessimg {
    background-position: 45px;
  }
  .wrapper1 {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 8);
  }
  .toggle1 {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    --tw-border-style: none;
    border-style: none;
    padding-top: calc(var(--spacing) * 8);
    text-align: left;
    font-size: 22px;
    --tw-leading: 35.2px;
    line-height: 35.2px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #201F1F;
    --tw-outline-style: none;
    outline-style: none;
  }
  .content1 {
    position: relative;
    height: calc(var(--spacing) * 0);
    width: 748px;
    overflow: hidden;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 22.4px;
    line-height: 22.4px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: #201F1F;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .direction {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 9);
    text-align: center;
  }
  .direction button {
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    height: calc(var(--spacing) * 12);
    width: calc(var(--spacing) * 12);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 8px;
    border-color: #FDF7F7;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }
  .dp {
    z-index: 5;
    background-color: var(--color-white);
  }
  .item {
    display: flex;
    height: 450px;
    width: 531px;
    scroll-snap-align: start;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #BB8C6E1A;
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 6);
    --tw-shadow: 0px 59px 107px 0px var(--tw-shadow-color, #0000001A);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 6);
  }
  #list {
    display: flex;
    width: max-content;
  }
  #formList {
    position: relative;
    margin-inline: auto;
    margin-block: calc(var(--spacing) * 12);
    width: 1084px;
    max-width: 100%;
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    overflow: auto;
    border-radius: var(--radius-2xl);
    --tw-shadow: 0px 40px 250px 10px var(--tw-shadow-color, #0000001A);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  #formList {
    scroll-behavior: smooth;
  }
  #formList::-webkit-scrollbar {
    display: none;
  }
  .direction1 {
    display: none;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .slider {
    position: relative;
    margin-inline: auto;
    height: 210px;
    width: 100%;
    overflow: hidden;
  }
  .slider .slide-track {
    display: flex;
    width: calc((210px + 24px) * 36);
    animation: scroll 50s linear infinite;
  }
  .slider .slide {
    margin-right: 24px;
    height: 210px;
    width: 210px;
    border-radius: 30px;
    background-color: #F8F8F8;
    padding: 30px;
  }
  .slider .slide img {
    height: 150px;
    width: 150px;
  }
  @keyframes scroll1 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .slider1 {
    position: relative;
    margin-inline: auto;
    height: 40px;
    width: 100%;
    overflow: hidden;
  }
  .slider1 .slide-track1 {
    display: flex;
    width: max-content;
    animation: scroll1 40s linear infinite;
  }
  .slider1 .slide1 {
    margin-right: 130px;
    display: flex;
    height: 40px;
    align-items: center;
  }
  .slider1 .slide1 img {
    height: 40px;
    width: auto;
    object-fit: cover;
  }
  .slider1 .slide-track1 > .slide1 {
    flex-shrink: 0;
  }
  @media screen and (max-width:1025px) {
    .section-width {
      margin-inline: auto;
      width: 95%;
    }
    .wrapper {
      gap: calc(var(--spacing) * 3);
      border-radius: var(--radius-2xl);
      background-color: #FDF7F7;
    }
    .hero-container {
      width: 100%;
    }
    .toggle {
      width: 100%;
    }
    .dropdown-item {
      width: 100%;
    }
    .hero-btn {
      margin-top: calc(var(--spacing) * 4);
      width: 260px;
      border-radius: var(--radius-2xl);
      padding-inline: calc(var(--spacing) * 8);
      padding-block: calc(var(--spacing) * 4);
      --tw-leading: 19.2px;
      line-height: 19.2px;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-white);
    }
    .business-step-card {
      padding-inline: calc(var(--spacing) * 5);
      padding-block: calc(var(--spacing) * 4);
    }
    .content1 {
      width: 95%;
    }
    .direction button {
      display: none;
    }
    .direction1 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: calc(var(--spacing) * 5);
      text-align: center;
    }
    .direction1 button {
      box-sizing: content-box;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 10px;
      border-color: #FDF7F7;
      background-color: var(--color-white);
      padding: calc(var(--spacing) * 4);
      transition-property: 0.5s;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  @media screen and (max-width:960px) {
    .businessimg {
      background-position: 36px;
    }
    .hero-section-h2 {
      font-size: 30px !important;
      line-height: 30px !important;
    }
    .item {
      height: 610px;
      width: 47vw;
    }
  }
  @media screen and (max-width:767px) {
    .section-width {
      margin-inline: auto;
      width: 90%;
    }
    .hero-section-h2 {
      font-size: 25px !important;
    }
    #selectedVisas , #selectedActivity {
      font-size: 14px !important;
      line-height: 16.8px !important;
    }
    .dropdown-menu {
      z-index: 1000;
      min-width: 160px;
    }
    .dropdown-menu a {
      color: #201F1F;
      text-decoration-line: none;
    }
    .toggle {
      width: 100%;
      padding-inline: calc(var(--spacing) * 4);
      padding-top: calc(var(--spacing) * 2);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: 16.8px;
      line-height: 16.8px;
    }
    .hero-btn {
      margin-top: calc(var(--spacing) * 4);
      padding-inline: calc(var(--spacing) * 7);
      padding-block: calc(var(--spacing) * 4);
      --tw-leading: 19.2px;
      line-height: 19.2px;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-white);
    }
    .business-step-card {
      width: 100%;
    }
    .businessimg {
      background-position: 35px;
    }
    .wrapper1 {
      display: flex;
      flex-direction: column;
      gap: calc(var(--spacing) * 4);
      padding-bottom: calc(var(--spacing) * 6);
    }
    .toggle1 {
      gap: calc(var(--spacing) * 10);
      padding-top: calc(var(--spacing) * 6);
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
    .content1 {
      width: 90%;
    }
    .item {
      width: 90vw;
      height: 600px;
    }
    .direction {
      width: 100%;
      gap: 0px;
    }
    .toggle {
      width: 100%;
      padding-inline: calc(var(--spacing) * 4);
      padding-top: calc(var(--spacing) * 4);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-leading: 16.8px;
      line-height: 16.8px;
    }
    .hero-container {
      width: 100%;
    }
    .toggle {
      width: 100%;
    }
    .dropdown-item {
      width: 95%;
    }
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    .slider {
      position: relative;
      margin-inline: auto;
      height: 150px;
      width: 100%;
      overflow: hidden;
    }
    .slider .slide-track {
      display: flex;
      width: calc((113.75px + 16.25px) * 34);
      animation: scroll 30s linear infinite;
    }
    .slider .slide {
      margin-right: 16.25px;
      height: 113.75px;
      width: 113.75px;
      border-radius: 16.25px;
      background-color: #F8F8F8;
      padding: 16.25px;
    }
    .slider .slide img {
      margin-inline: auto;
      height: 81.25px;
      width: 81.25px;
      object-fit: cover;
    }
    @keyframes scroll1 {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-80%);
      }
    }
    .slider1 {
      height: 30px;
    }
    .slider1 .slide1 {
      margin-right: 100px;
      height: 30px;
    }
    .slider1 .slide1 img {
      height: 30px;
    }
  }
}
@media screen and (max-width:410px) {
  .item {
    height: 660px;
  }
  .guid-card {
    height: 270px;
  }
  .trust-card {
    height: 355px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
