.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.row.no-gutters {
  margin: 0;
}
.row.no-gutters > [class^=col-] {
  padding: 0;
}
.row.justify-between {
  justify-content: space-between;
}
.row.justify-left {
  justify-content: flex-start;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-right {
  justify-content: flex-end;
}
.row.align-top {
  align-items: flex-start;
}
.row.align-center {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}
.row.align-stretch {
  align-items: stretch;
}
@media (min-width: 450px) {
  .row.justify-xs-between {
    justify-content: space-between;
  }
}
@media (min-width: 450px) {
  .row.justify-xs-left {
    justify-content: flex-start;
  }
}
@media (min-width: 450px) {
  .row.justify-xs-center {
    justify-content: center;
  }
}
@media (min-width: 450px) {
  .row.justify-xs-right {
    justify-content: flex-end;
  }
}
@media (min-width: 450px) {
  .row.align-xs-top {
    align-items: flex-start;
  }
}
@media (min-width: 450px) {
  .row.align-xs-center {
    align-items: center;
  }
}
@media (min-width: 450px) {
  .row.align-xs-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 450px) {
  .row.align-xs-stretch {
    align-items: stretch;
  }
}
@media (min-width: 450px) {
  .row.direction-xs-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .row.justify-sm-between {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .row.justify-sm-left {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .row.justify-sm-center {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .row.justify-sm-right {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .row.align-sm-top {
    align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .row.align-sm-center {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .row.align-sm-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .row.align-sm-stretch {
    align-items: stretch;
  }
}
@media (min-width: 576px) {
  .row.direction-sm-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .row.justify-md-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .row.justify-md-left {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .row.justify-md-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .row.justify-md-right {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .row.align-md-top {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .row.align-md-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .row.align-md-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .row.align-md-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .row.direction-md-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .row.justify-lg-between {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .row.justify-lg-left {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .row.justify-lg-center {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .row.justify-lg-right {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .row.align-lg-top {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .row.align-lg-center {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .row.align-lg-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .row.align-lg-stretch {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .row.direction-lg-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .row.justify-xl-between {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .row.justify-xl-left {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .row.justify-xl-center {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .row.justify-xl-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .row.align-xl-top {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .row.align-xl-center {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .row.align-xl-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .row.align-xl-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .row.direction-xl-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .row.justify-xx-between {
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .row.justify-xx-left {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .row.justify-xx-center {
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .row.justify-xx-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .row.align-xx-top {
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .row.align-xx-center {
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .row.align-xx-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .row.align-xx-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1440px) {
  .row.direction-xx-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 2200px) {
  .row.justify-4k-between {
    justify-content: space-between;
  }
}
@media (min-width: 2200px) {
  .row.justify-4k-left {
    justify-content: flex-start;
  }
}
@media (min-width: 2200px) {
  .row.justify-4k-center {
    justify-content: center;
  }
}
@media (min-width: 2200px) {
  .row.justify-4k-right {
    justify-content: flex-end;
  }
}
@media (min-width: 2200px) {
  .row.align-4k-top {
    align-items: flex-start;
  }
}
@media (min-width: 2200px) {
  .row.align-4k-center {
    align-items: center;
  }
}
@media (min-width: 2200px) {
  .row.align-4k-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 2200px) {
  .row.align-4k-stretch {
    align-items: stretch;
  }
}
@media (min-width: 2200px) {
  .row.direction-4k-reverse {
    flex-direction: row-reverse;
  }
}

[class*=col-] {
  position: relative;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 450px) {
  [class*=col-].align-xs-right {
    text-align: right;
  }
}
@media (min-width: 450px) {
  [class*=col-].align-xs-center {
    text-align: center;
  }
}
@media (min-width: 450px) {
  [class*=col-].align-xs-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  [class*=col-].align-sm-right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  [class*=col-].align-sm-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  [class*=col-].align-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  [class*=col-].align-md-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  [class*=col-].align-md-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  [class*=col-].align-md-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  [class*=col-].align-lg-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  [class*=col-].align-lg-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  [class*=col-].align-lg-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  [class*=col-].align-xl-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  [class*=col-].align-xl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  [class*=col-].align-xl-left {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  [class*=col-].align-xx-right {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  [class*=col-].align-xx-center {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  [class*=col-].align-xx-left {
    text-align: left;
  }
}
@media (min-width: 2200px) {
  [class*=col-].align-4k-right {
    text-align: right;
  }
}
@media (min-width: 2200px) {
  [class*=col-].align-4k-center {
    text-align: center;
  }
}
@media (min-width: 2200px) {
  [class*=col-].align-4k-left {
    text-align: left;
  }
}

.col-auto {
  width: auto;
  flex: 1 1;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 450px) {
  .col-xs-auto {
    width: auto;
  }
}

@media (min-width: 450px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 450px) {
  .col-xs-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 450px) {
  .col-xs-3 {
    width: 25%;
  }
}

@media (min-width: 450px) {
  .col-xs-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 450px) {
  .col-xs-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 450px) {
  .col-xs-6 {
    width: 50%;
  }
}

@media (min-width: 450px) {
  .col-xs-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 450px) {
  .col-xs-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 450px) {
  .col-xs-9 {
    width: 75%;
  }
}

@media (min-width: 450px) {
  .col-xs-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 450px) {
  .col-xs-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 450px) {
  .col-xs-12 {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
    width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
    width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xx-auto {
    width: auto;
  }
}

@media (min-width: 1440px) {
  .col-xx-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xx-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xx-3 {
    width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xx-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xx-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xx-6 {
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xx-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xx-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xx-9 {
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xx-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xx-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xx-12 {
    width: 100%;
  }
}

@media (min-width: 2200px) {
  .col-4k-auto {
    width: auto;
  }
}

@media (min-width: 2200px) {
  .col-4k-1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 2200px) {
  .col-4k-2 {
    width: 16.6666666667%;
  }
}

@media (min-width: 2200px) {
  .col-4k-3 {
    width: 25%;
  }
}

@media (min-width: 2200px) {
  .col-4k-4 {
    width: 33.3333333333%;
  }
}

@media (min-width: 2200px) {
  .col-4k-5 {
    width: 41.6666666667%;
  }
}

@media (min-width: 2200px) {
  .col-4k-6 {
    width: 50%;
  }
}

@media (min-width: 2200px) {
  .col-4k-7 {
    width: 58.3333333333%;
  }
}

@media (min-width: 2200px) {
  .col-4k-8 {
    width: 66.6666666667%;
  }
}

@media (min-width: 2200px) {
  .col-4k-9 {
    width: 75%;
  }
}

@media (min-width: 2200px) {
  .col-4k-10 {
    width: 83.3333333333%;
  }
}

@media (min-width: 2200px) {
  .col-4k-11 {
    width: 91.6666666667%;
  }
}

@media (min-width: 2200px) {
  .col-4k-12 {
    width: 100%;
  }
}

.title {
  letter-spacing: -0.04em;
  font-size: clamp(30px, 3.429vw, 48px);
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.title .title--light {
  display: block;
}

.title--xl {
  letter-spacing: -0.02em;
  font-size: clamp(48px, 5.14vw, 72px);
  line-height: 1.1;
}

.title--lg {
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.14;
}

.title--sm {
  letter-spacing: -0.02em;
  font-size: clamp(24px, 2.57vw, 36px);
  line-height: 1.2;
}

.title--xs {
  letter-spacing: -0.02em;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.28;
}

.title--inline .title--light {
  display: inline;
}

.subtitle {
  letter-spacing: 0;
  font-size: clamp(18px, 1.43vw, 20px);
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.text,
.text p {
  letter-spacing: 0;
  font-size: clamp(14px, 1.14vw, 16px);
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text a, .text a:link:not(.slds-button, .slds-button_outline-brand, .slds-dropdown__item > a),
.text a:visited:not(.slds-button, .slds-button_outline-brand, .slds-dropdown__item > a) {
  text-decoration: underline;
  color: inherit;
}
.text ul {
  padding-left: 0.5em !important;
}
.text li {
  margin-bottom: 0.7rem;
}
.text li::before {
  text-align: left !important;
  color: #BE5010;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.text--xl,
.text--xl p {
  font-size: clamp(16px, 1.71vw, 24px);
  line-height: 1.5;
}

.text--lg,
.text--lg p {
  font-size: clamp(16px, 1.29vw, 18px);
  line-height: 1.66;
}

.text--sm,
.text--sm p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.7;
}

.caption {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.caption--lg {
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 1.5;
}

.title--light {
  font-weight: 300;
}

.title--semilight {
  font-weight: 400;
}

.text--bold {
  font-weight: 700;
}

.registered {
  display: inline-block;
  font-size: 0.7em;
  translate: 0 -0.75ch;
}

.nowrap {
  white-space: nowrap;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 16px 20px;
  transition: background 0.2s ease-out;
  border-radius: 8px;
  background-color: #FFC72C;
  border: none;
}
.btn:focus, .btn:focus-within, .btn:focus-visible, .btn:active {
  outline: 0;
  background-color: #FFC72C;
  border: none;
  box-shadow: none;
}
.btn:focus:after, .btn:focus-within:after, .btn:focus-visible:after, .btn:active:after {
  display: block;
}
.btn:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ffe05b 0%, #fdb714 64%, #faa819 100%);
  box-shadow: 0 0 12px #f5851d;
  display: none;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.btn:hover {
  background-color: #EFBB29;
}
.btn .btn__text {
  transition: color 0.2s ease-out;
  color: #272333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.btn--outline {
  border: 2px solid #272333;
  background-color: #ffffff;
}
.btn--outline:focus, .btn--outline:focus-within, .btn--outline:focus-visible, .btn--outline:active {
  border: 2px solid #272333;
  background-color: #ffffff;
  box-shadow: 0 0 8px #f5851d;
}
.btn--outline:hover {
  border: 2px solid #272333;
  background-color: #ECECEC;
}
.btn--outline .btn__text {
  color: #272333;
}

.btn--link {
  padding: 16px 0;
  background: none;
  align-items: center;
}
.btn--link:focus, .btn--link:focus-within, .btn--link:focus-visible, .btn--link:active {
  outline: 0;
  background: none;
  box-shadow: none;
}
.btn--link:focus::before, .btn--link:focus-within::before, .btn--link:focus-visible::before, .btn--link:active::before {
  width: 100%;
  background-color: #272333;
  box-shadow: 0 1px 3px #f5851d;
}
.btn--link:focus::after, .btn--link:focus-within::after, .btn--link:focus-visible::after, .btn--link:active::after {
  display: none;
}
.btn--link:focus .btn__text, .btn--link:focus-within .btn__text, .btn--link:focus-visible .btn__text, .btn--link:active .btn__text {
  color: #272333;
}
.btn--link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  content: "";
  transition: width 0.2s ease-out;
  background-color: #272333;
}
.btn--link:hover {
  background: none;
}
.btn--link:hover::before {
  width: 100%;
}
.btn--link .btn__text {
  margin-right: 1ch;
  color: #272333;
}
.btn--link svg {
  stroke: #272333;
}

.btn--small {
  padding: 8px 20px;
}

.btn--link.btn--small {
  padding: 8px 0;
}

.btn--disabled {
  pointer-events: none;
  border-color: #cccac4;
  background-color: #cccac4;
}
.btn--disabled:focus, .btn--disabled:focus-within, .btn--disabled:focus-visible, .btn--disabled:active {
  outline: 0;
  box-shadow: none;
}

.btn--outline.btn--disabled {
  background: none;
}
.btn--outline.btn--disabled .btn__text {
  color: #cccac4;
}

.btn--link.btn--disabled {
  background: none;
}
.btn--link.btn--disabled .btn__text {
  color: #cccac4;
}
.btn--link.btn--disabled svg {
  stroke: #cccac4;
}
.btn--link.btn--disabled:focus::after, .btn--link.btn--disabled:focus-within::after, .btn--link.btn--disabled:focus-visible::after {
  width: 0;
  box-shadow: none;
}

@media (min-width: 992px) {
  .btn-menu[href="/international/apac"] {
      text-align: left !important;
      padding: 8px 20px !important;
  }
  .btn-menu[href="chd/international/apac"] {
      text-align: left !important;
      padding: 8px 20px !important;
  }
}

@media (min-width: 1200px) {
  .btn-menu[href="/international/apac"] {
      padding: 8px 30px !important;
      text-align: left !important;
  }
  .btn-menu[href="chd/international/apac"] {
      padding: 8px 30px !important;
      text-align: left !important;
  }
}

.slds-button_outline-brand {
  position: relative;
  display: inline-flex;
  padding: 16px 20px;
  transition: background 0.2s ease-out;
  color: #272333;
  border: none;
  border-radius: 2px;
  background-color: #FFC72C;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
.slds-button_outline-brand:focus, .slds-button_outline-brand:focus-within, .slds-button_outline-brand:focus-visible, .slds-button_outline-brand:active {
  color: #272333;
  outline: 0;
  box-shadow: 0 0 12px #f5851d;
}
.slds-button_outline-brand:hover {
  color: #272333;
  background-color: #EFBB29;
}

:root {
  --dxp-s-link-text-color: #0F222E;
  --dxp-s-section-content-spacing-block-start: 0;
  --dxp-s-section-content-spacing-inline-end: 0;
  --dxp-s-section-content-spacing-block-end: 0;
  --dxp-s-section-content-spacing-inline-start: 0;
  --dxp-s-section-content-spacing-block-start-mobile: 0;
  --dxp-s-section-content-spacing-inline-end-mobile: 0;
  --dxp-s-section-content-spacing-block-end-mobile: 0;
  --dxp-s-section-content-spacing-inline-start-mobile: 0;
  --dxp-s-section-columns-max-width: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
  color: #272333;
  font-family: "Montserrat", sans-serif;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

[v-cloak] {
  display: none;
}

.body--blocked {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

.custom-block {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.sr-only {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px 0 0 -1px !important;
  padding: 0 !important;
  cursor: text !important;
  border: 0 !important;
  outline: 0 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1px !important;
}

.interactions-region .tab-content {
  display: block;
}

.slds-rich-text-editor__output,
.slds-rich-text-editor__textarea {
  line-height: unset;
}

.dxp-grid-item--404 .dxp-grid-item {
  flex: 1 1 45%;
}
@media (min-width: 768px) {
  .dxp-grid-item--404 .dxp-grid-item {
    flex: none;
  }
}

.vjs-big-play-button {
  display: none !important;
}
