@font-face {
  font-family: Sohostd;
  src: url('../fonts/SohoStd-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-line-02 {
  width: 23%;
  position: absolute;
  inset: auto -10% 30% auto;
}

.lightbox-link {
  text-decoration: none;
}

.carousel-script {
  display: none;
}

.text-color-blue-500 {
  color: #6173e5;
}

.header-title-wrapper {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 78%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 11.5em;
  display: flex;
}

.header-line-03 {
  width: 15%;
  position: absolute;
  inset: auto 9% -25% auto;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-line-01 {
  width: 40%;
  position: absolute;
  bottom: 25%;
  left: -10%;
  right: auto;
}

.header-image-left {
  margin-right: -48px;
}

.gradient-yellow {
  filter: blur(110px);
  background-color: #f6eecb;
  border-radius: 100px;
  width: 190px;
  height: 190px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-large {
  color: #fff;
  letter-spacing: -.01em;
  flex: 1;
  width: 78%;
  height: 90px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.4;
}

.lightbox-play-icon {
  color: #6173e5;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.header-image-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #119d9d;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 30px;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button-primary:hover {
  background-color: #4a5fe4;
}

.header-carousel {
  overflow: hidden;
}

.header-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -50px;
}

.lightbox-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eeeffc;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.lightbox-button:hover {
  color: #fff;
  background-color: #6173e5;
}

.header-horizontal-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  display: flex;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.button-group {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gradient-block {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  min-width: 512px;
  min-height: 380px;
  display: flex;
  position: absolute;
}

.overline-regular {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 72%;
  margin: -78px auto 21px;
  padding: 10px 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 16px;
}

.gradient-pink {
  filter: blur(70px);
  background-color: #f1a7a7;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto 0% auto auto;
}

.h1-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: capitalize;
  width: 99%;
  margin: 0 auto;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.4;
}

.section-regular {
  box-sizing: border-box;
  background-color: #f8f8f8;
  background-image: url('../images/remington-header.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6% 0% 4%;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.gradient-blue {
  filter: blur(170px);
  background-color: #a7b1f1;
  border-radius: 1000px;
  width: 320px;
  height: 320px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-image-right {
  margin-left: -48px;
}

.header-carousel-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(92deg, #fff, #fff0);
  width: 120px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-carousel-gradient.right {
  background-image: linear-gradient(92deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.column-regular {
  box-sizing: border-box;
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 147px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.text-block {
  color: #fff;
  font-size: 1.5em;
  line-height: 2em;
}

.text-block-2 {
  color: #fff;
  font-size: 1em;
}

.code-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 44%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14%;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: flex-end;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  margin-left: 5px;
}

.quick-stack {
  grid-column-gap: 0px;
  padding-top: 0;
}

.quick-stack-2 {
  z-index: 999;
  box-sizing: border-box;
  float: none;
  clear: both;
  grid-column-gap: 58px;
  grid-row-gap: 80px;
  mix-blend-mode: normal;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 40px 5%;
  position: relative;
  top: -56px;
}

.bold-text-2 {
  color: #000;
}

.hero-heading-left {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 171px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.overline {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .87rem;
  font-weight: 500;
}

.gallery_carousel {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 7% 93%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 7% 93%, #0000 100%);
}

.column-4x-large {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.gallery_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  flex: none;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.gallery_caption {
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: 1rem;
  position: absolute;
  inset: auto .5rem .5rem;
}

.text-size-xlarge {
  font-size: 1.25rem;
  line-height: 1;
}

.text-size-xlarge.text-color-secondary {
  text-align: center;
}

.text-size-xlarge.text-weight-semibold {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 5px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.8rem;
  display: flex;
}

.section-large {
  background-color: #fff;
  padding: 5.625rem 5%;
  position: relative;
}

.section-large.overflow-hidden {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #f8f8f8;
  padding: 0 0%;
  position: static;
}

.carousel_script {
  display: none;
}

.gallery_card-square {
  aspect-ratio: 1;
  border-radius: .75rem;
  width: 56%;
  position: relative;
  overflow: hidden;
}

.gallery_carousel-stack {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.container-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-cover {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-flex;
  overflow: hidden;
}

.gallery_wrapper-small {
  flex: none;
  width: 100%;
  max-width: 7%;
}

.heading-style-h2 {
  text-align: center;
  letter-spacing: -.03em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.column-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0% auto 18px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.logo_carousel {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 10% 90%, #0000 100%);
}

.section-medium {
  background-color: #f8f8f8;
  padding: 0 5%;
  position: relative;
}

.logo_footnote {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium {
  color: #fff;
  padding-bottom: 0;
  font-size: 1rem;
}

.logo_carousel-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  min-width: 13.2rem;
  max-height: 104px;
  padding: 1.5rem .75rem;
  display: flex;
}

.logo_carousels {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo_carousel-content {
  box-sizing: border-box;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 181px;
  max-height: 190px;
  display: inline-flex;
}

.column-3x-large {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2-2 {
  text-align: center;
  letter-spacing: -.03em;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: -51px;
  display: block;
  overflow: visible;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.image {
  width: 26%;
  max-width: 99%;
}

.text-span {
  color: #26e7e7;
}

.text-span-2 {
  color: #27e7e7;
}

.hero-heading-left-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 45px;
  padding: 0 30px;
  position: relative;
}

.hero-heading-center-2 {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-medium-2 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.logo_carousel-item-2 {
  justify-content: center;
  align-items: center;
  min-width: 12.5rem;
  padding: 1.5rem .75rem;
  display: flex;
}

.heading-style-h2-3 {
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: -.03em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.4;
}

.section-medium-3 {
  background-color: #f8f8f8;
  width: 100%;
  padding: 0 0%;
  position: relative;
}

.logo_carousel-item-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 16%;
  min-height: 113%;
  padding: 0 .75rem;
  display: flex;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-large {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  text-align: left;
  border: 1px #757373;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.column-large.column-center {
  border-style: none;
  border-color: #cecece;
}

.text-size-large {
  font-size: 1.125rem;
  line-height: 1.6em;
}

.section-medium-4 {
  background-color: #f8f8f8;
  padding: 4rem 5%;
  position: relative;
}

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

.button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.button.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.content_image-square {
  aspect-ratio: auto;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.column-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  border-style: none;
  border-color: #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-style-h2-4 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-medium-5 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  grid-template: "."
                 "Area"
                 / 5fr;
  grid-auto-columns: .5fr;
  justify-content: center;
  place-items: center;
  padding: 4rem 5%;
  display: grid;
  position: relative;
}

.heading-style-h2-5 {
  letter-spacing: -.03em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.overline-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-large-2 {
  width: 90%;
  font-size: 18px;
  line-height: 152%;
}

.section-medium-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center;
  padding: 0 5% 4rem;
  display: grid;
  position: relative;
}

.button-2 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.content_grid-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.image-cover-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
}

.heading-style-h2-6 {
  letter-spacing: -.03em;
  width: 90%;
  font-size: 40px;
  font-weight: 700;
  line-height: 118%;
}

.hero-without-image {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.hero-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.quick-stack-3 {
  height: 100%;
}

.container-5 {
  padding-left: 0%;
}

.quick-stack-4 {
  grid-column-gap: 18px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  width: auto;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-2, .image-3, .image-4, .image-5 {
  object-fit: cover;
  max-width: none;
}

.image-6 {
  object-fit: contain;
  padding-top: 0%;
  overflow: hidden;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
}

.image-7 {
  margin-left: auto;
}

.cell-5 {
  justify-content: center;
  align-items: center;
  display: block;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.max-width-xlarge-2 {
  width: 100%;
  max-width: 40rem;
}

.text-size-large-3 {
  width: 100%;
  margin-bottom: 36px;
  margin-right: auto;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}

.heading-style-h6 {
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.text-weight-medium {
  color: #fff;
}

.hero34_avatars {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: orange;
  flex-direction: row;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.05em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero_section-image {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 4rem 5%;
}

.button-3 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-3.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.hero_divider {
  background-color: #c9d2d9;
  width: 1px;
  height: .75rem;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

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

.avatar {
  text-align: center;
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  overflow: hidden;
}

.avatar.is-group {
  margin-left: -.75rem;
}

.container-medium-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.hero_content-column {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
  flex-flow: column;
  display: flex;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero34_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.text-color-primary {
  color: #000;
}

.image-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 16%;
  max-width: none;
  margin: 2% auto;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.frame-1261153162 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 470.392px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-3687 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470.392px;
  height: 66.4603px;
  text-decoration: none;
  display: flex;
}

.under-button-drk {
  grid-column-gap: 9.91177px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 39%;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 0 40px;
  text-decoration: none;
  display: flex;
}

.rating-stars {
  grid-column-gap: 1.31707px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  flex: 0 47%;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 0 auto 0 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.group-1000007336 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 312px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 13px;
  left: 79px;
}

.frame-1261153150 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1068.63px;
  height: 229.709px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 118.5%;
  text-decoration: none;
}

.group-1000008271 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1068.63px;
  height: 143.709px;
  text-decoration: none;
  display: flex;
}

.frame-1000008271 {
  grid-column-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.group-1000007469 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 244.634px;
  height: 129.709px;
  text-decoration: none;
  display: flex;
}

.group-1000007470 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264.693px;
  height: 131.709px;
  text-decoration: none;
  display: flex;
}

.group-1000007471 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 306.533px;
  height: 142px;
  text-decoration: none;
  display: flex;
}

.button-group-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.section-medium-7 {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.button-4 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-4.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.content_image-square-2 {
  aspect-ratio: auto;
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.content_grid-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 2.6rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.container-medium-3 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.image-cover-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  max-width: none;
  margin-top: auto;
  padding-right: 0;
  display: block;
  overflow: auto;
}

.heading-style-h2-7 {
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  width: 100%;
  margin: 0 auto 24px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.header-button {
  grid-row-gap: 2px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.text-copy {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-group-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-size-large-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  text-transform: none;
  direction: ltr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 39px;
  padding-top: 10px;
  padding-left: 0%;
  padding-right: 5%;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4em;
  display: block;
}

.section-medium-8 {
  background-color: #f8f8f8;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5% 0;
  position: relative;
}

.button-5 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-5.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.content_image-square-3 {
  aspect-ratio: 1;
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 4em;
  overflow: hidden;
}

.content_grid-4 {
  grid-column-gap: 4em;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  place-items: center;
  width: 90%;
  margin: 40px auto;
  padding: 0 0 40px;
  display: grid;
  overflow: visible;
}

.container-medium-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.image-cover-5 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  overflow: hidden;
}

.heading-style-h2-8 {
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  width: 100%;
  margin: auto auto 20px 0;
  padding-left: 0%;
  padding-right: 5%;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 2.9rem;
}

.image-9 {
  margin-right: 25px;
}

.section {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  margin: 2em auto 0;
  padding-bottom: 2.8em;
  display: flex;
  overflow: hidden;
}

.heading {
  opacity: 1;
  text-align: center;
  width: 76%;
  height: 100%;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 25px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.6em;
  line-height: 1.8em;
}

.section-2 {
  background-image: url('../images/Vector-32Top-Purple-Background.png');
  background-position: 0 0;
  background-size: cover;
  overflow: visible;
}

.team-slider {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.frame-1618872468 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.group-1261153148 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470.392px;
  height: 66.4603px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.slider_nav-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem .5rem;
  display: flex;
  position: static;
}

.section-medium-9 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.slider_slide {
  margin-right: 1.5rem;
}

.slider_styles-embed {
  display: none;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-6 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-6.is-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
}

.gallery_card-portrait {
  aspect-ratio: 1 / 1.25;
  background-color: #fff;
  border-radius: .75rem;
  width: 100%;
  height: 93%;
  position: relative;
  overflow: hidden;
}

.slider_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  display: flex;
}

.container-medium-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-three-column {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  display: grid;
}

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

.heading-style-h2-9 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.galley_button-side {
  width: auto;
  height: 3rem;
  display: flex;
  bottom: 3.5rem;
  transform: translate(-50%);
}

.galley_button-side.is-right {
  transform: translate(50%);
}

.image-11 {
  object-fit: contain;
}

.button-7 {
  box-sizing: border-box;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  background-color: #2fbdbd;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 52%;
  margin: 60px auto 10px;
  padding: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}

.button-7:hover {
  background-color: #196d6d;
}

.text-dark {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-dark.next {
  color: #000;
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
}

.text-block-4 {
  color: #fff;
}

.section-3 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 29px;
}

.text-block-5 {
  color: #fff;
  text-align: right;
  font-size: 1.8em;
}

.cell-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 79px;
  width: 100%;
  margin: -78px auto 0;
  padding: 0 20px;
}

.text-block-6 {
  color: #fff;
  margin-bottom: 10px;
}

.text-span-3 {
  color: #119d9d;
}

.quick-stack-7 {
  grid-column-gap: 1.7em;
  grid-row-gap: 80px;
  text-align: left;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 58%;
  margin: 0 auto 48px;
  padding-top: 79px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
}

.text-span-4 {
  color: #27e7e6;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  background-image: url('../images/Untitled-design-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-8 {
  min-height: 700px;
}

.hero-heading-left-5 {
  aspect-ratio: auto;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 60px;
  position: relative;
}

.heading-3 {
  font-size: 24px;
}

.button-group-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

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

.text-size-large-5 {
  text-align: left;
  width: 70%;
  margin: 20px auto 60px;
  padding-bottom: 22px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 25px;
}

.section-medium-10 {
  background-color: #fff;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 7.7rem;
  display: block;
  position: relative;
}

.button-8 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-8.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.column-medium-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.column-medium-2.column-center {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-style-h2-10 {
  text-align: center;
  letter-spacing: -.03em;
  width: 75%;
  margin: 10px auto 20px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
}

.image-12 {
  margin: 60px auto 72px;
  display: block;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: #119d9d;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hiw_number {
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  position: relative;
  top: auto;
}

.hiw_grid-two {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hiw_absolute {
  position: absolute;
  inset: 0%;
}

.section-medium-11 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-medium-2 {
  font-size: 1rem;
}

.text-size-medium-2.text-color-secondary {
  color: #000;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.hiw_component-grid-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.hiw_image-large {
  border-radius: 1rem;
  width: 100%;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
}

.card {
  border: 1px solid #dde3e8;
  border-radius: .75rem;
  overflow: hidden;
}

.padding-large {
  background-color: #fff;
  max-width: none;
  max-height: 99%;
  padding: 1.5rem;
}

.container-medium-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.column-xsmall {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  color: #000;
  background-color: #fff0;
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 13px;
  line-height: 100%;
  display: flex;
}

.heading-style-h2-11 {
  text-align: center;
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.hiw_grix-six {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-group-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hiw_number-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #119d9d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.2rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  position: relative;
  top: -26px;
  right: auto;
}

.section-medium-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 99.868%;
  display: flex;
}

.column-4x-large-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sohostd, Impact, sans-serif;
  line-height: 20;
  display: block;
}

.button-9 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-9.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.container-medium-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.image-cover-8 {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
}

.hiw_image {
  border-radius: .5rem;
  padding-top: 0;
  overflow: hidden;
}

.heading-style-h2-12 {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 36px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1.2;
}

.section-medium-13 {
  background-color: #119d9e;
  background-image: url('../images/Vector-32Top-Purple-Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 0 5% 4.7rem;
  position: static;
  top: auto;
}

.heading-style-h2-13 {
  letter-spacing: -.03em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.column-large-boxed {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  text-align: left;
  background-color: #f8f8f8;
  border: 1px #757373;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: block;
  box-shadow: -3px 14px 5px #0003;
}

.column-large-boxed.column-center {
  border-style: none;
  border-color: #cecece;
}

.column-large-boxed-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #f8f8f8;
  text-align: left;
  background-color: #f8f8f8;
  border: 1px #757373;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  box-shadow: -2px 11px 5px #0003;
}

.column-large-boxed-2.column-center {
  border-style: none;
  border-color: #cecece;
}

.column-large-boxed-3 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff;
  text-align: left;
  background-color: #1b2c37;
  border: 1px #757373;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104%;
  font-size: 14px;
  display: block;
  box-shadow: -1px 11px 5px #0003;
}

.column-large-boxed-3.column-center {
  border-style: none;
  border-color: #cecece;
}

.padding-large-copy {
  color: #fff;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.5rem 0;
  font-family: Sohostd, Impact, sans-serif;
}

.image-cover-8-copy {
  box-sizing: border-box;
  object-fit: fill;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 20px 20px 0;
  display: block;
  overflow: hidden;
}

.section-medium-14 {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.column-4x-large-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #1b2c37;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.grid-four-column {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 48px;
  display: grid;
  position: static;
}

.gallery_card-square-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-style-h2-14 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  width: 55%;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.youtube {
  aspect-ratio: auto;
  margin-bottom: 20px;
}

.youtube-2, .youtube-3, .youtube-4, .youtube-5, .youtube-6, .youtube-7, .youtube-8 {
  margin-bottom: 20px;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 100px;
  padding: 127px 30px 10px;
  position: relative;
}

.container-9 {
  width: 111%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 0;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 1.1em;
}

.hero-heading-left-7 {
  background-color: #1b2c37;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  height: 1000px;
}

.column-4x-large-2-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hiw_grix-six-2 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 40px;
  display: grid;
}

.button-group-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hiw_number-3 {
  color: #fff;
  text-align: left;
  background-color: #000;
  border: 5px solid #119d9d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 99px;
  font-weight: 500;
  line-height: 5.6;
  display: flex;
  position: relative;
  top: -44px;
  left: auto;
}

.column-large-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.section-medium-15 {
  background-color: #fff0;
  width: 100%;
  padding: 4rem 5%;
  position: relative;
}

.column-4x-large-4 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-large-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 18px;
  padding: 1.5rem 1.5rem 2em;
  display: block;
}

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

.heading-style-h2-15 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  width: 70%;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.7;
}

.text-block-7 {
  font-size: 2.4rem;
}

.code-embed-2 {
  color: #109d9d;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: .3em;
  line-height: 1;
}

.text-size-xlarge-copy.text-weight-semibold {
  color: #fff;
  text-align: center;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Sohostd 1";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  overflow: hidden;
}

.text-span-8, .text-span-9 {
  color: #119d9d;
}

.padding-large-2-copy {
  background-color: #1b2c37;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.7rem 1.5rem 1.5rem;
}

.column-large-2-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  border: 2px solid #fff;
  flex-flow: column;
  display: flex;
}

.footer-dark {
  background-color: #1b2c37;
  border: 1px #000;
  border-radius: 0;
  margin-top: 18.1em;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 43%;
  height: 1px;
  margin: 70px auto 30px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 16px;
}

.bold-text-4 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.text-span-10 {
  color: #099d9d;
  font-weight: 900;
}

.text-span-11 {
  color: #099d9d;
}

.text-span-12 {
  color: #29e7e6;
}

.cell-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
}

.bold-text-5 {
  font-size: 20px;
  line-height: 14px;
}

.text-span-13 {
  color: #119d9d;
}

.body {
  background-color: #f8f8f8;
}

.text-span-14 {
  color: #189e9e;
}

.text-span-15 {
  color: #4e9999;
}

.bold-text-6 {
  font-size: 1.1em;
  font-weight: 400;
  display: block;
}

.bold-text-7 {
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.text-block-8 {
  font-size: 2.2rem;
}

.text-block-9 {
  font-size: 1.8rem;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: 100%;
  overflow: hidden;
}

.frame-1261153162-copy-copy {
  grid-row-gap: 2px;
  color: #fff;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 470.392px;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.image-14 {
  max-width: 71%;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.image-16 {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.image-17, .image-18 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-16 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Sohostd 1";
  font-weight: 900;
}

.text-span-17, .text-span-18 {
  color: #fff;
  font-family: Avenir, Arial, sans-serif;
}

.text-span-19 {
  color: #fff;
  font-family: "Sohostd 1";
}

.text-span-20 {
  color: #fff;
  font-family: Avenir, Arial, sans-serif;
}

.text-span-21 {
  color: #fff;
  font-family: "Sohostd 1";
}

.text-block-10 {
  color: #c5c3c3;
  text-align: center;
  width: 70%;
  margin: 40px auto 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
}

.bold-text-8 {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1em;
}

.text-size-xlarge-copy {
  font-size: 1.25rem;
}

.text-size-xlarge-copy.text-color-secondary {
  text-align: center;
}

.text-size-xlarge-copy.text-weight-semibold {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 5px;
  font-family: "Sohostd 1";
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1rem;
  display: block;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.7em;
  line-height: 1.5;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 1.7em;
  line-height: 1.4;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 1.7em;
  line-height: 1;
}

.text-span-22 {
  color: #30bcbd;
}

.bold-text-9 {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.bold-text-10 {
  line-height: 1.8rem;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  font-family: Sohostd, Impact, sans-serif;
  font-size: 2.3em;
  line-height: 1.3em;
}

.header-button-copy {
  grid-row-gap: 2px;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.bold-text-11 {
  line-height: 1.4;
}

.text-span-23 {
  font-size: .9em;
}

.text-span-24 {
  color: #309393;
}

.text-span-25 {
  color: #119d9d;
}

.under-button-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: stretch flex-start;
  align-items: center;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-copy-copy {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 0 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-copy-copy-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block {
  width: 50%;
}

.container-12 {
  max-width: 61%;
}

.container-13 {
  width: 50%;
  max-width: 100%;
}

.button-10 {
  text-align: center;
  background-color: #30bcbd;
  border-radius: 14px;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
}

.under-button-drk-copy {
  grid-column-gap: 9.91177px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 40px 40px 0;
  text-decoration: none;
  display: flex;
}

.button-7-copy {
  box-sizing: border-box;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  background-color: #2fbdbd;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 60px auto 10px;
  padding: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.button-7-copy:hover {
  background-color: #196d6d;
}

.button-7-copy-copy {
  box-sizing: border-box;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  background-color: #2fbdbd;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 60px auto 10px;
  padding: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.button-7-copy-copy:hover {
  background-color: #196d6d;
}

.heading-4 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-size: 3.8em;
  line-height: 1.1em;
}

.button-11 {
  color: #fff;
  text-transform: uppercase;
  background-color: #30bcbd;
  border-radius: 9px;
  width: 54%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
}

.text-span-26 {
  color: #3dedee;
}

.text-span-27 {
  color: #3feded;
}

.button-11-go {
  color: #fff;
  text-transform: uppercase;
  background-color: #30bcbd;
  border-radius: 9px;
  width: 73%;
  margin: 20px auto 12px;
  padding: 20px 40px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  display: block;
}

.button-11-go:hover {
  background-color: #1e8788;
}

.bold-text-12 {
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: .9em;
  line-height: 1.2em;
  display: block;
}

.container-14 {
  width: 100%;
  max-width: none;
  margin-left: auto;
}

.section-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #000;
  width: 60%;
  margin-left: 44px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 69%;
  display: flex;
}

.section-5 {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: 100%;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  width: 34%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 74%;
  display: flex;
}

.text-now-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-now3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 42%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section3 {
  width: 100%;
}

.button-12 {
  text-align: center;
  text-transform: uppercase;
  background-color: #30bcbd;
  border-radius: 12px;
  width: 68%;
  margin-bottom: 16px;
  margin-left: 5%;
  padding: 20px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.4em;
}

.newon-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 10px;
  display: flex;
}

.new-button-3 {
  text-align: center;
  text-transform: capitalize;
  background-color: #119d9d;
  border-radius: 9px;
  width: 46%;
  margin: 90px auto 18px;
  padding: 20px;
  font-size: 1.5em;
  line-height: 1.4em;
  display: block;
}

.tagit-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.nextone-now-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-13 {
  background-color: #30bcbd;
  border-radius: 13px;
  width: 80%;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: auto;
  padding: 20px;
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
}

.button-13:hover {
  background-color: #269c9c;
}

.new-under-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: capitalize;
  width: 86%;
  display: flex;
}

.new-sec {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 81%;
  margin-right: auto;
  display: flex;
}

.section-6 {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.container-15 {
  text-align: center;
  width: 55%;
  max-width: none;
  padding-left: 47px;
  padding-right: 45px;
  display: block;
}

.div-block-9 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.container-16 {
  max-width: none;
}

.container-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 722px;
  display: flex;
}

.text-block-19 {
  color: #fff;
  width: 87%;
}

.container-18 {
  text-align: center;
  width: 80%;
}

.div-block-10 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
}

.div-block-11 {
  width: 77%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.container-14-copy {
  width: 70%;
  max-width: none;
  margin-left: auto;
}

.container-17-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  max-width: 722px;
  margin-top: auto;
  display: flex;
}

.container-18-copy {
  text-align: center;
  width: 70%;
}

.text-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  flex: 0 47%;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto 0 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.container-19 {
  max-width: 600px;
}

.container-20 {
  max-width: 1000px;
  display: block;
}

@media screen and (max-width: 991px) {
  .header-title-wrapper {
    margin-top: 5%;
    padding-bottom: 85px;
  }

  .header-line-03 {
    display: none;
  }

  .header-image-left {
    margin-right: 0;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .header-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-primary {
    width: 100%;
    display: flex;
  }

  .header-container {
    background-image: none;
    margin-bottom: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .lightbox-button {
    display: flex;
  }

  .overline-regular {
    margin-top: -30px;
    font-size: 13px;
  }

  .h1-heading {
    width: 90%;
    font-size: 39px;
  }

  .section-regular {
    background-color: #f8f8f8;
    margin-top: 0;
    padding-top: 1%;
    padding-bottom: 0%;
    position: static;
    overflow: hidden;
  }

  .header-image-right {
    margin-left: 0;
  }

  .column-regular {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    margin-top: 48px;
  }

  .quick-stack {
    font-size: .6em;
    line-height: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-color: #3f212100;
    margin-top: auto;
    padding: 0 0 20px;
    top: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .column-4x-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .gallery_wrapper-small {
    max-width: 50vw;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .column-small.column-center {
    margin-bottom: 0;
  }

  .logo_footnote {
    margin-top: 3.75rem;
  }

  .logo_carousels {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .column-3x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-2 {
    font-size: 3rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-style-h2-3 {
    font-size: 3rem;
  }

  .max-width-xlarge {
    margin-bottom: 30px;
  }

  .content_image-square {
    max-height: 24rem;
  }

  .content_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .column-medium {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2-4, .heading-style-h2-5 {
    font-size: 3rem;
  }

  .content_grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-style-h2-6 {
    font-size: 3rem;
  }

  .hero34_avatars {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .hero_content-column {
    grid-column-gap: 15vh;
    grid-row-gap: 15vh;
  }

  .hero34_bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .content_image-square-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 37.1rem;
    margin-left: 0;
    display: flex;
  }

  .content_grid-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .image-cover-4 {
    object-fit: contain;
    height: 100%;
  }

  .heading-style-h2-7 {
    font-size: 2.2rem;
  }

  .header-button {
    margin-left: auto;
    margin-right: auto;
  }

  .content_image-square-3 {
    max-height: 24rem;
  }

  .content_grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-cover-5 {
    height: 100%;
  }

  .heading-style-h2-8 {
    width: 70%;
    margin-left: auto;
    padding-right: 0;
    font-size: 2.1rem;
  }

  .image-9 {
    width: 21%;
  }

  .heading {
    width: 90%;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-9 {
    font-size: 3rem;
  }

  .text-block-5 {
    font-size: 1.5em;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 15px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-style-h2-10 {
    font-size: 2rem;
  }

  .hiw_grid-two {
    grid-template-columns: 1fr 1fr;
  }

  .hiw_component-grid-small {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-11 {
    font-size: 3rem;
  }

  .hiw_grix-six {
    grid-template-columns: 1fr 1fr;
  }

  .column-4x-large-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h2-12 {
    font-size: 3rem;
  }

  .section-medium-13 {
    padding-top: 0;
  }

  .heading-style-h2-13 {
    font-size: 3rem;
  }

  .padding-large-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .column-4x-large-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2-14 {
    width: 90%;
    font-size: 2.1rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .column-4x-large-2-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hiw_grix-six-2 {
    grid-template-columns: 1fr 1fr;
  }

  .column-4x-large-4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h2-15 {
    width: 90%;
    font-size: 2.3rem;
  }

  .container-11 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .header-button-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .button-11-go {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-now-2 {
    width: 58%;
  }

  .new-button-3 {
    width: 70%;
  }

  .nextone-now-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .new-sec {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-title-wrapper {
    width: 94%;
  }

  .paragraph-large {
    font-size: 15px;
  }

  .header-container {
    width: auto;
    display: block;
  }

  .overline-regular {
    width: 81%;
  }

  .h1-heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .section-regular {
    background-color: #504040;
    background-size: cover;
    padding-top: 74px;
    padding-bottom: 72px;
  }

  .column-regular {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 11%;
    display: block;
  }

  .quick-stack-2 {
    padding-bottom: 40px;
  }

  .hero-heading-left, .hero-heading-center {
    padding: 60px 15px;
  }

  .column-4x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .gallery_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .column-small.column-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .text-size-medium {
    padding-bottom: 0;
  }

  .logo_carousel-item {
    min-width: 9.375rem;
  }

  .logo_carousel-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .column-3x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .hero-heading-left-2, .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .image {
    width: 42%;
  }

  .hero-heading-left-4, .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .logo_carousel-item-2 {
    min-width: 9.375rem;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .logo_carousel-item-3 {
    min-width: 9.375rem;
  }

  .heading-style-h2-4, .heading-style-h2-5, .heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .image-8 {
    width: 27%;
  }

  .heading-style-h2-7, .heading-style-h2-8 {
    font-size: 2.25rem;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .slider_nav-center {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .heading-style-h2-9 {
    font-size: 2.25rem;
  }

  .galley_button-side {
    margin-left: -1.75rem;
    inset: auto 3.5rem 0% auto;
    transform: none;
  }

  .galley_button-side.is-right {
    right: 0;
    transform: none;
  }

  .text-block-5 {
    font-size: 1em;
  }

  .quick-stack-6 {
    margin-top: -48px;
    margin-bottom: 40px;
  }

  .hero-heading-center-3, .hero-heading-left-5 {
    padding: 60px 15px;
  }

  .heading-style-h2-10 {
    font-size: 2.25rem;
  }

  .hiw_grid-two {
    grid-template-columns: 1fr;
  }

  .column-xsmall {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .heading-style-h2-11 {
    font-size: 2.25rem;
  }

  .hiw_grix-six {
    grid-template-columns: 1fr;
  }

  .column-4x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-12, .heading-style-h2-13 {
    font-size: 2.25rem;
  }

  .column-4x-large-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .grid-four-column {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .heading-style-h2-14 {
    font-size: 2.25rem;
  }

  .hero-heading-left-6, .hero-without-image-2, .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .column-4x-large-2-copy {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .hiw_grix-six-2 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-columns: 1fr;
  }

  .column-4x-large-4 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .heading-style-h2-15 {
    font-size: 2.25rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .heading-4 {
    font-size: 2.9em;
  }

  .button-11 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header-title-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 1px;
  }

  .paragraph-large {
    width: 90%;
    height: auto;
    margin-bottom: 39px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 1.1em;
    line-height: 1.5;
  }

  .header-image-grid {
    width: 100%;
    overflow: hidden;
  }

  .button-primary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
  }

  .header-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    width: 100%;
    margin-top: 120px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0%;
    display: flex;
    overflow: hidden;
  }

  .lightbox-button {
    width: 100%;
  }

  .button-group {
    flex-flow: column;
    align-items: stretch;
  }

  .overline-regular {
    color: #fff;
    background-color: #30bcbd00;
    width: 100%;
    margin-top: -57px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
    line-height: 22px;
  }

  .h1-heading {
    width: 95%;
    font-size: 2.5em;
  }

  .section-regular {
    padding-top: 0;
  }

  .column-regular {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    display: block;
  }

  .text-block {
    font-size: 1.1em;
  }

  .cell-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .bold-text {
    font-size: 1.5em;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container {
    max-width: none;
  }

  .shadow-two {
    width: 99.9979%;
    display: block;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .text-size-xlarge.text-weight-semibold {
    aspect-ratio: auto;
    margin: 0;
    padding: 0 10px;
    font-family: Sohostd, Impact, sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .container-medium {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: -165px;
    margin-bottom: auto;
    display: block;
  }

  .gallery_wrapper-small {
    max-width: 80vw;
  }

  .column-small.column-center {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: block;
  }

  .logo_carousel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .logo_footnote {
    margin-top: 2.5rem;
  }

  .logo_carousel-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }

  .container-3 {
    max-width: none;
  }

  .image {
    width: 50%;
    display: block;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .heading-style-h2-3 {
    margin-top: auto;
    margin-bottom: 9px;
    font-size: 30px;
  }

  .section-medium-3 {
    display: block;
    overflow: hidden;
  }

  .max-width-xlarge {
    box-sizing: content-box;
    width: 100%;
  }

  .column-medium {
    padding-bottom: 19px;
  }

  .content_grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    place-items: center;
    display: flex;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0em;
    width: 159%;
    margin-top: 0;
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .image-4, .image-5 {
    padding-top: 20px;
  }

  .text-size-large-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 57%;
    margin-top: 26%;
  }

  .under-button-drk {
    grid-column-gap: 2%;
    color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 20px 0 0;
    display: flex;
  }

  .rating-stars {
    justify-content: center;
    align-items: center;
    max-width: 44%;
    margin-bottom: 0;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 10px;
    display: block;
  }

  .text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-basis: 65%;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 0 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .text-2 {
    font-size: 32px;
  }

  .group-1000008271 {
    width: 388px;
    max-width: 405px;
    height: 62.5628px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .frame-1000008271 {
    margin-bottom: -48px;
    margin-left: 56px;
    padding-bottom: 23px;
    display: block;
  }

  .section-medium-7 {
    padding-top: 0;
  }

  .image-cover-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h2-7 {
    text-align: left;
    width: auto;
    margin-top: 46px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.7rem;
    line-height: 1.4;
    overflow: visible;
  }

  .header-button {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-large-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .section-medium-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content_image-square-3 {
    max-height: none;
    margin-bottom: 0;
  }

  .content_grid-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-auto-flow: row dense;
    place-items: stretch center;
    width: 100%;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-cover-5 {
    object-fit: contain;
    width: 100%;
    max-width: 90%;
    height: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-style-h2-8 {
    text-align: center;
    text-transform: capitalize;
    column-count: auto;
    word-break: normal;
    width: 100%;
    margin: 0 auto 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    line-height: 2.3rem;
    overflow: hidden;
  }

  .image-9 {
    width: 100%;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .heading {
    width: 90%;
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .team-slider {
    padding: 29px 0 0;
    overflow: hidden;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .frame-1618872468 {
    max-width: 100%;
  }

  .grid-three-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-7 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    background-color: #119d9e;
    flex-flow: wrap;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    overflow: hidden;
  }

  .text-dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 21px;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .text-block-5 {
    font-size: 1em;
  }

  .cell-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 12px;
  }

  .text-block-6 {
    width: 100%;
    margin-bottom: auto;
    font-size: 12px;
  }

  .heading-2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 2em;
    line-height: 1.5em;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .hero-heading-left-5 {
    padding-top: 20px;
    overflow: hidden;
  }

  .text-size-large-5 {
    width: 100%;
  }

  .section-medium-10 {
    width: 100%;
    padding-bottom: 3.6rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .column-medium-2.column-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2-10 {
    width: 100%;
    font-size: 1.8rem;
  }

  .image-12 {
    height: 20%;
    margin-bottom: 42px;
  }

  .text-size-medium-2.text-color-secondary {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .hiw_image-large {
    min-height: 15.625rem;
  }

  .padding-large {
    padding-left: 0;
    padding-right: 0;
  }

  .column-xsmall {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    padding-top: 20px;
    overflow: visible;
  }

  .hiw_number-2 {
    font-size: 2.4rem;
  }

  .column-4x-large-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .image-cover-8 {
    max-height: 100%;
  }

  .heading-style-h2-12 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .section-medium-13 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-large-boxed {
    margin-left: 0;
    padding-left: 0;
  }

  .column-large-boxed-2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    width: 100%;
  }

  .column-large-boxed-3 {
    height: 100%;
  }

  .column-4x-large-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .grid-four-column {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    place-items: center;
    width: 100%;
  }

  .gallery_card-square-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
    align-items: center;
    width: 99%;
    height: auto;
    margin-top: 39px;
    display: block;
  }

  .heading-style-h2-14 {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    font-size: 1.7rem;
  }

  .container-9 {
    max-width: none;
  }

  .hero-without-image-2 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .text-copy-copy {
    margin-top: 10px;
  }

  .hero-heading-left-7 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .hiw_grix-six-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: center;
  }

  .column-large-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: 3px solid #119d9d;
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .section-medium-15 {
    padding-top: .125rem;
  }

  .column-4x-large-4 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
  }

  .padding-large-2 {
    box-sizing: border-box;
    padding-bottom: .125em;
  }

  .heading-style-h2-15 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 44px;
    font-size: 1.7rem;
    line-height: 1.3;
  }

  .padding-large-2-copy {
    margin-bottom: 0;
    padding-top: 2.8rem;
  }

  .column-large-2-copy {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }

  .footer-dark {
    border-bottom-style: none;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 11px;
  }

  .container-11 {
    max-width: none;
  }

  .footer-copyright-center {
    line-height: 1.6em;
  }

  .bold-text-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-8 {
    padding-top: 0;
  }

  .bold-text-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .frame-1261153162-copy-copy, .text-block-10 {
    width: 100%;
  }

  .text-size-xlarge-copy.text-weight-semibold {
    aspect-ratio: auto;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .text-block-11 {
    font-family: Sohostd, Impact, sans-serif;
  }

  .text-block-12 {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-block-13 {
    width: 100%;
  }

  .text-block-14 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
  }

  .header-button-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .under-button-copy {
    grid-column-gap: 2%;
    color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: auto;
    padding: 0 0 20px;
    display: flex;
  }

  .text-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 21px;
    display: flex;
  }

  .text-copy-copy-copy {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .button-7-copy {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #aaeaeb;
    background-color: #000;
    flex-flow: wrap;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    overflow: hidden;
  }

  .under-button-drk-copy {
    grid-column-gap: 2%;
    color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding: 20px 0 0;
    display: flex;
  }

  .button-7-copy, .button-7-copy-copy {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #aaeaeb;
    background-color: #000;
    flex-flow: wrap;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    overflow: hidden;
  }

  .heading-4 {
    margin-bottom: 18px;
    font-size: 2em;
  }

  .button-11 {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.1em;
  }

  .button-11-go {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    display: flex;
  }

  .bold-text-12 {
    font-size: 1em;
  }

  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-5 {
    width: 100%;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    width: 91%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: row;
  }

  .text-now-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 12px;
  }

  .text-now3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 9px;
    font-size: 1em;
  }

  .new-button-3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nextone-now-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-13 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
  }

  .new-under-3, .text-block-16, .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .text-block-18 {
    color: #fff;
  }

  .container-14-copy {
    width: 100%;
  }

  .text-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 228px;
    margin: 0 auto 0 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    display: inline-flex;
  }
}

#w-node-d69487bf-3f46-0741-8235-1ac22a2d7b90-3dbb7c7e {
  grid-template-rows: auto;
  grid-template-columns: 7fr;
  display: grid;
}

#w-node-ca679361-64e3-6773-7ebe-c93b3e46097e-3dbb7c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9007f7f4-46c6-e4dc-7e06-18261c963906-3dbb7c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-abf71011-a770-8d61-a891-9a0ecaed14bd-3dbb7c7e, #w-node-_4c55cfeb-a354-7e5e-0dbc-532f3213e028-3dbb7c7e, #w-node-abf71011-a770-8d61-a891-9a0ecaed14cd-3dbb7c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47c5baef-304a-f106-aca9-c2d4249dfdb5-3dbb7c7e {
  place-self: center;
}

#w-node-_47c5baef-304a-f106-aca9-c2d4249dfdc9-3dbb7c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f0e1aa86-d26e-014d-52ce-005a20c6f0d2-3dbb7c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_17fac6f4-76dc-1d61-1f98-98ca29c1c3f8-3dbb7c7e, #w-node-_17fac6f4-76dc-1d61-1f98-98ca29c1c428-3dbb7c7e, #w-node-_17fac6f4-76dc-1d61-1f98-98ca29c1c438-3dbb7c7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ca679361-64e3-6773-7ebe-c93b3e46097e-3dbb7c7e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3bd139c-255f-d5d7-54f6-f432134e3a44-3dbb7c7e {
    justify-self: stretch;
  }

  #w-node-_9007f7f4-46c6-e4dc-7e06-18261c963906-3dbb7c7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e1aa86-d26e-014d-52ce-005a20c6f0d2-3dbb7c7e {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d69487bf-3f46-0741-8235-1ac22a2d7b90-3dbb7c7e {
    grid-template-rows: 5px;
    grid-template-columns: auto;
  }

  #w-node-_3da7c1a7-761d-aed3-e96c-33a5b6b5e622-3dbb7c7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0e1aa86-d26e-014d-52ce-005a20c6f0d2-3dbb7c7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Sohostd';
  src: url('../fonts/SohoStd-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}