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

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

.mcd-display {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 40px + (80px - 40px) * (100vw - 320px) / (1920px - 320px), 80px);
  line-height: 1;
  text-transform: uppercase;
}

.mcd-h1 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 32px + (60px - 32px) * (100vw - 320px) / (1920px - 320px), 60px);
  line-height: 1;
  text-transform: uppercase;
}

.mcd-h2 {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 24px + (30px - 24px) * (100vw - 320px) / (1920px - 320px), 30px);
  line-height: 1.25;
}

.mcd-h3 {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 22px + (28px - 22px) * (100vw - 320px) / (1920px - 320px), 28px);
  line-height: 1;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.mcd-lead {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 20px + (24px - 20px) * (100vw - 320px) / (1920px - 320px), 24px);
  line-height: 1.25;
  color: #e41d10;
}

.mcd-body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px);
  line-height: 1.25;
}
.mcd-body ul {
  margin: 0 0 1em;
  padding-left: 0;
  list-style: none;
}
.mcd-body ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.65em;
}
.mcd-body ul li:last-child {
  margin-bottom: 0;
}
.mcd-body ul li::before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: calc(0.15em + 1px);
  font-family: "Font Awesome 7 Sharp";
  font-weight: 400;
  font-size: 0.85em;
  line-height: inherit;
  color: #f1563f;
}
.mcd-body ul ul {
  margin: 0.5em 0 0;
}
.mcd-body ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
.mcd-body ol li {
  margin-bottom: 0.65em;
}
.mcd-body ol li:last-child {
  margin-bottom: 0;
}
.mcd-body > :last-child {
  margin-bottom: 0;
}

.mcd-body--lg {
  font-size: clamp(18px, 18px + (22px - 18px) * (100vw - 320px) / (1920px - 320px), 22px);
}

.mcd-eyebrow {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 14px + (16px - 14px) * (100vw - 320px) / (1920px - 320px), 16px);
  line-height: 1;
  text-transform: uppercase;
  color: #f1563f;
}

.mcd-container {
  width: 100%;
  max-width: 1780px;
  margin-inline: auto;
  padding-inline: 70px;
}
@media (max-width: 767px) {
  .mcd-container {
    padding-inline: 20px;
  }
}

body:has(.mcd-home-hero, .mcd-landing-hero) .qodef-page-title {
  display: none;
}

@media (max-width: 1023px) {
  body:has(.mcd-home-hero, .mcd-landing-hero) #qodef-page-inner,
  body:has(.mcd-home-hero, .mcd-landing-hero) .qodef-content-grid,
  body:has(.mcd-home-hero, .mcd-landing-hero) .qodef-grid,
  body:has(.mcd-home-hero, .mcd-landing-hero) .qodef-grid-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }
  body:has(.mcd-home-hero, .mcd-landing-hero) .qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding-inline: 0 !important;
  }
}
.mcd-section {
  padding-block: clamp(30px, 30px + (70px - 30px) * (100vw - 320px) / (1920px - 320px), 70px);
}
.mcd-section h1,
.mcd-section h2,
.mcd-section h3,
.mcd-section h4,
.mcd-section h5,
.mcd-section h6 {
  color: inherit;
}
.mcd-section--light {
  background-color: #ffffff;
  color: #000000;
}
.mcd-section--dark {
  background-color: #14151c;
  color: #ffffff;
}

.mcd-header {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mcd-header.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  animation: mcd-header-reveal 0.25s ease;
}
.mcd-header__inner {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  padding-left: clamp(20px, 20px + (40px - 20px) * (100vw - 320px) / (1920px - 320px), 40px);
}
.mcd-header__logo {
  display: inline-flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}
.mcd-header__logo img {
  width: clamp(150px, 150px + (200px - 150px) * (100vw - 320px) / (1920px - 320px), 200px);
  height: auto;
  max-height: 64px;
}
.mcd-header__logo--text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 22px + (28px - 22px) * (100vw - 320px) / (1920px - 320px), 28px);
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
.mcd-header__nav {
  display: flex;
  margin: 0 auto;
}
.mcd-header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 0;
  background: none;
  cursor: pointer;
}
.mcd-header__toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000000;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mcd-nav {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: clamp(20px, 20px + (40px - 20px) * (100vw - 320px) / (1920px - 320px), 40px);
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.mcd-nav__item {
  display: flex;
  align-items: stretch;
}
.mcd-nav__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 clamp(14px, 14px + (22px - 14px) * (100vw - 320px) / (1920px - 320px), 22px);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 14px + (16px - 14px) * (100vw - 320px) / (1920px - 320px), 16px);
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mcd-nav__link-text {
  position: relative;
}
.mcd-nav__link-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background-color: #e41d10;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.mcd-nav__item--has-mega:hover > .mcd-nav__link, .mcd-nav__item--has-mega:focus-within > .mcd-nav__link, .mcd-nav__item--has-mega[data-open=true] > .mcd-nav__link, .mcd-nav__item--has-dropdown:hover > .mcd-nav__link, .mcd-nav__item--has-dropdown:focus-within > .mcd-nav__link, .mcd-nav__item--has-dropdown[data-open=true] > .mcd-nav__link {
  background-color: #252f3a;
  color: #ffffff;
}
.mcd-nav__item:hover > .mcd-nav__link .mcd-nav__link-text::after, .mcd-nav__item:focus-within > .mcd-nav__link .mcd-nav__link-text::after, .mcd-nav__item[data-open=true] > .mcd-nav__link .mcd-nav__link-text::after {
  transform: scaleX(1);
}
.mcd-nav__toggle {
  display: none;
  align-items: center;
  border: 0;
  background: none;
  padding: 4px;
  cursor: pointer;
  color: #000000;
  line-height: 1;
}
.mcd-nav__toggle:hover, .mcd-nav__toggle:focus-visible {
  color: #e41d10;
}
.mcd-nav__chevron {
  font-size: 0.7em;
  transition: transform 0.2s ease;
}
.mcd-nav__item--has-mega[data-open=true] .mcd-nav__chevron, .mcd-nav__item--has-dropdown[data-open=true] .mcd-nav__chevron {
  transform: rotate(180deg);
}

.mcd-header__contact {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.mcd-header__contact-link {
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 24px + (48px - 24px) * (100vw - 320px) / (1920px - 320px), 48px);
  background-color: #f1563f;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 14px + (16px - 14px) * (100vw - 320px) / (1920px - 320px), 16px);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.mcd-header__contact-link:link, .mcd-header__contact-link:visited, .mcd-header__contact-link:hover, .mcd-header__contact-link:focus, .mcd-header__contact-link:active {
  color: #ffffff;
}

.mcd-header__contact:hover .mcd-header__contact-link,
.mcd-header__contact:focus-within .mcd-header__contact-link,
.mcd-header__contact[data-open=true] .mcd-header__contact-link {
  background-color: #252f3a;
}

.mcd-nav__item--contact-mobile {
  display: none;
}

body:has(.mcd-header) #qodef-page-mobile-header {
  display: none;
}

@keyframes mcd-header-reveal {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mcd-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 90;
  background-color: #252f3a;
  color: #ffffff;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.mcd-mega[data-open=true] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mcd-mega__inner {
  display: grid;
  grid-template-columns: minmax(0, 550px) 1fr;
  gap: clamp(40px, 40px + (80px - 40px) * (100vw - 320px) / (1920px - 320px), 80px);
  width: 80%;
  max-width: 1700px;
  margin-inline: auto;
  padding-block: clamp(32px, 32px + (56px - 32px) * (100vw - 320px) / (1920px - 320px), 56px);
  align-items: start;
}
.mcd-mega__rule {
  display: block;
  width: 56px;
  height: 3px;
  background-color: #e41d10;
  margin-bottom: 30px;
}
.mcd-mega__heading {
  margin: 0 0 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 24px + (32px - 24px) * (100vw - 320px) / (1920px - 320px), 32px);
  line-height: 1;
  text-transform: uppercase;
}
.mcd-mega__body {
  margin: 0 0 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
}
.mcd-mega__links {
  margin: 0 !important;
  padding: 0;
  max-width: 340px;
  list-style: none;
}
.mcd-mega__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px);
  color: #9cdaeb;
  text-decoration: none;
}
.mcd-mega__link i {
  color: #5fbad9;
  transition: transform 0.2s ease;
}
.mcd-mega__link:hover, .mcd-mega__link:focus-visible {
  color: #ffffff;
}
.mcd-mega__link:hover i, .mcd-mega__link:focus-visible i {
  transform: translateX(4px);
}
.mcd-mega__content--cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.mcd-mega-card__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  isolation: isolate;
}
.mcd-mega-card__link:link, .mcd-mega-card__link:visited, .mcd-mega-card__link:hover, .mcd-mega-card__link:focus, .mcd-mega-card__link:active {
  color: #ffffff;
}
.mcd-mega-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  transition: transform 0.4s ease;
}
.mcd-mega-card__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.05) 100%);
}
.mcd-mega-card__title {
  margin: 0;
  padding: 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + (20px - 16px) * (100vw - 320px) / (1920px - 320px), 20px);
  line-height: 1;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.mcd-mega-card__link:hover .mcd-mega-card__bg, .mcd-mega-card__link:focus-visible .mcd-mega-card__bg {
  transform: scale(1.05);
}

.mcd-mega__content--feature-cards .mcd-mega-card__link {
  aspect-ratio: 3/4;
}

.mcd-mega__content--feature-cards .mcd-mega-card__overlay {
  display: none;
}

.mcd-mega__content--feature-cards .mcd-mega-card__title {
  position: relative;
  width: 100%;
  background-color: rgba(228, 29, 16, 0.8);
  padding: 20px clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  transition: all 0.2s ease;
}

.mcd-mega__content--feature-cards .mcd-mega-card:hover .mcd-mega-card__title {
  background-color: #e41d10;
  padding: 30px clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
}

.mcd-mega__content--contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 24px + (48px - 24px) * (100vw - 320px) / (1920px - 320px), 48px);
}

.mcd-mega-contact__title {
  margin: 0 0 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 18px + (22px - 18px) * (100vw - 320px) / (1920px - 320px), 22px);
  text-transform: uppercase;
}
.mcd-mega-contact__details {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px);
}
.mcd-mega-contact__details li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.85);
}
.mcd-mega-contact__details i {
  color: #5fbad9;
  width: 1.25em;
  text-align: center;
}
.mcd-mega-contact__details a {
  color: inherit;
  text-decoration: none;
}
.mcd-mega-contact__details a:hover {
  color: #ffffff;
}
.mcd-mega-contact__quote {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #e41d10;
  text-decoration: none;
}
.mcd-mega-contact__quote i {
  transition: transform 0.2s ease;
}
.mcd-mega-contact__quote:hover i, .mcd-mega-contact__quote:focus-visible i {
  transform: translateX(4px);
}

.mcd-nav__item--has-dropdown {
  position: relative;
}

.mcd-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  min-width: 240px;
  background-color: #252f3a;
  color: #ffffff;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.mcd-dropdown[data-open=true] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mcd-dropdown__list, .mcd-dropdown__submenu {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.mcd-dropdown__item, .mcd-dropdown__subitem {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mcd-dropdown__item:first-child, .mcd-dropdown__subitem:first-child {
  border-top: 0;
}
.mcd-dropdown__link, .mcd-dropdown__sublink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  font-family: "Lato", sans-serif;
  font-size: clamp(15px, 15px + (16px - 15px) * (100vw - 320px) / (1920px - 320px), 16px);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mcd-dropdown__link:hover, .mcd-dropdown__link:focus-visible, .mcd-dropdown__sublink:hover, .mcd-dropdown__sublink:focus-visible {
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
.mcd-dropdown__caret {
  font-size: 0.7em;
  color: #5fbad9;
}
.mcd-dropdown__submenu {
  position: absolute;
  top: -1px;
  left: 100%;
  min-width: 220px;
  background-color: #252f3a;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.mcd-dropdown__item--has-children:hover > .mcd-dropdown__submenu,
.mcd-dropdown__item--has-children:focus-within > .mcd-dropdown__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media (max-width: 1023px) {
  .mcd-header[data-open=true] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
  }
  .mcd-header__logo,
  .mcd-header__toggle {
    position: relative;
    z-index: 2;
  }
  .mcd-header__toggle {
    display: flex;
    order: 2;
    margin-left: auto;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
    padding: 0 clamp(22px, 22px + (30px - 22px) * (100vw - 320px) / (1920px - 320px), 30px);
    background-color: #f1563f;
  }
  .mcd-header__toggle-bar {
    width: 26px;
    background-color: #ffffff;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .mcd-header[data-open=true] .mcd-header__toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .mcd-header[data-open=true] .mcd-header__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .mcd-header[data-open=true] .mcd-header__toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .mcd-header__nav {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .mcd-header[data-open=true] {
    background-color: #ffffff;
  }
  .mcd-header[data-open=true] .mcd-header__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mcd-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
    gap: 0;
  }
  .mcd-nav__item {
    flex-wrap: wrap;
    align-items: stretch;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
  .mcd-nav__link {
    justify-content: space-between;
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    padding: 20px clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  }
  .mcd-nav__toggle {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    padding: 0 clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  }
  .mcd-nav__item:hover > .mcd-nav__link,
  .mcd-nav__item:focus-within > .mcd-nav__link,
  .mcd-nav__item[data-open=true] > .mcd-nav__link {
    background-color: transparent;
    color: #000000;
  }
  .mcd-header__contact {
    display: none;
  }
  .mcd-nav__item--contact-mobile {
    display: flex;
    border-top: 0;
    background-color: #f1563f;
  }
  .mcd-nav__item--contact-mobile > .mcd-nav__link,
  .mcd-nav__item--contact-mobile:hover > .mcd-nav__link,
  .mcd-nav__item--contact-mobile > .mcd-nav__toggle {
    color: #ffffff;
  }
  .mcd-mega,
  .mcd-dropdown {
    position: static;
    flex-basis: 100%;
    display: grid;
    grid-template-rows: 0fr;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    transition: grid-template-rows 0.35s ease;
  }
  .mcd-mega[hidden],
  .mcd-dropdown[hidden] {
    display: grid;
  }
  .mcd-mega[data-open=true],
  .mcd-dropdown[data-open=true] {
    grid-template-rows: 1fr;
  }
  .mcd-mega > .mcd-mega__inner,
  .mcd-dropdown > .mcd-dropdown__list {
    overflow: hidden;
    min-height: 0;
    min-width: 0;
  }
  .mcd-mega__inner {
    grid-template-columns: minmax(0, 1fr);
    width: auto;
    max-width: none;
    gap: 30px;
    padding: 0 clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  }
  .mcd-mega__inner > :first-child {
    margin-top: 30px;
  }
  .mcd-mega__inner > :last-child {
    margin-bottom: 30px;
  }
  .mcd-mega__rule {
    display: none;
  }
  .mcd-mega__content--cards {
    grid-template-columns: 1fr 1fr;
  }
  .mcd-mega__content--contacts {
    grid-template-columns: 1fr;
  }
  .mcd-dropdown__link, .mcd-dropdown__sublink {
    padding-inline: clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  }
  .mcd-dropdown__submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 30px;
  }
  .mcd-dropdown__caret {
    transform: rotate(90deg);
  }
}
.editor-styles-wrapper .mcd-btn {
  pointer-events: none;
}

.mcd-btn {
  display: inline-flex;
  align-items: stretch;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.mcd-btn__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e41d10;
  color: #ffffff;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px);
  padding: 14px 30px 14px 18px;
}
.mcd-btn__icon {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  padding: 14px 12px;
}
.mcd-btn__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #e41d10;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.mcd-btn__icon > * {
  position: relative;
  z-index: 1;
}
.mcd-btn:hover .mcd-btn__icon::before, .mcd-btn:focus-visible .mcd-btn__icon::before {
  transform: scaleX(1);
}
.mcd-btn--lg {
  font-size: clamp(18px, 18px + (20px - 18px) * (100vw - 320px) / (1920px - 320px), 20px);
}
.mcd-btn--lg .mcd-btn__label {
  font-size: clamp(18px, 18px + (20px - 18px) * (100vw - 320px) / (1920px - 320px), 20px);
  padding-block: 28px;
}
.mcd-btn--lg .mcd-btn__icon {
  padding-block: 28px;
}

.mcd-block-placeholder {
  padding: 20px;
}
.mcd-block-placeholder__box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 30px;
  text-align: center;
  color: #333;
  background-color: #eee;
  border: 2px dashed #ccc;
}
.mcd-block-placeholder__label {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 22px + (28px - 22px) * (100vw - 320px) / (1920px - 320px), 28px);
  text-transform: uppercase;
  letter-spacing: 0.56px;
}

/*# sourceMappingURL=main.css.map */