:root {
  --dark: #312828;
  --gray-1: #f2f2f1;
  --light: white;
  --red: #e92f32;
  --white: white;
  --gray-2: #e2e2e2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: var(--dark);
  background-color: #fafafa;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.padding-global {
  padding-left: .25rem;
  padding-right: .25rem;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.bold-nav-full__hamburger {
  pointer-events: auto;
  color: #f4f4f4;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-nav-full__li {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-nav-full__ul {
  flex-flow: column;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.bold-nav-full__logo {
  pointer-events: auto;
  color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 2em;
  display: flex;
}

.bold-nav__word {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.125em;
  position: relative;
}

.bold-nav-full {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.bold-nav-full__tile {
  pointer-events: auto;
  background-color: #0c0c0c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.bold-nav-full__link {
  color: #f4f4f4;
  letter-spacing: -.04em;
  padding-left: .075em;
  padding-right: .075em;
  font-size: calc(4vw + 4vh);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.bold-nav-full__link.w--current {
  color: #d8888a;
}

.bold-nav-full__link.is--current {
  color: #d0ff00;
}

.bold-nav-full__link-text {
  text-shadow: 0 1.1em 0;
  display: block;
  position: relative;
}

.bold-nav__bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.25em 2.5em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bold-nav-full__hamburger-bar {
  background-color: currentColor;
  width: 2em;
  height: .125em;
  position: absolute;
}

.bold-nav-full__bar {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  padding: 2.5em;
  display: flex;
  position: absolute;
}

.twostep-nav__bottom-overflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twostep-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.twostep-nav__top-line {
  z-index: 2;
  background-color: #0000001a;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .5em;
  right: .5em;
}

.twostep-nav__bottom-col {
  flex: 1;
  min-height: 100%;
  display: flex;
}

.twostep-nav__toggle-bar {
  background-color: #131313;
  width: 1.875em;
  height: .125em;
  position: absolute;
}

.twostep-nav {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.twostep-nav__info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.twostep-nav__back {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.twostep-nav__link-eyebrow {
  opacity: .7;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__bar {
  pointer-events: auto;
  color: #201d1d;
  width: 100%;
  max-width: 25em;
  position: relative;
}

.twostep-nav__link {
  width: 100%;
  color: inherit;
  padding-top: .375em;
  padding-bottom: .375em;
  text-decoration: none;
  position: relative;
}

.twostep-nav__bottom {
  grid-template-rows: 0fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.twostep-nav__top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.twostep-nav__bottom-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.twostep-nav__visual {
  aspect-ratio: 1;
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

.twostep-nav__visual-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.twostep-nav__back-bg {
  background-color: #f2f2f1;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.twostep-nav__logo {
  justify-content: flex-start;
  align-items: center;
  width: 6em;
  height: 100%;
  display: flex;
}

.twostep-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.twostep-nav__ul.is--small {
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.twostep-nav__logo-svg {
  height: 100%;
}

.twostep-nav__width {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48em;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.twostep-nav__link-span {
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__bg {
  z-index: 0;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.twostep-nav__wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.twostep-nav__bottom-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.svg_logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.two-step-scaling-navigation {
  display: none;
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 3em;
  display: flex;
  position: relative;
}

.loader__bg {
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  width: 100%;
  height: .5em;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -.25em;
  padding-bottom: .25em;
  position: absolute;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader {
  z-index: 111;
  color: #fff;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--top {
  clip-path: inset(0 100% 0 0);
}

.loader__logo-item.is--base {
  opacity: .2;
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: block;
}

.logo-reveal-loader {
  display: none;
}

.section_home-hero {
  background-color: var(--dark);
  background-image: url('../images/hom_hero_bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px dotted #000;
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.scaling-element__big-box {
  border-radius: 1em;
  width: 100%;
  position: relative;
}

.scaling-element__small-box {
  border-radius: 1em;
  width: 20em;
  position: relative;
}

.scaling-video__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scaling-element-header__h1 {
  text-align: center;
  max-width: 10em;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

.scaling-video__video {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.scaling-element-video {
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.scaling-video {
  will-change: transform;
  isolation: isolate;
  background-color: #d2800f;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(0)rotate(.001deg);
}

.scaling-element-header {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 25vh 5vw 20vh;
  display: flex;
  position: relative;
}

.scaling-element-header__eyebrow {
  color: #9d420a;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
}

.scaling-video__svg {
  color: #fff;
  mix-blend-mode: overlay;
  width: 6.25em;
  position: absolute;
}

.scaling-video__before {
  padding-top: 56.25%;
}

.home_hero-wrap {
  position: relative;
  overflow: hidden;
}

.scaling-element-on-scroll-gsap-flip {
  display: none;
}

.scaling-element-header__h1-2 {
  text-align: center;
  max-width: 10em;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

.resource-wrapper {
  position: relative;
  overflow: hidden;
}

.background-video {
  position: absolute;
}

.home_hero-wrapper {
  position: relative;
}

.home_hero-display {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_badge {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .8745rem 1rem;
  display: flex;
}

.red-point {
  background-color: #e92f32;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
  box-shadow: 0 0 20px 6px #e92f32;
}

.badge_text {
  font-size: 1rem;
}

.badge_text-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_hero-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 850px;
  margin-bottom: 2rem;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.text-size-large {
  font-size: 1.125rem;
}

.text-size-large.is-semibold {
  font-weight: 600;
}

.text-size-large.is-light {
  font-weight: 300;
}

.home_hero-cards {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.home_hero-cards-display {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.h_hero-card-left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Confident-Woman-in-Professional-Attire.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  min-width: 954px;
  min-height: 577px;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.h_hero-card-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--gray-1);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 40px 40px;
  display: flex;
  overflow: hidden;
}

.image {
  object-fit: cover;
  flex: none;
  min-width: 100%;
  min-height: auto;
  position: absolute;
  inset: 0%;
}

.h_hero-card-text {
  width: 292px;
  color: var(--light);
  position: relative;
}

.text_card-large {
  letter-spacing: -.5px;
  font-size: 36px;
}

.button-040 {
  height: 60px;
  color: var(--button-040-color);
  -webkit-user-select: none;
  user-select: none;
  grid-column-gap: var(--button-040-gap);
  grid-row-gap: var(--button-040-gap);
  background-color: #0000;
  outline-style: none;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.button-040__icon-wrap {
  aspect-ratio: 1;
  background-color: var(--button-040-color-arrow-background);
  border-radius: var(--button-040-border-radius);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-040__icon-wrap.is--duplicate {
  z-index: 1;
  background-color: var(--button-040-color-arrow-background);
  position: absolute;
  right: 0;
}

.button-040__icon {
  width: 1em;
  height: 1em;
  color: var(--button-040-color-arrow);
}

.button-040__text-wrap {
  height: 100%;
  padding: 0 var(--button-040-padding-x);
  background-color: var(--button-040-color-background);
  border-radius: var(--button-040-border-radius);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-group {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  font-size: 2em;
  display: flex;
}

.btn-bubble-arrow {
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__arrow {
  background-color: var(--red);
  width: 3.75em;
  height: 3.75em;
  color: var(--dark);
  border-radius: 10em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__arrow.is--duplicate {
  z-index: 2;
  background-color: var(--white);
  position: absolute;
  right: 0;
}

.btn-bubble-arrow__arrow-svg {
  width: 40%;
}

.btn-bubble-arrow__content {
  height: 3.75em;
  color: var(--white);
  background-color: #312828;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.btn-bubble-arrow__content-text {
  font-weight: 300;
  line-height: 1;
}

.btn_bubble-code {
  display: none;
}

.h_hero-card-right-inner {
  border-bottom: 1px solid var(--gray-2);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

.lottie_mail {
  width: 130px;
  height: auto;
}

.section_home-brands {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home_brands-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 186px;
  display: flex;
}

.home_brands-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.home_brands-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.text-size-normal {
  font-size: 1rem;
}

.text-size-normal.is-semibold {
  font-weight: 600;
}

.home_brands-track {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_brands-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_brand-item {
  filter: grayscale();
  border: 1px solid #dfdfdf;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100px;
  transition: all .2s;
  display: flex;
}

.home_brand-item:hover {
  filter: grayscale(0%);
}

.single_brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_hero-bg-bottom {
  background-color: var(--white);
  height: 230px;
}

.home_hero-bg {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.home_hero-bg-top {
  background-color: var(--dark);
  height: auto;
}

.brand_overlay {
  z-index: 100;
  pointer-events: none;
  background-image: radial-gradient(circle, #fafafa00, #fafafa);
  position: absolute;
  inset: 0%;
}

.section_home-slider {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home_slider-wrapper {
  flex-flow: column;
  display: flex;
}

.home_slider-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.home_slider-heading {
  max-width: 570px;
}

.cascading-slider__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cascading-slider__button-arrow.is--prev {
  transform: rotate(-180deg);
}

.cascading-slider__collection {
  width: 100%;
}

.cascading-slider__h {
  opacity: 0;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0, .25em);
}

.cascading-slider__item {
  color: #fff;
  cursor: pointer;
  will-change: transform, clip-path;
  height: 100%;
  clip-path: inset(0px calc(var(--clip) * 1px) round var(--radius));
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cascading-slider__item-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cascading-slider__nav {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cascading-slider__list {
  width: 100%;
  height: 40em;
  position: relative;
  overflow: hidden;
}

.cascading-slider__button {
  background-color: var(--red);
  width: 4em;
  height: 4em;
  color: var(--dark);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  display: flex;
}

.cascading-slider__item-content {
  z-index: 2;
  background-image: linear-gradient(0deg, #0009, #0000);
  padding: 2em 2em 3em 2.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.cascading-slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cascading-slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section_home-process {
  background-color: var(--gray-1);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.content-item__nr {
  color: #fff;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: .2em;
  font-size: .875em;
  font-weight: 400;
  transition: transform .4s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.tab-content__wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}

.heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.tab-content__item-main {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-visual__item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual__item.active {
  visibility: visible;
}

.tab-visual__wrap {
  aspect-ratio: 1.6;
  width: 100%;
  height: 50em;
  position: relative;
}

.tab-content__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  padding-right: 2.5em;
  display: flex;
}

.tab-content__bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.tab-content__item-bottom {
  background-color: #0003;
  width: 100%;
  height: 1px;
  transition: background-color .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-description__spacer {
  padding-top: 1em;
}

.tab-layout__col {
  width: 50%;
  padding-right: .5em;
}

.tab-visual__inner {
  border: 1px solid #0003;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  padding: .5em;
  overflow: hidden;
}

.tab-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content__item-detail {
  width: 100%;
  height: 0;
  padding-left: 4em;
  overflow: hidden;
}

.tab-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.tab-progress {
  background-color: var(--red);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  transform-style: preserve-3d;
  transform: scale3d(0, 1, 1);
}

.tab-layout__wrap {
  z-index: 1;
  grid-row-gap: 3em;
  flex-flow: wrap;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-content__item {
  color: #131313;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  transition: opacity .25s;
  position: relative;
}

.tab-description {
  margin-bottom: 0;
  font-size: 1em;
}

.tab-content__top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.tab-system-with-autoplay-option {
  display: none;
}

.section_marquee {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee__advanced__p {
  letter-spacing: -4px;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
  line-height: 1.2;
}

.section-resource {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-with-scroll-direction {
  display: none;
}

.path, .path-2 {
  color: var(--red);
}

.section_home-stands {
  background-color: var(--dark);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.feature-pills__item-bg {
  z-index: 0;
  background-color: #ffffff14;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__visual-collection {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-pills__item-button {
  z-index: 1;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #0000;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1.25em;
  display: flex;
  position: relative;
}

.feature-pills__visual-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__visual-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-pills__layout {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-pills__info-collection {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.feature-pills__info-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  min-width: 100%;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.feature-pills__item-icon {
  aspect-ratio: 1;
  background-color: #fff3;
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-pills__item-label {
  letter-spacing: -.015em;
  white-space: nowrap;
  flex: none;
  font-size: 1.25em;
  font-weight: 500;
}

.feature-pills__close {
  z-index: 2;
  position: absolute;
  top: 1em;
  right: 1em;
}

.feature-pills__item-body-span {
  opacity: .5;
}

.feature-pills__col {
  width: 50%;
  position: relative;
}

.feature-pills__col.is--visual {
  border-radius: 1rem;
  overflow: hidden;
}

.feature-pills__visual-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-pills__close-button {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 0 #000;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 2em;
  padding: 8px;
  display: flex;
  position: relative;
}

.feature-pills__item-content {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.feature-pills__item-body {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
}

.feature-pills__wrap {
  color: #f2f2f2;
  width: 100%;
  height: 45em;
  position: relative;
  overflow: clip;
}

.feature-pills__visual-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__item-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature-pills__info-item {
  padding: 0;
  position: relative;
}

.feature-pills__item-inner {
  width: max-content;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 1.5em 2em;
  display: flex;
}

.feature-pills__item-icon-bar {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 50%;
  padding: 0;
  position: absolute;
}

.feature-pills__item-icon-bar.is--horizontal {
  width: 50%;
  height: 1px;
}

.feature-pills__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.expanding-feature-pills {
  display: none;
}

.feature__pills-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home_hero-header {
    width: 100%;
  }

  .home_hero-cards-display {
    grid-template-columns: 1fr;
  }

  .h_hero-card-left {
    min-width: 100%;
    min-height: 377px;
  }

  .home_brands-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .home_brands-layout {
    grid-template-columns: 1fr;
  }

  .home_slider-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab-content__wrap {
    max-width: none;
    margin-left: 0;
  }

  .tab-visual__item {
    overflow: hidden;
  }

  .tab-visual__wrap {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content__inner {
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }

  .tab-layout__col {
    width: 100%;
  }

  .tab-content__top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .feature-pills__item-button {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-pills__layout {
    flex-flow: column;
  }

  .feature-pills__info-collection {
    padding: 2.5em 0 4em;
  }

  .feature-pills__info-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .feature-pills__col {
    width: 100%;
  }

  .feature-pills__col.is--visual {
    aspect-ratio: 1;
    border-radius: 1.25em;
    order: -9999;
    overflow: hidden;
  }

  .feature-pills__wrap {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    height: auto;
  }

  .feature-pills__info-item {
    width: var(--content-item-expanded);
  }

  .feature-pills__item-inner {
    max-width: 100%;
  }

  .feature__pills-top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .twostep-nav__top-line {
    bottom: -.5em;
    left: 1em;
    right: 1em;
  }

  .twostep-nav__bottom-col.is--visual {
    display: none;
  }

  .scaling-element__small-box {
    width: 15em;
  }

  .scaling-element-header__h1 {
    font-size: 13.5vw;
  }

  .scaling-video__svg {
    width: 5em;
  }

  .scaling-element-header__h1-2 {
    font-size: 13.5vw;
  }

  .content-item__nr {
    margin-top: -.2em;
  }

  .heading-style-h3 {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .tab-visual__item {
    border-radius: .25em;
  }

  .tab-content__bottom {
    max-width: none;
  }

  .tab-layout__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-heading {
    font-size: 2.8em;
  }

  .tab-layout__wrap {
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 479px) {
  .section_home-hero {
    padding-top: 8rem;
  }

  .heading-style-h1 {
    font-size: 46px;
  }

  .h_hero-card-left {
    background-image: linear-gradient(#0000, #0000), url('../images/Confident-Woman-in-Professional-Attire.avif');
    background-position: 0 0, 30% 0;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
  }

  .h_hero-card-right {
    padding: 20px;
  }

  .section_home-brands {
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 38px;
  }

  .cascading-slider__nav {
    margin-top: 2em;
  }

  .content-item__nr {
    flex: none;
  }

  .heading-style-h3 {
    font-size: 1.5em;
  }

  .tab-content__item-main {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tab-visual__inner {
    border-style: none;
    border-radius: .25em;
    padding: 0;
  }

  .tab-image {
    aspect-ratio: auto;
  }

  .tab-content__item-detail {
    padding-left: 3em;
  }

  .tab-heading {
    font-size: 3em;
  }

  .tab-content__item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}


