@font-face {
  font-family: Ultimate icons;
  src: url('../fonts/Ultimate-Icons.woff') format("woff"), url('../fonts/Ultimate-Icons.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --headings: #091f3f;
  --_typography---heading-font: Montserrat, sans-serif;
  --_typography---heading-weight: 600;
  --secondary-action-color: #ff8539;
  --hover-color: #32a4ac;
  --active-color: #3cc1ca;
  --dark-bg: #091f3f;
  --light-copy: #96969d;
  --tint: #f4f2f2;
  --light-grey: #e3e3e7;
  --white: white;
  --gold: #ffda0a;
  --radius: 1rem;
  --default-copy: #626371;
}

body {
  color: var(--headings);
  font-family: Montserrat, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h1 {
  font-family: var(--_typography---heading-font);
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: var(--_typography---heading-weight);
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
}

h2 {
  font-family: var(--_typography---heading-font);
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: var(--_typography---heading-weight);
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
}

h3 {
  font-family: var(--_typography---heading-font);
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: var(--_typography---heading-weight);
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
}

h4 {
  font-family: var(--_typography---heading-font);
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: var(--_typography---heading-weight);
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
}

h5 {
  font-family: var(--_typography---heading-font);
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: var(--_typography---heading-weight);
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
}

h6 {
  font-family: var(--_typography---heading-font);
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: var(--_typography---heading-weight);
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 8px;
}

p {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 18px;
}

a {
  color: var(--secondary-action-color);
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: var(--hover-color);
  text-decoration: underline;
}

ul {
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  background-image: url('../images/Oval.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  padding-left: 30px;
}

label {
  color: var(--headings);
  letter-spacing: 1px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 6px solid var(--active-color);
  color: var(--dark-bg);
  letter-spacing: .5px;
  margin-top: 24px;
  margin-bottom: 36px;
  margin-left: -38px;
  padding: 0 0 0 30px;
  font-size: 2.1rem;
  line-height: 3.1rem;
}

.p-large {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-small {
  flex: 0 auto;
  font-size: .9rem;
  line-height: 1.5rem;
}

.p-small.caption {
  margin-top: -24px;
  margin-bottom: 36px;
  font-style: italic;
}

.p-small.footer-address {
  margin-top: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-guide-color {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: flex;
}

.style-guide-color.dark-bg {
  background-color: var(--dark-bg);
}

.style-guide-color.active-color {
  background-color: var(--active-color);
}

.style-guide-color.headings {
  background-color: var(--headings);
}

.style-guide-color.light-copy {
  background-color: var(--light-copy);
}

.style-guide-color.hover-color {
  background-color: var(--hover-color);
}

.style-guide-color.tint {
  background-color: var(--tint);
}

.style-guide-color.secondary-action-color {
  background-color: var(--secondary-action-color);
}

.style-guide-color.light-grey {
  background-color: var(--light-grey);
}

.style-guide-color.cyan-bg {
  background-color: var(--active-color);
}

.section {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.tint {
  background-color: var(--tint);
}

.section.tint._50-p-right {
  background-image: linear-gradient(to right, var(--white) 50%, var(--tint) 50%);
}

.section.dark {
  background-color: var(--dark-bg);
  color: var(--white);
}

.section.orange {
  background-color: var(--secondary-action-color);
  color: var(--white);
}

.section.cyan {
  background-color: var(--active-color);
  color: var(--tint);
}

.section.narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.o-hidden {
  overflow: hidden;
}

.section.article {
  margin-top: 120px;
}

.fluid-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px;
  position: relative;
}

.fluid-cell._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.fluid-cell._50-p {
  flex: 0 auto;
  width: 50%;
}

.fluid-cell._25-p {
  flex: 0 auto;
  width: 25%;
}

.fluid-cell._70-p {
  flex: 0 auto;
  width: 70%;
}

.fluid-cell._100-p {
  flex: 0 auto;
  width: 100%;
}

.fluid-cell._33-p {
  flex: 0 auto;
  width: 33.3%;
}

.fluid-cell.center-object {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fluid-cell.center {
  text-align: center;
}

.fluid-cell.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.fluid-cell._40-p {
  flex: 0 auto;
  width: 40%;
}

.fluid-cell._60-p {
  flex: 0 auto;
  width: 60%;
}

.fluid-cell._45-p {
  flex: 0 auto;
  width: 45%;
}

.fluid-cell.no-t-padding {
  padding-top: 0;
}

.fluid-cell.flip-card-wrap {
  flex: 0 auto;
  width: 25%;
  padding: 12px;
}

.fluid-cell.member-card {
  text-align: center;
  flex: 0 auto;
  width: 25%;
}

.invert {
  color: #fff;
}

.subheading {
  color: var(--secondary-action-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.subheading.white {
  color: var(--white);
}

.subheading.carousel-name {
  color: var(--white);
  padding-top: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading.solo {
  color: var(--hover-color);
  margin-bottom: 12px;
  padding-top: 12px;
}

.subheading.above {
  margin-bottom: 0;
  padding-top: 12px;
}

.subheading.member-name {
  color: var(--secondary-action-color);
  margin-bottom: 12px;
  padding-top: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading.yellow {
  color: var(--gold);
}

.text-field {
  background-color: var(--tint);
  color: var(--headings);
  border: 1px #000;
  min-height: 55px;
  margin-bottom: 0;
  padding: 12px 36px 12px 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all .2s;
}

.text-field::placeholder {
  color: var(--headings);
}

.text-field.text-area {
  min-height: 160px;
  padding-top: 12px;
}

.container {
  z-index: 3;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  position: relative;
}

.container.center {
  justify-content: center;
}

.container.center-horizontal {
  justify-content: center;
  align-items: center;
}

.container.in-between {
  justify-content: space-between;
  align-items: center;
}

.form {
  text-align: left;
  flex-flow: wrap;
  align-items: stretch;
  margin-left: -2%;
  display: flex;
}

.ordered-item {
  background-image: none;
  background-repeat: repeat;
  padding-left: 10px;
}

.faux-h1 {
  font-family: var(--_typography---heading-font);
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: var(--_typography---heading-weight);
  margin-bottom: 18px;
  padding-top: 12px;
}

.faux-h2 {
  font-family: var(--_typography---heading-font);
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: var(--_typography---heading-weight);
  margin-bottom: 18px;
  padding-top: 12px;
}

.faux-h3 {
  font-family: var(--_typography---heading-font);
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: var(--_typography---heading-weight);
  margin-bottom: 18px;
  padding-top: 12px;
}

.faux-h4 {
  font-family: var(--_typography---heading-font);
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: var(--_typography---heading-weight);
  margin-bottom: 18px;
  padding-top: 12px;
}

.faux-h5 {
  font-family: var(--_typography---heading-font);
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: var(--_typography---heading-weight);
  margin-bottom: 12px;
  padding-top: 12px;
}

.faux-h5:hover {
  text-decoration: none;
}

.style-guide-color-block {
  border-bottom: 1px solid var(--light-grey);
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.style-guide-color-block.first {
  border-top: 1px solid var(--light-grey);
  padding-top: 24px;
}

.form-item-wrap {
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-item-wrap.half {
  width: 46%;
}

.form-item-wrap.is-intro {
  padding-top: 0;
  padding-bottom: 0;
}

.center {
  text-align: center;
}

.faux-h6 {
  font-family: var(--_typography---heading-font);
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: var(--_typography---heading-weight);
  margin-bottom: 6px;
  padding-top: 8px;
}

.faux-h6:hover {
  text-decoration: none;
}

.heading-link {
  color: var(--headings);
  border-bottom: 1px solid #0000;
  transition: all .2s;
}

.heading-link:hover {
  border-bottom: 1px solid var(--hover-color);
  color: var(--headings);
  text-decoration: none;
}

.img-in-text {
  border-radius: var(--radius);
  min-width: 120%;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: -10%;
  display: block;
}

.link {
  color: var(--secondary-action-color);
  text-transform: uppercase;
  background-image: url('../images/Right-arrow-dark.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-top: 6px;
  margin-bottom: 12px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.link:hover {
  border-bottom-color: var(--headings);
  color: var(--active-color);
  text-decoration: none;
  transform: translate(0, -3px);
}

.footer-nav-link {
  color: var(--white);
  border-bottom: 1px solid #ffffff40;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link:hover {
  border-bottom-color: var(--active-color);
  color: var(--white);
  text-decoration: none;
}

.thumb-img {
  min-width: 100%;
}

.logo-img {
  height: 48px;
  margin-right: 24px;
}

.child-link {
  color: var(--headings);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #061a1026;
  width: 100%;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
  display: inline-block;
}

.child-link:hover {
  color: var(--hover-color);
  border-bottom-color: #061a1033;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.last {
  border-bottom-color: #0000;
}

.child-link.last:hover {
  box-shadow: none;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--active-color);
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: var(--active-color);
}

.nav-link._w-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-link.as-button {
  border: 1px solid var(--active-color);
  border-radius: 30px;
  padding: 6px 24px;
}

.nav-link.as-button:hover {
  border-color: var(--secondary-action-color);
  background-color: var(--secondary-action-color);
  color: var(--white);
}

.nav {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.floating-img {
  z-index: 2;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.highlighted-text {
  color: var(--secondary-action-color);
}

.nav-bar {
  z-index: 1111;
  width: 100%;
  position: fixed;
  top: 0;
}

.top-bar {
  z-index: 1000;
}

.nav-dropdown-content {
  border-radius: var(--radius);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: none;
  position: absolute;
  inset: 60px auto auto 0;
  overflow: hidden;
  box-shadow: 0 12px 36px #0003;
}

.thumb-link {
  z-index: 1;
  border-radius: var(--radius);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumb-link.b-margin {
  margin-bottom: 12px;
}

.block {
  background-color: #f8f7f7;
  height: 100%;
  padding: 24px;
  display: block;
}

.hide {
  display: none;
}

.link-icon {
  background-color: var(--white);
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  transition: all .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link-icon.call {
  background-image: url('../images/Call-us.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-icon.email {
  background-image: url('../images/Email-us.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-icon.location {
  background-image: url('../images/Location.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-w-icon {
  color: var(--headings);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 42px;
  display: inline-block;
  position: relative;
}

.link-w-icon:hover {
  border-bottom-color: var(--headings);
  color: var(--active-color);
  text-decoration: none;
}

.link-w-icon.no-t-margin {
  margin-top: 0;
}

.dropdown-content {
  background-color: var(--active-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.dropdown-content.as-nav {
  background-color: #0000;
}

.dropdown-wrap {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  position: relative;
}

.dropdown-trigger {
  z-index: 20;
  background-color: var(--white);
  color: var(--headings);
  cursor: pointer;
  width: 100%;
  padding: 18px 60px 18px 24px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.dropdown-trigger.as-nav {
  padding-left: 0;
}

.dropdown-icon {
  background-color: var(--active-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  display: flex;
  position: absolute;
  inset: 18px 24px 0% auto;
}

.dropdown-icon.faq {
  margin-top: 3px;
}

.dropdown-content-wrap {
  padding: 24px 24px 6px;
}

.arrow-icon.down {
  margin-top: 1px;
  transform: rotate(90deg);
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.social-icon {
  background-color: var(--white);
  border-radius: 30px;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  transition: all .2s;
}

.social-icon:hover {
  background-color: var(--active-color);
}

.social-icon.facebook {
  background-image: url('../images/FB-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.twitter {
  background-image: url('../images/TW-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.linkedin {
  background-image: url('../images/IN-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.youtube {
  background-image: url('../images/YT-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.instagram {
  background-image: url('../images/IG-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dropdown-trigger-2 {
  z-index: 20;
  color: #005689;
  cursor: pointer;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.nav-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-close {
  background-image: url('../images/Close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-trigger {
  z-index: 20;
  color: #000;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.nav-dropdown-trigger:hover {
  text-decoration: none;
}

.menu-open {
  background-image: url('../images/Hamburger-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-icon-button {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: relative;
}

.nav-icon-button._w-mobile-menu {
  display: none;
}

.nav-icon-buttons {
  margin-left: 12px;
  display: flex;
}

.button {
  background-color: var(--active-color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
  min-width: 160px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px 36px 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 24px #0000001a;
}

.button:hover {
  background-color: var(--secondary-action-color);
  color: var(--white);
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 11px 24px #0003;
}

.button.small {
  min-width: auto;
  min-height: auto;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 23px;
}

.button.white {
  background-color: var(--white);
  color: var(--headings);
}

.button.stretch {
  min-width: 100%;
}

.button-text {
  position: relative;
}

.header {
  z-index: 11;
  background-color: var(--dark-bg);
  color: var(--white);
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: flex-end;
  padding-top: 250px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
}

.header.inner {
  background-color: var(--dark-bg);
  color: var(--white);
  background-image: linear-gradient(#091f3f40, #3cc1ca00 50%), linear-gradient(#091f3fcc, #091f3fcc), url('../images/DTC_Assets_Inners_BG1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 200px;
  padding-bottom: 24px;
}

.card-flip-large {
  position: absolute;
  inset: 0;
}

.flip-block-large {
  perspective: 1000px;
  justify-content: center;
  height: 330px;
  position: relative;
}

.card-flip-side-large {
  backface-visibility: hidden;
  perspective: 1200px;
  padding: 24px 12px;
  position: absolute;
  inset: 0;
}

.card-flip-side-large.back {
  border-radius: var(--radius);
  background-color: var(--headings);
  color: #fff;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 30px 24px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.card-flip-side-large.front {
  border-radius: var(--radius);
  background-color: var(--tint);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  transform: rotate(0);
}

.tab-link {
  color: #1d252c;
  text-align: center;
  background-color: #0000000d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 32px;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  border-bottom-color: var(--hover-color);
  color: var(--hover-color);
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--active-color);
  color: #1d252c;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-cell {
  text-align: left;
  border: 1px solid #0000001a;
  flex: 1;
  justify-content: center;
  padding: 24px 36px;
  position: relative;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 7rem;
}

.carousel-left-arrow {
  background-image: url('../images/Left-arrow.svg');
  background-position: 47%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 42px;
  width: 42px;
  height: 42px;
  transition: all .2s;
  position: absolute;
  inset: -60px 84px auto auto;
}

.carousel-left-arrow:hover {
  border-color: var(--secondary-action-color);
}

.carousel {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.carousel-item {
  width: 33.3%;
}

.carousel-mask {
  width: 100%;
  overflow: visible;
}

.carousel-right-arrow {
  background-image: url('../images/Right-arrow.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 42px;
  width: 42px;
  height: 42px;
  transition: all .2s;
  position: absolute;
  inset: -60px 24px auto auto;
}

.carousel-right-arrow:hover {
  border-color: var(--secondary-action-color);
}

.carousel-card {
  border-radius: var(--radius);
  color: var(--white);
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 36px 18px;
  display: flex;
}

.carousel-cell {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  padding: 12px;
  position: relative;
}

.carousel-cell:hover {
  text-decoration: none;
}

.headline-underline {
  background-color: var(--active-color);
  width: 50%;
  height: 2px;
  margin-bottom: 18px;
}

.flip-card-img {
  max-height: 200px;
}

.text-divider {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-divider.yellow {
  background-color: var(--gold);
}

.text-divider.is-larger {
  margin-top: 30px;
  margin-bottom: 36px;
}

.nav-container {
  z-index: 3;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 96px;
  padding-left: 108px;
  padding-right: 108px;
  display: flex;
}

.top-bar-bg {
  z-index: 10;
  background-color: var(--dark-bg);
  width: 100%;
  height: 96px;
  display: block;
  position: fixed;
  inset: 0%;
}

.sticky-nav-trigger {
  height: 0;
}

.top-bar-bg-js {
  z-index: 12;
  background-color: var(--dark-bg);
  width: 100%;
  height: 96px;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-large {
  text-shadow: 0 6px 24px #091f3fb3;
  font-size: 5rem;
  line-height: 5.3rem;
}

.header-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-slide-img {
  background-image: url('../images/DTC-Slide-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.header-slide-img._2 {
  background-image: url('../images/DTC-Slide-2.jpeg');
}

.header-slide-img._3 {
  background-image: url('../images/DTC-Slide-3.jpg');
}

.header-slider-overlay {
  z-index: 2;
  background-color: #091f3fb3;
  background-image: linear-gradient(#091f3f40, #3cc1ca00 50%);
  position: absolute;
  inset: 0%;
}

.link-w-icon-2 {
  color: var(--headings);
  text-transform: uppercase;
  background-image: url('../images/Down-arrow-orange.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 54px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.link-w-icon-2:hover {
  color: var(--headings);
  background-image: url('../images/Down-arrow-cyan.svg');
  text-decoration: none;
}

.link-w-icon-2.b-margin {
  margin-bottom: 12px;
}

.link-w-icon-2.arrow-right {
  background-image: url('../images/Right-arrow-cyan.svg');
}

.link-w-icon-2.arrow-right:hover {
  background-image: url('../images/Right-arrow-orange.svg');
}

.quote-bock {
  border-left: 10px solid var(--active-color);
  background-color: var(--dark-bg);
  color: var(--white);
  text-align: left;
  padding: 24px;
  font-size: 1rem;
  line-height: 1.7rem;
  display: block;
  position: absolute;
  inset: auto 12px 60px 60px;
}

._100-p-image {
  border-radius: var(--radius);
  min-width: 100%;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-1 Area-1"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-img {
  border-radius: var(--radius);
  min-width: 120%;
  margin-bottom: 36px;
  margin-left: -10%;
  display: block;
}

.faq-icon {
  float: left;
  margin-right: 12px;
}

.dropdown-link {
  border-top: 1px solid var(--light-grey);
  color: var(--headings);
  text-transform: uppercase;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--hover-color);
  text-decoration: none;
}

.dropdown-link.w--current {
  border-top-color: #98b839;
}

.small-quote {
  border-left-width: 4px;
  margin-bottom: 18px;
  padding-left: 32px;
  font-size: 1.2rem;
  line-height: 1.75rem;
}

.cta-form-block {
  border: 1px solid var(--headings);
  border-radius: var(--radius);
  margin-top: -24px;
  margin-bottom: 0;
  padding: 24px 30px;
  box-shadow: 0 20px 40px #0000001a;
}

.single-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.image-radius {
  border-radius: var(--radius);
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-img {
    max-width: 700px;
  }

  .card-flip-side-large, .tab-cell {
    padding: 36px;
  }

  .text-divider {
    background-color: #0000001a;
  }

  .nav-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  a:hover {
    color: var(--hover-color);
  }

  .p-small.caption {
    margin-bottom: 24px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .fluid-cell {
    flex: 1;
  }

  .fluid-cell._70-p {
    width: 80%;
  }

  .fluid-cell._33-p._50-p-tablet {
    width: 50%;
  }

  .fluid-cell._33-p._100-p-tablet {
    width: 100%;
  }

  .fluid-cell._45-p {
    width: 50%;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell.flip-card-wrap {
    width: 33.3%;
    padding: 6px;
  }

  .fluid-cell.member-card {
    width: 33.3%;
  }

  .container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .faux-h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .faux-h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .faux-h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .faux-h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .img-in-text {
    margin-top: 36px;
  }

  .logo-img {
    z-index: 3;
    position: relative;
  }

  .child-link {
    color: var(--white);
    background-color: #0000;
    border-bottom-style: none;
    padding: 6px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .child-link:hover {
    color: var(--white);
    background-color: #0000;
  }

  .nav-link {
    color: var(--white);
    margin: 12px 0;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-link:hover {
    color: var(--white);
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #0000;
  }

  .nav-link.w--current:hover {
    color: var(--white);
  }

  .nav-link._w-dropdown {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav {
    z-index: 1;
    background-color: var(--headings);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 120px 36px 36px;
    display: none;
    position: absolute;
    inset: 0 0% auto;
    overflow: auto;
    box-shadow: 0 24px 36px #00000026;
  }

  .nav-dropdown-content {
    box-shadow: none;
    background-color: #0000;
    padding-bottom: 18px;
    padding-right: 24px;
    position: static;
  }

  .thumb-link {
    flex: 1;
  }

  .dropdown-trigger {
    padding-right: 36px;
  }

  .dropdown-icon {
    right: 12px;
  }

  .dropdown-trigger-2 {
    padding-right: 36px;
  }

  .nav-dropdown-trigger {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-icon-button {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-icon-button._w-mobile-menu {
    display: block;
  }

  .nav-icon-buttons {
    z-index: 3;
    margin-left: 0;
    position: relative;
  }

  .header {
    padding-top: 176px;
    padding-bottom: 108px;
  }

  .card-flip-side-large {
    padding: 24px;
  }

  .tab-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-cell {
    flex: 1;
  }

  .number {
    font-size: 4rem;
    line-height: 4rem;
  }

  .carousel-item {
    width: 50%;
  }

  .carousel-card {
    padding-bottom: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-container {
    padding-left: 36px;
    padding-right: 30px;
  }

  .top-bar-bg {
    height: 96px;
  }

  .quote-bock {
    position: static;
  }

  .dropdown-link:hover {
    border-bottom-color: #fff3;
  }

  .dropdown-link.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    border-bottom-color: #fff3;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  blockquote {
    margin-top: 18px;
    margin-left: 0;
    font-size: 1.75rem;
    line-height: 2.6rem;
  }

  .p-large, .p-small.caption {
    margin-bottom: 18px;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.tint._50-p-right {
    background-image: none;
  }

  .section.article {
    margin-top: 60px;
  }

  .fluid-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 12px;
  }

  .fluid-cell._67-p, .fluid-cell._50-p, .fluid-cell._25-p, .fluid-cell._70-p, .fluid-cell._33-p, .fluid-cell._33-p._50-p-tablet {
    width: 100%;
  }

  .fluid-cell._33-p.no-t-margin-mobile {
    padding-top: 0;
  }

  .fluid-cell._33-p.closer {
    margin-top: -36px;
  }

  .fluid-cell._33-p._100-p-tablet, .fluid-cell._45-p {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell._40-p, .fluid-cell._60-p, .fluid-cell._45-p {
    width: 100%;
  }

  .fluid-cell.flip-card-wrap {
    width: 100%;
    padding: 18px 12px;
  }

  .fluid-cell.member-card {
    width: 50%;
  }

  .fluid-cell.no-t-padding-mobile {
    padding-top: 0;
  }

  .subheading {
    background-image: none;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 23px;
  }

  .text-field {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.center-horizontal, .container.in-between {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.members-wrap {
    flex-direction: row;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .img-in-text {
    min-width: 100%;
    margin-top: 24px;
    margin-bottom: 36px;
    margin-left: 0%;
  }

  .thumb-img {
    min-width: 100%;
  }

  .logo-img {
    height: 36px;
  }

  .nav {
    padding-top: 84px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .thumb-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .block:hover {
    box-shadow: none;
    transform: none;
  }

  .link-w-icon {
    font-size: 18px;
    line-height: 30px;
  }

  .menu-close, .menu-open {
    width: 100%;
    height: 100%;
  }

  .header {
    padding-top: 96px;
    padding-bottom: 60px;
  }

  .header.inner {
    padding-top: 140px;
  }

  .card-flip-large {
    position: static;
  }

  .flip-block-large {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .card-flip-side-large.back {
    font-size: 20px;
    line-height: 32px;
    position: static;
    transform: none;
  }

  .card-flip-side-large.front {
    position: static;
    transform: none;
  }

  .tab-link {
    text-align: left;
    border-top-width: 1px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tab-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 18px;
  }

  .number {
    margin-bottom: 8px;
    padding-top: 8px;
  }

  .carousel-left-arrow {
    background-color: var(--active-color);
    inset: 0% auto 0% -6px;
  }

  .carousel {
    padding: 6px;
  }

  .carousel-item {
    width: 100%;
  }

  .carousel-right-arrow {
    background-color: var(--active-color);
    inset: 0% -6px 0% auto;
  }

  .carousel-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-container {
    height: 60px;
    padding-left: 30px;
    padding-right: 24px;
  }

  .top-bar-bg, .top-bar-bg-js {
    height: 60px;
  }

  .heading-large {
    font-size: 5rem;
    line-height: 5.6rem;
  }

  .quote-bock {
    position: absolute;
    inset: auto 36px 42px;
  }

  .quote-bock:hover {
    box-shadow: none;
    transform: none;
  }

  .article-img {
    min-width: 100%;
    margin-bottom: 24px;
    margin-left: 0%;
  }

  .cta-form-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 3.1rem;
  }

  blockquote {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .p-small.caption {
    margin-bottom: 6px;
  }

  .utility-page-content {
    width: 260px;
  }

  .fluid-cell {
    padding: 12px 0;
  }

  .fluid-cell._33-p.closer {
    margin-top: -24px;
  }

  .fluid-cell.flip-card-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.member-card {
    width: 100%;
  }

  .container {
    align-items: stretch;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.members-wrap {
    flex-direction: column;
  }

  .form {
    flex-direction: column;
    margin-left: 0;
  }

  .form-item-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-item-wrap.half {
    width: 100%;
  }

  .img-in-text {
    margin-top: 12px;
  }

  .child-link {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 28px;
  }

  .nav {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .block {
    padding-bottom: 18px;
  }

  .dropdown-icon {
    right: 0;
  }

  .nav-dropdown-trigger {
    font-size: 18px;
    line-height: 28px;
  }

  .button {
    padding-left: 36px;
    padding-right: 36px;
  }

  .header.inner {
    padding-top: 120px;
  }

  .card-flip-side-large {
    padding: 24px;
  }

  .card-flip-side-large.back {
    padding-bottom: 18px;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-cell {
    padding: 18px 24px 12px;
  }

  .tabs-content {
    box-shadow: none;
  }

  .carousel-left-arrow {
    left: -21px;
  }

  .carousel {
    padding: 0;
  }

  .carousel-item {
    margin-right: 12px;
  }

  .carousel-mask {
    width: 100%;
  }

  .carousel-right-arrow {
    right: -21px;
  }

  .carousel-card {
    padding-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .carousel-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-right: 18px;
  }

  .top-bar-bg-js {
    height: 60px;
  }

  .heading-large {
    font-size: 4rem;
    line-height: 4.4rem;
  }

  .quote-bock {
    position: static;
  }

  .article-img {
    margin-bottom: 18px;
  }

  .cta-form-block {
    padding: 18px 24px;
  }

  .single-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

#w-node-b12cc0e2-2bd3-09b8-2660-3f1bec7703e0-3c43ff99 {
  grid-area: Area-1;
}

#w-node-_03edd4b2-9267-0e38-c4ba-c6077e96b0e1-3c43ff99 {
  grid-area: Area-2;
}

#w-node-_9deedebd-e0de-286f-ad3b-59773f65f345-3c43ff99 {
  grid-area: Area-3;
}


@font-face {
  font-family: 'Ultimate icons';
  src: url('../fonts/Ultimate-Icons.woff') format('woff'), url('../fonts/Ultimate-Icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}