.w-40 {
  max-width: 40vw;
}

.w-50 {
  max-width: 50vw;
}

.w-60 {
  max-width: 60vw;
}

.w-70 {
  max-width: 70vw;
}

.w-80 {
  max-width: 80vw;
}

.w-100 {
  width: 100%;
}

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

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.landing-page-container {
  background-color: #fbf8f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 10rem 1rem;
  display: flex;
}

.password-protection-container {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 5rem auto;
  padding: 3rem;
  animation: .5s ease-in-out fadeIn;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
}

.password-protection-container h2 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 600;
}

.password-protection-container p {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 18px;
}

.password-form-group {
  width: 100%;
  margin-bottom: 1rem;
}

.password-error {
  color: #ff4d4d;
  margin: .5rem 0 1rem;
  font-size: 14px;
}

.header-image-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.header-gif {
  max-width: 60vw;
}

.mobile-header {
  display: none;
}

.desktop-header, .desktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

.header-info {
  text-align: center;
  font-size: 20px;
}

.discover-more-button {
  opacity: .8;
  color: #000;
  cursor: pointer;
  background-color: #b5daff;
  border: none;
  border-radius: 25px;
  margin-top: .5rem;
  padding: .4rem 2.5rem;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .3s;
}

.discover-more-button:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #8ac0f5;
}

.discover-more-button-fixed {
  color: #000;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #b5daff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: opacity .3s, visibility .3s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 4px 10px #0003;
}

.chevron-down {
  filter: brightness(0);
  width: 24px;
  height: 24px;
}

.discover-more-button-fixed.visible {
  opacity: .9;
  visibility: visible;
}

.discover-more-button-fixed:hover {
  opacity: 1;
  background-color: #8ac0f5;
}

.form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-bottom: 1rem;
  display: flex;
}

.form-title {
  text-align: center;
  font-family: Swiss721BT Condensed;
  font-size: 28px;
  font-weight: 800;
}

.form-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.mm-hr {
  background-color: #ff9562;
  width: 200px;
  max-width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mm-hr-long {
  background-color: #ff9562;
  width: 34rem;
  max-width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mm-hr-xl-long {
  background-color: #ff9562;
  width: 100%;
  max-width: 100%;
  height: 4px;
  margin: 3px auto 0;
}

.info-container {
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.info-title {
  text-align: center;
  font-family: Swiss721BT Condensed;
  font-size: 32px;
  font-weight: 800;
}

.into-subtitle {
  text-align: center;
  font-family: Swiss721BT Condensed;
  font-size: 22px;
  font-weight: 800;
}

.info-text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.info-subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-top: 2rem;
  display: flex;
}

input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: .75rem;
  font-size: 16px;
}

.submit-button {
  opacity: .8;
  color: #fff;
  cursor: pointer;
  background-color: #f19257;
  border: none;
  border-radius: 25px;
  margin-top: .5rem;
  padding: .4rem 2.5rem;
  font-size: 16px;
  transition: opacity .3s;
}

.submit-button:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #f19257;
}

.bonvoy-img-container {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  height: 400px;
  padding: 2rem 0;
  display: flex;
  overflow: hidden;
}

.bonvoy-img-container a {
  justify-content: center;
  display: flex;
}

.bonvoy-img {
  min-width: 1600px;
  max-width: 1600px;
}

.form-under-title-link {
  color: #666;
  outline: none;
  text-decoration: underline;
}

.stats-container, .stats-base-container {
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0 1rem;
  display: flex;
}

.stats-container {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.stats-base-container {
  gap: 6rem;
}

.stat {
  color: #fff;
  background-color: #ff9662;
  border-radius: 20px;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  padding: 1.5rem;
  display: flex;
}

.stat-number {
  width: 100%;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}

.stat-text {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.stat-base-text {
  font-size: 16px;
  font-weight: 400;
}

.flex-1 {
  flex: 1;
}

.flex-1-5 {
  flex: 1.5;
}

.flex-2 {
  flex: 2;
}

.general-info-container {
  text-align: center;
  background-color: #b5daff;
  border-radius: 20px;
  justify-content: center;
  padding: 2.25rem 4.5rem 2.5rem;
  display: flex;
}

.general-info {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.lower-stats-container {
  flex-flow: wrap;
  gap: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.lower-stats-legend {
  width: 100%;
  margin-top: .5rem;
  font-size: .75rem;
}

.lower-stats-legend-item {
  display: inline;
}

.lower-stats-info {
  background-color: #b5daff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.lower-stats-title {
  width: 100%;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
}

.lower-stats-text {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.lower-stats-info-box-container {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5rem;
  width: 100%;
  height: 100%;
  padding: .75rem;
  display: flex;
}

.no-padding {
  padding: 0;
}

.stats-box {
  box-sizing: border-box;
  text-overflow: ellipsis;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: calc(33.33% - .67rem);
  min-height: 130px;
  padding: .2rem .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000000d;
}

.stats-box-2 {
  box-sizing: border-box;
  text-overflow: ellipsis;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: calc(50% - .5rem);
  min-height: 130px;
  padding: .2rem .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000000d;
}

.stats-box-title {
  color: #f19b6b;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}

.stats-box-text {
  margin: 0;
  font-size: .8rem;
  font-weight: 400;
}

.stats-unit {
  margin-left: -4px;
  font-size: 1rem;
  font-weight: 400;
}

.panel-top {
  background-color: #f8f8f8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  padding: 0 1rem;
  display: flex;
}

.visa-logo, .gatorade-logo {
  width: 80px;
  margin-right: 1rem;
}

.gatorade-footer, .visa-footer {
  width: 93%;
  height: 60px;
  margin: 5px auto;
}

.visa-stats-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.visa-stats-box-text {
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  font-size: 15px;
  display: flex;
}

@media screen and (width <= 850px) {
  .stats-box {
    width: calc(50% - .5rem);
  }
}

@media screen and (width <= 550px) {
  .stats-box {
    width: 100%;
  }

  .stat-number {
    font-size: 1.8rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

.content-transition {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  animation: .8s ease-in-out fadeIn;
  display: flex;
}

.fade-out {
  animation: .5s ease-in-out forwards fadeOut;
}

.shake {
  animation: .5s ease-in-out shake;
  border-color: #ff4d4d !important;
}

.logo-container {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 30px 40px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.no-gap {
  margin-top: -25px;
  margin-bottom: 25px;
}

.bubble-progression-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  display: flex;
  position: relative;
}

.bubble-progression-line {
  z-index: 1;
  background-color: #ff9562;
  border-radius: 5px;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 22px;
}

.bubble-progression-items {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.bubble-item {
  flex-direction: column;
  align-items: center;
  width: 16%;
  display: flex;
}

.bubble {
  color: #fff;
  background-color: #ff9562;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
}

.bubble-text {
  text-align: center;
  max-width: 150px;
  font-family: Swiss721BT Medium;
  font-size: 20px;
}

.landing-page-container strong {
  font-family: Swiss721BT Medium;
}

.landing-page-container strong.m-condensed {
  font-family: Swiss721BT Condensed;
}

@media screen and (width <= 950px) {
  .bubble-progression-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 3rem auto;
    padding: 0;
    position: relative;
  }

  .bubble-progression-line {
    z-index: 1;
    z-index: 1;
    border-radius: 3px;
    width: 6px;
    height: 110%;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-125px);
  }

  .bubble-progression-items {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .bubble-item {
    z-index: 3;
    background-color: #fbf8f7;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    width: 300px;
    padding: 0 5px;
    display: flex;
    position: relative;
  }

  .bubble {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-bottom: 0;
  }

  .bubble-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 80%;
    display: flex;
  }

  .bubble-text {
    text-align: left;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
  }
}

@media (width <= 768px) {
  .logo-container {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo-img {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

@media screen and (width <= 1450px) {
  .bonvoy-img {
    min-width: 1300px;
  }

  .landing-page-container {
    padding: 5rem 3rem 1rem;
  }

  .stat-number {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 1250px) {
  .landing-page-container {
    padding: 5rem 5rem 1rem;
  }

  .stat-number {
    font-size: 3.1rem;
  }
}

@media screen and (width <= 1050px) {
  .landing-page-container {
    padding: 5rem 10rem 1rem;
  }

  .general-info-container {
    max-width: 70vw;
  }

  .info-text {
    max-width: 60vw;
  }

  .lower-stats-container {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-number {
    font-size: 2.9rem;
  }

  .journey-img {
    max-width: 90vw;
  }

  .logo-img {
    height: 40px;
  }
}

@media screen and (width <= 950px) {
  .landing-page-container {
    padding: 5rem 1rem 1rem;
  }

  .large-mobile-stat {
    max-width: 50vw;
  }

  .info-title {
    text-align: center;
  }

  .mm-hr-long {
    width: 100%;
  }

  .header-info {
    max-width: 80vw;
  }

  .desktop-header, .desktop-footer {
    display: none;
  }

  .bonvoy-img.mobile-footer {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    display: block;
  }

  .mobile-header {
    display: block;
  }

  .bonvoy-img-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 1rem 0;
  }

  .bonvoy-img-container a {
    width: 85%;
    max-width: 400px;
    max-height: 700px;
  }

  .stats-container {
    flex-wrap: wrap;
    max-width: 90vw;
  }

  .stats-container .stat {
    flex: calc(50% - .5rem);
    width: calc(50% - .5rem);
    min-width: calc(50% - .5rem);
  }

  .stats-base-container {
    text-align: center;
    gap: 1rem;
  }

  .stats-box, .stats-box-2 {
    min-height: 90px;
  }

  .stat-number {
    font-size: 2.6rem;
  }

  .logo-img {
    height: 35px;
  }
}

@media screen and (width <= 850px) {
  .landing-page-container {
    padding: 1rem;
  }

  .bonvoy-img {
    min-width: 800px;
  }

  .info-container {
    max-width: 80vw;
  }

  .info-text {
    max-width: 95vw;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  .stat-text {
    font-size: .9rem;
  }

  .stats-base-container {
    gap: 2rem;
  }

  form {
    max-width: 100vw;
  }

  .general-info-container {
    max-width: 80vw;
    padding: 1.5rem;
  }

  .header-gif {
    max-width: 80vw;
  }

  .stats-box-title {
    font-size: 20px;
  }
}

@media screen and (width <= 800px) {
  .bonvoy-img {
    min-width: 140vw;
  }
}

@media screen and (width <= 650px) {
  .stats-box, .stats-box-2 {
    max-width: 250px;
  }
}

@media screen and (width <= 600px) {
  .visa-stats-box {
    flex-direction: column;
  }
}

@media screen and (width <= 550px) {
  .stats-box, .stats-box-2 {
    max-width: 180px;
  }

  .logo-img {
    height: 30px;
  }
}

@media screen and (width <= 500px) {
  .stats-box, .stats-box-2 {
    max-width: 150px;
  }
}

@media screen and (width <= 450px) {
  .stats-box, .stats-box-2 {
    max-width: 130px;
  }

  .stat {
    padding: 1rem;
  }
}

.redesign-hero {
  max-width: var(--content-max-width);
  gap: 16px;
  margin: 0 auto;
  padding: 18px 18px 80px;
  font-family: Swiss721BT Regular, sans-serif;
  display: flex;
}

.hero-main {
  color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 981px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .hero-main {
    min-height: 765px;
  }
}

.hero-main:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(#1c1c1c00 0%, #1c1c1c0f 28%, #1c1c1c2e 52%, #1c1c1c85 100%);
  position: absolute;
  inset: 0;
}

.hero-main-bg {
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-main-bg.active {
  opacity: 1;
}

.hero-main-content {
  z-index: 3;
  pointer-events: none;
  background: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0;
}

@media (width <= 768px) {
  .hero-main-content {
    gap: 73px;
    padding: 16px;
  }
}

.hero-badge {
  color: #fff;
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 143px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  pointer-events: auto;
  background: none;
  border: none;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 20px;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.hero-badge-glass-svg {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-badge-border-svg {
  pointer-events: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hero-badge-border-svg path {
  fill: none;
  stroke: #fff6;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}

.hero-badge-content {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 9px 24px 0;
  display: flex;
  position: relative;
}

.hero-badge-icon {
  z-index: 30;
  background: #ff9662;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 4px 12px #ff8c5f66;
}

.hero-badge-icon svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}

.hero-badge-icon .hero-badge-airplane-icon {
  width: 24px;
  height: 24px;
}

.hero-badge-value {
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-style: Medium;
  letter-spacing: -.02em;
  margin-top: 5px;
  line-height: 1;
  display: block;
}

.hero-badge-label {
  letter-spacing: -.02em;
  padding-right: 30px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.hero-sidebar {
  flex-direction: column;
  flex: 1;
  gap: 16px;
  display: flex;
}

.lets-connect-box {
  color: #333;
  border-radius: 20px;
  flex: 1;
  max-height: 301px;
  position: relative;
  overflow: hidden;
}

.connect-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  gap: 46px;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.connect-bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  animation: .8s cubic-bezier(.65, 0, .35, 1) forwards slideColor;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes slideColor {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.animate-text {
  display: inline-block;
}

.hero-title-slide.active .animate-text {
  animation: .8s cubic-bezier(.215, .61, .355, 1) both textReveal;
}

.hero-title-slide.exiting .animate-text {
  animation: .8s cubic-bezier(.215, .61, .355, 1) both textHide;
}

@keyframes textReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textHide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.hero-title-wrapper {
  grid-template-areas: "stack";
  display: grid;
}

.hero-title-slide {
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: -.04em;
  text-shadow: 0 8px 30px #00000047;
  grid-area: stack;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
}

.hero-title-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.hero-title-slide.exiting {
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.partner-btn {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .02em;
  vertical-align: bottom;
  background: none;
  border: none;
  align-self: flex-start;
  padding: 6px 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.connect-arrow-container {
  justify-content: space-between;
  align-items: end;
  display: flex;
}

.connect-text {
  color: #1c1c1c;
  text-transform: uppercase;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: .9;
}

.Hero__arrow-icon {
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin-left: 10px;
  font-size: 1.5rem;
  line-height: 62px;
  display: inline-flex;
}

.hero-secondary {
  border-radius: 20px;
  flex: 1;
  align-items: flex-end;
  min-height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-secondary-bg {
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-secondary-bg.active {
  opacity: 1;
}

.hero-secondary-content {
  z-index: 2;
  align-items: flex-end;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.secondary-text-box {
  color: #1c1c1c;
  letter-spacing: -.02em;
  background: #29abe2e6;
  border-radius: 24px;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 20px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
  display: flex;
}

.secondary-text-box:before {
  content: "●";
  font-size: 26px;
  line-height: 14px;
}

.highlight-outdoor {
  color: #24ade9;
}

.highlight-sports {
  color: #29abe2;
}

.highlight-business {
  color: #ff9662;
}

@media (width <= 768px) {
  .redesign-hero {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .hero-title-slide {
    font-size: 40px;
    line-height: 1.1;
  }

  .hero-badge {
    transform-origin: 0 0;
    transform: scale(.6);
  }

  .hero-badge-icon {
    width: 32px;
    height: 32px;
    top: 4px;
    right: 4px;
  }

  .connect-text {
    font-size: 38px;
  }
}

.hero-intro-mobile {
  display: none;
}

@media (width <= 768px) {
  .hero-intro-mobile {
    display: block;
  }
}

@media (width >= 769px) and (width <= 1024px) {
  .redesign-hero {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .hero-main {
    max-width: 100%;
    min-height: 500px;
  }

  .hero-title-slide {
    font-size: 60px;
    line-height: 1.1;
  }

  .hero-badge {
    transform-origin: 0 0;
    transform: scale(.75);
  }

  .hero-badge-icon {
    width: 36px;
    height: 36px;
    top: 2px;
    right: 2px;
  }

  .hero-sidebar {
    flex-direction: row;
  }

  .lets-connect-box {
    flex: 1;
    max-height: none;
  }

  .connect-text {
    font-size: 48px;
  }

  .hero-secondary {
    flex: 1;
    min-height: 200px;
  }

  .hero-intro-mobile {
    display: block;
  }
}

.redesign-intro {
  text-align: center;
  max-width: 1162px;
  margin: 0 auto;
  padding: 80px 20px;
  font-family: Swiss721BT Regular, sans-serif;
}

.redesign-intro h2 {
  letter-spacing: -.02em;
  text-align: center;
  color: #1c1c1c;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.redesign-intro .intro-logo {
  vertical-align: middle;
  height: 28px;
  margin: 0 2px;
  position: relative;
  top: -4px;
}

.redesign-intro .intro-emphasis {
  font-family: Swiss721BT Medium, sans-serif;
}

.redesign-intro .highlight-blue {
  color: #23a8e0;
}

.redesign-intro .audience-pill {
  color: #1c1c1c;
  vertical-align: middle;
  white-space: normal;
  background-color: #ddf4fc;
  border-radius: 50px;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  display: inline-flex;
}

.redesign-intro .audience-icon {
  fill: currentColor;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.redesign-intro.intro-custom-size h2 {
  max-width: 1016px;
  font-size: 32px;
}

@media (width <= 768px) {
  .redesign-intro {
    padding: 10px 20px;
  }

  .redesign-intro h2 {
    letter-spacing: -.02em;
    text-align: center;
    font-family: Swiss721BT Regular, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .redesign-intro .intro-logo {
    height: 13px;
    top: -1px;
  }

  .redesign-intro .audience-icon {
    width: 20px;
    height: 20px;
  }
}

.cs-intro-pill {
  background-color: #ddf4fc !important;
}

.psychology-thank-you {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.thank-you-icon {
  width: 64px;
  height: 64px;
}

.psychology-thank-you h3 {
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.psychology-thank-you p {
  color: #1c1c1c;
  margin-bottom: 2rem;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.psychology-thank-you .psychology-submit-btn {
  flex-grow: 0;
  width: auto;
  min-width: 200px;
}

.psychology-section {
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 1px;
}

.psychology-banner {
  background-color: #b7d7f2;
  border-radius: 20px;
  align-items: center;
  gap: 50px;
  width: 100%;
  margin: 1px auto;
  padding: 1.5rem 2.063rem;
  transition: background-color .3s;
  display: flex;
}

.psychology-download-toast {
  background-color: #181a1d;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 16px 18px 16px 24px;
  display: flex;
  position: relative;
}

.psychology-download-toast-content {
  justify-content: center;
  align-items: center;
  gap: 18px;
  display: flex;
}

.psychology-download-toast-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.psychology-download-toast-content p {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.psychology-download-toast-close {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.psychology-download-toast-close:hover {
  background: #f2f2f2;
}

.psychology-banner-left h2 {
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: #1c1c1c;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.psychology-banner-right {
  align-items: center;
  gap: 27px;
  display: flex;
}

.psychology-banner-text {
  letter-spacing: -.02em;
  color: #1c1c1c;
  max-width: 600px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.psychology-banner-icon {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  display: flex;
}

.psychology-banner-icon:hover {
  background-color: #e8e8e8;
}

.psychology-banner-icon svg {
  width: 38px;
  height: 38px;
}

.psychology-modal-overlay {
  z-index: 1000;
  opacity: 0;
  background-color: #f9f6f4f5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: .3s ease-out forwards fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.psychology-modal-overlay.closing {
  animation: .3s ease-in forwards fadeOut;
}

.psychology-modal-content {
  width: 100%;
  max-width: var(--content-max-width);
  opacity: 0;
  background-color: #d9d7d5;
  border-radius: 24px;
  flex-direction: column;
  max-height: 90vh;
  animation: .3s ease-out .1s forwards scaleIn;
  display: flex;
  position: relative;
  overflow: hidden auto;
  transform: scale(.95);
}

.psychology-modal-body {
  width: 100%;
  display: flex;
}

.psychology-disclaimer {
  letter-spacing: -.02em;
  text-align: center;
  color: #878787;
  max-width: 1200px;
  margin: auto;
  padding: 0 118px 40px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.psychology-modal-overlay.closing .psychology-modal-content {
  animation: .3s ease-in forwards scaleOut;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(.95);
  }
}

.psychology-modal-close {
  cursor: pointer;
  z-index: 10;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.psychology-modal-left {
  flex: 1;
  justify-content: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.psychology-modal-image-container {
  aspect-ratio: 533 / 475;
  border-radius: 20px;
  width: 100%;
  max-width: 533px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.psychology-modal-image-container:after {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000006e 0% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.psychology-modal-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.psychology-modal-image-text {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 4px #0000004d;
  z-index: 2;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 50px;
  line-height: 60px;
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}

.psychology-modal-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 60px 40px 40px 0;
  display: flex;
}

.psychology-modal-description {
  color: #1c1c1c;
  margin-bottom: 2rem;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.psychology-form {
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.psychology-form-row {
  gap: 1rem;
  width: 100%;
  display: flex;
}

.psychology-form-group {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.psychology-form-group label {
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: .5rem;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.psychology-form-group input {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  padding: 1rem;
  font-size: 1rem;
}

.psychology-form-group input::-moz-placeholder {
  color: #ccc;
  font-family: Swiss721BT Regular, sans-serif;
}

.psychology-form-group input::placeholder {
  color: #ccc;
  font-family: Swiss721BT Regular, sans-serif;
}

.psychology-form-actions {
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.psychology-submit-btn {
  color: #1c1c1c;
  cursor: pointer;
  background-color: #ff9e66;
  border: none;
  border-radius: 50px;
  flex-grow: 1;
  padding: 12px 2rem;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 1rem;
  transition: background-color .3s;
}

.psychology-submit-btn:hover {
  background-color: #ff8a47;
}

.psychology-arrow-icon {
  background-color: #ff8a47;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
}

@media (width <= 1024px) {
  .psychology-modal-body {
    flex-direction: column;
  }

  .psychology-modal-left, .psychology-modal-right {
    width: 100%;
    padding: 20px;
  }

  .psychology-modal-right {
    padding-top: 0;
  }

  .psychology-modal-image-container {
    height: 300px;
  }

  .psychology-modal-image-text {
    font-size: 40px;
    line-height: 40px;
    top: 20px;
    left: 20px;
  }

  .psychology-disclaimer {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (width <= 768px) {
  .psychology-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
  }

  .psychology-banner-right {
    justify-content: space-between;
    width: 100%;
  }

  .psychology-form-row {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.redesign-placements {
  justify-content: center;
  padding: 80px 20px;
  font-family: Swiss721, sans-serif;
  display: flex;
}

.placements-content {
  max-width: var(--content-max-width);
  flex-direction: column;
  gap: 40px;
  width: 100%;
  display: flex;
}

@media (width >= 1024px) {
  .placements-content {
    flex-direction: row;
    align-items: stretch;
  }
}

.placements-text {
  flex-direction: column;
  width: 100%;
  max-width: 274px;
  display: flex;
}

.placements-text h2 {
  text-transform: uppercase;
  color: #1c1c1c;
  letter-spacing: -.04em;
  text-align: left;
  margin-bottom: 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.placements-title-img {
  margin-bottom: 20px;
}

.placements-title-img.mobile {
  display: none;
}

@media (width <= 767px) {
  .placements-title-img.desktop {
    display: none;
  }

  .placements-title-img.mobile {
    height: 40px;
    display: block;
  }
}

.blue-box {
  color: #1c1c1c;
  letter-spacing: -.02em;
  text-align: left;
  background-color: #24ade9;
  border-radius: 20px;
  margin-bottom: auto;
  padding: 24px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.placements-text p {
  letter-spacing: -.02em;
  color: #1c1c1c;
  max-width: 232px;
  margin-top: 40px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.placements-cards {
  flex: 1;
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
}

@media (width >= 768px) {
  .placements-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 768px) and (width <= 1023px) {
  .placements-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    max-width: 100%;
    display: grid;
  }

  .placements-text .placements-title-img.desktop {
    display: none;
  }

  .placements-text .placements-title-img.mobile {
    grid-area: 1 / 1;
    max-width: 400px;
    margin-bottom: 10px;
    display: block;
  }

  .placements-text .blue-box {
    grid-area: 2 / 1;
    align-self: start;
    max-width: 280px;
    margin-bottom: 0;
  }

  .placements-text p {
    text-align: left;
    grid-area: 1 / 2 / 3;
    place-self: end;
    max-width: 280px;
    margin-top: 0;
  }
}

.placement-card {
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.card-image {
  aspect-ratio: 1;
  box-sizing: border-box;
  width: 100%;
  max-height: 400px;
  padding: 15px 15px 0;
  overflow: hidden;
}

.card-image img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
}

.card-content {
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 20px 30px;
  display: flex;
}

.card-content h3 {
  text-transform: uppercase;
  letter-spacing: -.04em;
  margin-bottom: 10px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.card-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.placement-card.on-property {
  color: #1c1c1c;
  background-color: #e6e6e6;
}

.placement-card.owned-digital {
  color: #1c1c1c;
  background-color: #24ade9;
}

.placement-card.offsite-digital {
  color: #1c1c1c;
  background-color: #ff9e66;
}

.placement-arrow-wrapper {
  z-index: 2;
  background-color: #f9f6f4;
  border-top-left-radius: 36px;
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.placement-arrow-wrapper:before, .placement-arrow-wrapper:after {
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 16V0C16 8.83656 8.83656 16 0 16H16Z' fill='%23f9f6f4'/%3E%3C/svg%3E");
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
}

.placement-arrow-wrapper:before {
  bottom: 0;
  left: -16px;
}

.placement-arrow-wrapper:after {
  top: -16px;
  right: 0;
}

.placement-arrow-btn {
  cursor: pointer;
  background-color: #1c1c1c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .3s, background-color .3s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.placement-card:hover .placement-arrow-btn {
  background-color: #ff9e66;
  transform: scale(1.05);
}

@media (width <= 767px) {
  .desktop-br {
    display: none;
  }

  .placements-text {
    max-width: unset;
    align-items: center;
    margin: 0 auto;
  }

  .placements-text h2 {
    font-size: 40px;
  }

  .placements-text p {
    max-width: unset;
    text-align: center;
  }

  .blue-box {
    text-align: center;
    max-width: 280px;
  }
}

.redesign-guest-journey {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 0;
  display: flex;
  overflow-x: hidden;
}

.guest-journey-content {
  flex-direction: column;
  align-items: center;
  margin: 0 auto 80px;
  padding: 0 20px;
  display: flex;
}

.guest-journey-title {
  letter-spacing: -.02em;
  text-align: center;
  color: #1c1c1c;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.guest-journey-text {
  letter-spacing: -.01em;
  text-align: center;
  color: #1c1c1c;
  max-width: 600px;
  margin-bottom: 40px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.scroll-down-arrow {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.scroll-down-arrow:hover {
  border-color: #1c1c1c;
}

.scroll-down-arrow svg {
  fill: none;
  stroke: #1c1c1c;
  stroke-width: 1.5px;
}

.journey-steps-container {
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.journey-step {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--content-max-width);
  border-radius: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  display: flex;
}

.journey-step-inner {
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  display: flex;
}

@media (width >= 1024px) {
  .journey-step-inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (width >= 768px) and (width <= 1023px) {
  .journey-step {
    padding: 40px;
  }

  .journey-step-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .journey-step-text {
    text-align: left;
    max-width: 100%;
  }

  .step-number {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .journey-step h3 {
    margin-bottom: 15px;
    font-size: 45px;
  }

  .journey-step p {
    max-width: 400px;
    font-size: 18px;
    line-height: 1.4;
  }

  .journey-step-image, .journey-step-image .main-journey-img {
    width: 100%;
    max-width: 100%;
  }
}

.journey-step-text {
  text-align: left;
  flex: 1;
  max-width: 500px;
}

.step-number {
  border-radius: 50px;
  margin-bottom: 40px;
  padding: 4px 24px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}

.journey-step h3 {
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.journey-step p {
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.journey-step-image-wrapper {
  width: auto;
  max-width: 741px;
  position: relative;
}

.journey-step-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.journey-step-image picture {
  width: 100%;
  display: block;
}

.journey-step-image .main-journey-img {
  border-radius: 15px;
  width: 100%;
  max-width: 562px;
  height: auto;
  display: block;
}

.secondary-journey-img {
  z-index: 2;
  top: var(--desk-top, auto);
  left: var(--desk-left, auto);
  bottom: var(--desk-bottom, auto);
  right: var(--desk-right, auto);
  width: var(--desk-width, auto);
  position: absolute;
}

.journey-image-pill {
  z-index: 3;
  color: #fff;
  white-space: nowrap;
  backdrop-filter: blur(70px);
  top: var(--desk-top, auto);
  left: var(--desk-left, auto);
  bottom: var(--desk-bottom, auto);
  right: var(--desk-right, auto);
  background: radial-gradient(100% 359.18% at 0 0, #1c1c1c99 0%, #1c1c1c1a 100%);
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  padding: 15px 12px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  box-shadow: 0 20px 40px #0000000d;
}

.pill-icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill-text {
  font-weight: 500;
}

.journey-tabs-wrapper {
  display: none;
}

.journey-tabs-nav {
  display: flex;
}

.journey-tab-btn {
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  background: none;
  border: 1px solid #000;
  border-radius: 30px;
  flex-shrink: 0;
  padding: 10px 30px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.journey-tab-btn:not(.active):hover, .journey-tab-btn:not(.active):focus {
  background-color: #b7d7f2;
  border-color: #24ade9;
}

.journey-tab-btn.active {
  color: #171717;
  background-color: #24ade9;
  border-color: #24ade9;
}

.journey-steps-mobile {
  display: none;
}

@media (width <= 767px) {
  .secondary-journey-img {
    top: var(--mob-top, var(--desk-top, auto));
    left: var(--mob-left, var(--desk-left, auto));
    bottom: var(--mob-bottom, var(--desk-bottom, auto));
    right: var(--mob-right, var(--desk-right, auto));
    width: var(--mob-width, var(--desk-width, auto));
  }

  .journey-image-pill {
    top: var(--mob-top, var(--desk-top, auto));
    left: var(--mob-left, var(--desk-left, auto));
    bottom: var(--mob-bottom, var(--desk-bottom, auto));
    right: var(--mob-right, var(--desk-right, auto));
    letter-spacing: -2%;
    padding: 6px 7px;
  }

  .pill-icon svg {
    width: 22px;
    height: 22px;
  }

  .journey-tabs-wrapper {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 20px;
    display: block;
    overflow: auto hidden;
  }

  .journey-tabs-wrapper::-webkit-scrollbar {
    display: none;
  }

  .journey-tabs-nav {
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    display: inline-flex;
  }

  .journey-steps-mobile {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 40px;
    display: block;
  }

  .journey-steps-container {
    display: none;
  }

  .journey-step {
    padding: 32px 16px 80px;
    animation: .4s ease-in-out fadeIn;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .journey-step-image {
    max-width: 240px;
    margin: 0 auto;
  }

  .journey-step-image .main-journey-img {
    aspect-ratio: 1.06;
    object-fit: cover;
    width: 100%;
  }

  .journey-step-text {
    padding: 15px 20px 0;
  }

  .step-number {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .journey-step h3 {
    letter-spacing: -.04em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Swiss 721 Bold Condensed", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
  }

  .journey-step p {
    letter-spacing: -.02em;
    font-family: Swiss721BT Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .guest-journey-title-img {
    height: 40px;
  }

  .guest-journey-title-img img {
    height: unset;
  }

  .guest-journey-content {
    margin-bottom: 24px;
  }
}

@media (width >= 1024px) and (width <= 1320px) {
  .journey-step-image .main-journey-img {
    max-width: 400px;
  }
}

.traveler-carousel-section {
  background-color: #000;
  width: 100%;
  padding: 40px 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.tc-slider {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

.tc-viewport {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tc-slide {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
}

.tc-slide__wrap {
  transform-origin: 0%;
  opacity: 0;
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translateX(100%);
}

.tc-slide__wrap--ready {
  opacity: 1;
}

.tc-slide--active {
  z-index: 2;
  pointer-events: auto;
}

.tc-slide--active .tc-slide__wrap {
  transform-origin: 100%;
  opacity: 1;
  transition: transform .45s cubic-bezier(.785, .135, .15, .86);
  animation: none;
  transform: translateX(0);
}

.tc-slide__video {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.26, .005, .135, 1);
  transform: scale(.92);
}

.tc-slide--active .tc-slide__video {
  transition: transform .4s cubic-bezier(.26, .005, .135, 1) .15s;
  transform: scale(1);
}

.tc-slide--zooming-out .tc-slide__video {
  transition: transform .4s cubic-bezier(.26, .005, .135, 1);
  transform: scale(.92);
}

.tc-slide--active .ui-overlay {
  opacity: 1;
  transition-delay: .55s;
}

@keyframes slideHack {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(-100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

  52% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}

.tc-slide:not(.tc-slide--active) .tc-slide__wrap--ready {
  animation-name: slideHack;
  animation-duration: .45s;
  animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.ui-overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.26, .005, .135, 1);
  position: absolute;
  inset: 0;
}

.ui-overlay > * {
  pointer-events: auto;
}

.learn-more-container {
  position: absolute;
  top: 60%;
  right: 10%;
  transform: translateY(-50%);
}

.info-pill {
  backdrop-filter: blur(70px);
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.info-pill svg {
  color: #333;
  box-sizing: border-box;
  background: #e2e2e2;
  border-radius: 50%;
  flex-shrink: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 4px;
}

.carousel-dots {
  z-index: 10;
  backdrop-filter: blur(8px);
  background: #1e1e1ecc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 16px auto 0;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.dot {
  cursor: pointer;
  background-color: #fff6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: all .4s;
}

.dot.active {
  background-color: #f19e6b;
  border-radius: 100px;
  width: 40px;
  height: 6px;
}

@media (width <= 768px) {
  .traveler-carousel-section {
    padding-bottom: 20px;
  }

  .tc-slider {
    margin-top: 20px;
    padding: 0;
  }

  .tc-viewport, .tc-slide__wrap {
    overflow: visible;
  }

  .learn-more-container {
    justify-content: center;
    width: auto;
    margin-top: 20px;
    position: absolute;
    inset: 100% auto auto 50%;
    transform: translateX(-50%);
  }

  .info-pill {
    text-align: center;
    justify-content: center;
    width: 85%;
    max-width: 320px;
    padding: 10px 16px;
    bottom: 80px;
  }

  .carousel-dots {
    margin-top: 84px;
  }
}

.bg-video-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-video {
  object-fit: cover;
  filter: blur(30px) brightness(.6);
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.26, .005, .135, 1);
  transform: scale(1.1);
}

.masked-video-frame {
  width: 100%;
  position: relative;
}

.masked-video-frame__svg {
  width: 100%;
  height: 100%;
  display: block;
}

.masked-video-frame__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.masked-video-frame__video-el {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.action-btn-wrapper {
  cursor: pointer;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.action-btn {
  color: #000;
  cursor: pointer;
  background: #f19e6b;
  border: none;
  border-radius: 100px;
  padding: 10px 22px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  transition: all .3s;
}

.action-btn-icon {
  color: #000;
  cursor: pointer;
  background: #f19e6b;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.action-btn-wrapper:hover .action-btn, .action-btn-wrapper:hover .action-btn-icon {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0003;
}

.action-btn-wrapper.dark .action-btn, .action-btn-wrapper.dark .action-btn-icon {
  color: #fff;
  background: #171717;
}

.case-studies-section {
  text-align: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px;
  font-family: Swiss721BT Regular, sans-serif;
  display: flex;
}

.case-studies-title {
  text-transform: uppercase;
  letter-spacing: -.02em;
  color: #1c1c1c;
  margin: 0 0 30px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.case-studies-arrow {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 40px;
  transition: border-color .3s;
  display: flex;
}

.case-studies-arrow:hover {
  border-color: #1c1c1c;
}

.case-studies-arrow svg {
  fill: none;
  stroke: #1c1c1c;
  stroke-width: 1.5px;
  width: 24px;
  height: 24px;
}

.case-studies-nav {
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
  display: flex;
}

.case-study-btn {
  cursor: pointer;
  text-transform: uppercase;
  color: #1c1c1c;
  background: none;
  border: 1px solid #1c1c1c;
  border-radius: 40px;
  padding: 10px 24px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.case-study-btn:hover {
  background-color: #f5f5f5;
}

.case-study-btn.active {
  color: #1c1c1c;
  background-color: #3baae3;
  border-color: #3baae3;
}

.case-study-header-block {
  width: 100%;
  max-width: var(--content-max-width, 1200px);
  text-align: left;
  background: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 30px 40px;
  display: flex;
}

.cs-main-title {
  color: #1c1c1c;
  text-transform: uppercase;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.cs-main-desc {
  color: #1c1c1c;
  max-width: 550px;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.case-study-outer-card {
  width: 100%;
  max-width: var(--content-max-width, 1200px);
  box-sizing: border-box;
  border-radius: 32px;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  animation: .5s ease-in-out fadeIn;
  display: flex;
  overflow: hidden;
}

.case-study-inner-container {
  background: #111;
  border-radius: 20px;
  justify-content: flex-end;
  width: 100%;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-inner-left {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cs-featured-image {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
  display: block;
}

.cs-inner-left:after {
  display: none;
}

.cs-inner-right {
  z-index: 2;
  grid-gap: 40px;
  color: #fff;
  box-sizing: border-box;
  backdrop-filter: blur(70px);
  background: #17171766;
  border-radius: 24px;
  flex: 0 0 55%;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  padding: 40px;
  display: grid;
  position: relative;
}

.cs-stat-item {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.cs-stat-value {
  align-items: baseline;
  margin-bottom: 12px;
  font-family: Swiss721BT Medium, sans-serif;
  font-size: 48px;
  line-height: 1;
  display: flex;
}

.cs-stat-value span {
  margin-left: 4px;
  font-size: 24px;
}

.cs-stat-desc {
  color: #e0e0e0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.cs-footer-banner {
  color: #fff;
  background-color: #171717;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 40px;
  display: flex;
}

.cs-footer-text {
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cs-footer-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

@media (width <= 1024px) {
  .case-study-header-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cs-inner-right {
    grid-gap: 24px;
    grid-template-columns: 1fr;
    padding: 30px;
  }
}

@media (width <= 768px) {
  .case-studies-section {
    padding: 60px 16px;
  }

  .case-studies-title {
    font-size: 50px;
  }

  .cs-main-title {
    font-size: 56px;
  }

  .case-study-inner-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .cs-inner-left {
    flex: none;
    width: 100%;
    height: 280px;
    position: relative;
  }

  .cs-inner-left:after {
    display: none;
  }

  .cs-inner-right {
    -webkit-backdrop-filter: none;
    background: #111;
    flex: none;
    width: 100%;
  }

  .cs-featured-image {
    min-height: 250px;
  }

  .cs-footer-banner {
    text-align: left;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
  }

  .cs-footer-actions {
    justify-content: flex-start;
    width: 100%;
  }
}

.cs-floating-logo {
  z-index: 2;
  max-width: 80px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 40px;
}

@media (width <= 768px) {
  .cs-floating-logo {
    max-width: 60px;
    top: 20px;
    left: 20px;
  }
}

.redesign-bonvoy-stats {
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  font-family: Swiss721BT Regular, sans-serif;
  display: flex;
}

.bonvoy-stats-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.bonvoy-title-image {
  width: auto;
  margin-bottom: 24px;
  display: block;
}

.bonvoy-title-image img {
  width: auto;
  display: block;
}

.bonvoy-stats-header p {
  color: #1c1c1c;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.5;
}

.arrow-down {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  transition: border-color .3s;
  display: flex;
}

.arrow-down:hover {
  border-color: #1c1c1c;
}

.arrow-down svg {
  fill: none;
  stroke: #1c1c1c;
  stroke-width: 1.5px;
  width: 24px;
  height: 24px;
}

.bonvoy-stats-grid {
  width: 100%;
  max-width: var(--content-max-width);
  grid-template-rows: 506px;
  grid-template-columns: minmax(560px, 1fr) 1fr minmax(300px, 332px);
  gap: 16px;
  display: grid;
}

.stat-card {
  text-align: center;
  color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-card {
  height: 100%;
  min-height: 500px;
}

.image-card .bg-image {
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-card .overlay {
  z-index: 2;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.floating-stat-box {
  backdrop-filter: blur(70px);
  background: #1717174d;
  border: none;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
}

.middle-column {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.orange-card {
  background-color: #ff9e75;
  flex: 1;
}

.orange-card .stat-number, .orange-card .stat-label {
  color: #1c1c1c;
}

.blue-card {
  background-color: #29abe2;
  flex: 1;
}

.blue-card .stat-number, .blue-card .stat-label {
  color: #1c1c1c;
}

.stat-number {
  letter-spacing: -2px;
  margin-bottom: 16px;
  font-family: Swiss721BT Medium, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.stat-label {
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
}

.icon-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  top: -32px;
}

.floating-stat-box .icon-circle {
  position: absolute;
  top: -32px;
}

.audience-card .overlay {
  backdrop-filter: blur(10px);
  justify-content: center;
}

.audience-card .icon-circle {
  margin-bottom: 24px;
  position: relative;
  top: -100px;
}

@media (width <= 1180px) {
  .bonvoy-stats-grid {
    grid-template-columns: minmax(382px, 1fr) 1fr minmax(300px, 332px);
  }
}

@media (width >= 768px) and (width <= 1024px) {
  .bonvoy-stats-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .middle-column {
    flex-direction: row;
  }

  .stat-card {
    min-height: 200px;
  }

  .image-card {
    height: 340px;
    min-height: 340px;
  }

  .image-card .overlay {
    padding: 20px;
  }

  .floating-stat-box {
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .audience-card .icon-circle {
    top: -32px;
  }
}

@media (width <= 767px) {
  .bonvoy-stats-grid {
    grid-template-columns: 1fr;
  }

  .middle-column {
    flex-direction: column;
  }

  .stat-card {
    min-height: 250px;
  }

  .image-card {
    min-height: 300px;
  }

  .audience-card .icon-circle {
    top: -32px;
  }
}

.brands-section {
  text-align: center;
  padding: 0 20px;
  font-family: Swiss721 BT, sans-serif;
}

.brands-container {
  max-width: var(--content-max-width);
  background: #fff;
  border-radius: 24px;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.brand-card {
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(#c4c4c4, #0000) border-box;
  border: .063rem solid #0000;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 250px;
  padding: 30px 20px;
  display: flex;
}

.brand-category-title {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.brand-category-desc {
  color: #666;
  min-height: 30px;
  font-size: 13px;
  line-height: 1.4;
}

.brand-logos-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  width: 100%;
  display: flex;
}

.brand-logo-item {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  transition: transform .2s;
  display: flex;
}

.brand-logo-item svg {
  cursor: pointer;
  transition: all .3s;
}

.brand-logo-item path {
  fill: #707070;
  transition: fill .3s;
}

.brand-logo-item:hover path {
  fill: #333;
}

.brand-logo-item:hover {
  transform: scale(1.05);
}

.brand-logo-img {
  object-fit: contain;
  max-width: 80px;
  height: auto;
}

.brand-link {
  width: 58px;
  height: 42px;
  color: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media (width <= 1024px) {
  .brands-container {
    flex-wrap: wrap;
  }

  .brand-card {
    min-width: 45%;
  }
}

@media (width <= 768px) {
  .brands-container {
    flex-direction: column;
    align-items: center;
  }

  .brand-card {
    width: 100%;
    max-width: 400px;
  }
}

.redesign-partners {
  width: 100%;
  max-width: var(--content-max-width);
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 4rem 1rem;
  display: flex;
}

.partners-header-img {
  width: auto;
  height: 45px;
  margin-bottom: .5rem;
  display: block;
}

.partners-header-img img {
  object-fit: contain;
  width: auto;
  height: 45px;
  display: block;
}

.redesign-partners .partners-text {
  letter-spacing: -.02em;
  text-align: center;
  color: #7e7e7e;
  max-width: 770px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.redesign-partners .partners-text strong {
  color: #4f4f4f;
  font-family: Swiss721BT Medium, sans-serif;
}

.redesign-partners .scroll-down-arrow {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
  transition: border-color .3s;
  display: flex;
}

.redesign-partners .scroll-down-arrow:hover {
  border-color: #1c1c1c;
}

.redesign-partners .scroll-down-arrow svg {
  fill: none;
  stroke: #1c1c1c;
  stroke-width: 1.5px;
  width: 20px;
  height: 20px;
}

.redesign-partners .logo-container {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 100px 60px;
  width: 100%;
  max-width: 1300px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: grid;
}

.personalized-banner {
  background-color: #26b2ec;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1376px;
  margin-top: 4rem;
  padding: .5rem 1rem;
  display: flex;
}

.banner-left {
  min-width: 555px;
}

.banner-left h2 {
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 0;
  padding-left: max(1rem, min(3vw, 3rem));
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.banner-middle {
  align-items: center;
  min-width: 270px;
  display: flex;
}

.banner-middle p {
  color: #1a1a1a;
  letter-spacing: -.02em;
  max-width: 270px;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.banner-right {
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: max(80px, min(10vw, 140px));
  display: flex;
  overflow: hidden;
}

.banner-img {
  object-fit: cover;
  border-radius: 400px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 96px;
  display: block;
}

.talk-team-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 1376px;
  min-height: 480px;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.talk-team-card {
  backdrop-filter: blur(8px);
  background: linear-gradient(135deg, #505050d9 0%, #78787866 100%);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 581px;
  margin-left: 2rem;
  padding: 18px 2rem;
  display: flex;
}

.talk-team-card h2 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
  padding-top: 23px;
  font-family: Swiss721 BT, Swiss721BT Bold Condensed, Swiss721BT, sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 106px;
}

.talk-team-card p {
  color: #fff;
  max-width: 450px;
  margin: 0 0 22px;
  padding-left: 13px;
  font-family: "Swiss 721", Swiss721BT, Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.talk-team-buttons {
  align-items: center;
  gap: 11px;
  margin-left: 13px;
  display: flex;
}

.redesign-partners .logo-img {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 50px;
  display: flex;
}

@media (width <= 1050px) {
  .redesign-partners .partners-text {
    max-width: 70vw;
  }

  .redesign-partners .logo-img {
    height: 40px;
  }
}

@media (width <= 950px) {
  .redesign-partners .partners-text {
    max-width: 90vw;
  }

  .redesign-partners .logo-img {
    height: 35px;
  }

  .redesign-partners .logo-container {
    gap: 80px 30px;
    width: 90vw;
  }

  .personalized-banner {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .banner-left h2 {
    padding-left: 0;
    font-size: 28px;
  }

  .banner-right {
    height: 180px;
  }

  .talk-team-card {
    margin: 1rem;
    padding: 2rem;
  }

  .talk-team-card h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (width <= 768px) {
  .redesign-partners .logo-container {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-header-img {
    height: unset;
  }

  .partners-header-img img {
    height: unset;
    width: 100%;
  }
}

@media (width <= 550px) {
  .redesign-partners .logo-img {
    height: 30px;
  }
}

.contact-thank-you {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: 1.5;
  justify-content: center;
  align-items: center;
  min-width: 550px;
  height: 100%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.contact-thank-you h3 {
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.contact-thank-you p {
  color: #1c1c1c;
  margin-bottom: 2rem;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

@media (width <= 768px) {
  .contact-thank-you {
    min-width: unset;
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    padding: 32px 16px;
  }
}

.redesign-contact-form {
  justify-content: center;
  padding: 4rem 2rem;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  display: flex;
}

.contact-content {
  max-width: var(--content-max-width);
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  display: flex;
}

.contact-text {
  text-align: center;
  flex: 1;
  min-width: 300px;
}

.contact-text h2 {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 1rem;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
}

.contact-text p {
  letter-spacing: -.02em;
  color: #1c1c1c;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact-form-fields {
  background-color: #fff;
  border-radius: 24px;
  flex: 1.5;
  gap: 0;
  min-width: 550px;
  padding: 80px;
}

.form-row {
  gap: 1rem;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-group {
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.form-group label {
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: .5rem;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.form-group input, .form-group textarea {
  color: #333;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e4e6;
  border-radius: 20px;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
}

.form-group input::-moz-placeholder {
  color: #ccc;
  letter-spacing: -.02em;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-group input::placeholder {
  color: #ccc;
  letter-spacing: -.02em;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-group textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: -.02em;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-group textarea::placeholder {
  color: #ccc;
  letter-spacing: -.02em;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-group textarea {
  resize: none;
}

.form-actions {
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.form-actions button {
  color: #1c1c1c;
  cursor: pointer;
  background-color: #ff9e66;
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: 10px 2rem;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color .3s;
  display: flex;
}

.form-actions button:hover {
  background-color: #ff8a47;
}

.form-actions button:disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.arrow-icon {
  background-color: #ff8a47;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  font-size: 1.2rem;
  display: flex;
}

.arrow-icon svg {
  width: 30px;
  height: 30px;
}

.success-message {
  color: green;
  text-align: right;
  margin-top: 1rem;
}

.error-message {
  color: red;
  text-align: right;
  margin-top: 1rem;
}

@media (width <= 768px) {
  .contact-content {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-form-fields {
    min-width: unset;
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
  }

  .contact-text h2 {
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-family: Swiss721BT Bold Condensed, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

@media (width <= 1270px) {
  .contact-text h2 {
    font-size: 70px;
    line-height: 70px;
  }
}

@media (width >= 769px) and (width <= 1024px) {
  .redesign-contact-form {
    padding: 4rem;
  }
}

.thank-you-message {
  background-color: #1c1c1c;
  border-radius: 50px;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 23px;
  display: flex;
}

.thank-you-message .thank-you-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.thank-you-message .thank-you-text {
  letter-spacing: -.02em;
  color: #fff;
  text-align: left;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.home-page {
  color: #333;
  font-family: Swiss721BT Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.case-studies-page {
  color: #333;
  background-color: #fff;
  font-family: Swiss721BT Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.placeholder-page {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 40px 20px;
  display: flex;
}

.placeholder-content {
  text-align: center;
}

.placeholder-content h1 {
  margin: 0 0 12px;
}

.placeholder-content p {
  margin: 0;
}

.app-header {
  z-index: 1000;
  background-color: #f9f6f4;
  height: 64px;
  padding: 0 2rem;
  position: sticky;
  top: 0;
}

.header-container {
  max-width: var(--content-max-width);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.header-logo-link {
  text-decoration: none;
}

.header-logo {
  width: auto;
  height: 20px;
}

.header-nav {
  flex: 1;
  min-width: 0;
  display: flex;
}

.header-nav:before, .header-nav:after {
  content: "";
  flex: 1;
  transition: flex .4s;
}

.header-nav.align-right:after {
  flex: 0;
}

.nav-list {
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-item {
  position: relative;
}

.dropdown:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  top: 100%;
  left: 0;
}

.nav-link {
  color: #1a1a1a;
  letter-spacing: -.04em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 11px 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #1a1a1a;
}

.nav-link.active {
  color: #1a1a1a;
  background-color: #ff9662;
  border-color: #ff9662;
}

.dropdown-toggle.open-state {
  background-color: #ff9662;
  border-color: #ff9662;
}

.dropdown-toggle {
  -ms-appearance: none;
  appearance: none;
}

.dropdown-toggle:focus {
  outline: none;
}

.dropdown-toggle:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #1a1a1a;
}

.dropdown-arrow {
  transition: transform .2s;
}

.dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  border: none;
  border-radius: 32px;
  flex-direction: column;
  gap: 14px;
  min-width: 284px;
  margin: 0;
  padding: 20px;
  list-style: none;
  transition: opacity .2s, transform .2s, visibility .2s;
  display: flex;
  position: absolute;
  top: calc(100% + 32px);
  left: 0;
  transform: translateY(8px);
  box-shadow: 0 8px 24px #0000001f;
}

.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-item {
  box-sizing: border-box;
  color: #1a1a1a;
  letter-spacing: -.04em;
  text-transform: none;
  background-color: #e5e4e6;
  border-radius: 999px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 10px 16px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.dropdown-item:hover, .dropdown-item.active {
  background-color: #ff9662;
}

.dropdown-item-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.dropdown-item-icon svg {
  display: block;
}

.header-actions {
  align-items: center;
  gap: 16px;
  transition: gap .4s;
  display: flex;
}

.header-actions.actions-hidden, .header-container.contact-hidden .header-actions {
  gap: 0;
}

.contact-button {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  max-width: 200px;
  padding: 10px 24px;
  font-family: Swiss721BT, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
  overflow: hidden;
}

.button-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-width: 0;
  width: 0;
  max-width: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  transform: scale(.8);
}

.contact-button:hover {
  background-color: #333;
  border-color: #333;
}

.external-link {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.external-link:hover {
  background-color: #333;
  border-color: #333;
}

.mobile-menu-toggle {
  color: #1a1a1a;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  display: none;
}

.mobile-menu-overlay {
  z-index: 1200;
  background: #eceaea;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 40px 16px 14px;
  animation: .3s ease-out mobileMenuSlideFromTop;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.mobile-menu-overlay.closing {
  animation: .28s ease-in forwards mobileMenuSlideToTop;
}

.mobile-menu-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile-menu-close {
  color: #1a1a1a;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
}

.mobile-menu-body {
  flex-direction: column;
  flex: 1;
  gap: 0;
  margin-top: 24px;
  display: flex;
}

.mobile-solutions-card {
  background: #dbdbdd;
  border-radius: 14px;
  padding: 18px 16px;
  position: relative;
}

.mobile-solutions-card:after {
  content: "";
  background: inherit;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80%;
  left: 0;
}

.mobile-solutions-toggle {
  color: #1a1a1a;
  letter-spacing: -.04em;
  text-transform: uppercase;
  cursor: pointer;
  -ms-appearance: none;
  appearance: none;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Swiss721BT Bold Condensed, Swiss721BT, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.mobile-solutions-toggle:focus {
  outline: none;
}

.mobile-solutions-toggle:focus-visible {
  outline-offset: 2px;
  border-radius: 8px;
  outline: 2px solid #1a1a1a;
}

.nav-link:focus-visible, .dropdown-item:focus-visible, .mobile-solution-link:focus-visible, .mobile-nav-card:focus-visible, .contact-button:focus-visible, .mobile-contact-button:focus-visible, .external-link:focus-visible, .mobile-contact-icon:focus-visible, .mobile-linkedin-card:focus-visible, .mobile-menu-toggle:focus-visible, .mobile-menu-close:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #1a1a1a;
}

.mobile-solutions-list {
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  gap: 18px;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: max-height .35s, opacity .22s, margin-top .35s, transform .22s;
  display: flex;
  overflow: hidden;
  transform: translateY(-6px);
}

.mobile-solutions-list.open {
  opacity: 1;
  pointer-events: auto;
  max-height: 320px;
  margin-top: 24px;
  transform: translateY(0);
}

.mobile-solution-link {
  color: #1a1a1a;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-family: Swiss721BT Regular, Swiss721BT, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.mobile-solution-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: inline-flex;
}

.mobile-solution-icon svg {
  display: block;
}

.mobile-primary-links {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.mobile-nav-card {
  text-transform: uppercase;
  letter-spacing: -.04em;
  color: #111;
  border-radius: 16px;
  padding: 20px 16px;
  font-family: Swiss721BT Bold Condensed, Swiss721BT, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.mobile-nav-card:after {
  content: "";
  background: inherit;
  z-index: -1;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 80%;
  left: 0;
}

.mobile-nav-card:last-child:after {
  display: none;
}

.mobile-nav-case {
  background: #ff9662;
}

.mobile-nav-difference {
  color: #fff;
  background: #121216;
}

.mobile-nav-insights {
  background: #33a9df;
}

.mobile-menu-footer {
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
  display: flex;
}

.mobile-contact-row {
  opacity: 1;
  visibility: visible;
  align-items: center;
  gap: 10px;
  height: auto;
  transition: opacity .3s, visibility .3s, transform .3s, height .3s;
  display: flex;
  transform: translateY(0);
}

.mobile-contact-row.actions-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(10px);
}

.mobile-contact-button {
  color: #1a1a1a;
  letter-spacing: -.02em;
  background: #ff9662;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding: 11px 16px;
  font-family: Swiss721BT, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.mobile-contact-icon {
  color: #1a1a1a;
  background: #ff9662;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.mobile-contact-icon svg {
  display: block;
}

.mobile-linkedin-card {
  color: #1a1a1a;
  background: #f4f4f4;
  border-radius: 14px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
}

.mobile-linkedin-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Swiss721BT Bold Condensed, Swiss721BT, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.mobile-linkedin-text {
  margin: 0;
  font-family: Swiss721BT, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.mobile-linkedin-icon {
  color: #fff;
  background: #121216;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}

.mobile-linkedin-icon svg {
  display: block;
}

@keyframes mobileMenuSlideFromTop {
  from {
    opacity: .7;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mobileMenuSlideToTop {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: .7;
    transform: translateY(-100%);
  }
}

@media (width <= 1315px) {
  .app-header {
    padding: 0 1rem;
  }

  .header-container {
    padding: 0 12px;
  }

  .nav-list {
    gap: 8px;
  }

  .nav-link {
    padding: 10px 14px;
    font-size: 16px;
  }

  .header-actions {
    flex-shrink: 0;
    gap: 10px;
  }

  .contact-button {
    padding: 10px 18px;
  }
}

@media (width <= 1024px) {
  .nav-list {
    gap: 11px;
  }

  .header-logo {
    height: 18px;
  }

  .nav-link, .contact-button {
    padding: 10px;
    font-size: 14px;
  }

  .header-container {
    padding: 0 1rem;
  }
}

@media (width <= 1106px) {
  .header-nav, .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }
}

@media (width <= 768px) {
  .app-header {
    height: 82px;
    padding: 0 16px;
  }

  .header-container {
    padding: 0;
  }

  .header-logo {
    height: 14px;
  }
}

.cs-hero-section {
  width: 100%;
  max-width: var(--content-max-width);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cs-hero-bg-text-container {
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 400px;
  animation: 30s linear infinite moveRightToLeftMarquee;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes moveRightToLeftMarquee {
  0% {
    transform: translate(0, -50%);
  }

  100% {
    transform: translate(calc(-50% - 200px), -50%);
  }
}

.cs-hero-bg-text {
  color: #111;
  white-space: nowrap;
  letter-spacing: -.02em;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 500px;
  font-weight: 700;
  line-height: .8;
}

.cs-hero-card {
  z-index: 2;
  text-align: left;
  color: #111;
  background-color: #2abff4;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 370px;
  padding: 32px;
  display: flex;
  position: relative;
}

.cs-hero-card-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17px;
  display: flex;
}

.cs-hero-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}

.cs-hero-icon {
  width: 32px;
  height: 32px;
}

.cs-hero-icon svg {
  width: 100%;
  height: 100%;
}

.cs-hero-desc {
  max-width: 320px;
  margin: 0 0 9px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

.cs-hero-arrow-wrapper {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.cs-hero-arrow {
  cursor: pointer;
  background-color: #ff9662;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: transform .3s;
  display: flex;
}

.cs-hero-arrow:hover {
  transform: translateY(5px);
}

.cs-hero-arrow svg {
  stroke: #111;
  width: 55px;
  height: 55px;
}

@media (width <= 768px) {
  .cs-hero-card {
    max-width: calc(100% - 40px);
    margin: 0 20px;
    padding: 40px 32px;
  }
}

.cs-logos-section {
  width: 100%;
  max-width: var(--content-max-width, 1200px);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}

.cs-logos-container {
  background-color: #171717;
  border-radius: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 40px 60px;
  display: flex;
}

.cs-logo-img {
  object-fit: contain;
  opacity: 1;
  max-width: 100px;
  max-height: 45px;
}

@media (width <= 1024px) {
  .cs-logos-container {
    justify-content: center;
    padding: 30px 40px;
  }
}

@media (width <= 768px) {
  .cs-logos-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 24px;
    padding: 24px;
    overflow-x: auto;
  }

  .cs-logos-container::-webkit-scrollbar {
    display: none;
  }

  .cs-logo-img {
    max-width: 80px;
    max-height: 35px;
  }
}

@media (width <= 480px) {
  .cs-logos-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 16px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
  }

  .cs-logos-container::-webkit-scrollbar {
    display: none;
  }

  .cs-logo-img {
    max-width: 65px;
    max-height: 30px;
  }
}

.cs-logos-intro-wrapper .redesign-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cs-lightning-wrapper {
  background-color: #28b5e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: inline-flex;
}

.cs-lightning-bolt {
  color: #fff;
  width: 16px;
  height: 16px;
}

@media (width <= 768px) {
  .cs-lightning-wrapper {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }

  .cs-lightning-bolt {
    width: 12px;
    height: 12px;
  }
}

.cst-section {
  background-color: #f7f7f5;
  width: 100%;
  padding: 60px 20px;
  font-family: Swiss721BT Regular, sans-serif;
}

.cst-container {
  max-width: var(--content-max-width, 1200px);
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  display: flex;
}

.cst-category-tabs {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.cst-cat-btn {
  color: #1c1c1c;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 40px;
  padding: 12px 24px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.cst-cat-btn:hover {
  background-color: #f0f0f0;
}

.cst-cat-btn.active {
  color: #111;
  background-color: #2abff4;
  border-color: #2abff4;
}

.cst-content-area {
  align-items: flex-start;
  gap: 60px;
  width: 100%;
  display: flex;
}

.cst-brand-list {
  flex-direction: column;
  flex: 0 0 35%;
  gap: 40px;
  display: flex;
}

.cst-brand-item {
  padding-left: 0;
  transition: all .3s;
  position: relative;
}

.cst-brand-item.active {
  padding-left: 20px;
}

.cst-brand-item.active:before {
  content: "";
  background-color: #2abff4;
  border-radius: 2px;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.cst-brand-name {
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.cst-brand-item.active .cst-brand-name {
  color: #111;
}

.cst-brand-details {
  margin-top: 16px;
  animation: .4s fadeInDown;
}

.cst-brand-desc {
  color: #444;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.4;
}

.cst-brand-desc strong {
  color: #111;
  font-weight: 700;
}

.cst-brand-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.cst-btn-view-more {
  color: #111;
  cursor: pointer;
  background-color: #ffa475;
  border: none;
  border-radius: 40px;
  padding: 10px 24px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  transition: transform .2s;
}

.cst-btn-arrow {
  color: #111;
  cursor: pointer;
  background-color: #ffa475;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .2s;
  display: flex;
}

.cst-btn-view-more:hover, .cst-btn-arrow:hover {
  transform: translateY(-2px);
}

.cst-btn-arrow svg {
  width: 20px;
  height: 20px;
}

.cst-image-area {
  border-radius: 24px;
  flex: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

.cst-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
}

.cst-image-overlay {
  -webkit-backdrop-filter: blur(20px);
  color: #fff;
  background: #28282866;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  top: 40px;
  left: 40px;
}

.cst-overlay-logo {
  object-fit: contain;
  filter: brightness(0) invert();
  width: auto;
  height: 36px;
}

.cst-overlay-text {
  text-transform: uppercase;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

@media (width <= 1024px) {
  .cst-content-area {
    flex-direction: column;
  }

  .cst-brand-list {
    flex: none;
    width: 100%;
  }

  .cst-image-area {
    width: 100%;
  }

  .cst-main-image {
    min-height: 400px;
  }
}

@media (width <= 768px) {
  .cst-section {
    padding: 40px 16px;
  }

  .cst-category-tabs {
    gap: 12px;
  }

  .cst-cat-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .cst-brand-name {
    font-size: 32px;
  }

  .cst-image-overlay {
    border-radius: 20px;
    top: 20px;
    left: 20px;
    right: 20px;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-image {
  animation: .5s ease-in-out forwards tabFadeIn;
}

@keyframes tabFadeIn {
  from {
    opacity: .3;
    transform: scale(.98);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.csd-section {
  background-color: #f7f7f5;
  width: 100%;
  padding: 0 20px 60px;
  font-family: Swiss721BT Regular, sans-serif;
}

.csd-container {
  max-width: var(--content-max-width, 1200px);
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  display: flex;
}

.csd-header-card {
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px 60px;
  display: flex;
}

.csd-header-left {
  flex: none;
}

.csd-brand-title {
  text-transform: uppercase;
  color: #111;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.csd-header-right {
  flex: 1;
  max-width: 523px;
}

.csd-brand-intro {
  color: #444;
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
}

.csd-brand-intro strong {
  color: #111;
  font-weight: 700;
}

.csd-main-card {
  background-color: #171717;
  border-radius: 32px;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  display: flex;
}

.csd-top-row {
  border-radius: 20px;
  gap: 24px;
  min-height: 444px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.csd-laptop-img-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.csd-laptop-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.csd-laptop-logo {
  z-index: 2;
  height: auto;
  max-height: 100px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.csd-stats-grid-wrapper {
  backdrop-filter: blur(70px);
  z-index: 2;
  background: #17171766;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 55%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.csd-stat-item {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.csd-stat-value {
  color: #fff;
  letter-spacing: -.02em;
  align-items: baseline;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 33.19px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.csd-stat-unit {
  margin-left: 6px;
  font-size: 24px;
  font-weight: normal;
}

.csd-stat-desc {
  color: #fff;
  opacity: .9;
  font-size: 20px;
  line-height: 1.4;
}

.csd-bottom-row {
  gap: 16px;
  display: flex;
}

.csd-blue-card {
  background-color: #2abff4;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 0 65%;
  justify-content: center;
  gap: 20px;
  padding: 34px 32px;
  display: flex;
}

.csd-blue-title {
  color: #111;
  text-transform: uppercase;
  letter-spacing: -4%;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.csd-blue-desc {
  color: #111;
  max-width: 548px;
  letter-spacing: -2%;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.csd-bike-img-wrapper {
  border-radius: 20px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.csd-bike-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
}

.csd-footnotes {
  color: #888;
  max-width: 846px;
  padding: 10px 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

@media (width <= 1024px) {
  .csd-header-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 40px;
  }

  .csd-stats-grid-wrapper {
    border-radius: 20px;
    max-width: 100%;
    margin-top: 220px;
    margin-left: 0;
  }

  .csd-bottom-row {
    flex-direction: column;
  }

  .csd-blue-card {
    flex: none;
    width: 100%;
  }
}

@media (width <= 768px) {
  .csd-brand-title {
    font-size: 48px;
  }

  .csd-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
    padding: 30px;
  }

  .csd-stat-desc, .csd-stat-unit {
    letter-spacing: -.02em;
    font-family: Swiss721BT Regular, sans-serif;
    font-size: 11.62px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.28px;
  }

  .csd-blue-title {
    font-size: 32px;
  }

  .csd-blue-card {
    padding: 30px;
  }
}

.csd-stats-grid-wrapper {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.csd-main-block-header {
  padding: 16px;
}

.csd-main-block-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.csd-main-block-desc {
  color: #fff;
  opacity: .9;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.csd-stats-grid {
  background: none;
  border-radius: 0;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  gap: 20px;
  padding: 16px;
  display: grid;
}

.talk-banner-section {
  background-color: #f7f7f5;
  width: 100%;
  padding: 0 20px 60px;
  font-family: Swiss721BT Regular, sans-serif;
}

.talk-banner-container {
  max-width: var(--content-max-width, 1200px);
  background-color: #ffa577;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 400px;
  margin: 0 auto;
  padding: 80px 0 80px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.talk-banner-content {
  z-index: 2;
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  display: flex;
  position: relative;
}

.talk-banner-title {
  letter-spacing: -.02em;
  color: #1a1a1a;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 32px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(60px, min(8vw, 120px));
  font-weight: 900;
  line-height: .9;
}

.talk-banner-desc {
  color: #1a1a1a;
  max-width: 400px;
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 1.4;
}

.talk-banner-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.talk-btn-contact {
  color: #fff;
  cursor: pointer;
  background-color: #1a1a1a;
  border: none;
  border-radius: 30px;
  padding: 14px 28px;
  font-family: inherit;
  font-size: 18px;
  transition: opacity .2s;
}

.talk-btn-contact:hover {
  opacity: .8;
}

.talk-btn-icon {
  color: #fff;
  cursor: pointer;
  background-color: #1a1a1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
}

.talk-btn-icon:hover {
  opacity: .8;
}

.talk-banner-graphics {
  grid-template-columns: auto auto;
  align-items: center;
  display: grid;
}

.talk-banner-image-wrapper {
  z-index: 3;
  border-radius: 50%;
  width: 50vw;
  max-width: 500px;
  height: 50vw;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.talk-banner-bg-shape {
  z-index: 1;
  background-color: #fde8de;
  border-radius: 50%;
  width: 50vw;
  max-width: 500px;
  height: 50vw;
  max-height: 500px;
  position: relative;
}

.talk-banner-img {
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.talk-banner-img.active {
  opacity: 1;
}

@media (width <= 1024px) {
  .talk-banner-container {
    padding: 60px 0 60px 40px;
  }

  .talk-banner-desc {
    font-size: 18px;
  }
}

@media (width <= 768px) {
  .talk-banner-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 20px;
  }

  .talk-banner-title {
    letter-spacing: -.02em;
    margin: 0 0 20px;
    font-family: Swiss721BT Bold Condensed, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: .9;
  }

  .talk-banner-desc {
    max-width: 90%;
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.35;
  }

  .talk-banner-content {
    flex: none;
    width: 100%;
    margin-bottom: 0;
  }

  .talk-banner-graphics {
    align-self: start;
  }

  .talk-banner-image-wrapper {
    width: 228px;
    height: 228px;
  }

  .talk-banner-bg-shape {
    border-radius: 50%;
    width: 228px;
    height: 228px;
    margin-right: -100px;
  }

  .talk-btn-contact {
    padding: 12px 24px;
    font-size: 18px;
  }

  .talk-btn-icon {
    width: 48px;
    height: 48px;
  }
}

.our-difference-page {
  width: 100%;
  min-height: 60vh;
}

.our-diff-hero {
  --our-diff-circle-size: clamp(220px, 30vw, 475px);
  --our-diff-half-width: calc(var(--our-diff-circle-size) / 2);
  --our-diff-graphics-gap: clamp(16px, 3vw, 56px);
  max-width: var(--content-max-width, 1440px);
  background: none;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
}

.our-diff-hero-graphics {
  flex: 0 1 calc(var(--our-diff-circle-size) + var(--our-diff-half-width) + var(--our-diff-graphics-gap));
  width: min(100%, calc(var(--our-diff-circle-size) + var(--our-diff-half-width) + var(--our-diff-graphics-gap)));
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  display: flex;
}

.our-diff-hero-circles {
  justify-content: flex-end;
  align-items: center;
  gap: 4vw;
  width: 100%;
  padding-right: 4vw;
  display: flex;
}

.our-diff-flip-container {
  width: var(--our-diff-circle-size);
  max-width: var(--our-diff-circle-size);
  max-height: var(--our-diff-circle-size);
  aspect-ratio: 1;
  perspective: 1500px;
  z-index: 2;
  flex-shrink: 0;
  min-width: 0;
}

.our-diff-orange-half {
  width: var(--our-diff-half-width);
  max-width: var(--our-diff-half-width);
  max-height: var(--our-diff-circle-size);
  aspect-ratio: 1 / 2;
  z-index: 1;
  background-color: #ff9054;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  flex-shrink: 0;
  min-width: 0;
}

.our-diff-flipper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .8s cubic-bezier(.4, .2, .2, 1);
  position: relative;
}

.our-diff-flipper.flipped {
  transform: rotateY(180deg);
}

.our-diff-side {
  width: 100%;
  height: 100%;
  max-width: var(--our-diff-circle-size);
  max-height: var(--our-diff-circle-size);
  backface-visibility: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.our-diff-side.front {
  transform: rotateY(0);
}

.our-diff-side.back {
  transform: rotateY(180deg);
}

.our-diff-side img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.our-diff-overlay {
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  inset: 0;
}

.our-diff-hero-content {
  z-index: 3;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding-left: max(16px, min(3vw, 50px));
  padding-right: 20px;
  display: flex;
}

.our-diff-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  max-width: 100%;
  margin: 0 0 max(40px, min(6vw, 101px));
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(52px, min(7.6vw, 132px));
  font-weight: 700;
  font-stretch: condensed;
  line-height: .84;
}

.our-diff-text {
  letter-spacing: -.02em;
  color: #1a1a1a;
  max-width: 475px;
  margin-bottom: 40px;
  padding-left: 7px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: max(18px, min(1.8vw, 22px));
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.our-diff-actions {
  align-items: center;
  gap: 16px;
  display: flex;
}

.our-diff-btn {
  color: #fff;
  cursor: pointer;
  background: #1a1a1a;
  border: none;
  border-radius: 40px;
  padding: 12px 32px;
  font-family: Swiss721BT Regular, Swiss721BT, sans-serif;
  font-size: 1rem;
  transition: background .3s;
}

.our-diff-btn:hover {
  background: #333;
}

.our-diff-icon-btn {
  cursor: pointer;
  background: #1a1a1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background .3s;
  display: flex;
}

.our-diff-icon-btn:hover {
  background: #333;
}

@media (width <= 1024px) {
  .our-diff-hero {
    flex-direction: column;
    padding: 60px 5%;
  }

  .our-diff-hero-graphics {
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .our-diff-hero-circles {
    justify-content: center;
    gap: 20px;
    padding-right: 0;
  }

  .our-diff-flip-container {
    width: min(var(--our-diff-circle-size), 58vw);
  }

  .our-diff-orange-half {
    width: calc(min(var(--our-diff-circle-size), 58vw) / 2);
  }

  .our-diff-hero-content {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .our-diff-title {
    font-size: max(56px, min(14vw, 96px));
    line-height: .9;
  }

  .our-diff-text {
    margin: 0 auto 40px;
    padding-left: 0;
  }

  .our-diff-actions {
    justify-content: center;
  }
}

@media (width <= 767px) {
  .our-diff-hero {
    gap: 20px;
    padding: 24px 16px 20px;
    overflow: hidden;
  }

  .our-diff-hero-graphics {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .our-diff-flip-container {
    width: min(58vw, 220px);
    max-width: min(58vw, 220px);
    max-height: min(58vw, 220px);
  }

  .our-diff-orange-half {
    width: calc(min(58vw, 220px) / 2);
    max-width: calc(min(58vw, 220px) / 2);
    max-height: min(58vw, 220px);
    margin-left: -1px;
  }

  .our-diff-hero-content {
    text-align: left;
    align-items: flex-start;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .our-diff-title {
    margin-bottom: 18px;
    font-size: max(56px, min(18vw, 72px));
    line-height: .9;
  }

  .our-diff-text {
    max-width: 280px;
    margin: 0 0 18px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.05;
  }

  .our-diff-actions {
    justify-content: flex-start;
    gap: 12px;
  }

  .our-diff-btn {
    padding: 10px 18px;
    font-size: .875rem;
  }

  .our-diff-icon-btn {
    width: 36px;
    height: 36px;
  }
}

.audience-profiles-intro {
  text-align: center;
  max-width: var(--content-max-width, 1440px);
  margin: 0 auto;
  padding: 80px 40px 0;
}

.audience-profiles-intro-title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -.04em;
  margin: 0 0 30px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 64px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
}

.audience-profiles-intro-title span {
  color: #f78d57;
}

.audience-profiles-intro-desc {
  letter-spacing: -.02em;
  text-align: center;
  color: #333;
  max-width: 634px;
  margin: 0 auto;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.audience-profiles-intro .scroll-arrow-button {
  margin: 32px auto;
}

.scroll-arrow-button {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: border-color .3s;
  display: flex;
}

.scroll-arrow-button:hover {
  border-color: #1c1c1c;
}

.scroll-arrow-button svg {
  fill: none;
  stroke: #1c1c1c;
  stroke-width: 1.5px;
  width: 24px;
  height: 24px;
}

.audience-carousel-section {
  aspect-ratio: 16 / 7.5;
  border-radius: 30px;
  width: 100%;
  max-width: 1400px;
  min-height: 600px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.audience-carousel-bg {
  opacity: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-in-out, transform .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
}

.audience-carousel-bg.active {
  opacity: 1;
  z-index: 1;
  transition: opacity .5s ease-in-out, transform .3s ease-out;
  transform: scale(1.05);
}

.audience-overlay {
  box-sizing: border-box;
  z-index: 2;
  background: linear-gradient(#00000080 0%, #0003 50%, #0006 100%);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes contentFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.audience-overlay-content {
  flex-direction: column;
  flex: 1;
  animation: .6s ease-out forwards contentFadeIn;
  display: flex;
}

.audience-top-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.04em;
  margin: 20px 0 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 100px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
}

.audience-nav {
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.audience-nav-mobile {
  display: none;
}

.audience-nav-arrow {
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.audience-nav-arrow:hover {
  opacity: .7;
}

.audience-nav-side-container {
  pointer-events: auto;
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.audience-nav-left-container {
  align-items: flex-start;
}

.audience-nav-right-container {
  align-items: flex-end;
}

.audience-hint-pill {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -.02em;
  opacity: 0;
  visibility: hidden;
  background-color: #f78d57;
  border-radius: 20px;
  padding: 8px 16px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 100%;
  transition: opacity .3s, visibility .3s;
}

.audience-nav-left-container .audience-hint-pill {
  margin-left: 30px;
}

.audience-nav-right-container .audience-hint-pill {
  margin-right: 30px;
}

.audience-nav-side-container:hover .audience-hint-pill {
  opacity: 1;
  visibility: visible;
}

.audience-cards-container {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  display: flex;
}

.audience-info-card {
  color: #fff;
  backdrop-filter: blur(70px);
  background: #4444445c;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  flex: 1;
  padding: 20px 28px;
  transform: translateZ(0);
}

.audience-card-items-wrap {
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  display: flex;
}

.audience-card-heading {
  text-transform: uppercase;
  letter-spacing: -.02em;
  margin: 0 15px 0 0;
  font-family: Swiss721 BT, sans-serif;
  font-size: 32px;
  font-weight: 700;
  font-stretch: condensed;
}

.audience-pill {
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  display: flex;
  position: relative;
}

.audience-pill:before {
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  pointer-events: none;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: linear-gradient(90.59deg, #ffffff80 1.71%, #ffffff0d 32.88% 70.63%, #ffffff80 96.59%);
  padding: 1px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.audience-pill-dot {
  background-color: #f78d57;
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.audience-pill-text {
  letter-spacing: .02em;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

@media (width <= 1024px) {
  .audience-carousel-section {
    aspect-ratio: auto;
    height: auto;
    min-height: 800px;
  }

  .audience-cards-container {
    flex-direction: column;
  }

  .audience-top-title {
    font-size: 80px;
  }
}

@media (width <= 767px) {
  .audience-carousel-section {
    aspect-ratio: auto;
    border-radius: 30px;
    width: calc(100% - 24px);
    min-height: 760px;
    margin: 24px auto;
  }

  .audience-carousel-bg {
    background-position: top;
  }

  .audience-overlay {
    background: linear-gradient(#0006 0%, #0003 26%, #00000080 100%);
    justify-content: space-between;
    padding: 40px 16px 16px;
  }

  .audience-overlay-content {
    flex: none;
  }

  .audience-top-title {
    text-align: left;
    letter-spacing: -.05em;
    max-width: 260px;
    margin-top: 0;
    margin-left: 18px;
    font-size: 56px;
    line-height: .94;
  }

  .audience-nav--desktop, .audience-next-hint-pill {
    display: none;
  }

  .audience-cards-container {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: auto;
    padding: 0 0 12px;
  }

  .audience-info-card {
    backdrop-filter: blur(70px);
    background: linear-gradient(#5f768e85 0%, #3831367a 100%);
    border: 1px solid #ffffff2e;
    border-radius: 28px;
    padding: 16px 16px 18px;
    box-shadow: inset 0 1px #ffffff1f, 0 18px 28px #00000024;
  }

  .audience-card-items-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: flex;
  }

  .audience-card-heading {
    letter-spacing: -.03em;
    margin-right: 0;
    font-size: 24px;
    line-height: .98;
  }

  .audience-pill {
    backdrop-filter: blur(18px);
    background: #ffffff0a;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 10px 14px;
  }

  .audience-pill-text {
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
  }

  .audience-nav-mobile {
    background: #171717eb;
    border-radius: 999px;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    min-height: 56px;
    margin: 6px 0 0;
    padding: 0 14px;
    display: flex;
    box-shadow: 0 14px 24px #0000002e;
  }

  .audience-nav-mobile .audience-nav-arrow {
    border-radius: 50%;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .audience-nav-dots {
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .audience-nav-dot {
    cursor: pointer;
    background: #ffffff75;
    border: 0;
    border-radius: 999px;
    width: 8px;
    height: 8px;
    padding: 0;
    transition: width .18s, background-color .18s, opacity .18s;
  }

  .audience-nav-dot.is-active {
    background: #f78d57;
    width: 62px;
  }
}

.od-traveler-carousel-section {
  width: 100%;
  padding: 72px 0 48px;
  position: relative;
  overflow: hidden;
}

.od-traveler-preload {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.od-traveler-preload-video {
  width: 1px;
  height: 1px;
}

.od-traveler-carousel-bg .bg-video {
  filter: blur(34px) brightness(.34);
  transform: scale(1.16);
}

.od-traveler-carousel-shell {
  z-index: 1;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.od-traveler-carousel-stage {
  min-height: 820px;
  position: relative;
}

.od-traveler-carousel-track {
  perspective: 2200px;
  height: 100%;
  transform-style: preserve-3d;
  position: relative;
}

.od-traveler-card {
  will-change: transform, opacity, width, height;
  height: 632px;
  transform-style: preserve-3d;
  transition: width .9s cubic-bezier(.22, 1, .36, 1), height .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1), opacity .28s;
  position: absolute;
  top: 0;
  left: 50%;
}

.od-traveler-card--active {
  z-index: 4;
  opacity: 1;
  width: min(100vw - 360px, 1010px);
  transform: translate3d(-50%, 0, 0) rotateY(0) scale(1);
}

.od-traveler-card--entering-active {
  z-index: 5;
}

.od-traveler-card--leaving-active {
  z-index: 4;
}

.od-traveler-card-frame {
  filter: drop-shadow(0 32px 72px #00000061);
  height: 100%;
}

.od-traveler-card--prev, .od-traveler-card--next {
  opacity: .95;
  z-index: 2;
  width: min(21vw, 300px);
  height: 462px;
}

.od-traveler-card--prev {
  transform-origin: 0;
  transform: translate3d(calc(-50% - min(36vw, 560px)), 188px, -260px) rotateY(44deg) scale(.92);
}

.od-traveler-card--next {
  transform-origin: 100%;
  transform: translate3d(calc(-50% + min(36vw, 560px)), 188px, -260px) rotateY(-44deg) scale(.92);
}

.od-traveler-card--hidden {
  opacity: 0;
  pointer-events: none;
  width: min(21vw, 300px);
  height: 462px;
  transform: translate3d(-50%, 236px, -380px) scale(.82);
}

.od-traveler-card-surface {
  transition: opacity .42s, transform .7s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
}

.od-traveler-card-surface--frame {
  opacity: 0;
  pointer-events: none;
  transform: scale(.94);
}

.od-traveler-card-surface--preview {
  opacity: 0;
  pointer-events: none;
  transform: scale(1);
}

.od-traveler-card--active .od-traveler-card-surface--frame {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .14s;
  transform: scale(1);
}

.od-traveler-card--active .od-traveler-card-surface--preview {
  opacity: 0;
  transform: scale(1.05);
}

.od-traveler-card--prev .od-traveler-card-surface--preview, .od-traveler-card--next .od-traveler-card-surface--preview, .od-traveler-card--leaving-active .od-traveler-card-surface--preview {
  opacity: 1;
  transition-delay: .14s;
  transform: scale(1);
}

.od-traveler-card--prev .od-traveler-card-surface--frame, .od-traveler-card--next .od-traveler-card-surface--frame, .od-traveler-card--hidden .od-traveler-card-surface--frame, .od-traveler-card--leaving-active .od-traveler-card-surface--frame {
  opacity: 0;
  transform: scale(.88);
}

.od-traveler-card--hidden .od-traveler-card-surface--preview {
  opacity: 0;
  transform: scale(.9);
}

.od-traveler-card-kicker {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #e1eaf5e6;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(36px, min(4vw, 72px));
  line-height: .95;
  display: block;
}

.od-traveler-card-title {
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: #e1eaf5f0;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(56px, min(7vw, 106px));
  line-height: .92;
}

.od-traveler-card-media {
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.od-traveler-card-video-wrap, .od-traveler-preview-video {
  width: 100%;
  height: 100%;
  display: block;
}

.od-traveler-preview-video {
  object-fit: cover;
}

.od-traveler-card-video-wrap video {
  transform-origin: center;
  transform: scale(1.02);
}

.od-traveler-card-overlay {
  z-index: 4;
  width: calc(100% - 64px);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1296px) {
  .od-traveler-card-overlay {
    bottom: -20px;
  }
}

.od-traveler-badge-shell {
  isolation: isolate;
  width: 100%;
  min-height: 212px;
  position: relative;
}

.od-traveler-badge-shell:before {
  content: "";
  z-index: 0;
  backdrop-filter: blur(70px) saturate(155%);
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 936 226' preserveAspectRatio='none'><path fill='white' d='M40 97.9996C40 86.9539 48.9543 77.9996 60 77.9996H261C272.046 77.9996 281 69.0453 281 57.9996V40C281 28.9543 289.954 20 301 20H631C642.046 20 651 28.9543 651 40V57.9996C651 69.0453 659.954 77.9996 671 77.9996H876C887.046 77.9996 896 86.9539 896 97.9996V146C896 157.045 887.046 166 876 166H60C48.9543 166 40 157.045 40 146V97.9996Z'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 936 226' preserveAspectRatio='none'><path fill='white' d='M40 97.9996C40 86.9539 48.9543 77.9996 60 77.9996H261C272.046 77.9996 281 69.0453 281 57.9996V40C281 28.9543 289.954 20 301 20H631C642.046 20 651 28.9543 651 40V57.9996C651 69.0453 659.954 77.9996 671 77.9996H876C887.046 77.9996 896 86.9539 896 97.9996V146C896 157.045 887.046 166 876 166H60C48.9543 166 40 157.045 40 146V97.9996Z'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.od-traveler-badge-glass-svg {
  z-index: 1;
  pointer-events: none;
  opacity: .98;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.od-traveler-badge-stroke {
  fill: none;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}

.od-traveler-badge-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 76px 52px 26px;
  display: flex;
  position: relative;
}

.od-traveler-cta-row {
  z-index: 3;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}

.od-traveler-cta {
  -webkit-backdrop-filter: none;
  min-height: 58px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 0;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.od-traveler-cta-label {
  -webkit-backdrop-filter: blur(70px) saturate(150%);
  background: #181818b8;
  border-radius: 999px;
  align-items: center;
  min-height: 44px;
  padding: 0 38px;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff1f, 0 8px 20px #0000001f;
}

.od-traveler-cta:focus-visible {
  outline-offset: 6px;
  border-radius: 999px;
  outline: 2px solid #ffffffe6;
}

.od-traveler-cta-icon {
  -webkit-backdrop-filter: blur(70px) saturate(150%);
  background: #181818b8;
  border-radius: 50%;
  flex: 0 0 44px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff1f, 0 8px 20px #0000001f;
}

.od-traveler-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  padding: 0;
  display: grid;
}

.od-traveler-point {
  color: #fff;
  text-shadow: 0 1px 1px #0000001f;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  font-size: 20px;
  line-height: 1.12;
  display: flex;
}

.od-traveler-point > span:last-child {
  align-items: center;
  min-height: 100%;
  display: flex;
}

.od-traveler-point-dot {
  background: #ff975e;
  border-radius: 50%;
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-top: 5px;
  box-shadow: 0 0 0 4px #ff975e24;
}

.od-traveler-card-media--preview {
  border-radius: 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 48px #0000004d;
}

.od-traveler-preview-fade {
  background: linear-gradient(90deg, #ffffff38 0%, #ffffff05 18%, #fff0 70%);
  position: absolute;
  inset: 0;
}

.od-traveler-carousel-arrow {
  z-index: 5;
  cursor: pointer;
  color: #fff;
  background: #171717;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  transition: all .3s cubic-bezier(.25, 1, .5, 1);
  display: inline-flex;
  position: absolute;
  top: 387px;
}

.od-traveler-carousel-arrow:hover {
  color: #111;
  background: #ff975e;
  transform: scale(1.08);
}

.od-traveler-carousel-arrow--prev {
  left: 0;
}

.od-traveler-carousel-arrow--next {
  right: 0;
}

.od-traveler-mobile-nav {
  display: none;
}

.od-traveler-dots {
  background: #161616db;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 18px auto 0;
  padding: 10px 14px;
  display: flex;
}

.od-traveler-dot {
  cursor: pointer;
  background: #fff6;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.od-traveler-dot.is-active {
  background: #ff975e;
  border-radius: 999px;
  width: 42px;
}

@media (width <= 1200px) {
  .od-traveler-carousel-stage {
    min-height: 760px;
  }

  .od-traveler-card--active {
    width: min(100vw - 280px, 920px);
    height: min(62.5vw - 175px, 575px);
  }

  .od-traveler-card--prev, .od-traveler-card--next {
    width: 250px;
    height: 420px;
  }

  .od-traveler-card--prev {
    transform: translate3d(calc(-50% - min(35vw, 470px)), 160px, -240px) rotateY(42deg) scale(.92);
  }

  .od-traveler-card--next {
    transform: translate3d(calc(-50% + min(35vw, 470px)), 160px, -240px) rotateY(-42deg) scale(.92);
  }

  .od-traveler-point {
    font-size: 18px;
  }
}

@media (width <= 1024px) {
  .od-traveler-carousel-section {
    padding: 56px 0 36px;
  }

  .od-traveler-carousel-stage {
    min-height: max(560px, min(72vw, 680px));
  }

  .od-traveler-carousel-arrow {
    width: 64px;
    height: 64px;
    top: 260px;
  }

  .od-traveler-card--prev, .od-traveler-card--next {
    width: 180px;
    height: 320px;
  }

  .od-traveler-card--active {
    width: min(100vw - 180px, 760px);
    height: min(62.5vw - 112.5px, 475px);
  }

  .od-traveler-card--prev {
    transform: translate3d(calc(-50% - min(34vw, 360px)), 140px, -220px) rotateY(38deg) scale(.9);
  }

  .od-traveler-card--next {
    transform: translate3d(calc(-50% + min(34vw, 360px)), 140px, -220px) rotateY(-38deg) scale(.9);
  }

  .od-traveler-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .od-traveler-carousel-section {
    --od-traveler-mobile-nav-offset: 28px;
    --od-traveler-mobile-nav-width: min(calc(100% - 88px), 720px);
    padding: 18px 0 22px;
  }

  .od-traveler-carousel-shell {
    padding: 0 22px;
  }

  .od-traveler-carousel-stage {
    min-height: auto;
    padding-top: 0;
  }

  .od-traveler-card--prev, .od-traveler-card--next {
    display: none;
  }

  .od-traveler-card--active {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    transform: none;
  }

  .od-traveler-card {
    height: auto;
    left: auto;
  }

  .od-traveler-card-surface {
    position: relative;
  }

  .od-traveler-card-surface--preview, .od-traveler-card--hidden, .od-traveler-carousel-stage > .od-traveler-carousel-arrow {
    display: none;
  }

  .od-traveler-card--active .od-traveler-card-surface--frame {
    opacity: 1;
    transform: none;
  }

  .od-traveler-card-overlay {
    align-items: stretch;
    width: calc(100% - 24px);
    display: flex;
    top: 0;
    bottom: 0;
  }

  .od-traveler-badge-shell {
    width: 100%;
    min-height: 100%;
  }

  .od-traveler-badge-shell:before, .od-traveler-badge-glass-svg {
    display: none;
  }

  .od-traveler-badge-content {
    flex-direction: column-reverse;
    justify-content: space-between;
    min-height: 100%;
    padding: 152px 34px 104px;
    display: flex;
  }

  .od-traveler-cta-row {
    justify-content: center;
    width: auto;
    max-width: calc(100% - 48px);
    display: flex;
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .od-traveler-points {
    flex-direction: column;
    gap: 10px;
    padding: 0;
    display: flex;
  }

  .od-traveler-point {
    backdrop-filter: blur(70px) saturate(140%);
    border-radius: 22px;
    gap: 12px;
    min-height: 74px;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.16;
    box-shadow: inset 0 1px #ffffff1f;
  }

  .od-traveler-cta {
    justify-content: space-between;
    gap: 12px;
    width: auto;
    min-width: 300px;
    max-width: 100%;
    min-height: 54px;
    padding: 0;
    font-size: 16px;
  }

  .od-traveler-cta-label {
    max-width: 100%;
    min-height: 54px;
    padding: 0 28px;
  }

  .od-traveler-cta-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .od-traveler-mobile-nav {
    left: 50%;
    bottom: var(--od-traveler-mobile-nav-offset);
    width: var(--od-traveler-mobile-nav-width);
    z-index: 6;
    background: #161616eb;
    border-radius: 999px;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    max-width: calc(100% - 24px);
    min-height: 54px;
    padding: 0 14px;
    display: flex;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 12px 22px #0000003d;
  }

  .od-traveler-mobile-nav .od-traveler-dots {
    width: auto;
    min-height: 54px;
    box-shadow: none;
    background: none;
    flex: 1;
    margin: 0;
    padding: 0;
  }

  .od-traveler-mobile-nav .od-traveler-carousel-arrow {
    color: #fff;
    z-index: auto;
    background: none;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    transition: color .3s, transform .3s;
    position: static;
  }

  .od-traveler-mobile-nav .od-traveler-carousel-arrow:hover {
    color: #ff975e;
    background: none;
    transform: scale(1.1);
  }
}

@media (width <= 768px) {
  .od-traveler-carousel-section {
    --od-traveler-mobile-nav-offset: 96px;
    --od-traveler-mobile-nav-width: calc(100% - 52px);
    padding: 12px 0 18px;
  }

  .od-traveler-carousel-shell {
    padding: 0 12px;
  }

  .od-traveler-card-overlay {
    width: calc(100% - 12px);
  }

  .od-traveler-badge-content {
    padding: 176px 24px 190px;
  }

  .od-traveler-cta-row {
    max-width: calc(100% - 28px);
    bottom: 34px;
  }

  .od-traveler-cta {
    gap: 10px;
    min-width: 270px;
  }

  .od-traveler-cta-label {
    padding: 0 22px;
  }

  .od-traveler-point {
    min-height: 82px;
    padding: 16px 18px;
  }

  .od-traveler-mobile-nav {
    max-width: calc(100% - 100px);
    min-height: 52px;
    padding: 0 12px;
  }

  .od-traveler-mobile-nav .od-traveler-carousel-arrow {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}

@media (width <= 700px) {
  .od-traveler-carousel-section {
    --od-traveler-mobile-nav-offset: 96px;
    --od-traveler-mobile-nav-width: calc(100% - 72px);
  }

  .od-traveler-mobile-nav {
    max-width: calc(100% - 100px);
    padding: 0 10px;
  }

  .od-traveler-mobile-nav .od-traveler-dots {
    gap: 9px;
  }

  .od-traveler-cta-row {
    bottom: 42px;
  }
}

.od-reach-section {
  max-width: var(--content-max-width, 1440px);
  grid-template-columns: minmax(320px, 1.02fr) minmax(440px, 680px);
  align-items: start;
  gap: max(40px, min(6vw, 120px));
  margin: 0 auto;
  padding: 88px 40px 120px;
  display: grid;
}

.od-reach-intro {
  max-width: 660px;
}

.od-reach-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(56px, min(5.5vw, 76px));
  line-height: .94;
}

.od-reach-title-primary, .od-reach-title-accent {
  display: inline;
}

.od-reach-title-accent {
  color: #ff9054;
}

.od-reach-description {
  letter-spacing: -.03em;
  color: #1f1f1f;
  max-width: 640px;
  margin: 28px 0 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: max(22px, min(2vw, 26px));
  line-height: 1.08;
}

.od-reach-accordion {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.od-reach-card {
  border-radius: 28px;
  padding: 26px 28px;
  transition: padding .32s cubic-bezier(.22, 1, .36, 1), transform .32s cubic-bezier(.22, 1, .36, 1), box-shadow .32s;
  transform: translateY(0);
  box-shadow: 0 0 #0000;
}

.od-reach-card.is-expanded {
  padding-bottom: 24px;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px #17171714;
}

.od-reach-card--orange {
  color: #171717;
  background: #ff9560;
}

.od-reach-card--blue {
  color: #171717;
  background: #30a7df;
}

.od-reach-card--dark {
  color: #fff;
  background: #171717;
}

.od-reach-card--light {
  color: #171717;
  background: #fbfaf7;
  box-shadow: 0 1px #1717170a;
}

.od-reach-card-trigger {
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 0;
  display: flex;
}

.od-reach-card-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  flex: 1;
  min-width: 0;
  max-width: 88%;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(36px, min(3.2vw, 54px));
  line-height: .96;
}

.od-reach-card-icon {
  background: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), background-color .32s, box-shadow .32s;
  display: inline-flex;
}

.od-reach-card-icon.is-dark {
  background: #171717;
}

.od-reach-card.is-expanded .od-reach-card-icon {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 10px 20px #1717171f;
}

.od-reach-card-content {
  opacity: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows .36s cubic-bezier(.22, 1, .36, 1), opacity .22s;
  display: grid;
}

.od-reach-card-content.is-expanded {
  opacity: 1;
  grid-template-rows: 1fr;
}

.od-reach-card-content-inner {
  overflow: hidden;
}

.od-reach-card-description {
  letter-spacing: -.03em;
  max-width: 92%;
  color: inherit;
  opacity: 0;
  margin: 56px 0 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: max(20px, min(1.65vw, 25px));
  line-height: 1.12;
  transition: opacity .22s, transform .36s cubic-bezier(.22, 1, .36, 1);
  transform: translateY(-12px);
}

.od-reach-card-content.is-expanded .od-reach-card-description {
  opacity: 1;
  transform: translateY(0);
}

@media (width <= 1180px) {
  .od-reach-section {
    grid-template-columns: minmax(280px, 1fr) minmax(380px, 620px);
    gap: 40px;
    padding: 72px 28px 96px;
  }

  .od-reach-card-title {
    font-size: max(32px, min(3vw, 46px));
  }

  .od-reach-card-description {
    max-width: 100%;
  }
}

@media (width <= 767px) {
  .od-reach-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 20px 72px;
  }

  .od-reach-intro {
    max-width: none;
  }

  .od-reach-title {
    font-size: max(54px, min(15vw, 76px));
    line-height: .92;
  }

  .od-reach-title-primary, .od-reach-title-accent {
    display: block;
  }

  .od-reach-description {
    max-width: 420px;
    margin-top: 26px;
    font-size: 24px;
    line-height: 1.06;
  }

  .od-reach-accordion {
    gap: 14px;
  }

  .od-reach-card {
    border-radius: 30px;
    padding: 20px 20px 22px;
  }

  .od-reach-card.is-expanded {
    padding-bottom: 28px;
  }

  .od-reach-card-title {
    max-width: calc(100% - 76px);
    font-size: max(30px, min(8.8vw, 44px));
    line-height: .96;
  }

  .od-reach-card-icon {
    width: 62px;
    height: 62px;
  }

  .od-reach-card-description {
    max-width: 100%;
    margin-top: 88px;
    font-size: 20px;
    line-height: 1.14;
  }
}

.od-bonvoy-section {
  padding: 0 20px 120px;
}

.od-bonvoy-shell {
  max-width: var(--content-max-width, 1440px);
  background: #fbfaf7;
  border-radius: 40px;
  margin: 0 auto;
  padding: 48px 18px 56px;
}

.od-bonvoy-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px 24px;
  display: flex;
}

.od-bonvoy-title {
  letter-spacing: -.045em;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(52px, min(5.4vw, 72px));
  line-height: .95;
}

.od-bonvoy-title-main, .od-bonvoy-title-accent {
  display: inline;
}

.od-bonvoy-title-accent {
  color: #ff955f;
  margin-left: .15em;
}

.od-bonvoy-header-copy {
  letter-spacing: -.025em;
  color: #232323;
  max-width: 720px;
  margin: 18px auto 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 21px;
  line-height: 1.14;
}

.od-bonvoy-scroll {
  color: #171717;
  cursor: pointer;
  background: none;
  border: 1px solid #1717173d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: 24px;
  transition: transform .22s, border-color .22s, background-color .22s;
  display: inline-flex;
}

.od-bonvoy-scroll:hover {
  background: #ffffffad;
  border-color: #1717177a;
  transform: translateY(2px);
}

.od-bonvoy-feature-grid {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.od-bonvoy-feature {
  border-radius: 22px;
  grid-template-columns: 1fr 574px;
  gap: 28px;
  padding: 18px 22px;
  display: grid;
}

.od-bonvoy-feature--orange {
  background: #ff9560;
}

.od-bonvoy-feature--blue {
  background: #31a8df;
}

.od-bonvoy-feature-copy {
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  min-height: 284px;
  padding: 8px 6px 10px;
  display: flex;
}

.od-bonvoy-feature-title {
  max-width: 420px;
  letter-spacing: -4%;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(50px, min(4.1vw, 68px));
  line-height: 1.2;
}

.od-bonvoy-feature-description {
  letter-spacing: -.02em;
  color: #171717;
  max-width: 430px;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 18px;
  line-height: 1.08;
}

.od-bonvoy-feature-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
  display: grid;
}

.od-bonvoy-tile {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.od-bonvoy-tile--stat {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  padding: 14px 18px;
  display: flex;
}

.od-bonvoy-tile--stat.is-tall, .od-bonvoy-tile--image.is-tall {
  min-height: 148px;
}

.od-bonvoy-tile--stat.is-dark {
  color: #fff;
  background: #171717;
}

.od-bonvoy-tile--stat.is-light {
  color: #171717;
  background: #fff;
}

.od-bonvoy-tile-value {
  letter-spacing: -.02em;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.od-bonvoy-tile-label {
  letter-spacing: -.02em;
  margin-top: 4px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.od-bonvoy-tile--image {
  min-height: 88px;
}

.od-bonvoy-tile--image.is-wide {
  grid-column: 1 / -1;
}

.od-bonvoy-tile--overlay {
  grid-column: 1 / -1;
  min-height: 110px;
}

.od-bonvoy-tile--overlay.is-wide {
  min-height: 204px;
}

.od-bonvoy-tile-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.od-bonvoy-tile-image.is-top {
  object-position: center 24%;
}

.od-bonvoy-tile-image.is-crop-right {
  object-position: 72% center;
}

.od-bonvoy-overlay-card {
  color: #fff;
  backdrop-filter: blur(30px);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  padding: 8px 35px 18px 27px;
  display: flex;
  position: absolute;
  inset: 31px auto auto 48px;
}

.od-bonvoy-overlay-value {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.od-bonvoy-overlay-label, .od-bonvoy-overlay-detail {
  letter-spacing: -.005em;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.od-bonvoy-brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
  display: grid;
}

.od-bonvoy-brand-card {
  text-align: center;
  background: #fff;
  border: 1px solid #1717171f;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px 16px;
  display: flex;
}

.od-bonvoy-brand-title {
  color: #171717;
  margin: 0;
  font-family: Swiss721BT Bold, sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.od-bonvoy-brand-description {
  color: #171717a8;
  min-height: 42px;
  margin: 8px 0 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 11px;
  line-height: 1.25;
}

.od-bonvoy-brand-logos {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 4px;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.od-bonvoy-brand-logo {
  filter: grayscale() opacity(.58);
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.od-bonvoy-brand-logo svg {
  max-width: 100%;
  height: auto;
}

@media (width <= 1180px) {
  .od-bonvoy-shell {
    padding: 40px 16px 48px;
  }

  .od-bonvoy-feature {
    grid-template-columns: 1fr;
  }

  .od-bonvoy-feature-copy {
    min-height: 0;
  }

  .od-bonvoy-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 767px) {
  .od-bonvoy-section {
    padding: 0 0 88px;
  }

  .od-bonvoy-shell {
    border-radius: 32px;
    padding: 24px 10px 42px;
  }

  .od-bonvoy-header {
    padding: 4px 10px 18px;
  }

  .od-bonvoy-title {
    font-size: max(42px, min(13vw, 62px));
    line-height: .94;
  }

  .od-bonvoy-title-main, .od-bonvoy-title-accent {
    display: inline;
  }

  .od-bonvoy-header-copy {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.08;
  }

  .od-bonvoy-scroll {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }

  .od-bonvoy-feature {
    border-radius: 22px;
    gap: 18px;
    padding: 18px 10px 12px;
  }

  .od-bonvoy-feature-copy {
    gap: 18px;
    padding: 0 8px;
  }

  .od-bonvoy-feature-title {
    max-width: none;
    font-size: max(34px, min(8.6vw, 48px));
    line-height: .94;
  }

  .od-bonvoy-feature-description {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.08;
  }

  .od-bonvoy-feature-mosaic {
    gap: 6px;
  }

  .od-bonvoy-tile, .od-bonvoy-overlay-card {
    border-radius: 12px;
  }

  .od-bonvoy-tile--stat, .od-bonvoy-tile--image {
    min-height: 58px;
  }

  .od-bonvoy-tile--stat.is-tall, .od-bonvoy-tile--image.is-tall {
    min-height: 82px;
  }

  .od-bonvoy-tile--overlay {
    min-height: 74px;
  }

  .od-bonvoy-tile--overlay.is-wide {
    min-height: 104px;
  }

  .od-bonvoy-tile--stat {
    padding: 10px 12px;
  }

  .od-bonvoy-tile-value, .od-bonvoy-overlay-value {
    font-size: max(24px, min(7.5vw, 40px));
  }

  .od-bonvoy-tile-label, .od-bonvoy-overlay-label, .od-bonvoy-overlay-detail {
    font-size: 10px;
    line-height: 1.05;
  }

  .od-bonvoy-overlay-card {
    min-width: 305px;
    min-height: 58px;
    padding: 6px 35px 18px 27px;
    inset: 6px auto auto 6px;
  }

  .od-bonvoy-brand-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .od-bonvoy-brand-card {
    border-radius: 18px;
    padding: 16px 14px 18px;
  }

  .od-bonvoy-brand-title {
    font-size: 16px;
  }

  .od-bonvoy-brand-description {
    min-height: 0;
    font-size: 11px;
  }
}

.od-international-section {
  padding: 0 20px 120px;
}

.od-international-shell {
  max-width: var(--content-max-width, 1440px);
  margin: 0 auto;
}

.od-international-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 34px;
  display: flex;
}

.od-international-title {
  letter-spacing: -.045em;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(50px, min(4.7vw, 68px));
  line-height: .95;
}

.od-international-copy {
  max-width: 1105px;
  letter-spacing: -2%;
  color: #232323;
  margin: 28px auto 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: max(24px, min(2.3vw, 40px));
  line-height: 1.08;
}

.od-international-highlight {
  background: #cfeeff;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-left: 6px;
  padding: 4px 14px 6px 10px;
  display: inline-flex;
}

.od-international-highlight-icon {
  color: #fff;
  background: #2ea7df;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.od-international-card {
  border-radius: 22px;
  min-height: 510px;
  position: relative;
  overflow: hidden;
}

.od-international-card-image {
  object-fit: cover;
  object-position: center center;
  filter: brightness(.65);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.od-international-card:after {
  content: "";
  background: linear-gradient(#1717171a 0% 100%);
  position: absolute;
  inset: 0;
}

.od-international-card-overlay {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  min-height: 510px;
  padding: 52px 32px 54px;
  display: flex;
  position: relative;
}

.od-international-card-title {
  letter-spacing: -4%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-wrap: balance;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(54px, min(5vw, 64px));
  line-height: 1.2;
}

.od-international-actions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.od-international-button, .od-international-icon-button {
  text-decoration: none;
}

.od-international-button {
  color: #171717;
  min-height: 52px;
  letter-spacing: -2%;
  background: #ff9662;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
}

.od-international-icon-button {
  color: #171717;
  background: #ff955f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: inline-flex;
}

@media (width <= 767px) {
  .od-international-section {
    padding: 0 16px 88px;
  }

  .od-international-header {
    padding: 6px 8px 26px;
  }

  .od-international-title {
    font-size: max(38px, min(10.5vw, 54px));
  }

  .od-international-copy {
    max-width: 340px;
    font-size: 18px;
    line-height: 1.14;
  }

  .od-international-highlight {
    margin-top: 6px;
    margin-left: 0;
    padding: 4px 12px 5px 8px;
    display: inline-flex;
  }

  .od-international-highlight-icon {
    width: 24px;
    height: 24px;
  }

  .od-international-card, .od-international-card-overlay {
    min-height: 322px;
  }

  .od-international-card-overlay {
    gap: 18px;
    padding: 32px 20px 28px;
  }

  .od-international-card-title {
    font-size: max(34px, min(9vw, 48px));
    line-height: .96;
  }

  .od-international-actions {
    gap: 10px;
  }

  .od-international-button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .od-international-icon-button {
    width: 44px;
    height: 44px;
  }
}

.insights-page {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  min-height: 60vh;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
}

.insights-page .placeholder-content h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.contact-page {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  min-height: 60vh;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
}

.contact-page .placeholder-content h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.redesign-footer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 160px;
  display: flex;
}

.redesign-footer .footer-logo {
  text-align: center;
  width: 100%;
  padding: 0 24px;
}

.redesign-footer .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.redesign-footer .footer-content {
  color: #fff;
  text-align: center;
  z-index: 1;
  background-color: #181818;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  margin-top: -5px;
  padding: 80px 20px 40px;
  position: relative;
}

.footer-directory {
  text-align: left;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 60px;
  display: flex;
}

.footer-directory-column {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.footer-directory-title {
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: -.02em;
  vertical-align: bottom;
  margin: 0;
  font-family: Swiss721 BT, Swiss721BT, Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.footer-directory-list {
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-directory-list a {
  color: #fff;
  letter-spacing: -.02em;
  vertical-align: bottom;
  font-family: Swiss721 BT, Swiss721BT, Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.footer-directory-list a:hover {
  color: #ff9662;
  text-decoration: none;
}

.footer-social {
  margin-bottom: 60px;
}

.linkedin-btn {
  color: #fff;
  letter-spacing: -.02em;
  vertical-align: bottom;
  background-color: #4a4a4a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  font-family: Swiss721 BT, Swiss721BT, Swiss721BT Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.linkedin-btn:hover {
  color: #fff;
  background-color: #5a5a5a;
  text-decoration: none;
}

.linkedin-icon {
  width: 28px;
  height: 28px;
}

.footer-divider {
  background-color: #333;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 0 auto 30px;
}

.redesign-footer .footer-copyright {
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.redesign-footer .footer-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  list-style-type: none;
  display: flex;
}

.redesign-footer .footer-link {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.redesign-footer .footer-link a {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.redesign-footer .footer-link a:hover, .redesign-footer .footer-link:hover {
  text-decoration: underline;
}

.redesign-footer .footer-link-separator:after {
  content: "›";
  color: #fff;
  margin: 0 8px;
}

.redesign-footer .privacy-choices-img {
  vertical-align: middle;
  width: 29px;
  height: 14px;
  margin-right: 4px;
}

@media (width <= 900px) {
  .footer-directory {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
    padding: 0 1rem;
  }

  .footer-directory-column {
    min-width: 40%;
  }
}

@media (width <= 768px) {
  .redesign-footer .footer-logo img {
    width: 100%;
  }

  .redesign-footer .footer-links {
    flex-direction: column;
    gap: 10px;
  }

  .redesign-footer .footer-link-separator:after {
    display: none;
  }

  .redesign-footer {
    margin-top: 80px;
  }

  .footer-directory {
    flex-direction: column;
    gap: 2rem;
  }
}

.app-layout {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.app-main-content {
  flex: 1;
  width: 100%;
}

.marriott-digital-hero {
  max-width: var(--content-max-width);
  gap: 12px;
  margin: 0 auto;
  padding: 20px 20px 80px;
  font-family: Swiss721BT Regular, sans-serif;
  display: flex;
}

.md-hero-left, .md-hero-right {
  border-radius: 20px;
  height: 462px;
  position: relative;
  overflow: hidden;
}

.md-hero-left {
  width: 100%;
}

.md-hero-right {
  width: 100%;
  max-width: 380px;
}

.md-hero-image {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
  display: block;
}

.md-hero-left-overlay {
  align-items: flex-start;
  padding: 26px 24px;
  display: flex;
  position: absolute;
  inset: 0;
}

.md-hero-left-title {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: uppercase;
  backdrop-filter: blur(25px);
  background: radial-gradient(70.68% 84.88% at 79.83% 64.38%, #0000006b 13.21%, #00000012 100%);
  border: 1px solid #fff9;
  border-radius: 24px;
  margin: 0;
  padding: 26px 29px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: .92;
}

.md-hero-subtitle {
  letter-spacing: -.04em;
  font-size: 80px;
  line-height: .92;
  display: block;
}

.md-hero-right-overlay {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 12px;
  right: 12px;
}

.md-hero-badge-pill {
  color: #1a1a1a;
  letter-spacing: -.02em;
  background-color: #29abe2;
  border-radius: 20px;
  gap: 12px;
  padding: 16px 24px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
}

.md-hero-badge-dot {
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}

@media (width <= 1200px) {
  .md-hero-subtitle {
    font-size: 28px;
  }

  .md-hero-badge-pill {
    font-size: 16px;
  }
}

@media (width <= 768px) {
  .marriott-digital-hero {
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 40px;
  }

  .md-hero-left, .md-hero-right {
    max-width: 100%;
    min-height: 300px;
  }

  .md-hero-left-overlay, .md-hero-right-overlay {
    padding: 20px;
  }

  .md-hero-subtitle {
    margin-top: 12px;
    font-size: 20px;
  }

  .md-hero-badge-pill {
    max-width: 90%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .md-hero-right-overlay {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

.op-experience-section {
  margin-top: 70px;
  padding: 4px 8px 108px;
}

.op-experience-shell {
  max-width: 1520px;
  margin: 0 auto;
}

.op-experience-intro .redesign-intro {
  max-width: 980px;
  padding: 8px 20px 70px;
}

.op-experience-intro .op-experience-pill {
  color: #171717;
  background: #e7f8ff;
  border-radius: 999px;
  gap: 14px;
  margin-left: 12px;
  padding: 10px 22px 10px 14px;
  font-size: max(18px, min(2vw, 30px));
  line-height: 1;
}

.op-experience-pill__icon {
  color: #fff;
  background: #2da8df;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #ffffff38;
}

.op-experience-pill__icon svg {
  width: 18px;
  height: 18px;
}

.op-experience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.op-card {
  border-radius: 26px;
  min-height: 496px;
  position: relative;
  overflow: hidden;
}

.op-card__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.op-card__overlay {
  color: #fff;
  backdrop-filter: blur(70px);
  border-radius: 24px;
  padding: 22px 28px 18px;
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 112px;
}

.op-card__overlay--warm {
  background: linear-gradient(#ad8c71b8, #b4a08f8f);
}

.op-card__overlay--charcoal {
  background: linear-gradient(#493f3dcc, #5c565494);
}

.op-card__overlay--mist {
  background: linear-gradient(#aaaaaab8, #c2c2c270);
}

.op-card__title {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: max(30px, min(3vw, 38px));
  line-height: .92;
}

.op-card__description {
  letter-spacing: -.03em;
  max-width: 290px;
  margin: 14px 0 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: max(16px, min(1.4vw, 22px));
  line-height: 1.14;
}

.op-card__arrow {
  color: #171717;
  background: #f8f7f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: background-color .18s, transform .18s;
  display: inline-flex;
  position: absolute;
  bottom: 28px;
  right: 28px;
}

.op-card__arrow svg {
  width: 28px;
  height: 28px;
}

.op-card__arrow:hover, .op-card__arrow:focus-visible {
  background: #ff985d;
  transform: translateY(-1px);
}

@media (width <= 1200px) {
  .op-card {
    min-height: 430px;
  }

  .op-card__overlay {
    padding: 18px 22px 16px;
    bottom: 20px;
    left: 20px;
    right: 98px;
  }

  .op-card__arrow {
    width: 64px;
    height: 64px;
    bottom: 20px;
    right: 20px;
  }
}

@media (width <= 992px) {
  .op-experience-section {
    padding: 0 16px 88px;
  }

  .op-experience-intro .redesign-intro {
    padding: 0 12px 48px;
  }

  .op-experience-grid {
    grid-template-columns: 1fr;
  }
}

@media (width <= 768px) {
  .op-experience-intro .redesign-intro h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .op-experience-intro .op-experience-pill {
    margin-top: 12px;
    margin-left: 0;
    padding: 8px 16px 8px 12px;
    font-size: 18px;
    display: inline-flex;
  }

  .op-experience-pill__icon {
    width: 34px;
    height: 34px;
  }

  .op-experience-pill__icon svg {
    width: 12px;
    height: 12px;
  }

  .op-card {
    min-height: 380px;
  }

  .op-card__overlay {
    right: 84px;
  }

  .op-card__description {
    max-width: none;
  }

  .op-card__arrow {
    width: 58px;
    height: 58px;
  }
}

@media (width <= 576px) {
  .op-experience-section {
    padding: 0 10px 64px;
  }

  .op-experience-intro .redesign-intro {
    padding: 0 4px 36px;
  }

  .op-card {
    border-radius: 20px;
    min-height: 330px;
  }

  .op-card__overlay {
    border-radius: 18px;
    padding: 14px 16px;
    bottom: 14px;
    left: 14px;
    right: 76px;
  }

  .op-card__title {
    font-size: 26px;
  }

  .op-card__description {
    margin-top: 10px;
    font-size: 15px;
  }

  .op-card__arrow {
    width: 52px;
    height: 52px;
    bottom: 14px;
    right: 14px;
  }

  .op-card__arrow svg {
    width: 22px;
    height: 22px;
  }
}

.curved-cutout-media {
  background: #111;
  width: 100%;
  min-height: max(320px, min(46vw, 920px));
  display: block;
  position: relative;
  overflow: hidden;
}

.curved-cutout-media__mask {
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.curved-cutout-media__mask-top {
  flex: 1;
}

.curved-cutout-media__mask-svg {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(2px);
}

.curved-cutout-media__mask-svg path {
  fill: #f9f6f4;
}

.curved-cutout-media__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (width <= 768px) {
  .curved-cutout-media {
    min-height: 240px;
  }
}

.op-guestroom-section {
  background: none;
  padding: 0 0 120px;
  position: relative;
}

.op-guestroom-shell {
  width: 100%;
  position: relative;
}

.op-guestroom-media {
  width: 100vw;
  box-shadow: none;
  margin-left: calc(50% - 50vw);
}

.op-guestroom-overlay {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.op-guestroom-large-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(80px, min(14vw, 200px));
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 9.3%;
  left: 50%;
  transform: translateX(-50%);
}

.op-guestroom-tv-wrapper {
  z-index: 2;
  aspect-ratio: 221 / 135;
  background: #000;
  align-items: end;
  width: 35%;
  display: flex;
  position: absolute;
  top: 24.5%;
  left: 50.6%;
  transform: translateX(-50%);
}

.op-guestroom-tv-image {
  aspect-ratio: 218 / 122;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.op-guestroom-card {
  color: #fff;
  backdrop-filter: blur(40px);
  pointer-events: auto;
  z-index: 3;
  background: linear-gradient(135deg, #50505066 0%, #141414cc 100%);
  border: 1px solid #ffffff4d;
  border-radius: 28px;
  max-width: min(580px, 100vw - 40px);
  padding: max(28px, min(3.5vw, 54px)) max(28px, min(4vw, 64px));
  position: absolute;
  bottom: max(60px, min(12vw, 200px));
  left: max(20px, min(8vw, 180px));
  box-shadow: 0 28px 80px #00000080;
}

.op-guestroom-card-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(32px, min(4vw, 42px));
  font-weight: 700;
  line-height: 1.1;
}

.op-guestroom-copy {
  letter-spacing: -.02em;
  margin: max(16px, min(1.5vw, 24px)) 0 0;
  font-family: Swiss721BT Regular, Swiss721 BT, sans-serif;
  font-size: max(16px, min(1.8vw, 22px));
  line-height: 1.35;
}

.op-guestroom-arrow {
  color: #fff;
  pointer-events: auto;
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: max(16px, min(2.5vw, 24px));
  left: 50%;
  transform: translateX(-50%);
}

.op-guestroom-arrow svg {
  width: max(24px, min(3.5vw, 42px));
  height: max(24px, min(3.5vw, 42px));
}

@media (width <= 992px) {
  .op-guestroom-section {
    padding-bottom: 96px;
  }
}

@media (width <= 900px) {
  .op-guestroom-media {
    min-height: 800px;
  }

  .op-guestroom-tv-wrapper {
    width: 65%;
    top: 18%;
  }

  .op-guestroom-card {
    bottom: 10%;
  }
}

@media (width <= 768px) {
  .op-guestroom-media {
    min-height: 750px;
  }

  .op-guestroom-tv-wrapper {
    width: 80%;
    top: 15%;
  }

  .op-guestroom-card {
    bottom: 5%;
  }
}

@media (width <= 576px) {
  .op-guestroom-section {
    padding-bottom: 72px;
  }

  .op-guestroom-large-title {
    top: 5%;
  }
}

.op-arriveportal-section {
  background: none;
  padding: 0 0 120px;
  position: relative;
}

.op-arriveportal-shell {
  aspect-ratio: 1441 / 658;
  width: 100%;
  position: relative;
}

.op-arriveportal-media {
  width: 100vw;
  box-shadow: none;
  height: 100%;
  margin-left: calc(50% - 50vw);
}

.op-arriveportal-overlay {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.op-arriveportal-title-layer {
  z-index: 1;
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1441' height='658' viewBox='0 0 1441 658' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H1441V658H0V0ZM881 157.5L856 429.5L856 921H1302V538.5L1359.5 250.5C1359.34 240.972 1356.82 236.814 1347 232L894 149C886.421 149.242 883.771 151.345 881 157.5Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='1441' height='658' viewBox='0 0 1441 658' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H1441V658H0V0ZM881 157.5L856 429.5L856 921H1302V538.5L1359.5 250.5C1359.34 240.972 1356.82 236.814 1347 232L894 149C886.421 149.242 883.771 151.345 881 157.5Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100vw 100%;
  mask-size: 100vw 100%;
}

.op-arriveportal-large-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(80px, min(14vw, 200px));
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.op-arriveportal-card {
  color: #fff;
  backdrop-filter: blur(40px);
  pointer-events: auto;
  z-index: 3;
  background: linear-gradient(135deg, #50505066 0%, #141414cc 100%);
  border: 1px solid #fff3;
  border-radius: 20px;
  max-width: min(500px, 100vw - 40px);
  padding: 28px 32px;
  position: absolute;
  bottom: 80px;
  left: max(20px, min(8vw, 120px));
  box-shadow: 0 28px 80px #00000080;
}

.op-arriveportal-card-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(32px, min(4vw, 42px));
  font-weight: 700;
  line-height: 1.1;
}

.op-arriveportal-copy {
  letter-spacing: -.02em;
  margin: max(16px, min(1.5vw, 24px)) 0 0;
  font-family: Swiss721BT Regular, Swiss721 BT, sans-serif;
  font-size: max(16px, min(1.8vw, 22px));
  line-height: 1.35;
}

.op-arriveportal-arrow {
  color: #fff;
  pointer-events: auto;
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: max(16px, min(2.5vw, 24px));
  left: 50%;
  transform: translateX(-50%);
}

.op-arriveportal-arrow svg {
  width: max(24px, min(3.5vw, 42px));
  height: max(24px, min(3.5vw, 42px));
}

@media (width <= 992px) {
  .op-arriveportal-section {
    padding-bottom: 96px;
  }
}

@media (width <= 768px) {
  .op-arriveportal-laptop-wrapper {
    width: 80%;
  }

  .op-arriveportal-card {
    bottom: 5%;
  }
}

@media (width <= 576px) {
  .op-arriveportal-section {
    padding-bottom: 72px;
  }

  .op-arriveportal-large-title {
    top: 5%;
  }
}

.op-bigger-moments-section {
  color: #1a1a1a;
  background-color: #f9f6f4;
  max-width: 1416px;
  margin: 0 auto;
  padding: 80px 20px;
}

.op-bm-header {
  text-align: center;
  margin-bottom: 60px;
}

.op-bm-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(48px, min(6vw, 68px));
  line-height: .92;
}

.op-bm-subtitle {
  color: #333;
  max-width: 800px;
  margin: 0 auto 40px;
  font-family: Swiss721BT Regular, Swiss721 BT, sans-serif;
  font-size: max(16px, min(2vw, 20px));
  line-height: 1.4;
}

.op-bm-arrow-wrapper {
  justify-content: center;
  display: flex;
}

.op-bm-arrow-circle {
  color: #1a1a1a;
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.op-bm-arrow-circle svg {
  width: 24px;
  height: 24px;
}

.op-bm-content {
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  display: grid;
}

.op-bm-left-card {
  border-radius: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.op-bm-left-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.op-bm-left-overlay {
  z-index: 1;
  background: linear-gradient(#0000 50%, #0009 100%);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 40px;
  display: flex;
  position: relative;
}

.op-bm-left-title {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin: auto 0 32px;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(48px, min(5vw, 64px));
  line-height: .92;
}

.op-bm-left-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.op-bm-btn-contact {
  color: #1a1a1a;
  cursor: pointer;
  cursor: pointer;
  background-color: #f48b57;
  border: none;
  border-radius: 50px;
  padding: 16px 32px;
  font-family: Swiss721BT Medium, Swiss721 BT, sans-serif;
  font-size: 16px;
}

.op-bm-btn-icon {
  cursor: pointer;
  background-color: #f48b57;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.op-bm-btn-icon svg {
  color: #1a1a1a;
  width: 24px;
  height: 24px;
}

.op-bm-right-column {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.op-bm-card {
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 49px 49px 0;
  display: flex;
  position: relative;
}

.op-bm-card-main {
  align-items: center;
  gap: 30px;
  display: flex;
}

.op-bm-card-number {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: 24px;
  display: flex;
}

.op-bm-card-text {
  flex-direction: row;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  display: flex;
}

.op-bm-card-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  flex: 1;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, Swiss721 BT, sans-serif;
  font-size: max(25px, min(3vw, 32px));
  line-height: 1.2;
}

.op-bm-card-desc {
  letter-spacing: -.02em;
  flex: 1;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: max(16px, min(1.8vw, 20px));
  line-height: 1.2;
}

.op-bm-card-badge {
  letter-spacing: -.04em;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  border-radius: 16px 16px 0 0;
  align-self: flex-end;
  width: 100%;
  max-width: 265px;
  margin-top: 10px;
  padding: 10px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.op-bm-card--orange {
  color: #1a1a1a;
  background-color: #f48b57;
}

.op-bm-card--orange .op-bm-card-number {
  color: #fff;
  background-color: #1a1a1a;
}

.op-bm-card--orange .op-bm-card-badge {
  color: #1a1a1a;
  background-color: #fff;
}

.op-bm-card--blue {
  color: #fff;
  background-color: #29abe2;
}

.op-bm-card--blue .op-bm-card-number {
  color: #1a1a1a;
  background-color: #fff;
}

.op-bm-card--blue .op-bm-card-badge {
  color: #1a1a1a;
  background-color: #fff9;
}

.op-bm-card--black {
  color: #fff;
  background-color: #1a1a1a;
}

.op-bm-card--black .op-bm-card-number {
  color: #fff;
  background-color: #29abe2;
}

.op-bm-card--black .op-bm-card-badge {
  color: #fff;
  background-color: #fff3;
}

@media (width <= 992px) {
  .op-bm-content {
    grid-template-columns: 1fr;
  }

  .op-bm-left-card {
    min-height: 400px;
  }

  .op-bm-card-text {
    flex-direction: column;
    gap: 16px;
  }
}

.solutions-navigation {
  max-width: var(--content-max-width);
  margin: 40px auto;
  padding: 60px 20px;
}

.solutions-nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.solutions-nav-prev, .solutions-nav-next {
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: none;
  align-items: center;
  gap: 24px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  display: flex;
}

.solutions-nav-title {
  color: #1a1a1a;
  letter-spacing: -.02em;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.solutions-nav-icon-black, .solutions-nav-icon-orange {
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.solutions-nav-prev:hover .solutions-nav-icon-black {
  color: #1a1a1a;
  background-color: #ff9865;
  transform: translateX(-4px);
}

.solutions-nav-next:hover .solutions-nav-icon-orange {
  color: #1a1a1a;
  background-color: #ff9865;
  transform: translateX(4px);
}

.solutions-nav-placeholder {
  visibility: hidden;
}

@media (width <= 1024px) {
  .solutions-nav-title {
    font-size: 40px;
  }

  .solutions-nav-prev, .solutions-nav-next {
    gap: 16px;
  }

  .solutions-nav-icon-black, .solutions-nav-icon-orange {
    width: 48px;
    height: 48px;
  }

  .solutions-nav-container {
    padding: 0 24px;
  }
}

@media (width <= 768px) {
  .solutions-nav-title {
    font-size: 28px;
  }

  .solutions-nav-prev, .solutions-nav-next {
    gap: 8px;
  }

  .solutions-nav-icon-black, .solutions-nav-icon-orange {
    width: 36px;
    height: 36px;
  }

  .solutions-nav-icon-black svg, .solutions-nav-icon-orange svg {
    width: 16px;
    height: 16px;
  }

  .solutions-nav-container {
    padding: 0 16px;
  }
}

.md-cards-section {
  justify-content: center;
  padding: 60px 40px;
  display: flex;
}

.md-cards-container {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.md-card {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.md-card__content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.md-card__title {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.md-card__text {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.md-card--web {
  color: #fff;
  background-color: #1a1a1a;
  flex-direction: row;
}

.md-card__image-container {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.md-card__image {
  object-fit: contain;
  object-position: right center;
  max-width: 150%;
  max-height: 110%;
  transform: translateX(10%);
}

.md-card--app {
  color: #1a1a1a;
  background-color: #21a0df;
}

.md-card--email {
  color: #1a1a1a;
  background-color: #f28d5a;
}

@media (width <= 992px) {
  .md-cards-container {
    grid-template-columns: 1fr;
  }

  .md-card {
    min-height: auto;
    padding: 30px;
  }

  .md-card__content {
    width: 100%;
  }

  .md-card__image-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
  }

  .md-card__image {
    max-width: 100%;
    transform: none;
  }

  .md-card--web {
    flex-direction: column;
  }
}

@media (width <= 576px) {
  .md-cards-section {
    padding: 40px 20px;
  }
}

.marriott-online {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.marriott-online__content-wrapper {
  width: 100%;
}

.marriott-online__content {
  grid-template-columns: 350px 1fr 350px;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px 80px;
  display: grid;
}

.marriott-online__tabs-container {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.marriott-online__tabs {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.marriott-online__tab-wrapper {
  align-items: center;
  gap: 15px;
  display: flex;
}

.marriott-online__tab {
  color: #555;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  background: #ebebeb;
  border: none;
  border-radius: 40px;
  flex: 1;
  padding: 18px 30px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
}

.marriott-online__tab.active {
  color: #fff;
  background: #1a1a1a;
}

.marriott-online__tab-arrow {
  color: #fff;
  background: #1a1a1a;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.marriott-online__tab-arrow svg {
  width: 24px;
  height: 24px;
}

.marriott-online__image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marriott-online__image-container img {
  object-fit: none;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

@media (width <= 1200px) {
  .marriott-online__image-container img {
    object-fit: contain;
    max-height: 400px;
  }
}

.marriott-online__details {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.marriott-online__details-title {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 48px;
  line-height: .9;
}

.marriott-online__details-text {
  color: #333;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
}

.marriott-online__stats-card {
  color: #fff;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 40px 30px;
}

.marriott-online__stats-card h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 32px;
}

.marriott-online__stats-card p {
  color: #ccc;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

@media (width <= 1200px) {
  .marriott-online__content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .marriott-online__details {
    text-align: center;
    align-items: center;
  }
}

.curved-header {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding: 58px 20px 55px;
  display: flex;
  position: relative;
}

.curved-header__title {
  text-transform: uppercase;
  letter-spacing: -4px;
  text-align: center;
  margin: 0 0 25px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 120px;
  line-height: .9;
}

.curved-header__pills-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
}

.curved-header__pill {
  letter-spacing: -.02em;
  border-radius: 40px;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 20px;
  display: flex;
}

.curved-header__pill:nth-child(2) {
  letter-spacing: -.02em;
  padding: 10px 12px;
  font-size: 16px;
}

.curved-header__pill strong {
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-weight: 800;
}

.curved-header__pill-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.curved-header__pill-icon svg {
  width: 16px;
  height: 16px;
}

.curved-header__bottom-mask {
  z-index: -1;
  width: 100%;
  height: calc(100% + 50px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.curved-header__bottom-mask svg {
  width: 100%;
  height: 100%;
  display: block;
}

.curved-header__arrow-down-container {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.curved-header__arrow-down svg {
  width: 48px;
  height: 48px;
}

@media (width <= 1200px) {
  .curved-header__title {
    font-size: 100px;
  }
}

@media (width <= 768px) {
  .curved-header__title {
    font-size: 60px;
  }

  .curved-header__pill {
    text-align: center;
    flex-direction: column;
    padding: 15px;
  }

  .curved-header__bottom-mask svg {
    min-width: 1440px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.marriott-bonvoy-app {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.marriott-bonvoy-app__content-wrapper {
  background-color: #fff;
  width: 100%;
}

.marriott-bonvoy-app__content {
  grid-template-columns: 350px 1fr 350px;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px 80px;
  display: grid;
}

.marriott-bonvoy-app__tabs-container {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.marriott-bonvoy-app__tabs {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.marriott-bonvoy-app__tab-wrapper {
  align-items: center;
  gap: 15px;
  display: flex;
}

.marriott-bonvoy-app__tab {
  color: #555;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  background: #ebebeb;
  border: none;
  border-radius: 40px;
  flex: 1;
  padding: 18px 30px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
}

.marriott-bonvoy-app__tab.active {
  color: #1a1a1a;
  background: #f89562;
}

.marriott-bonvoy-app__tab-arrow {
  color: #1a1a1a;
  background: #f89562;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.marriott-bonvoy-app__tab-arrow svg {
  width: 24px;
  height: 24px;
}

.marriott-bonvoy-app__image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.marriott-bonvoy-app__image-container img {
  object-fit: none;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

@media (width <= 1200px) {
  .marriott-bonvoy-app__image-container img {
    object-fit: contain;
    max-height: 400px;
  }
}

.marriott-bonvoy-app__details {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.marriott-bonvoy-app__details-title {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 48px;
  line-height: .9;
}

.marriott-bonvoy-app__details-text {
  color: #333;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
}

.marriott-bonvoy-app__stats-card {
  color: #1a1a1a;
  background: #f89562;
  border-radius: 20px;
  padding: 40px 30px;
}

.marriott-bonvoy-app__stats-card h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 32px;
}

.marriott-bonvoy-app__stats-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

@media (width <= 1200px) {
  .marriott-bonvoy-app__content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .marriott-bonvoy-app__details {
    text-align: center;
    align-items: center;
  }
}

.member-emails {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.member-emails__content-wrapper {
  background-color: #fff;
  width: 100%;
  min-height: 800px;
}

.member-emails__content {
  grid-template-columns: 350px 1fr 350px;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px 80px;
  display: grid;
}

.member-emails__tabs-container {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.member-emails__tabs {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.member-emails__tab-wrapper {
  align-items: center;
  gap: 15px;
  display: flex;
}

.member-emails__tab {
  color: #555;
  cursor: pointer;
  text-transform: uppercase;
  text-align: left;
  background: #ebebeb;
  border: none;
  border-radius: 40px;
  flex: 1;
  padding: 18px 30px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s;
}

.member-emails__tab.active {
  color: #1a1a1a;
  background: #2cb1e8;
}

.member-emails__tab-arrow {
  color: #1a1a1a;
  background: #2cb1e8;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.member-emails__tab-arrow svg {
  width: 24px;
  height: 24px;
}

.member-emails__image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.member-emails__image-container img {
  object-fit: none;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

@media (width <= 1200px) {
  .member-emails__image-container img {
    object-fit: contain;
    max-height: 400px;
  }
}

.member-emails__details {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.member-emails__details-title {
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 48px;
  line-height: .9;
}

.member-emails__details-text {
  color: #333;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
}

.member-emails__stats-card {
  color: #1a1a1a;
  background: #2cb1e8;
  border-radius: 20px;
  padding: 40px 30px;
}

.member-emails__stats-card h4 {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 32px;
}

.member-emails__stats-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

@media (width <= 1200px) {
  .member-emails__content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .member-emails__details {
    text-align: center;
    align-items: center;
  }
}

.contact-banner {
  color: #fff;
  max-width: var(--content-max-width);
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  margin: 40px auto;
  padding: 25px 24px;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.contact-banner-content {
  z-index: 2;
  backdrop-filter: blur(20px);
  background: radial-gradient(100% 359.18% at 0 0, #0000002e 0%, #00000008 100%);
  border-radius: 16px;
  max-width: 620px;
  padding: 32px 40px;
  position: relative;
}

@media (width <= 768px) {
  .contact-banner-content {
    background: linear-gradient(#1e1e1ee6 0%, #1e1e1eb3 60%, #1e1e1e33 100%);
    border-radius: 16px;
    min-width: 100%;
    max-width: 100%;
  }
}

.contact-banner-content h2 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.contact-banner-content p {
  margin-bottom: 22px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.contact-banner-btn-container {
  align-items: center;
  gap: 16px;
  display: flex;
}

.contact-banner-btn {
  color: #000;
  cursor: pointer;
  background-color: #f79c6d;
  border: none;
  border-radius: 28px;
  padding: 12px 32px;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background .3s;
}

.contact-banner-btn:hover {
  background-color: #e58759;
}

.contact-banner-icon-btn {
  color: #000;
  cursor: pointer;
  background-color: #f79c6d;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background .3s;
  display: flex;
}

.contact-banner-icon-btn:hover {
  background-color: #e58759;
}

.offsite-powered-by {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  min-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offsite-powered-by-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.offsite-powered-by-left {
  z-index: 2;
  flex-direction: column;
  max-width: 640px;
  display: flex;
}

.offsite-powered-by-title {
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 6rem;
  line-height: .9;
}

.offsite-powered-by-desc {
  color: #fff;
  flex: 1;
  margin: 0 0 80px;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.offsite-powered-by-card {
  backdrop-filter: blur(70px);
  background: radial-gradient(100.49% 216.49% at 0 39.73%, #1717174d 0% 100%);
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  max-width: 380px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px #0000004d;
}

.offsite-powered-by-card h3 {
  color: #fff;
  letter-spacing: .5px;
  margin: 0 0 15px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}

.offsite-powered-by-card p {
  color: #fff;
  margin: 0;
  font-family: Swiss721BT Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.offsite-powered-by-right {
  z-index: 2;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.offsite-powered-by-bottom-text {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 6.5rem;
  line-height: .85;
}

@media (width <= 900px) {
  .offsite-powered-by {
    background-position: 70%;
    min-height: 600px;
  }

  .offsite-powered-by-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .offsite-powered-by-title {
    font-size: 4rem;
  }

  .offsite-powered-by-desc {
    margin-bottom: 40px;
    font-size: 1.2rem;
  }

  .offsite-powered-by-card {
    margin-bottom: 150px;
  }

  .offsite-powered-by-bottom-text {
    font-size: 3.5rem;
  }
}

.offsite-high-intent {
  background-position: center;
  background-repeat: no-repeat;
  background-size: max(100vw, 1450px);
  justify-content: center;
  width: 100%;
  min-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offsite-high-intent-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.offsite-high-intent-left {
  z-index: 2;
  flex-direction: column;
  max-width: 550px;
  display: flex;
}

.offsite-high-intent-title {
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 6rem;
  line-height: .9;
}

.offsite-high-intent-desc {
  color: #fff;
  flex: 1;
  margin: 0 0 120px;
  font-family: Swiss721BT-Light, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.offsite-high-intent-right {
  z-index: 2;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.offsite-high-intent-bottom-text {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 6.5rem;
  line-height: .85;
}

@media (width <= 900px) {
  .offsite-high-intent {
    background-position: center;
    background-size: auto 180%;
    min-height: 600px;
  }

  .offsite-high-intent-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .offsite-high-intent-title {
    font-size: 4rem;
  }

  .offsite-high-intent-desc {
    margin-bottom: 40px;
    font-size: 1.2rem;
  }

  .offsite-high-intent-bottom-text {
    font-size: 3.5rem;
  }

  .offsite-high-intent-desc {
    color: #fff;
    backdrop-filter: blur(20px);
    background: radial-gradient(100.49% 216.49% at 0 39.73%, #17171766 0%, #17171733 100%);
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 1.2rem;
  }

  .offsite-high-intent-right {
    bottom: 20px;
  }

  .offsite-powered-by-desc {
    color: #fff;
    backdrop-filter: blur(20px);
    background: radial-gradient(100.49% 216.49% at 0 39.73%, #17171766 0%, #17171733 100%);
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 1.2rem;
  }
}

.offsite-meet-travelers {
  background-position: center;
  background-repeat: no-repeat;
  background-size: max(100vw, 1450px);
  justify-content: center;
  width: 100%;
  min-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.offsite-meet-travelers-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.offsite-meet-travelers-left {
  z-index: 2;
  flex-direction: column;
  max-width: 707px;
  display: flex;
}

.offsite-meet-travelers-title {
  color: #1a1a1a;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 5.5rem;
  line-height: .9;
}

.offsite-meet-travelers-desc {
  color: #1a1a1a;
  margin: 0;
  font-family: Swiss721BT-Light, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.offsite-meet-travelers-right-container {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-40%);
}

.offsite-meet-travelers-bottom-right {
  z-index: 2;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.offsite-meet-travelers-bottom-text {
  color: #1a1a1a;
  letter-spacing: 1px;
  margin: 0;
  font-family: Swiss721BT Bold Condensed, sans-serif;
  font-size: 6.5rem;
  line-height: .85;
}

@media (width <= 900px) {
  .offsite-meet-travelers {
    background-position: center;
    background-size: auto 180%;
    min-height: 700px;
  }

  .offsite-meet-travelers-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .offsite-meet-travelers-left {
    max-width: 100%;
  }

  .offsite-meet-travelers-title {
    font-size: 4rem;
  }

  .offsite-meet-travelers-desc {
    color: #fff;
    backdrop-filter: blur(20px);
    background: radial-gradient(100.49% 216.49% at 0 39.73%, #17171766 0%, #17171733 100%);
    border-radius: 18px;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 1.2rem;
  }

  .offsite-meet-travelers-bottom-right {
    bottom: 20px;
  }

  .offsite-meet-travelers-right-container {
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }

  .offsite-meet-travelers-bottom-text {
    font-size: 3.5rem;
  }
}

.orangeSection {
  background-color: #ff9662;
  width: 100%;
  height: 200px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --content-max-width: 1416px;
}

body {
  color: #333;
  background-color: #f9f6f4;
  font-family: Swiss721BT Regular, sans-serif;
}

.app-container {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.content-wrapper {
  flex: 1 0 auto;
}

.container {
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.section {
  padding: 40px 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

@font-face {
  font-family: Swiss721BT Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-Regular.bec8aa7d.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT;
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-Light.3b34f286.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT Medium;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-Medium.b91e2875.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT Condensed;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-BlackCondensed.4fbb9ac4.otf") format("opentype");
}

@font-face {
  font-family: Swiss721BT Bold Condensed;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("Swiss721BT-BoldCondensed.6f74deb4.otf") format("opentype");
}

@font-face {
  font-family: ACaslonPro;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("ACaslonPro.91737c52.otf") format("opentype");
}

@font-face {
  font-family: WSupremeWeb-SemiBold;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("WSupremeWeb-SemiBold.9a5ab434.woff") format("woff");
}

@font-face {
  font-family: AldineforMarriott;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("AldineforMarriott.6b35dc30.otf") format("opentype");
}
/*# sourceMappingURL=web-src.d0da4c0d.css.map */
