.yla-hero__picture,
.yla-hero__picture > img {
  display: block;
  width: 100%;
  height: 100%;
}

.yla-hero__picture > img {
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.yla-products__tablist {
  display: flex;
  min-width: 0;
  align-items: flex-end;
  gap: clamp(18px, 3vw, 42px);
}

.yla-products__tab {
  cursor: pointer;
}

.yla-products__tab:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}

.mcs-conversion-shell {
  width: min(100% - 40px, 1480px);
  margin-inline: auto;
}

.mcs-conversion-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mcs-trust-strip {
  --mcs-yellow: #f2e800;
  --mcs-black: #050505;
  --mcs-muted: #b8b8b8;
  color: #fff;
  background: var(--mcs-black);
  border-block: 1px solid #242424;
}

.mcs-trust-strip__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
}

.mcs-trust-strip__item {
  min-width: 0;
  border-inline-start: 1px solid #292929;
}

.mcs-trust-strip__item:last-child {
  border-inline-end: 1px solid #292929;
}

.mcs-trust-strip__content {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 18px 22px;
  color: inherit;
  text-decoration: none;
}

a.mcs-trust-strip__content {
  transition: background-color 160ms ease, color 160ms ease;
}

a.mcs-trust-strip__content:hover {
  color: var(--mcs-black);
  background: var(--mcs-yellow);
}

.mcs-trust-strip__icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin-inline-end: 14px;
  color: var(--mcs-yellow);
  place-items: center;
  border: 1px solid currentColor;
}

a.mcs-trust-strip__content:hover .mcs-trust-strip__icon {
  color: var(--mcs-black);
}

.mcs-trust-strip__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.mcs-trust-strip__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.mcs-trust-strip__copy strong {
  font-family: Anton, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .055em;
}

.mcs-trust-strip__copy small {
  color: var(--mcs-muted);
  font-size: 12px;
  line-height: 1.35;
}

a.mcs-trust-strip__content:hover .mcs-trust-strip__copy small {
  color: #242424;
}

.mcs-trust-strip__arrow {
  margin-inline-start: auto;
  padding-inline-start: 10px;
  color: var(--mcs-yellow);
  font-size: 18px;
}

a.mcs-trust-strip__content:hover .mcs-trust-strip__arrow {
  color: var(--mcs-black);
}

.mcs-trust-strip a:focus-visible,
.mcs-find-fit a:focus-visible {
  outline: 3px solid var(--mcs-yellow, #f2e800);
  outline-offset: -5px;
}

.mcs-find-fit {
  --mcs-yellow: #f2e800;
  --mcs-black: #050505;
  --mcs-off-white: #f4f4f1;
  padding-block: clamp(56px, 7vw, 108px);
  color: var(--mcs-black);
  background: #fff;
}

.mcs-find-fit__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 520px;
  overflow: hidden;
  background: var(--mcs-black);
}

.mcs-find-fit__panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: var(--mcs-yellow);
  content: "";
}

.mcs-find-fit__panel::after {
  position: absolute;
  right: -62px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border: 30px solid var(--mcs-yellow);
  content: "";
  transform: rotate(45deg);
  pointer-events: none;
}

.mcs-find-fit__intro {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 82px);
  color: #fff;
}

.mcs-find-fit__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--mcs-yellow);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.mcs-find-fit__eyebrow::before {
  width: 34px;
  height: 3px;
  background: currentColor;
  content: "";
}

.mcs-find-fit__intro h2 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(50px, 6vw, 96px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .012em;
}

.mcs-find-fit__lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #d2d2d2;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}

.mcs-find-fit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mcs-find-fit__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 2px solid var(--mcs-yellow);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mcs-find-fit__button span {
  margin-inline-start: 14px;
  font-size: 18px;
  line-height: 1;
}

.mcs-find-fit__button--primary,
.mcs-find-fit__button:hover {
  color: var(--mcs-black);
  background: var(--mcs-yellow);
}

.mcs-find-fit__button--primary:hover {
  border-color: #fff;
  color: var(--mcs-black);
  background: #fff;
}

.mcs-find-fit__guide {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  background: var(--mcs-off-white);
}

.mcs-find-fit__steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mcs-find-fit__steps li {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 22px;
  padding-block: 26px;
  border-bottom: 1px solid #c8c8c4;
}

.mcs-find-fit__steps li:first-child {
  padding-top: 0;
}

.mcs-find-fit__number {
  display: grid;
  width: 58px;
  height: 58px;
  color: var(--mcs-black);
  background: var(--mcs-yellow);
  font-family: Anton, Impact, sans-serif;
  font-size: 24px;
  line-height: 1;
  place-items: center;
}

.mcs-find-fit__steps h3 {
  margin: 1px 0 6px;
  color: var(--mcs-black);
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .025em;
}

.mcs-find-fit__steps p {
  max-width: 540px;
  margin: 0;
  color: #4d4d4a;
  font-size: 14px;
  line-height: 1.55;
}

.mcs-find-fit__note {
  margin: 24px 0 0;
  padding: 14px 16px;
  color: #3f3f3c;
  background: #fff;
  border-inline-start: 4px solid var(--mcs-yellow);
  font-size: 12px;
  line-height: 1.5;
}

.mcs-find-fit__note strong {
  margin-inline-end: 7px;
  color: var(--mcs-black);
  letter-spacing: .1em;
}

@media (max-width: 959px) {
  .yla-hero__picture > img {
    object-position: center top;
  }
}

@media (max-width: 1060px) {
  .mcs-trust-strip__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mcs-trust-strip__item:nth-child(3),
  .mcs-trust-strip__item:nth-child(4) {
    border-top: 1px solid #292929;
  }

  .mcs-find-fit__panel {
    grid-template-columns: 1fr;
  }

  .mcs-find-fit__intro,
  .mcs-find-fit__guide {
    padding: 54px;
  }

  .mcs-find-fit__intro h2 {
    font-size: clamp(58px, 10vw, 88px);
  }
}

@media (max-width: 640px) {
  .yla-products__tabs.yla-section-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px !important;
  }

  .yla-products__tablist {
    gap: 14px;
  }

  .yla-products__tabs .yla-products__tab {
    padding-bottom: 7px;
    font-size: 12px;
    letter-spacing: .1em;
    white-space: nowrap;
  }

  .mcs-conversion-shell {
    width: min(100% - 24px, 1480px);
  }

  .mcs-trust-strip .mcs-conversion-shell {
    width: 100%;
  }

  .mcs-trust-strip__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mcs-trust-strip__item {
    border: 0;
  }

  .mcs-trust-strip__item:nth-child(even) {
    border-inline-start: 1px solid #292929;
  }

  .mcs-trust-strip__item:nth-child(n + 3) {
    border-top: 1px solid #292929;
  }

  .mcs-trust-strip__content {
    min-height: 76px;
    padding: 12px;
  }

  .mcs-trust-strip__icon {
    width: 32px;
    height: 32px;
    margin-inline-end: 9px;
  }

  .mcs-trust-strip__icon svg {
    width: 20px;
    height: 20px;
  }

  .mcs-trust-strip__copy strong {
    font-size: 12px;
    letter-spacing: .04em;
  }

  .mcs-trust-strip__copy small,
  .mcs-trust-strip__arrow {
    display: none;
  }

  .mcs-find-fit {
    padding-block: 46px;
  }

  .mcs-find-fit__panel::before {
    width: 100%;
    height: 7px;
  }

  .mcs-find-fit__panel::after {
    right: -70px;
    bottom: -70px;
  }

  .mcs-find-fit__intro,
  .mcs-find-fit__guide {
    padding: 42px 24px;
  }

  .mcs-find-fit__intro h2 {
    font-size: clamp(48px, 17vw, 74px);
  }

  .mcs-find-fit__lead {
    margin-top: 18px;
    font-size: 15px;
  }

  .mcs-find-fit__actions {
    display: grid;
    margin-top: 28px;
  }

  .mcs-find-fit__button {
    width: 100%;
  }

  .mcs-find-fit__steps li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding-block: 22px;
  }

  .mcs-find-fit__number {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .mcs-find-fit__steps h3 {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcs-trust-strip *,
  .mcs-find-fit * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
