/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-color-black: #000;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-text-xs: 0.75rem;
    --t-text-xs--line-height: calc(1 / 0.75);
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-font-weight-normal: 400;
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-radius-lg: 0.5rem;
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
  }
}
@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(--t-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(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  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(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .t\:absolute {
    position: absolute;
  }
  .t\:relative {
    position: relative;
  }
  .t\:inset-x-0 {
    inset-inline: calc(var(--t-spacing) * 0);
  }
  .t\:top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .t\:top-2 {
    top: calc(var(--t-spacing) * 2);
  }
  .t\:top-4 {
    top: calc(var(--t-spacing) * 4);
  }
  .t\:right-2 {
    right: calc(var(--t-spacing) * 2);
  }
  .t\:right-4 {
    right: calc(var(--t-spacing) * 4);
  }
  .t\:bottom-0 {
    bottom: calc(var(--t-spacing) * 0);
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:float-left {
    float: left;
  }
  .t\:container {
    width: 100%;
    @media (width >= 1000px) {
      max-width: 1000px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @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;
    }
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:mt-0\! {
    margin-top: calc(var(--t-spacing) * 0) !important;
  }
  .t\:mt-2 {
    margin-top: calc(var(--t-spacing) * 2);
  }
  .t\:mr-2 {
    margin-right: calc(var(--t-spacing) * 2);
  }
  .t\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .t\:block {
    display: block;
  }
  .t\:flex {
    display: flex;
  }
  .t\:flow-root {
    display: flow-root;
  }
  .t\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .t\:h-8 {
    height: calc(var(--t-spacing) * 8);
  }
  .t\:h-10 {
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-11 {
    height: calc(var(--t-spacing) * 11);
  }
  .t\:h-\[52px\] {
    height: 52px;
  }
  .t\:h-auto {
    height: auto;
  }
  .t\:w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .t\:w-10 {
    width: calc(var(--t-spacing) * 10);
  }
  .t\:w-11 {
    width: calc(var(--t-spacing) * 11);
  }
  .t\:w-auto {
    width: auto;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[280px\] {
    max-width: 280px;
  }
  .t\:max-w-\[790px\] {
    max-width: 790px;
  }
  .t\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .t\:shrink-0 {
    flex-shrink: 0;
  }
  .t\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-row {
    flex-direction: row;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:justify-start {
    justify-content: flex-start;
  }
  .t\:gap-1 {
    gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-2 {
    gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-5 {
    gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-\[9\.3px\] {
    gap: 9.3px;
  }
  .t\:gap-\[10px\] {
    gap: 10px;
  }
  .t\:gap-\[24px\] {
    gap: 24px;
  }
  .t\:gap-\[40px\] {
    gap: 40px;
  }
  .t\:gap-y-5 {
    row-gap: calc(var(--t-spacing) * 5);
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:bg-\[\#a80000\] {
    background-color: #a80000;
  }
  .t\:bg-\[\#ef2424\] {
    background-color: #ef2424;
  }
  .t\:bg-black {
    background-color: var(--t-color-black);
  }
  .t\:bg-black\! {
    background-color: var(--t-color-black) !important;
  }
  .t\:bg-black\/50 {
    background-color: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-black) 50%, transparent);
    }
  }
  .t\:bg-white\/15 {
    background-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-white) 15%, transparent);
    }
  }
  .t\:bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:from-\[\#fff6e6\] {
    --tw-gradient-from: #fff6e6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:from-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: rgba(0,0,0,0);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-\[rgba\(0\,0\,0\,0\.95\)\] {
    --tw-gradient-to: rgba(0,0,0,0.95);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-white {
    --tw-gradient-to: var(--t-color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:bg-cover {
    background-size: cover;
  }
  .t\:bg-center {
    background-position: center;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:p-0\! {
    padding: calc(var(--t-spacing) * 0) !important;
  }
  .t\:p-3 {
    padding: calc(var(--t-spacing) * 3);
  }
  .t\:px-2 {
    padding-inline: calc(var(--t-spacing) * 2);
  }
  .t\:px-\[12px\] {
    padding-inline: 12px;
  }
  .t\:px-\[18px\] {
    padding-inline: 18px;
  }
  .t\:py-1 {
    padding-block: calc(var(--t-spacing) * 1);
  }
  .t\:py-6\! {
    padding-block: calc(var(--t-spacing) * 6) !important;
  }
  .t\:py-8 {
    padding-block: calc(var(--t-spacing) * 8);
  }
  .t\:py-\[13px\] {
    padding-block: 13px;
  }
  .t\:py-\[30px\] {
    padding-block: 30px;
  }
  .t\:pt-9 {
    padding-top: calc(var(--t-spacing) * 9);
  }
  .t\:pt-\[20px\] {
    padding-top: 20px;
  }
  .t\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .t\:text-center {
    text-align: center;
  }
  .t\:text-left {
    text-align: left;
  }
  .t\:text-right {
    text-align: right;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xs {
    font-size: var(--t-text-xs);
    line-height: var(--tw-leading, var(--t-text-xs--line-height));
  }
  .t\:text-\[15px\] {
    font-size: 15px;
  }
  .t\:text-\[16px\] {
    font-size: 16px;
  }
  .t\:text-\[18px\] {
    font-size: 18px;
  }
  .t\:text-\[25px\] {
    font-size: 25px;
  }
  .t\:text-\[26px\] {
    font-size: 26px;
  }
  .t\:text-\[36px\] {
    font-size: 36px;
  }
  .t\:leading-\[22\.5px\] {
    --tw-leading: 22.5px;
    line-height: 22.5px;
  }
  .t\:leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .t\:leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .t\:leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .t\:leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .t\:leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-normal {
    --tw-font-weight: var(--t-font-weight-normal);
    font-weight: var(--t-font-weight-normal);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:text-\[\#5f5f5f\] {
    color: #5f5f5f;
  }
  .t\:text-\[\#403c3c\] {
    color: #403c3c;
  }
  .t\:text-\[\#999\] {
    color: #999;
  }
  .t\:text-black {
    color: var(--t-color-black);
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:text-white\! {
    color: var(--t-color-white) !important;
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:underline {
    text-decoration-line: underline;
  }
  .t\: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);
  }
  .t\:hover\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-white);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--t-color-white) 25%, transparent);
        }
      }
    }
  }
  .t\:max-pc\:flex-col {
    @media (width < 1000px) {
      flex-direction: column;
    }
  }
  .t\:max-pc\:justify-center {
    @media (width < 1000px) {
      justify-content: center;
    }
  }
  .t\:max-pc\:gap-\[18px\] {
    @media (width < 1000px) {
      gap: 18px;
    }
  }
  .t\:max-pc\:text-left {
    @media (width < 1000px) {
      text-align: left;
    }
  }
  .t\:max-pc\:text-\[20px\] {
    @media (width < 1000px) {
      font-size: 20px;
    }
  }
  .t\:max-pc\:text-\[26px\] {
    @media (width < 1000px) {
      font-size: 26px;
    }
  }
  .t\:max-pc\:leading-\[40px\] {
    @media (width < 1000px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .t\:max-\[992px\]\:w-50\! {
    @media (width < 992px) {
      width: calc(var(--t-spacing) * 50) !important;
    }
  }
  .t\:max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
}
:root {
  color-scheme: light;
  --bg: #f3f7fb;
  --panel: #ffffff;
  --ink: #132033;
  --ink-soft: #506079;
  --stroke: #d7dfeb;
  --action: #1f3b68;
  --action-hover: #142949;
  --danger: #b91c1c;
  --danger-bg: #fee2e2;
}
* {
  box-sizing: border-box;
}
.mobile-menu-item {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}
.mobile-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  text-align: left;
}
.mobile-menu-caret {
  font-size: 20px;
  color: #333;
  transition: transform 0.3s ease;
  line-height: 1;
}
.mobile-menu-item.is-open > .mobile-menu-trigger > .mobile-menu-caret {
  transform: rotate(90deg);
}
.mobile-menu-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.mobile-menu-item.is-open > .mobile-menu-sub {
  max-height: 2000px;
}
.mobile-menu-sub > a {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  color: #151515;
  border-top: 1px solid #F0F0F0;
  text-decoration: none;
}
.mobile-menu-sub > a:hover {
  background: #F9F9F9;
}
.mobile-menu-item.is-open > .mobile-menu-trigger {
  color: #30A14A;
  background: #F0F7FF;
}
.mobile-menu-item--nested {
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
}
.mobile-menu-trigger--nested {
  padding: 14px 20px;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.mobile-menu-trigger--nested .mobile-menu-caret {
  font-size: 16px;
}
.mobile-menu-item--nested.is-open > .mobile-menu-trigger--nested {
  color: #30A14A;
  background: #F0F7FF;
}
.mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 32px;
  font-size: 13px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 44px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 56px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 32px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 44px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 56px;
}
.desktop-overlay-menu-root {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.desktop-overlay-menu-root > .mobile-menu-sub {
  max-height: none;
}
.qa-nav.swiper-button-prev, .qa-nav.swiper-button-next {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid #ef2424;
  border-radius: 9999px;
  color: #ef2424;
  background: transparent;
  transition: background-color 0.2s, color 0.2s;
}
.qa-nav.swiper-button-prev::after, .qa-nav.swiper-button-next::after {
  content: none;
}
.qa-nav:hover {
  background: #ef2424;
  color: #fff;
}
.qa-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.hero-feature-swiper {
  container-type: inline-size;
}
.hero-feature-swiper .hero-nav {
  --hero-red: #e11718;
  position: absolute;
  top: 28.125cqw;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 1.5px solid var(--hero-red);
  background: #fff;
  color: var(--hero-red);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.hero-feature-swiper .hero-nav i {
  width: 18px;
  height: 18px;
}
.hero-feature-swiper .hero-nav--prev {
  left: 12px;
}
.hero-feature-swiper .hero-nav--next {
  right: 12px;
}
.hero-feature-swiper .hero-nav::after {
  content: none !important;
}
.hero-feature-swiper .hero-nav:hover {
  background: var(--hero-red);
  color: #fff;
}
.hero-feature-swiper .hero-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.hero-feature-swiper .hero-nav.swiper-button-lock {
  display: none !important;
}
.tin-bai-khac .img-block {
  width: 260px;
  max-width: 36%;
  margin-right: 16px;
  margin-bottom: 8px;
}
.tin-bai-khac .title.l2 {
  margin-bottom: 10px;
  color: #151515;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.tin-bai-khac .title.l2 a:hover {
  color: #0a64b4;
}
.tin-bai-khac .article-date {
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #344054;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.tin-bai-khac .article-date i {
  color: #0a64b4;
  font-size: 16px;
}
.tin-bai-khac .desc {
  margin-top: 0;
  color: #344054;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.ct-section .ct-nav {
  --ct-red: #e11718;
  position: absolute;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  border: 1.5px solid var(--ct-red);
  background: #fff;
  color: var(--ct-red);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.ct-section .ct-nav i {
  width: 18px;
  height: 18px;
}
.ct-section .ct-nav--prev {
  left: 0;
}
.ct-section .ct-nav--next {
  right: 0;
}
.ct-section .ct-nav::after {
  content: none !important;
}
.ct-section .ct-nav:hover {
  background: var(--ct-red);
  color: #fff;
}
.ct-section .ct-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ct-section .ct-nav.swiper-button-lock {
  display: none !important;
}
.mm-swiper {
  container-type: inline-size;
}
.mm-swiper .mm-nav {
  --mm-red: #e11718;
  position: absolute;
  top: 28.125cqw;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 1.5px solid var(--mm-red);
  background: #fff;
  color: var(--mm-red);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.mm-swiper .mm-nav i {
  width: 18px;
  height: 18px;
}
.mm-swiper .mm-nav--prev {
  left: 8px;
}
.mm-swiper .mm-nav--next {
  right: 8px;
}
.mm-swiper .mm-nav::after {
  content: none !important;
}
.mm-swiper .mm-nav:hover {
  background: var(--mm-red);
  color: #fff;
}
.mm-swiper .mm-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.mm-swiper .mm-nav.swiper-button-lock {
  display: none !important;
}
@media (min-width: 640px) {
  .mm-swiper .mm-nav {
    top: calc((100cqw - 16px) * 9 / 64);
  }
}
@media (min-width: 1000px) {
  .mm-swiper .mm-nav {
    top: calc((100cqw - 48px) * 3 / 32);
  }
}
.vk-control {
  position: static !important;
  transform: none;
  height: auto;
  padding-left: 0;
  background: none;
  gap: 6px;
  flex-shrink: 0;
}
.vk-swiper.swiper:has(.swiper-control .swiper-button-next:not(.swiper-button-lock)) {
  padding-right: 20px !important;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
