@charset "UTF-8";
/* Base - site-specific settings */
/*Theme colors*/
/* General colors */
/*General typography*/
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #0A1D12;
}

.color-green {
  color: #00A546;
}

.color-green-ada {
  color: #008738;
}

.color-green-neon {
  color: #06E566;
}

.color-green-on-green {
  color: #05C356;
}

.color-green-dark {
  color: #003B33;
}

.color-blue-dark {
  color: #0064A4;
}

.color-blue-bright {
  color: #0098FE;
}

.color-blue-bright-on-white {
  color: #008DEB;
}

.color-purple {
  color: #A50092;
}

.color-grey-stroke {
  color: #DBDBDB;
}

.color-grey-text {
  color: #607167;
}

.color-grey-light {
  color: #F6F6F6;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #0A1D12;
  color: #FFF;
}

.bg-green {
  background-color: #00A546;
}

.bg-green-ada {
  background-color: #008738;
}

.bg-green-neon {
  background-color: #06E566;
}

.bg-green-on-green {
  background-color: #05C356;
}

.bg-green-dark {
  background-color: #003B33;
}

.bg-blue-dark {
  background-color: #0064A4;
}

.bg-blue-bright {
  background-color: #0098FE;
}

.bg-blue-bright-on-white {
  background-color: #008DEB;
}

.bg-purple {
  background-color: #A50092;
}

.bg-grey-stroke {
  background-color: #DBDBDB;
}

.bg-grey-text {
  background-color: #607167;
}

.bg-grey-light {
  background-color: #F6F6F6;
}

/*Global Options*/
/*Typography*/
/*Font path*/
/*Grid*/
/*Gutters*/
/*Used to set the padding on .container-fluid, per breakpoint*/
/*Wrapper max width*/
/*Container max width*/
/*Breakpoints*/
/*Container Widths*/
/*Transition settings*/
/*Modals*/
/*Borders*/
/*Global border radius*/
/*Sliders*/
/*Font mixins*/
.type-title {
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 6.2rem;
  letter-spacing: 1.7px;
}
@media (max-width: 991px) {
  .type-title {
    font-size: 4.6rem;
    line-height: 5.1rem;
  }
}
@media (max-width: 767px) {
  .type-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .type-title-desktop {
    font-weight: 500;
    font-size: 5.6rem;
    line-height: 6.2rem;
    letter-spacing: 1.7px;
  }
}

@media (max-width: 991px) {
  .type-title-mobile {
    font-weight: 500;
    font-size: 5.6rem;
    line-height: 6.2rem;
    letter-spacing: 1.7px;
  }
}

.type-title-medium {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.1rem;
  letter-spacing: 0.09rem;
}
@media (max-width: 991px) {
  .type-title-medium {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.07rem;
  }
}

@media (min-width: 992px) {
  .type-title-medium-desktop {
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 5.1rem;
    letter-spacing: 0.09rem;
  }
}

@media (max-width: 991px) {
  .type-title-medium-mobile {
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 5.1rem;
    letter-spacing: 0.09rem;
  }
}

.type-title-small {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0.07rem;
}
@media (max-width: 991px) {
  .type-title-small {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 992px) {
  .type-title-small-desktop {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.07rem;
  }
}

@media (max-width: 991px) {
  .type-title-small-mobile {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.07rem;
  }
}

.type-title-xsmall {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 991px) {
  .type-title-xsmall {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .type-title-xsmall-desktop {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05rem;
  }
}

@media (max-width: 991px) {
  .type-title-xsmall-mobile {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05rem;
  }
}

.type-title-xsmall-regular {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .type-title-xsmall-regular {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

@media (min-width: 992px) {
  .type-title-xsmall-regular-desktop {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 991px) {
  .type-title-xsmall-regular-mobile {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: -0.01em;
  }
}

.type-micro-title {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .type-micro-title {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.type-text-large {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.type-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.disclaimer-text {
  font-family: "DM Sans", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #9f9f9f;
}

.price-large-display {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.01em;
}

/* Vendor - unedited vendor base styles */
/*Bootstrap grid/reset*/
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

@media (min-width: 375px) {
  .col-ms {
    flex: 1 0 0%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
}
@media (min-width: 1450px) {
  .col-xxl {
    flex: 1 0 0%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

@media (min-width: 375px) {
  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-ms-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-ms-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-ms-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-ms-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-ms-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-ms-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-ms-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-ms-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-ms-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-ms-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-ms-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-ms-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-ms-0 {
    margin-left: 0;
  }

  .offset-ms-1 {
    margin-left: 8.33333333%;
  }

  .offset-ms-2 {
    margin-left: 16.66666667%;
  }

  .offset-ms-3 {
    margin-left: 25%;
  }

  .offset-ms-4 {
    margin-left: 33.33333333%;
  }

  .offset-ms-5 {
    margin-left: 41.66666667%;
  }

  .offset-ms-6 {
    margin-left: 50%;
  }

  .offset-ms-7 {
    margin-left: 58.33333333%;
  }

  .offset-ms-8 {
    margin-left: 66.66666667%;
  }

  .offset-ms-9 {
    margin-left: 75%;
  }

  .offset-ms-10 {
    margin-left: 83.33333333%;
  }

  .offset-ms-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1450px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}

.d-none {
  display: none !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

@media (min-width: 375px) {

  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-ms-start {
    align-items: flex-start !important;
  }

  .align-items-ms-end {
    align-items: flex-end !important;
  }

  .align-items-ms-center {
    align-items: center !important;
  }

  .align-items-ms-baseline {
    align-items: baseline !important;
  }

  .align-items-ms-stretch {
    align-items: stretch !important;
  }

  .align-content-ms-start {
    align-content: flex-start !important;
  }

  .align-content-ms-end {
    align-content: flex-end !important;
  }

  .align-content-ms-center {
    align-content: center !important;
  }

  .align-content-ms-between {
    align-content: space-between !important;
  }

  .align-content-ms-around {
    align-content: space-around !important;
  }

  .align-content-ms-stretch {
    align-content: stretch !important;
  }

  .align-self-ms-auto {
    align-self: auto !important;
  }

  .align-self-ms-start {
    align-self: flex-start !important;
  }

  .align-self-ms-end {
    align-self: flex-end !important;
  }

  .align-self-ms-center {
    align-self: center !important;
  }

  .align-self-ms-baseline {
    align-self: baseline !important;
  }

  .align-self-ms-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1450px) {

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1800px) {

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  background-color: #DBDBDB;
  border: 0;
  height: 1px;
  margin: 25px 0;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-color-swatch-wrapper {
  padding: 0;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.end-0 {
  right: 0 !important;
}

.border {
  border: 0 solid transparent !important;
}

.border-top {
  border-top: 0 solid transparent !important;
}

.border-bottom {
  border-bottom: 0 solid transparent !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.rounded {
  border-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {

  .flex-ms-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-ms-start {
    align-items: flex-start !important;
  }

  .align-items-ms-end {
    align-items: flex-end !important;
  }

  .align-items-ms-center {
    align-items: center !important;
  }

  .align-items-ms-baseline {
    align-items: baseline !important;
  }

  .align-items-ms-stretch {
    align-items: stretch !important;
  }

  .align-content-ms-start {
    align-content: flex-start !important;
  }

  .align-content-ms-end {
    align-content: flex-end !important;
  }

  .align-content-ms-center {
    align-content: center !important;
  }

  .align-content-ms-between {
    align-content: space-between !important;
  }

  .align-content-ms-around {
    align-content: space-around !important;
  }

  .align-content-ms-stretch {
    align-content: stretch !important;
  }

  .align-self-ms-auto {
    align-self: auto !important;
  }

  .align-self-ms-start {
    align-self: flex-start !important;
  }

  .align-self-ms-end {
    align-self: flex-end !important;
  }

  .align-self-ms-center {
    align-self: center !important;
  }

  .align-self-ms-baseline {
    align-self: baseline !important;
  }

  .align-self-ms-stretch {
    align-self: stretch !important;
  }

  .text-ms-start {
    text-align: left !important;
  }

  .text-ms-end {
    text-align: right !important;
  }

  .text-ms-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1450px) {

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
/*Optional components*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-end {
  --bs-position: end;
}

@media (min-width: 375px) {
  .dropdown-menu-ms-start {
    --bs-position: start;
  }

  .dropdown-menu-ms-end {
    --bs-position: end;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
}
@media (min-width: 1450px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.tab-content > .active {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0A1D12;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid transparent;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
/* so we can override bootstrap */
/*Theme colors*/
/* General colors */
/*General typography*/
/*Error*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-black {
  color: #0A1D12;
}

.color-green {
  color: #00A546;
}

.color-green-ada {
  color: #008738;
}

.color-green-neon {
  color: #06E566;
}

.color-green-on-green {
  color: #05C356;
}

.color-green-dark {
  color: #003B33;
}

.color-blue-dark {
  color: #0064A4;
}

.color-blue-bright {
  color: #0098FE;
}

.color-blue-bright-on-white {
  color: #008DEB;
}

.color-purple {
  color: #A50092;
}

.color-grey-stroke {
  color: #DBDBDB;
}

.color-grey-text {
  color: #607167;
}

.color-grey-light {
  color: #F6F6F6;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #0A1D12;
  color: #FFF;
}

.bg-green {
  background-color: #00A546;
}

.bg-green-ada {
  background-color: #008738;
}

.bg-green-neon {
  background-color: #06E566;
}

.bg-green-on-green {
  background-color: #05C356;
}

.bg-green-dark {
  background-color: #003B33;
}

.bg-blue-dark {
  background-color: #0064A4;
}

.bg-blue-bright {
  background-color: #0098FE;
}

.bg-blue-bright-on-white {
  background-color: #008DEB;
}

.bg-purple {
  background-color: #A50092;
}

.bg-grey-stroke {
  background-color: #DBDBDB;
}

.bg-grey-text {
  background-color: #607167;
}

.bg-grey-light {
  background-color: #F6F6F6;
}

/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
/*Site wrapper*/
.wrapper {
  background: #FFF;
  max-width: 2070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*Custom container fluid*/

@media (max-width: 767.98px) {
  .container-offset-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .container-offset-left {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .container-offset-left {
    padding-left: 75px;
  }
}
@media (min-width: 1450px) {
  .container-offset-left {
    padding-left: 100px;
  }
}

@media (max-width: 767.98px) {
  .container-offset-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .container-offset-right {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .container-offset-right {
    padding-right: 75px;
  }
}
@media (min-width: 1450px) {
  .container-offset-right {
    padding-right: 100px;
  }
}
/*Adds 10px gutter to container element*/

/*Removes gutters to any bootstrap row*/

/*Larger gutter options*/

/*Medium gutter options*/

/*Small gutter options*/

/*Smallest gutter options*/

/*Adds top/bottom padding to each column*/

/*Used to create 5 equal columns that wrap*/
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-lg-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-lg-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-lg-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1450px) {
  .col-xxl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxxl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxxl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxxl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxxl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxxl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxxl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-30 {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-40 {
    grid-column-gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-180 {
    grid-column-gap: 180px;
  }
}

/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #F6F6F6;
  color: #0A1D12;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.65;
  margin: 0;
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  /*Prevents body from scrolling*/
}

img {
  display: block;
  height: auto;
}

picture {
  display: block;
}

* {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  * {
    scroll-margin-top: 40px;
  }
}

/*Font mixins*/
.type-title {
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 6.2rem;
  letter-spacing: 1.7px;
}
@media (max-width: 991px) {
  .type-title {
    font-size: 4.6rem;
    line-height: 5.1rem;
  }
}
@media (max-width: 767px) {
  .type-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .type-title-desktop {
    font-weight: 500;
    font-size: 5.6rem;
    line-height: 6.2rem;
    letter-spacing: 1.7px;
  }
}

@media (max-width: 991px) {
  .type-title-mobile {
    font-weight: 500;
    font-size: 5.6rem;
    line-height: 6.2rem;
    letter-spacing: 1.7px;
  }
}

.type-title-medium {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.1rem;
  letter-spacing: 0.09rem;
}
@media (max-width: 991px) {
  .type-title-medium {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.07rem;
  }
}

@media (min-width: 992px) {
  .type-title-medium-desktop {
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 5.1rem;
    letter-spacing: 0.09rem;
  }
}

@media (max-width: 991px) {
  .type-title-medium-mobile {
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 5.1rem;
    letter-spacing: 0.09rem;
  }
}

.type-title-small {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0.07rem;
}
@media (max-width: 991px) {
  .type-title-small {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 992px) {
  .type-title-small-desktop {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.07rem;
  }
}

@media (max-width: 991px) {
  .type-title-small-mobile {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0.07rem;
  }
}

.type-title-xsmall {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 991px) {
  .type-title-xsmall {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .type-title-xsmall-desktop {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05rem;
  }
}

@media (max-width: 991px) {
  .type-title-xsmall-mobile {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.05rem;
  }
}

.type-title-xsmall-regular {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .type-title-xsmall-regular {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

@media (min-width: 992px) {
  .type-title-xsmall-regular-desktop {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 991px) {
  .type-title-xsmall-regular-mobile {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: -0.01em;
  }
}

.type-micro-title {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .type-micro-title {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.type-text-large {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.type-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.disclaimer-text {
  font-family: "DM Sans", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #9f9f9f;
}

.price-large-display {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -0.01em;
}

/*Utilities*/
/*Heading mixin options*/
/*Heading options*/
.micro-title {
  display: block;
}

.heading-1 {
  display: block;
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-1 {
    font-size: 5rem;
  }
}
@media (min-width: 1450px) {
  .heading-1 {
    font-size: 6rem;
  }
}

/*Add transition to all heading options*/
[class*=heading-] {
  transition: 0.4s;
}
[class*=heading-] a:hover {
  color: #0064A4;
}

/*Text mixin options*/
/* Text Styles */
/*Text style options*/
.text-14-regular {
  font-size: 1.4rem;
  display: block;
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Reponsive text alignment options*/
@media (max-width: 767.98px) {
  .text-center-xs {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Fades text 80%*/
.text-fade-70 {
  opacity: 0.7;
}

/*Used for larger paragraph text*/

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}

/*Global anchor styles*/
a {
  color: inherit;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

/*General dropcap setup*/
/*Adds underline to anchors within this element*/

/*Link color options*/

/*Default strong styles*/
/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Formats telephone element*/

/*Used to style Gutenberg blocks that do not contain classes direclty on elements*/
.cms-styles {
  /*Typography*/
  /*Headings*/
  /*Combined list styles*/
  /*Unordered list*/
  /*Ordered list*/
  /*Images*/
  /*Alignment options*/
}
.cms-styles p {
  color: #0A1D12;
}
.cms-styles p a {
  color: #0064A4;
}
.cms-styles h1 {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.1rem;
  letter-spacing: 0.09rem;
}
.cms-styles h2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0.07rem;
  clear: both;
  margin-bottom: 20px;
  margin-top: 50px;
}
.cms-styles h2:not(.color-white) {
  color: #0A1D12;
}
.cms-styles h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cms-styles h3:not(.color-white) {
  color: #0A1D12;
}
.cms-styles h4 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cms-styles h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.cms-styles h4,
.cms-styles h5 {
  clear: both;
  margin-bottom: 20px;
}
.cms-styles ul,
.cms-styles ol {
  color: #0A1D12;
  padding-left: 0;
}
.cms-styles ul {
  list-style: none;
}
.cms-styles ul li {
  padding-left: 30px;
  position: relative;
}
.cms-styles ul li::before {
  content: "• ";
  color: #00A546;
  position: absolute;
  margin-left: -20px;
}
.cms-styles .figure {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cms-styles .alignleft {
    margin-left: -150px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .cms-styles .alignright {
    margin-right: -150px;
    margin-left: 50px;
  }
}

/*Column options*/
@media (min-width: 992px) {
  .column-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40pxpx;
         column-gap: 40pxpx;
  }

  .column-3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 40pxpx;
         column-gap: 40pxpx;
  }
}
/*Global alignment options*/

/*Alignment options*/
/*Splits paragraph content into 2 columns*/
@media (min-width: 768px) {
  .paragraph-col-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
/*Display options*/
/*Hide element on mobile*/
/*Adds styled Horizontal Rule*/

/*Adds scribble line coming out of any corner*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*Responsive image options*/
.img-responsive {
  height: auto;
  width: 100%;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

/*Absolute position image to mimic background cover*/
.img-absolute-container {
  border: none;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.img-absolute {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: -9999px;
  top: -9999px;
  width: auto;
}

/*Used to apply top/bottom padding to any block*/

.pb-sm {
  padding-bottom: 40px;
}

.pt-sm {
  padding-top: 40px;
}

/*Used to apply top/bottom margin to any block*/

/*Responsive margin options*/
/*Margin options*/

/*Margin options*/
/*Text mixin options*/
/* Text Styles */
/*Text style options*/
.text-14-regular {
  font-size: 1.4rem;
  display: block;
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Reponsive text alignment options*/
@media (max-width: 767.98px) {
  .text-center-xs {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Fades text 80%*/
.text-fade-70 {
  opacity: 0.7;
}

/*Used for larger paragraph text*/

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}

/*Global anchor styles*/
a {
  color: inherit;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

/*General dropcap setup*/
/*Adds underline to anchors within this element*/

/*Link color options*/

/*Default strong styles*/
/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Formats telephone element*/

/*Elements*/
/*Buttons*/
.btn, .embed-container .hbspt-form .hs-button, .embed-container .hs-form .hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.4s;
  white-space: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  /*Prmary button*/
  /*Stretches button full width at all breakpoints*/
  /*Stretches button full width on smallest breakpoint only*/
}
.btn:hover, .embed-container .hbspt-form .hs-button:hover, .embed-container .hs-form .hs-button:hover {
  text-decoration: none;
}
.btn.btn-primary, .embed-container .hbspt-form .hs-button, .embed-container .hs-form .hs-button {
  align-items: center;
  min-height: 55px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid;
}
@media (max-width: 991px) {
  .btn.btn-primary, .embed-container .hbspt-form .hs-button, .embed-container .hs-form .hs-button {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 991px) {
  .btn.btn-primary, .embed-container .hbspt-form .hs-button, .embed-container .hs-form .hs-button {
    min-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn.btn-blue, .embed-container .hbspt-form .btn-blue.hs-button, .embed-container .hs-form .btn-blue.hs-button {
  background-color: #0064A4;
  color: #FFF;
  border-color: #0064A4;
}
.btn.btn-blue:hover, .embed-container .hbspt-form .btn-blue.hs-button:hover, .embed-container .hs-form .btn-blue.hs-button:hover {
  background-color: #0098FE;
  border-color: #0098FE;
}
.btn.btn-white, .embed-container .hbspt-form .hs-button, .embed-container .hs-form .hs-button {
  background-color: #FFF;
  color: #0A1D12;
  border-color: #FFF;
}
.btn.btn-white:hover, .embed-container .hbspt-form .hs-button:hover, .embed-container .hs-form .hs-button:hover {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn.btn-arrow, .embed-container .hbspt-form .btn-arrow.hs-button, .embed-container .hs-form .btn-arrow.hs-button {
  background-color: transparent;
  color: #0A1D12;
  text-transform: uppercase;
  border-color: transparent;
}
.btn.btn-arrow:hover, .embed-container .hbspt-form .btn-arrow.hs-button:hover, .embed-container .hs-form .btn-arrow.hs-button:hover {
  background: #FFF;
  color: #0A1D12;
}
.btn.btn-arrow svg, .embed-container .hbspt-form .btn-arrow.hs-button svg, .embed-container .hs-form .btn-arrow.hs-button svg {
  margin-left: 8px;
}
.btn.btn-download, .embed-container .hbspt-form .btn-download.hs-button, .embed-container .hs-form .btn-download.hs-button {
  color: #FFF;
  border: 1px solid #FFF;
}
.btn.btn-download:hover, .embed-container .hbspt-form .btn-download.hs-button:hover, .embed-container .hs-form .btn-download.hs-button:hover {
  background: #FFF;
  color: #0A1D12;
}
.btn.btn-download svg, .embed-container .hbspt-form .btn-download.hs-button svg, .embed-container .hs-form .btn-download.hs-button svg {
  margin-right: 8px;
}
.btn.btn-full, .embed-container .hbspt-form .btn-full.hs-button, .embed-container .hs-form .btn-full.hs-button {
  width: 100%;
}
@media (max-width: 575.98px) {
  .btn.btn-xs-full, .embed-container .hbspt-form .btn-xs-full.hs-button, .embed-container .hs-form .btn-xs-full.hs-button {
    width: 100%;
  }
}

.dark-bg .btn.btn-arrow, .dark-bg .embed-container .hbspt-form .btn-arrow.hs-button, .embed-container .hbspt-form .dark-bg .btn-arrow.hs-button, .dark-bg .embed-container .hs-form .btn-arrow.hs-button, .embed-container .hs-form .dark-bg .btn-arrow.hs-button {
  color: #FFF;
}
.dark-bg .btn.btn-arrow:hover, .dark-bg .embed-container .hbspt-form .btn-arrow.hs-button:hover, .embed-container .hbspt-form .dark-bg .btn-arrow.hs-button:hover, .dark-bg .embed-container .hs-form .btn-arrow.hs-button:hover, .embed-container .hs-form .dark-bg .btn-arrow.hs-button:hover {
  color: #0A1D12;
}

.simple-btn-arrow {
  text-decoration: none;
  color: #0A1D12;
}
.simple-btn-arrow:hover {
  text-decoration: none;
  color: #0064A4;
}
.simple-btn-arrow svg {
  margin-left: 7px;
  position: relative;
}

/*Button row*/
.btn-row {
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (max-width: 575.98px) {
  .btn-row:not(.inline-xs) {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .btn-row.has-one-button .btn, .btn-row.has-one-button .embed-container .hbspt-form .hs-button, .embed-container .hbspt-form .btn-row.has-one-button .hs-button, .btn-row.has-one-button .embed-container .hs-form .hs-button, .embed-container .hs-form .btn-row.has-one-button .hs-button {
    width: 100%;
  }
}
.btn-row .btn, .btn-row .embed-container .hbspt-form .hs-button, .embed-container .hbspt-form .btn-row .hs-button, .btn-row .embed-container .hs-form .hs-button, .embed-container .hs-form .btn-row .hs-button {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 374.98px) {
  .btn-row .btn, .btn-row .embed-container .hbspt-form .hs-button, .embed-container .hbspt-form .btn-row .hs-button, .btn-row .embed-container .hs-form .hs-button, .embed-container .hs-form .btn-row .hs-button {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .btn-row .btn, .btn-row .embed-container .hbspt-form .hs-button, .embed-container .hbspt-form .btn-row .hs-button, .btn-row .embed-container .hs-form .hs-button, .embed-container .hs-form .btn-row .hs-button {
    margin-top: 20px;
  }
}

/*Stacked column of buttons*/
.btn-stacked {
  display: inline-flex;
  flex-direction: column;
}
.btn-stacked .btn:not(:last-child), .btn-stacked .embed-container .hbspt-form .hs-button:not(:last-child), .embed-container .hbspt-form .btn-stacked .hs-button:not(:last-child), .btn-stacked .embed-container .hs-form .hs-button:not(:last-child), .embed-container .hs-form .btn-stacked .hs-button:not(:last-child) {
  margin-bottom: 20px;
}

.btn-row-centered {
  justify-content: center;
}

.btn-arrow {
  text-decoration: none;
}
.btn-arrow svg {
  position: relative;
  top: -1px;
}

/* Components - specific elements that make up a page */
/*Layout*/
/*Global site header*/
.site-header {
  background: #F6F6F6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header.site-header-podcast {
  background: #FFF;
}
.site-header .top-banner {
  background: #0064A4;
  color: #FFF;
  padding: 12px;
}
.site-header .top-banner .container {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.site-header .top-banner .container a {
  color: #FFF;
  text-decoration: underline;
}
.site-header .top-banner .container a:hover {
  text-decoration: none;
}
@media (max-width: 1450px) and (min-width: 992px) {
  .site-header .container {
    max-width: 100%;
  }
}
.site-header .frt-display-mobile {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header .frt-display-mobile {
    display: none;
  }
}
.site-header .frt-display-mobile .frt-display {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0064A4;
  text-decoration: none;
}
.site-header .site-header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 116px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .site-header .site-header-inner {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner {
    height: 56px;
  }
}
.site-header .site-header-inner #site-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1200px) {
  .site-header .site-header-inner #site-branding {
    flex-direction: column;
  }
}
.site-header .site-header-inner #site-branding #site-title {
  width: 177px;
  height: 54px;
  background-image: url("/assets/images/branding/logo-header-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0;
  margin-top: -21px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-branding #site-title {
    width: 138px;
    height: 42px;
    margin-top: 0;
  }
}
.site-header .site-header-inner #site-branding .divider {
  height: 35px;
  width: 1px;
  background-color: #DBDBDB;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1450px) {
  .site-header .site-header-inner #site-branding .divider {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .site-header .site-header-inner #site-branding .divider {
    margin-left: 0;
    margin-right: 0;
    width: 150px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-branding .divider {
    display: none;
  }
}
.site-header .site-header-inner #site-branding .frt-display {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0064A4;
  position: relative;
  top: 2px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-branding .frt-display {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation {
    order: 3;
  }
}
.site-header .site-header-inner #site-navigation .menu-toggle {
  display: none;
  height: 40px;
  width: 40px;
  border: none;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .menu-toggle {
    display: flex;
  }
}
.site-header .site-header-inner #site-navigation .menu-toggle .menu-icon {
  width: 20px;
  height: 12px;
  display: block;
  position: relative;
}
.site-header .site-header-inner #site-navigation .menu-toggle .menu-icon span {
  height: 2px;
  background: #0A1D12;
  display: block;
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 20px;
}
.site-header .site-header-inner #site-navigation .menu-toggle .menu-icon span:nth-child(1) {
  top: 0;
  left: 0;
}
.site-header .site-header-inner #site-navigation .menu-toggle .menu-icon span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-header .site-header-inner #site-navigation .menu-toggle .menu-icon span:nth-child(3) {
  top: 10px;
  left: 0;
}
.site-header .site-header-inner #site-navigation .menu-toggle.active .menu-icon span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 5px;
}
.site-header .site-header-inner #site-navigation .menu-toggle.active .menu-icon span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header-inner #site-navigation .menu-toggle.active .menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -5px;
}
.site-header .site-header-inner #site-navigation .site-navigation-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #F6F6F6;
    height: calc(100vh - 100%);
    z-index: 10000;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    overflow: scroll;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu .accent {
  height: 40px;
  background-image: url("/assets/images/theme/mobile-accent-bar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu .accent {
    display: none;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu .mobile-login {
  display: none;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu .mobile-login {
    display: block;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li {
  position: relative;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li {
    border-bottom: 1px solid #DBDBDB;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li > a {
  text-decoration: none;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a {
    display: flex;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.01em;
    color: #0A1D12;
    padding-top: 7px;
    padding-bottom: 7px;
    justify-content: space-between;
    align-items: center;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li > a:hover {
  color: #00A546;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a:hover {
    color: #0A1D12;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li > a > span {
  margin-left: 3px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a > span {
    width: 39px;
    height: 39px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D1E0EA;
  }
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a > span svg.dropdown-svg {
    transition: 0.3s ease-in-out;
  }
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a > span svg.dropdown-svg path {
    fill: #0064A4;
    transition: 0.3s ease-in-out;
  }
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a > span.no-bg {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li > a .mobile-arrow {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li.active a {
    color: #0064A4;
  }
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li.active a span {
    background: #0064A4;
  }
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li.active a span svg.dropdown-svg {
    transform: rotate(180deg);
  }
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li.active a span svg.dropdown-svg path {
    fill: #FFF;
  }
}
@media (min-width: 992px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li:not(:last-child) {
    margin-right: 30px;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container {
  position: absolute;
  top: calc(100% + 35px);
  background: #FFF;
  display: none;
  left: -30px;
  z-index: 100;
  box-shadow: 0px 52px 50px rgba(0, 0, 0, 0.25);
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container:before {
  content: "";
  height: 40px;
  width: 30px;
  background-image: url("/assets/images/theme/arrow-nav-dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -22px;
  left: 62px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container {
    display: block;
    position: static;
    background: transparent;
    box-shadow: none;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner {
  display: flex;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner {
    display: block;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner h2 {
    display: none;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation {
  padding: 22px 30px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation {
    padding: 10px 0 30px;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-columns {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-columns {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column:not(:last-child) {
    margin-bottom: 20px;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column h3 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column h3 {
    color: #0A1D12;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #0A1D12;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul li a {
    color: #0064A4;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-inner .dropdown-navigation .dropdown-column ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container.column-count-1 .dropdown-navigation {
    min-width: 290px;
  }
}
@media (min-width: 992px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container.column-count-2 .dropdown-column {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container.column-count-2 .dropdown-navigation {
    min-width: 530px;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-feature {
  width: 330px;
  background: #F6F6F6;
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  .site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-feature {
    display: none;
  }
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-feature .feature-details {
  padding: 12px 17px 18px;
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-feature .feature-details .feature-details-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header .site-header-inner #site-navigation .site-navigation-menu > li .dropdown-container .dropdown-feature .feature-details h4 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.02px;
  color: #0A1D12;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner .secondary-navigation {
    order: 2;
    margin-left: auto;
  }
}
.site-header .site-header-inner .secondary-navigation .login-button {
  margin-right: 30px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #0A1D12;
  text-decoration: none;
}
@media (max-width: 1450px) {
  .site-header .site-header-inner .secondary-navigation .login-button {
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-inner .secondary-navigation .login-button {
    display: none;
  }
}
.site-header .site-header-inner .secondary-navigation .login-button svg {
  margin-right: 3px;
  position: relative;
  top: -4px;
}
@media (max-width: 991px) {
  .site-header .site-header-inner .secondary-navigation .btn, .site-header .site-header-inner .secondary-navigation .embed-container .hbspt-form .hs-button, .embed-container .hbspt-form .site-header .site-header-inner .secondary-navigation .hs-button, .site-header .site-header-inner .secondary-navigation .embed-container .hs-form .hs-button, .embed-container .hs-form .site-header .site-header-inner .secondary-navigation .hs-button {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .site-header.has-scrolled .site-header-inner {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .site-header.site-header-dark {
    background: #003B33;
  }
  .site-header.site-header-dark #site-branding #site-title {
    background-image: url("/assets/images/branding/logo-header-white.svg");
  }
  .site-header.site-header-dark #site-branding .divider {
    background-color: #448179;
  }
  .site-header.site-header-dark #site-branding .frt-display {
    color: #22A6FF;
  }
  .site-header.site-header-dark #site-navigation > ul > li > a {
    color: #FFF;
  }
  .site-header.site-header-dark #site-navigation > ul > li > a:hover {
    color: #00A546;
  }
  .site-header.site-header-dark .secondary-navigation .login-button {
    color: #FFF;
  }
}

.skip-to-link {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  display: block;
  z-index: 100;
  padding: 10px 20px;
  box-shadow: 0 5px 15px -8px #000;
}

/*Global site footer*/
.site-footer .site-footer-row-one {
  padding-top: 85px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.site-footer .site-footer-row-one .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container {
    display: block;
  }
}
.site-footer .site-footer-row-one .container .logo-column {
  flex-basis: 23%;
  min-width: 23%;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container .logo-column {
    flex-basis: auto;
    min-width: auto;
    margin-bottom: 18px;
  }
  .site-footer .site-footer-row-one .container .logo-column svg {
    width: 49px;
    height: 49px;
  }
}
.site-footer .site-footer-row-one .container .navigation-column {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .site-footer .site-footer-row-one .container .navigation-column {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container .navigation-column {
    display: block;
    row-gap: 0;
    border-top: 1px solid #DBDBDB;
  }
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column {
  flex-grow: 1;
  max-width: 25%;
}
@media (max-width: 991px) {
  .site-footer .site-footer-row-one .container .navigation-column .footer-nav-column {
    max-width: 50%;
    min-width: 45%;
  }
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container .navigation-column .footer-nav-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column.active h3 {
  color: #0064A4;
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column.active h3 .mobile-toggle {
  background: #0064A4;
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column.active h3 .mobile-toggle svg {
  transform: rotate(180deg);
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column.active h3 .mobile-toggle svg path {
  fill: #FFF;
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column h3 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container .navigation-column .footer-nav-column h3 {
    margin-bottom: 0;
  }
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column h3 .mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBE0E7;
  height: 39px;
  width: 39px;
  transition: 0.3s ease-in-out;
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column h3 .mobile-toggle svg {
  transition: 0.3s ease-in-out;
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column h3 .mobile-toggle svg path {
  transition: 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .site-footer .site-footer-row-one .container .navigation-column .footer-nav-column h3 .mobile-toggle {
    display: none;
  }
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container .navigation-column .footer-nav-column ul {
    display: none;
    padding-top: 10px;
  }
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column ul li {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-one .container .navigation-column .footer-nav-column ul li {
    margin-bottom: 10px;
  }
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column ul li a {
  color: #607167;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
}
.site-footer .site-footer-row-one .container .navigation-column .footer-nav-column ul li a:hover {
  text-decoration: underline;
}
.site-footer .site-footer-row-two {
  border-top: 1px solid #DBDBDB;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-two {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
.site-footer .site-footer-row-two .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #607167;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-two .container {
    display: block;
  }
}
.site-footer .site-footer-row-two .container a {
  text-decoration: none;
  color: #607167;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.site-footer .site-footer-row-two .container a:hover {
  text-decoration: underline;
}
.site-footer .site-footer-row-two .container .privacy-terms, .site-footer .site-footer-row-two .container .disclaimer {
  flex-basis: 25%;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-two .container .privacy-terms, .site-footer .site-footer-row-two .container .disclaimer {
    flex-basis: auto;
  }
}
.site-footer .site-footer-row-two .container .privacy-terms span {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.site-footer .site-footer-row-two .container .disclaimer {
  text-align: right;
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-two .container .disclaimer {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .site-footer .site-footer-row-two .container .frt-company {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.site-footer .site-footer-row-two .container .frt-company a {
  text-decoration: underline;
}

/*Global main content area*/
@media (min-width: 1450px) {
  .container {
    max-width: 1410px;
  }
}
.scroll-locked {
  overflow: hidden;
}

.d-none {
  display: none;
}

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

.has-video {
  position: relative;
  display: block;
  text-decoration: none;
}
.has-video:before {
  content: "";
  display: block;
  height: 92px;
  width: 92px;
  background-image: url("/assets/images/theme/video-play-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.has-video.has-video-small:before {
  height: 70px;
  width: 70px;
}

.checklist {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.checklist li:before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url("/assets/images/theme/check-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #00A546;
  position: absolute;
  left: 0;
  top: 5px;
}

.content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.old-new-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.old-new-list ul li {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
.old-new-list ul li:not(:last-child) {
  margin-bottom: 25px;
}

.podcast-detail {
  background: #FFF;
}
.podcast-detail .podcast-intro-inner {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .podcast-detail .podcast-intro-inner {
    padding-top: 50px;
  }
}
.podcast-detail .podcast-intro-inner .article-details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.podcast-detail .podcast-intro-inner .article-details .separator {
  margin-left: 10px;
  margin-right: 10px;
}
.podcast-detail .podcast-intro-inner h1 {
  text-align: center;
  text-wrap: balance;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.podcast-detail .podcast-intro-inner .podcast-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 64px;
  position: relative;
}
.podcast-detail .podcast-intro-inner .podcast-badge .category-badge {
  position: relative;
}
.podcast-detail .podcast-intro-inner .podcast-badge .arrow {
  position: absolute;
  right: -50px;
  top: 10px;
}
.podcast-detail .listen-details {
  padding-top: 30px;
  padding-bottom: 45px;
  text-align: center;
  border-bottom: 1px solid #DBDBDB;
}
.podcast-detail .listen-details h3 {
  margin-bottom: 25px;
}
.podcast-detail .listen-details .listen-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.podcast-detail .listen-details .listen-buttons a {
  background: #0A1D12;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.podcast-detail .other-listen-options {
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.podcast-detail .other-listen-options button {
  background: none;
  padding: 5px;
  border: none;
}
.podcast-detail .other-listen-options button svg {
  transition: 0.3s ease-in-out;
}
.podcast-detail .other-listen-options button.active svg {
  transform: rotate(180deg);
}
.podcast-detail .other-listen-options .other-listen-options-menu {
  position: absolute;
  top: calc(100% + 10px);
  width: 210px;
  background: #FFFFFF;
  box-shadow: 0px 52px 50px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  left: 0;
  right: 0;
  display: none;
}
.podcast-detail .other-listen-options .other-listen-options-menu a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.podcast-detail .other-listen-options .other-listen-options-menu a:hover {
  color: #0098FE;
}
.podcast-detail .podcast-contents {
  padding-top: 45px;
  padding-bottom: 100px;
}
.podcast-detail .podcast-tabs-container {
  border-radius: 100px;
  height: 55px;
  background: #F6F6F6;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.podcast-detail .podcast-tabs-container button {
  display: block;
  height: 45px;
  border-radius: 100px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .podcast-detail .podcast-tabs-container button {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.podcast-detail .podcast-tabs-container button.active {
  background: #0A1D12;
  color: #FFF;
}
.podcast-detail .podcast-appearances {
  margin-top: 35px;
}
.podcast-detail .podcast-appearances h3 {
  margin-bottom: 15px;
}
.podcast-detail .podcast-appearances .appearance-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 33px;
}
@media (max-width: 768px) {
  .podcast-detail .podcast-appearances .appearance-cards {
    grid-template-columns: 1fr;
  }
}
.podcast-detail .podcast-appearances .appearance-cards .appearance-card {
  display: flex;
}
.podcast-detail .podcast-appearances .appearance-cards .appearance-card .headshot {
  width: 77px;
  flex-shrink: 0;
}
.podcast-detail .podcast-appearances .appearance-cards .appearance-card .appearance-details {
  flex-grow: 1;
  padding-left: 15px;
  font-size: 16px;
  line-height: 130%;
}
.podcast-detail .podcast-appearances .appearance-cards .appearance-card .appearance-details h3 {
  margin-bottom: 4px;
  color: #0A1D12;
  font-weight: 500;
}
.podcast-detail .podcast-appearances .appearance-cards .appearance-card .appearance-details .title {
  font-weight: 400;
  color: #607167;
}

/* Blocks */
.video-intro .video-intro-top {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .video-intro .video-intro-top {
    padding-top: 30px;
  }
}
.video-intro .video-intro-top.no-padding-top {
  padding-top: 0;
}
.video-intro .video-intro-top .video-intro-copy {
  max-width: 730px;
  margin: 0 auto 100px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .video-intro .video-intro-top .video-intro-copy {
    margin-bottom: 20px;
  }
}
.video-intro .video-intro-top .video-intro-copy span.type-micro-title {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 991px) {
  .video-intro .video-intro-top .video-intro-copy span.type-micro-title {
    margin-bottom: 10px;
  }
}
.video-intro .video-intro-top .video-intro-copy h1 {
  margin-bottom: 21px;
}
@media (max-width: 991px) {
  .video-intro .video-intro-top .video-intro-copy h1 {
    margin-bottom: 15px;
  }
}
.video-intro .video-intro-top .video-intro-copy .btn-row {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .video-intro .video-intro-top .video-intro-copy .btn-row {
    margin-top: 20px;
  }
}
.video-intro .video-intro-top .video-intro-video {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: -230px;
  display: block;
  border: none;
  padding: 0;
}
@media (max-width: 1250px) {
  .video-intro .video-intro-top .video-intro-video {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  .video-intro .video-intro-top .video-intro-video {
    max-width: calc(100% - 20px);
    margin-bottom: -210px;
  }
}
.video-intro .video-intro-top .video-intro-video .video-play-overlay {
  position: absolute;
  height: 92px;
  width: 92px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/images/theme/video-play-button.svg") no-repeat;
  background-size: contain;
}
.video-intro .video-intro-top .video-intro-video .video-intro-caption {
  position: absolute;
  bottom: 24px;
  right: 30px;
  z-index: 1;
  color: #FFF;
}
.video-intro .video-intro-top .video-intro-video .video-intro-caption svg {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.video-intro .video-intro-top .video-intro-video .video-arrow-graphic {
  position: absolute;
  bottom: -130px;
  left: 30px;
  width: 62px;
  height: 180px;
  background-image: url("/assets/images/theme/arrow-green-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1150px) {
  .video-intro .video-intro-top .video-intro-video .video-arrow-graphic {
    bottom: -70px;
  }
}
.video-intro .video-intro-bottom {
  position: relative;
}
.video-intro .video-intro-bottom .video-intro-bottom-graphic-bar {
  background-image: url("/assets/images/theme/graphic-green-bar-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 80px;
}
.video-intro .video-intro-bottom .video-intro-bottom-inner {
  padding-bottom: 100px;
  padding-top: 230px;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .video-intro .video-intro-bottom .video-intro-bottom-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
.video-intro .video-intro-bottom h2 {
  margin-bottom: 45px;
}
.video-intro .video-intro-bottom .video-intro-bottom-copy {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media (max-width: 1200px) {
  .video-intro .video-intro-bottom .video-intro-bottom-copy {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .video-intro .video-intro-bottom .video-intro-bottom-copy {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.video-intro .video-intro-bottom:after {
  content: "";
  display: block;
  height: 384px;
  width: 785px;
  background-image: url("/assets/images/theme/video-intro-bottom-right.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.timeline {
  margin-top: 90px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .timeline {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .timeline {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.timeline .timeline-heading {
  margin-bottom: 80px;
  max-width: 790px;
  padding-left: 220px;
  margin-left: 15%;
}
@media (max-width: 1450px) {
  .timeline .timeline-heading {
    margin-left: 7%;
  }
}
@media (max-width: 991px) {
  .timeline .timeline-heading {
    margin-left: 0;
    padding-left: 150px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .timeline .timeline-heading {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.timeline .timeline-items {
  max-width: 790px;
  margin-left: 15%;
}
@media (max-width: 1450px) {
  .timeline .timeline-items {
    margin-left: 7%;
  }
}
@media (max-width: 991px) {
  .timeline .timeline-items {
    margin-left: 0;
  }
}
.timeline .timeline-items .timeline-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .timeline .timeline-items .timeline-item {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
.timeline .timeline-items .timeline-item .timeline-item-date {
  min-width: 220px;
  flex-basis: 220px;
  position: relative;
}
@media (max-width: 991px) {
  .timeline .timeline-items .timeline-item .timeline-item-date {
    min-width: 150px;
    flex-basis: 150px;
  }
}
@media (max-width: 575px) {
  .timeline .timeline-items .timeline-item .timeline-item-date {
    min-width: auto;
    flex-basis: auto;
    margin-bottom: 30px;
  }
}
.timeline .timeline-items .timeline-item .timeline-item-date h3 {
  display: inline-block;
  position: relative;
}
.timeline .timeline-items .timeline-item .timeline-item-date h3:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #A50092;
  border-radius: 50%;
  position: absolute;
  top: calc(100% + 14px);
  left: 43px;
}
@media (max-width: 575px) {
  .timeline .timeline-items .timeline-item .timeline-item-date h3:before {
    top: calc(100% + 9px);
    left: 0;
  }
}
.timeline .timeline-items .timeline-item .timeline-item-date:after {
  content: "";
  display: block;
  width: 1px;
  top: 80px;
  bottom: -60px;
  background-image: url("/assets/images/theme/timeline-dotted-line.png");
  background-repeat: repeat-y;
  background-size: 1px 100%;
  position: absolute;
  left: 49px;
}
@media (max-width: 575px) {
  .timeline .timeline-items .timeline-item .timeline-item-date:after {
    display: none;
  }
}
.timeline .timeline-items .timeline-item .timeline-item-content {
  flex-grow: 1;
}

.team-members {
  margin-top: 140px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .team-members {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .team-members {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.team-members .heading-row {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .team-members .heading-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .team-members .heading-row {
    margin-bottom: 30px;
  }
}
.team-members .team-member-placeholder {
  background: #003B33;
  width: 100%;
  padding-bottom: 100%;
}
.team-members .team-member {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .team-members .team-member {
    margin-bottom: 30px;
  }
}
.team-members .team-member .team-member-image {
  margin-bottom: 18px;
}
.team-members .team-member h3 {
  margin-bottom: 0;
}
.team-members .team-member h4 {
  margin-bottom: 0;
  margin-top: -3px;
}

.large-cta {
  background-image: url("/assets/images/theme/bg-large-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 140px;
}
@media (max-width: 1200px) {
  .large-cta {
    padding: 100px 0 120px;
  }
}
@media (max-width: 991px) {
  .large-cta {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .large-cta {
    padding: 60px 0 80px;
  }
}
.large-cta .large-cta-inner {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.large-cta .large-cta-inner h2 {
  margin-bottom: 12px;
}
.large-cta .large-cta-inner .btn-stacked {
  margin-top: 30px;
}

.blog-featured {
  padding-bottom: 90px;
  background: #F6F6F6;
}
@media (max-width: 991px) {
  .blog-featured {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .blog-featured {
    padding-bottom: 40px;
  }
}
.blog-featured .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .blog-featured .featured-image {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.blog-featured .featured-content {
  position: relative;
}
.blog-featured .featured-content .arrow-graphic {
  position: absolute;
  top: -65px;
  left: -153px;
}
@media (max-width: 1450px) {
  .blog-featured .featured-content .arrow-graphic {
    top: 40px;
    left: -210px;
  }
}
@media (max-width: 991px) {
  .blog-featured .featured-content .arrow-graphic {
    display: none;
  }
}
.blog-featured .featured-content .top-details {
  position: relative;
  margin-bottom: 18px;
}
.blog-featured .featured-content .top-details .read-time {
  margin-left: 22px;
}
.blog-featured .featured-content h2 {
  margin-bottom: 20px;
}
.blog-featured .featured-content .excerpt {
  margin-bottom: 20px;
}

.blog-articles {
  background: #FFF;
}
.blog-articles .filter-row {
  min-height: 95px;
  padding-top: 20px;
}
.blog-articles .filter-row .mobile-dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 1px solid #DBDBDB;
  padding: 7px 7px 7px 15px;
}
@media (min-width: 992px) {
  .blog-articles .filter-row .mobile-dropdown-toggle {
    display: none;
  }
}
.blog-articles .filter-row .mobile-dropdown-toggle .dropdown-label {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.02px;
  color: #0A1D12;
}
.blog-articles .filter-row .mobile-dropdown-toggle .icon {
  display: flex;
  height: 39px;
  width: 39px;
  background: #D1E0EA;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.blog-articles .filter-row .mobile-dropdown-toggle .icon svg, .blog-articles .filter-row .mobile-dropdown-toggle .icon path {
  transition: 0.3s ease-in-out;
}
.blog-articles .filter-row .mobile-dropdown-toggle.is-open .icon {
  background: #0064A4;
}
.blog-articles .filter-row .mobile-dropdown-toggle.is-open .icon svg, .blog-articles .filter-row .mobile-dropdown-toggle.is-open .icon path {
  fill: #FFF;
}
.blog-articles .filter-row .mobile-dropdown-toggle.is-open .icon svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .blog-articles .filter-row .filters {
    margin-bottom: 20px;
  }
}
.blog-articles .filter-row .filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 55px;
}
@media (max-width: 991px) {
  .blog-articles .filter-row .filters ul {
    display: none;
    min-height: 0;
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
  }
}
.blog-articles .filter-row .filters ul li {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.blog-articles .filter-row .filters ul li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .blog-articles .filter-row .filters ul li:not(:last-child) {
    margin-right: 0;
  }
}
.blog-articles .filter-row .filters ul li a {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-decoration: none;
  position: relative;
}
@media (max-width: 991px) {
  .blog-articles .filter-row .filters ul li a {
    border-bottom: 1px solid #DBDBDB;
    display: block;
    padding: 7px 15px 4px;
  }
}
.blog-articles .filter-row .filters ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
@media (max-width: 991px) {
  .blog-articles .filter-row .filters ul li a:after {
    display: none;
  }
}
.blog-articles .filter-row .filters ul li a.active {
  color: #0064A4;
}
@media (max-width: 991px) {
  .blog-articles .filter-row .filters ul li a.active {
    background: #0064A4;
    color: #FFF;
  }
}
.blog-articles .filter-row .filters ul li a.active:after {
  background: #0064A4;
}
.blog-articles .filter-row .search-blog-form {
  position: relative;
  display: flex;
  flex-direction: row;
}
.blog-articles .filter-row .search-blog-form .search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.blog-articles .filter-row .search-blog-form input {
  flex-grow: 1;
  height: 55px;
  padding-left: 40px;
  border: 1px solid #DBE0E7;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.blog-articles .filter-row .search-blog-form button {
  width: 60px;
}
.blog-articles .posts-row {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .blog-articles .posts-row {
    --bs-gutter-x: 60px;
  }
}
.blog-articles .posts-row.has-no-filters {
  padding-top: 50px;
}
.blog-articles .posts-row .subscribe-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/images/theme/blog-subscribe-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
@media (max-width: 768px) {
  .blog-articles .posts-row .subscribe-card {
    min-height: 500px;
  }
}
.blog-articles .posts-row .subscribe-card svg {
  margin-bottom: 15px;
}
.blog-articles .posts-row .subscribe-card .subscribe-embed .hsfc-Step__Content {
  padding: 0 !important;
}
.blog-articles .posts-row .col-lg-4 {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .blog-articles .posts-row .col-lg-4 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .blog-articles .posts-row .col-lg-4 {
    margin-bottom: 40px;
  }
}
.blog-articles .load-more-row {
  padding-bottom: 95px;
}
.blog-articles .load-more-row .col-12 {
  display: flex;
  justify-content: center;
}

.category-badge {
  background: #A50092;
  height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 2px;
}
@media (max-width: 991px) {
  .category-badge {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.hidden {
  display: none;
}

.article-card {
  display: block;
  text-decoration: none;
}
.article-card .article-image {
  margin-bottom: 20px;
}
.article-card .top-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
.article-card h3 {
  margin-bottom: 20px;
}

.article-detail {
  background: #FFF;
}
.article-detail .article-intro {
  background-image: url("/assets/images/theme/article-intro-bg.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  min-height: 260px;
}
@media (max-width: 991px) {
  .article-detail .article-intro {
    min-height: 0;
  }
}
.article-detail .article-intro.has-image {
  margin-bottom: 220px;
}
.article-detail .article-intro .article-intro-inner {
  text-align: center;
  padding-top: 70px;
}
.article-detail .article-intro .article-intro-inner .article-details {
  margin-top: 12px;
  margin-bottom: 65px;
}
.article-detail .article-intro .article-intro-inner .article-details .read-time {
  margin-left: 10px;
}
.article-detail .article-intro .article-intro-inner .article-image {
  margin-bottom: -190px;
  position: relative;
}
.article-detail .article-intro .article-intro-inner .article-image:after {
  content: "";
  width: 44px;
  height: 115px;
  background-image: url("/assets/images/theme/arrow-blog-start.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -64px;
  left: -50px;
  display: block;
}
.article-detail .article-contents {
  padding-bottom: 90px;
}
.article-detail .article-contents.has-no-image {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .article-detail .article-contents.has-no-image {
    padding-top: 0;
  }
}
.article-detail .article-contents .sidebar-contents {
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  bottom: 0;
}
@media (max-width: 991px) {
  .article-detail .article-contents .sidebar-contents {
    margin-bottom: 40px;
  }
}
.article-detail .article-contents .sidebar-contents h3 {
  margin-bottom: 15px;
}
.article-detail .article-contents .sidebar-contents .section-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-detail .article-contents .sidebar-contents .section-links li {
  position: relative;
}
.article-detail .article-contents .sidebar-contents .section-links li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .article-detail .article-contents .sidebar-contents .section-links li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.article-detail .article-contents .sidebar-contents .section-links li:before {
  width: 15px;
  height: 16px;
  background-image: url("/assets/images/theme/active-section-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  top: 6px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .article-detail .article-contents .sidebar-contents .section-links li:before {
    display: none;
  }
}
.article-detail .article-contents .sidebar-contents .section-links li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #607167;
}
.article-detail .article-contents .sidebar-contents .section-links li.active a {
  color: #0064A4;
  font-weight: 600;
}
.article-detail .article-contents .sidebar-contents .section-links li.active:before {
  opacity: 1;
}
.article-detail .article-contents .sidebar-contents .divider {
  height: 1px;
  background: #DBDBDB;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .article-detail .article-contents .sidebar-contents .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.article-detail .article-contents .sidebar-contents .key-attributes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-detail .article-contents .sidebar-contents .key-attributes ul li:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .article-detail .article-contents .sidebar-contents .key-attributes ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.related-posts {
  background: #FFF;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .related-posts {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .related-posts {
    padding-bottom: 30px;
  }
}
.related-posts h3 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .related-posts h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .related-posts .related-posts-row {
    row-gap: 30px;
  }
}

.column-main p {
  color: #607167;
}
.column-main li {
  color: #607167;
}

.wp-block-list li:not(:last-child) {
  margin-bottom: 18px;
}

.article-summary {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 28px;
}
.article-summary .badge {
  margin-bottom: 18px;
}
.article-summary span {
  margin-bottom: 15px;
  display: block;
}

.article-quote {
  background-image: url("/assets/images/theme/article-quote-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .article-quote {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .article-quote {
    padding: 30px;
  }
}
.article-quote .quote {
  font-size: 3.2rem;
  line-height: 1.26;
  letter-spacing: -0.032rem;
  color: #FFF;
  position: relative;
  margin-bottom: 12px;
}
.article-quote .quote:before {
  content: "“";
  display: block;
  position: absolute;
  top: 0;
  left: -13px;
}
.article-quote .quote p {
  color: #FFF;
}
.article-quote .quote p:last-child:after {
  content: "”";
}
.article-quote .author {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2;
}

.article-cta {
  background-image: url("/assets/images/theme/article-cta-background.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.article-cta .heading {
  margin-bottom: 10px;
}

.article-accordion .heading, .accordion .heading {
  margin-bottom: 30px;
}
.article-accordion .accordion-items, .accordion .accordion-items {
  border-bottom: 1px solid #DBDBDB;
}
.article-accordion .accordion-items .accordion-item, .accordion .accordion-items .accordion-item {
  border-top: 1px solid #DBDBDB;
  transition: 0.3s ease-in-out;
}
.article-accordion .accordion-items .accordion-item .accordion-item-header, .accordion .accordion-items .accordion-item .accordion-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  color: #0A1D12;
}
.article-accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-title, .accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  flex-grow: 1;
  text-align: left;
  color: #0A1D12;
}
.article-accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon, .accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon {
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D1E0EA;
  max-width: 55px;
  min-width: 55px;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .article-accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon, .accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon {
    height: 39px;
    width: 39px;
    max-width: 39px;
    min-width: 39px;
  }
}
.article-accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon svg, .article-accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon path, .accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon svg, .accordion .accordion-items .accordion-item .accordion-item-header .accordion-item-icon path {
  transition: 0.3s ease-in-out;
}
.article-accordion .accordion-items .accordion-item.active, .accordion .accordion-items .accordion-item.active {
  border-top: 2px solid #0098FE;
}
.article-accordion .accordion-items .accordion-item.active .accordion-item-icon, .accordion .accordion-items .accordion-item.active .accordion-item-icon {
  background: #0064A4;
}
.article-accordion .accordion-items .accordion-item.active .accordion-item-icon svg, .accordion .accordion-items .accordion-item.active .accordion-item-icon svg {
  transform: rotate(180deg);
}
.article-accordion .accordion-items .accordion-item.active .accordion-item-icon svg path, .accordion .accordion-items .accordion-item.active .accordion-item-icon svg path {
  fill: #FFF;
}
.article-accordion .accordion-items .accordion-item .accordion-item-content, .accordion .accordion-items .accordion-item .accordion-item-content {
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #607167;
}

.blue-bg-feature {
  background: #0064A4;
  padding-top: 94px;
}
@media (max-width: 1200px) {
  .blue-bg-feature {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .blue-bg-feature {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .blue-bg-feature .image-column {
    margin-bottom: 20px;
  }
}
.blue-bg-feature .accent {
  height: 78px;
  background-image: url("/assets/images/theme/blue-bg-feature-accent.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 94px;
}
@media (max-width: 1200px) {
  .blue-bg-feature .accent {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .blue-bg-feature .accent {
    margin-top: 50px;
  }
}
.blue-bg-feature .type-micro-title {
  margin-bottom: 12px;
}
.blue-bg-feature h2 {
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .blue-bg-feature h2 {
    margin-bottom: 18px;
  }
}
.blue-bg-feature h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -225px;
  width: 200px;
  height: 66px;
  z-index: 10;
  background-image: url("/assets/images/theme/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .blue-bg-feature h2:before {
    display: none;
  }
}
.blue-bg-feature .btn-row {
  margin-top: 30px;
}

.accordion {
  padding-top: 100px;
  padding-bottom: 100px;
}
.accordion .type-title-medium {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .accordion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .accordion {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.image-copy {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .image-copy {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .image-copy.alignment-image-right .image-column {
    order: 2;
  }
}
@media (min-width: 992px) {
  .image-copy.alignment-image-right .copy-column {
    order: 1;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .image-copy.alignment-image-left .image-column {
    order: 1;
  }
}
@media (min-width: 992px) {
  .image-copy.alignment-image-left .copy-column {
    order: 2;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .image-copy .image-column {
    margin-bottom: 30px;
  }
}
.image-copy .copy-column h2 {
  margin-bottom: 18px;
}
.image-copy .copy-column .copy {
  margin-bottom: 25px;
}
.image-copy .copy-column .check-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-copy .copy-column .check-items li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
}
.image-copy .copy-column .check-items li::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url("/assets/images/theme/check-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: #00A546;
  position: absolute;
  left: 0;
  top: 5px;
}
.large-heading {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .large-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .large-heading {
    margin-bottom: 30px;
  }
}

.green-bg-feature-one {
  background: #003B33;
}
@media (max-width: 991px) {
  .green-bg-feature-one {
    padding-bottom: 20px;
  }
}
.green-bg-feature-one .accent {
  height: 78px;
  background-image: url("/assets/images/theme/graphic-green-bar-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.green-bg-feature-one .copy-column {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1200px) {
  .green-bg-feature-one .copy-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .green-bg-feature-one .copy-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.green-bg-feature-one .copy-column .highlight-items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 60px;
}
@media (max-width: 991px) {
  .green-bg-feature-one .copy-column .highlight-items {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 40px;
  }
}
.green-bg-feature-one .copy-column .highlight-items .type-micro-title {
  margin-bottom: 0;
}
.green-bg-feature-one .copy-column .highlight-items h3 {
  margin-bottom: 20px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .green-bg-feature-one .copy-column .highlight-items h3 {
    margin-bottom: 15px;
  }
}

.green-bg-feature-two {
  background: #003B33;
}
.green-bg-feature-two .accent {
  height: 78px;
  background-image: url("/assets/images/theme/graphic-green-bar-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.green-bg-feature-two .container {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1200px) {
  .green-bg-feature-two .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .green-bg-feature-two .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .green-bg-feature-two .copy-column {
    order: 1;
  }
}
.green-bg-feature-two .copy-column .type-micro-title {
  margin-bottom: 14px;
}
.green-bg-feature-two .copy-column h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .green-bg-feature-two .copy-column h2 {
    margin-bottom: 15px;
  }
}
.green-bg-feature-two .copy-column .btn-row {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .green-bg-feature-two .copy-column .btn-row {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .green-bg-feature-two .image-column {
    margin-top: 30px;
    order: 2;
  }
}

.green-bg-feature-three {
  background: #003B33;
}
.green-bg-feature-three .accent {
  height: 78px;
  background-image: url("/assets/images/theme/graphic-green-bar-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.green-bg-feature-three .container {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1200px) {
  .green-bg-feature-three .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .green-bg-feature-three .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.green-bg-feature-three h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .green-bg-feature-three h2 {
    margin-bottom: 14px;
  }
}
.green-bg-feature-three .detail-columns {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .green-bg-feature-three .detail-columns {
    margin-top: 60px;
    row-gap: 30px;
  }
}
.green-bg-feature-three .detail-columns h3 {
  margin-bottom: 13px;
}
.green-bg-feature-three .detail-columns .column-group .type-text {
  margin-bottom: 15px;
}
.green-bg-feature-three .detail-columns .column-group:not(:last-child) {
  margin-bottom: 30px;
}

.progression-highlight {
  background: #003B33;
}
.progression-highlight .accent {
  height: 78px;
  background-image: url("/assets/images/theme/graphic-green-bar-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.progression-highlight .container {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1200px) {
  .progression-highlight .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .progression-highlight .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.progression-highlight h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .progression-highlight h2 {
    margin-bottom: 20px;
  }
}
.progression-highlight .progression-stages {
  --bs-gutter-x: 0;
}
.progression-highlight .progression-stages .stage-label {
  height: 110px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .progression-highlight .progression-stages .stage-label {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .progression-highlight .progression-stages .stage-label {
    height: 80px;
  }
}
.progression-highlight .progression-stages .stage-label:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  right: 29px;
  background-image: url("/assets/images/theme/arrow-white-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  width: 103px;
  height: 53px;
}
@media (max-width: 1200px) {
  .progression-highlight .progression-stages .stage-label:before {
    width: 85px;
    height: 44px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .progression-highlight .progression-stages .stage-label:before {
    bottom: -40px;
    right: -1px;
    transform: rotate(90deg);
  }
}
.progression-highlight .progression-stages .stage-label:after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.progression-highlight .progression-stages .stage-1 .stage-label {
  background: linear-gradient(90deg, rgba(9, 109, 96, 0) 0%, #096D60 100%);
}
@media (max-width: 991px) {
  .progression-highlight .progression-stages .stage-1 .stage-label {
    padding-left: 30px;
  }
}
.progression-highlight .progression-stages .stage-1 .stage-label:after {
  background-color: #086357;
}
.progression-highlight .progression-stages .stage-1 .copy {
  padding-right: 75px;
}
@media (max-width: 991px) {
  .progression-highlight .progression-stages .stage-1 .copy {
    padding-left: 30px;
  }
}
.progression-highlight .progression-stages .stage-2 .stage-label {
  background-color: #1C9768;
  padding-left: 30px;
}
.progression-highlight .progression-stages .stage-2 .stage-label:after {
  background-color: #15845C;
}
.progression-highlight .progression-stages .stage-2 .copy {
  padding-left: 30px;
  padding-right: 75px;
}
.progression-highlight .progression-stages .stage-3 .stage-label {
  background-color: #3BC98B;
  color: #003B33;
  padding-left: 30px;
}
.progression-highlight .progression-stages .stage-3 .stage-label:after {
  background-color: #2DAB79;
}
.progression-highlight .progression-stages .stage-3 .copy {
  padding-left: 30px;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .progression-highlight .progression-stages .stage {
    margin-bottom: 35px;
  }
}
.progression-highlight .stats-heading-row {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .progression-highlight .stats-heading-row {
    margin-top: 60px;
  }
}
.progression-highlight .stats-row .col-lg-4:first-child .stat {
  border-left: 1px solid #216E64;
}
@media (max-width: 991px) {
  .progression-highlight .stats-row .col-lg-4:first-child .stat {
    border-left: 0;
    border-top: 1px solid #216E64;
  }
}
.progression-highlight .stats-row .stat {
  padding: 50px 40px;
  border-right: 1px solid #216E64;
}
@media (max-width: 991px) {
  .progression-highlight .stats-row .stat {
    border-right: 0;
    border-bottom: 1px solid #216E64;
    padding: 30px 0;
  }
}
.progression-highlight .stats-row .stat .stat-value {
  font-weight: 400;
  font-size: 9.5rem;
  line-height: 9.5rem;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.pricing {
  margin-bottom: 80px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .pricing {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .pricing {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.pricing h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .pricing h2 {
    margin-bottom: 12px;
  }
}
.pricing .tabs-outer {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .pricing .tabs-outer {
    display: none;
  }
}
.pricing .pricing-tabs {
  min-height: 55px;
  margin: 0 0 43px;
  border-radius: 28px;
  background: #FFF;
  display: inline-flex;
  align-self: center;
  list-style: none;
  padding: 5px;
}
@media (max-width: 768px) {
  .pricing .pricing-tabs {
    display: block;
  }
}
.pricing .pricing-tabs li a {
  display: flex;
  min-height: 45px;
  border-radius: 30px;
  padding-left: 17px;
  padding-right: 17px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0A1D12;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  align-items: center;
}
@media (max-width: 991px) {
  .pricing .pricing-tabs li a {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.pricing .pricing-tabs li a:hover {
  background: #DBDBDB;
}
@media (min-width: 789px) {
  .pricing .pricing-tabs li a:hover {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.pricing .pricing-tabs li a.active {
  background: #003B33;
  color: #FFF;
}
@media (max-width: 991px) {
  .pricing .pricing-tab-content .pricing-tab-pane:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .pricing .pricing-tab-content .pricing-tab-pane:not(.active) {
    display: none;
  }
}
.pricing .pricing-tab-content .pricing-tab-heading {
  min-height: 91px;
  background-image: url("/assets/images/theme/pricing-tabs-graphic.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.pricing .pricing-tab-details {
  display: flex;
  background: #FFF;
}
.pricing .detail-headings {
  flex-basis: 18.5%;
  min-width: 18.5%;
  padding-left: 30px;
  padding-right: 15px;
  border-right: 1px solid #DBDBDB;
}
@media (max-width: 991px) {
  .pricing .detail-headings {
    display: none;
  }
}
.pricing .detail-headings .detail-heading {
  color: #0A1D12;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pricing .detail-headings .detail-item:not(:last-child) {
  margin-bottom: 30px;
}
.pricing .detail-headings .detail-item.detail-item-add-ons:not(:last-child) {
  margin-bottom: 15px;
}
.pricing .pricing-plans {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pricing .pricing-plans {
    display: block;
  }
}
.pricing .pricing-plans .pricing-plan {
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.pricing .pricing-plans .pricing-plan:not(:last-child) {
  border-right: 1px solid #DBDBDB;
}
@media (max-width: 768px) {
  .pricing .pricing-plans .pricing-plan:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
  }
}
.pricing .pricing-plans .pricing-plan .detail-items .detail-item:not(:last-child) {
  margin-bottom: 30px;
}
.pricing .pricing-plans .pricing-plan .detail-items .detail-item.detail-item-add-ons:not(:last-child) {
  margin-bottom: 15px;
}
.pricing .pricing-plans .pricing-plan .detail-items .detail-label {
  display: none;
}
@media (max-width: 991px) {
  .pricing .pricing-plans .pricing-plan .detail-items .detail-label {
    display: block;
    color: #0A1D12;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.pricing .pricing-plans .pricing-plan .detail-items .detail-value {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pricing .pricing-plans .pricing-plan .detail-items .detail-value strong {
  font-weight: 500;
}
.pricing .pricing-plans .pricing-plan .detail-items .detail-value p:not(:last-child) {
  margin-bottom: 10px;
}
.pricing .pricing-plans .pricing-plan .cta {
  margin-top: 45px;
}
.pricing .pricing-plans .pricing-plan .cta .btn, .pricing .pricing-plans .pricing-plan .cta .embed-container .hbspt-form .hs-button, .embed-container .hbspt-form .pricing .pricing-plans .pricing-plan .cta .hs-button, .pricing .pricing-plans .pricing-plan .cta .embed-container .hs-form .hs-button, .embed-container .hs-form .pricing .pricing-plans .pricing-plan .cta .hs-button {
  width: 100%;
  background: transparent;
  border: 1px solid #0064A4;
  color: #0064A4;
}
.pricing .pricing-plans .pricing-plan .cta .btn:hover, .pricing .pricing-plans .pricing-plan .cta .embed-container .hbspt-form .hs-button:hover, .embed-container .hbspt-form .pricing .pricing-plans .pricing-plan .cta .hs-button:hover, .pricing .pricing-plans .pricing-plan .cta .embed-container .hs-form .hs-button:hover, .embed-container .hs-form .pricing .pricing-plans .pricing-plan .cta .hs-button:hover {
  background: #0064A4;
  color: #FFF;
}
.pricing .pricing-plans.has-plans-4 .pricing-plan {
  flex-basis: 25%;
  min-width: 25%;
}
@media (max-width: 991px) and (min-width: 769px) {
  .pricing .pricing-plans.has-plans-4 .pricing-plan {
    flex-basis: 50%;
    min-width: 50%;
  }
  .pricing .pricing-plans.has-plans-4 .pricing-plan:nth-child(2) {
    border-right: none;
  }
  .pricing .pricing-plans.has-plans-4 .pricing-plan:nth-child(4) {
    border-right: none;
  }
  .pricing .pricing-plans.has-plans-4 .pricing-plan:nth-child(1) {
    border-bottom: 1px solid #DBDBDB;
  }
  .pricing .pricing-plans.has-plans-4 .pricing-plan:nth-child(2) {
    border-bottom: 1px solid #DBDBDB;
  }
}
.pricing .pricing-plans.has-plans-3 .pricing-plan {
  flex-basis: 33.3333%;
  min-width: 33.3333%;
}
.pricing .pricing-plans.has-plans-2 .pricing-plan {
  flex-basis: 50%;
  min-width: 50%;
}
.pricing .section-heading {
  padding-top: 30px;
  padding-bottom: 32px;
  margin-bottom: 0;
}
.pricing .disclaimer {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #0A1D12;
  display: inline-block;
}
.pricing .pricing-plan-filler {
  position: relative;
}
@media (max-width: 768px) {
  .pricing .pricing-plan-filler {
    display: none;
  }
}
.pricing .pricing-plan-filler img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pricing .pricing-plan-filler.filler-size-one {
  flex-basis: 68%;
  min-width: 68%;
}
.pricing .pricing-plan-filler.filler-size-two {
  flex-basis: 33%;
  min-width: 33%;
}

.green-bg-hero {
  padding-top: 95px;
  padding-bottom: 95px;
  background-image: url("/assets/images/theme/green-bg-hero-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1200px) {
  .green-bg-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .green-bg-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.green-bg-hero .copy-column .type-micro-title {
  margin-bottom: 14px;
}
.green-bg-hero .copy-column h1 {
  margin-bottom: 20px;
}
.green-bg-hero .copy-column .btn-row {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .green-bg-hero .image-column {
    margin-top: 30px;
  }
}
.green-bg-hero .image-column img {
  filter: drop-shadow(0px 4.25837px 106.459px rgba(28, 50, 90, 0.1));
}

.stats-brands {
  background: #FFF;
  position: relative;
}
.stats-brands .row {
  padding-top: 85px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .stats-brands .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .stats-brands .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.stats-brands.accent-grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: #F6F6F6;
  z-index: 1;
}
@media (max-width: 991px) {
  .stats-brands.accent-grey:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .stats-brands .stats-container {
    margin-top: 25px;
  }
}
.stats-brands .stats-container .stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.stats-brands .stats-container .stats .stat .stat-value {
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 6.6rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #00A546;
}
@media (max-width: 991px) {
  .stats-brands .stats-container .stats .stat .stat-value {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: -0.01em;
  }
}
.stats-brands .stats-container .stats .stat .stat-label {
  color: #607167;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .stats-brands .stats-container .stats .stat .stat-label {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 991px) {
  .stats-brands .stats-container .stats .stat .stat-label {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.stats-brands .brands-carousel {
  width: 100%;
  padding-bottom: 40px;
}
.stats-brands .brands-carousel .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.stats-brands.accent-grey .brands-carousel {
  margin-left: 100px;
  width: calc(100% - 100px);
}
@media (max-width: 991px) {
  .stats-brands.accent-grey .brands-carousel {
    margin-left: 0;
    width: 100%;
  }
}

.swiper.brands-marquee-swiper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}

.swiper-wrapper.brands-marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide.brands-marquee-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-highlight {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .video-highlight {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .video-highlight {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.video-highlight h2 {
  max-width: 55%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .video-highlight h2 {
    max-width: 100%;
    margin-bottom: 22px;
  }
}
.video-highlight .copy {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 75px;
       column-gap: 75px;
}
@media (max-width: 1400px) {
  .video-highlight .copy {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  .video-highlight .copy {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .video-highlight .copy {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.video-highlight .image-container {
  max-width: 1200px;
  margin: 90px auto;
  filter: drop-shadow(0px 4.25837px 106.459px rgba(28, 50, 90, 0.1));
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .video-highlight .image-container {
    margin: 70px auto;
  }
}
@media (max-width: 991px) {
  .video-highlight .image-container {
    margin: 50px auto;
  }
}

.post-highlight {
  margin-top: 90px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .post-highlight {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .post-highlight {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.post-highlight .divider {
  width: 1px;
  background: #DBDBDB;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .post-highlight .divider {
    height: 1px;
    width: 100%;
    margin: 25px 0;
  }
}
.post-highlight .category-badge {
  margin-bottom: 17px;
}
.post-highlight .img-fluid {
  margin-bottom: 25px;
}
.post-highlight h2 {
  margin-bottom: 20px;
}
.post-highlight a {
  margin-top: 25px;
}
.post-highlight .stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.post-highlight .stats .stat .stat-value {
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 5.1rem;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  color: #00A546;
}
.post-highlight .stats .stat .stat-label {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #607167;
}
.post-highlight .quote {
  margin-top: 50px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.024rem;
  color: #0A1D12;
  position: relative;
}
.post-highlight .quote:before {
  content: open-quote;
  left: -12px;
  position: absolute;
  top: 0px;
}
.post-highlight .quote:after {
  content: close-quote;
}
.post-highlight .quote-divider {
  width: 140px;
  height: 4px;
  background: #00A546;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-highlight .quote-author {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #0A1D12;
}
.post-highlight .quote-author-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #0A1D12;
}

.page-intro {
  overflow: hidden;
}
@media (max-width: 1450px) {
  .page-intro .copy-column {
    padding-top: 35px;
  }
}
.page-intro .copy-column .type-micro-title {
  margin-bottom: 14px;
}
.page-intro .copy-column h1 {
  margin-bottom: 20px;
}
.page-intro .copy-column .btn-row {
  margin-top: 30px;
}
@media (max-width: 1450px) {
  .page-intro .copy-column .btn-row {
    margin-bottom: 40px;
  }
}
.page-intro .image-column {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .page-intro .image-column {
    padding-left: 20px;
    padding-right: 0;
  }
}
.page-intro .image-column img {
  width: 56vw;
}
@media (max-width: 1600px) {
  .page-intro .image-column img {
    width: 58vw;
  }
}
@media (max-width: 991px) {
  .page-intro .image-column img {
    width: 100%;
  }
}

.three-column-highlight {
  margin-top: 95px;
  margin-bottom: 95px;
}
@media (max-width: 991px) {
  .three-column-highlight {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .three-column-highlight {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.three-column-highlight .heading-row {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .three-column-highlight .heading-row {
    margin-bottom: 30px;
  }
}
.three-column-highlight .row {
  row-gap: 40px;
}
@media (max-width: 991px) {
  .three-column-highlight .row {
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .three-column-highlight .row {
    row-gap: 25px;
  }
}
.three-column-highlight .highlight-item .img-fluid {
  margin-bottom: 18px;
}
.three-column-highlight .highlight-item h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .three-column-highlight .highlight-item h3 {
    margin-bottom: 8px;
  }
}
.three-column-highlight .highlight-item.copy-length-short h3 {
  margin-bottom: 0;
}

.demo-embed-copy {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .demo-embed-copy {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
.demo-embed-copy .type-micro-title {
  margin-bottom: 12px;
}
.demo-embed-copy h1 {
  margin-bottom: 18px;
}
.demo-embed-copy .copy-container {
  position: relative;
}
.demo-embed-copy .copy-container .green-arrow-right {
  position: absolute;
  top: -10px;
  right: -40px;
}
@media (max-width: 1400px) {
  .demo-embed-copy .copy-container .green-arrow-right {
    right: -50px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  .demo-embed-copy .copy-container .green-arrow-right {
    display: none;
  }
}
.demo-embed-copy .accordion-items {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .demo-embed-copy .accordion-items {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .demo-embed-copy .disclaimer-desktop-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .demo-embed-copy .disclaimer-mobile-only {
    display: none;
  }
}
.demo-embed-copy .embed-container {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .demo-embed-copy .embed-container {
    padding-left: 0;
    padding-top: 50px;
  }
}
.demo-embed-copy .disclaimer-left {
  margin-top: 40px;
}
.demo-embed-copy .disclaimer-right {
  margin-top: 40px;
}

.embed-container .hbspt-form fieldset, .embed-container .hs-form fieldset {
  max-width: none !important;
}
.embed-container .hbspt-form .form-columns-0 .hs-main-font-element, .embed-container .hs-form .form-columns-0 .hs-main-font-element {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0.07rem;
  color: #0A1D12;
  margin-bottom: 15px;
}
.embed-container .hbspt-form .hs-form-field, .embed-container .hs-form .hs-form-field {
  margin-bottom: 15px;
}
.embed-container .hbspt-form .hs-form-field .input, .embed-container .hs-form .hs-form-field .input {
  margin-top: 4px;
}
.embed-container .hbspt-form .hs-form-field .input input[type=text], .embed-container .hbspt-form .hs-form-field .input input[type=email], .embed-container .hbspt-form .hs-form-field .input input[type=tel], .embed-container .hbspt-form .hs-form-field .input input[type=number], .embed-container .hbspt-form .hs-form-field .input input[type=date], .embed-container .hbspt-form .hs-form-field .input input[type=password], .embed-container .hs-form .hs-form-field .input input[type=text], .embed-container .hs-form .hs-form-field .input input[type=email], .embed-container .hs-form .hs-form-field .input input[type=tel], .embed-container .hs-form .hs-form-field .input input[type=number], .embed-container .hs-form .hs-form-field .input input[type=date], .embed-container .hs-form .hs-form-field .input input[type=password] {
  width: 100% !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-height: 40px;
  border: 1px solid #DBDBDB;
  padding-left: 15px;
  padding-right: 15px;
}
.embed-container .hbspt-form .hs-form-field .input textarea, .embed-container .hs-form .hs-form-field .input textarea {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-height: 100px;
  border: 1px solid #DBDBDB;
  width: 100%;
  padding: 15px;
}
.embed-container .hbspt-form .hs-error-msgs, .embed-container .hs-form .hs-error-msgs {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}
.embed-container .hbspt-form .hs-error-msgs label, .embed-container .hs-form .hs-error-msgs label {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: red;
}
.embed-container .hbspt-form .hs-fieldtype-booleancheckbox, .embed-container .hs-form .hs-fieldtype-booleancheckbox {
  margin-top: 10px;
}
.embed-container .hbspt-form .hs-fieldtype-booleancheckbox ul, .embed-container .hs-form .hs-fieldtype-booleancheckbox ul {
  list-style: none;
  padding-left: 0;
}
.embed-container .hbspt-form .hs-fieldtype-booleancheckbox input[type=checkbox], .embed-container .hs-form .hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: relative;
  top: 5px;
}
.embed-container .hbspt-form .hs-recaptcha, .embed-container .hs-form .hs-recaptcha {
  margin-top: 20px;
}
.embed-container .hbspt-form .legal-consent-container .hs-richtext, .embed-container .hs-form .legal-consent-container .hs-richtext {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #607167;
}

.form-embed-custom {
  background: #0064A4;
  padding: 35px 40px;
}
.form-embed-custom .form-heading {
  margin-bottom: 25px;
  position: relative;
}
.form-embed-custom fieldset:first-child {
  display: none;
}
.form-embed-custom label {
  color: #FFF;
}
.form-embed-custom .hs-error-msgs label {
  color: #ff9898 !important;
}
.form-embed-custom .submitted-message {
  color: #FFF !important;
}
.form-embed-custom .hs-form-booleancheckbox {
  border: 1px solid #0098FE;
  position: relative;
  transition: 0.3s ease-in-out;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form-embed-custom .hs-form-booleancheckbox label {
  padding: 12px 11px 10px;
  display: flex;
}
.form-embed-custom .hs-form-booleancheckbox.checked {
  background: #00578F;
  border: 1px solid #00578F;
}
.form-embed-custom .hs-form-booleancheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
.form-embed-custom .hs-form-booleancheckbox .checkmark {
  height: 21px;
  width: 21px;
  background-color: transparent;
  border: 1px solid #FFF;
  margin-left: 0 !important;
  transition: 0.3s ease-in-out;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-embed-custom .hs-form-booleancheckbox .checkmark svg {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.form-embed-custom .hs-form-booleancheckbox span {
  order: 2;
}
.form-embed-custom .hs-form-booleancheckbox:hover input ~ .checkmark {
  background-color: #0064A4;
}
.form-embed-custom .hs-form-booleancheckbox input:checked ~ .checkmark {
  background-color: #06E566;
  border-color: #06E566;
}
.form-embed-custom .hs-form-booleancheckbox input:checked ~ .checkmark svg {
  opacity: 1;
}
.form-embed-custom .hs-form-booleancheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-embed-custom .hs-form-booleancheckbox input:checked ~ .checkmark:after {
  display: block;
}
.form-embed-custom .hs-form-booleancheckbox-display > span {
  margin-left: 10px !important;
}

.embed-container .submitted-message {
  color: #FFF !important;
}

.submitted-message.hs-main-font-element.hs-form-8e5e0edf-38b2-4abd-bfb0-4f9a0c001cf6.hs-form-8e5e0edf-38b2-4abd-bfb0-4f9a0c001cf6_eeb0dd55-9c8a-413f-b979-adbd26dfdb7b {
  color: #FFF !important;
}

#demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 41, 68, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#demo-modal:not(.active) {
  display: none;
}
#demo-modal.showing {
  opacity: 1;
}
#demo-modal .modal-inner {
  max-width: 580px;
  max-height: 80dvh;
}
#demo-modal .modal-body {
  position: relative;
  padding: 0;
}
#demo-modal .modal-body .arrow {
  position: absolute;
  top: 65px;
  left: -35px;
  width: 60px;
  height: 153px;
}
#demo-modal .modal-body .arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
#demo-modal .modal-body .embed-container {
  max-height: 80dvh;
  overflow: scroll;
}
#demo-modal .modal-body #demo-modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
}
#demo-modal .modal-body #demo-modal-close svg {
  display: block;
  width: 100%;
  height: auto;
}

.resources-carousel {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .resources-carousel {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.resources-carousel h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .resources-carousel h2 {
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .resources-carousel h2 {
    margin-right: 100px;
  }
}
@media (max-width: 575px) {
  .resources-carousel .container {
    padding-right: 55px;
  }
}
.resources-carousel .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .resources-carousel .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.resources-carousel .swiper {
  overflow: visible;
}
@media (max-width: 575px) {
  .resources-carousel .resources-carousel-outer {
    padding-left: 5px;
  }
}
.resources-carousel .swiper-button-prev {
  position: absolute;
  top: -79px;
  right: 40px;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .resources-carousel .swiper-button-prev {
    top: -70px;
  }
}
.resources-carousel .swiper-button-next {
  position: absolute;
  top: -79px;
  right: 0;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .resources-carousel .swiper-button-next {
    top: -70px;
  }
}

.case-study-carousel {
  margin-top: 85px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case-study-carousel {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.case-study-carousel .heading-row {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .case-study-carousel h2 {
    margin-bottom: 15px;
  }
}
.case-study-carousel .swiper {
  overflow: visible;
}
.case-study-carousel .swiper-button-prev {
  position: absolute;
  top: -89px;
  right: 40px;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .case-study-carousel .swiper-button-prev {
    top: -82px;
  }
}
.case-study-carousel .swiper-button-next {
  position: absolute;
  top: -89px;
  right: 0;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .case-study-carousel .swiper-button-next {
    top: -82px;
  }
}
.case-study-carousel .swiper-wrapper {
  height: auto;
}
.case-study-carousel .swiper-slide {
  height: auto;
  display: flex;
}
.case-study-carousel .case-study-card {
  background: #FFF;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
}
.case-study-carousel .case-study-card .associated-logo-outer {
  min-height: 70px;
}
.case-study-carousel .case-study-card .quote-accent {
  margin-bottom: 12px;
}
.case-study-carousel .case-study-card .quote-copy {
  flex-grow: 1;
  margin-bottom: 45px;
}
.case-study-carousel .case-study-card .quote-author {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.4rem;
  color: #0A1D12;
}
.case-study-carousel .case-study-card .quote-author-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.4rem;
  color: #0A1D12;
}
.case-study-carousel .case-study-card a {
  margin-top: 30px;
  margin-left: auto;
}
.case-study-carousel.background-dark {
  background: #003B33;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 85px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .case-study-carousel.background-dark {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.case-study-carousel.background-dark .swiper-button-prev path, .case-study-carousel.background-dark .swiper-button-next path {
  fill: #FFF;
}

.tab-highlights {
  margin-top: 85px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tab-highlights {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.tab-highlights .heading-row {
  margin-bottom: 50px;
}
.tab-highlights .tab-selection {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .tab-highlights .tab-selection .swiper {
    max-width: 160px;
    margin: 0 auto;
    overflow: visible;
  }
}
.tab-highlights .tab-selection .swiper-slide {
  height: auto;
  background: transparent;
  border: none;
}
.tab-highlights .tab-selection .swiper-slide .tab-selection-item {
  background: transparent;
  border: none;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .tab-highlights .tab-selection .swiper-slide .tab-selection-item {
    width: 100%;
  }
}
.tab-highlights .tab-selection .swiper-slide .tab-selection-item img, .tab-highlights .tab-selection .swiper-slide .tab-selection-item svg {
  margin-bottom: 15px;
  width: auto !important;
}
.tab-highlights .tab-selection .swiper-slide.swiper-slide-thumb-active .tab-selection-item {
  background: #A50092;
  color: #FFF;
}
.tab-highlights .tab-selection .swiper-slide.swiper-slide-thumb-active .tab-selection-item .color-black {
  color: #FFF;
}
.tab-highlights .tab-selection .swiper-slide.swiper-slide-thumb-active .tab-selection-item svg, .tab-highlights .tab-selection .swiper-slide.swiper-slide-thumb-active .tab-selection-item path {
  fill: #FFF;
}
.tab-highlights .tab-contents .tab-content img {
  margin: 0 auto;
  max-width: 1200px;
}
.tab-highlights .swiper-button-prev, .tab-highlights .swiper-button-next {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 10px));
}
.tab-highlights .swiper-button-prev.swiper-button-disabled, .tab-highlights .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 575px) {
  .tab-highlights .swiper-button-prev, .tab-highlights .swiper-button-next {
    top: -37px;
  }
}
.tab-highlights .swiper-button-prev {
  left: -80px;
}
@media (max-width: 1200px) {
  .tab-highlights .swiper-button-prev {
    left: -45px;
  }
}
@media (max-width: 575px) {
  .tab-highlights .swiper-button-prev {
    left: 38%;
  }
}
.tab-highlights .swiper-button-next {
  right: -80px;
}
@media (max-width: 1200px) {
  .tab-highlights .swiper-button-next {
    right: -45px;
  }
}
@media (max-width: 575px) {
  .tab-highlights .swiper-button-next {
    right: 38%;
  }
}

.brand-highlights {
  margin-top: 85px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .brand-highlights {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .brand-highlights {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}
.brand-highlights .swiper {
  overflow: visible;
}
.brand-highlights .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.brand-highlights .brand-highlights-logos-container {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .brand-highlights .brand-highlights-logos-container {
    margin-top: 40px;
  }
}
.brand-highlights .brand-highlights-logos-container .swiper-slide {
  height: 210px;
  width: 210px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-highlights .brand-highlights-logos-container .swiper-slide img {
  max-width: 95%;
  max-height: 95%;
}

.video-modal .modal-dialog {
  max-width: 1000px;
}
.video-modal.subscribe-form-modal .modal-dialog .modal-content {
  background: #FFF;
  padding-bottom: 40px;
}
.video-modal.subscribe-form-modal .modal-dialog .modal-content .close {
  color: #0A1D12 !important;
}
.video-modal.subscribe-form-modal .modal-dialog .modal-body {
  padding: 20px;
}
.video-modal .modal-content {
  position: relative;
  background: transparent;
  border: none;
  padding-top: 50px;
}
.video-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  color: #FFF !important;
  background: transparent;
  border: none;
  font-size: 30px;
}
@media (max-width: 1000px) {
  .video-modal .modal-content .close {
    right: 10px;
  }
}
.video-modal .modal-content .modal-body {
  padding: 0;
  background: transparent;
}
.video-modal .modal-content .modal-body figure {
  position: relative;
  padding-bottom: 56.56%;
}
.video-modal .modal-content .modal-body .iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.divider {
  height: 1px;
  width: 100%;
}
