.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #ccdae7;
  letter-spacing: -.03em;
  background-color: #10141b;
  font-family: Inter, sans-serif;
  font-size: 1.1vw;
  line-height: 2.1;
}

h1 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jumper, sans-serif;
  font-size: 7.3vw;
  font-weight: 500;
  line-height: .9375;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jumper, sans-serif;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jumper, sans-serif;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 1.55;
}

h4, h5 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jumper, sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.66;
}

h6 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jumper, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1d1d1d;
  text-decoration: none;
}

.is--small {
  font-size: .9375vw;
  line-height: 1.95;
}

.is--small.service_card-description {
  color: #5c697f;
  margin-bottom: 2vw;
  font-size: 1vw;
  line-height: 1.5;
}

.is--small.service_card-replace-description {
  color: #181e27;
  margin-bottom: 2vw;
}

.is--small.footer_menu-item {
  color: #5c697f;
  margin-bottom: 0;
}

.is--small.footer_menu-item.is--link {
  cursor: pointer;
  transition: all .2s;
  display: none;
}

.is--small.footer_menu-item.is--link:hover {
  color: #fff;
}

.is--small.footer_menu-item {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 0;
}

.is--tag {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
}

.is--tag.nav_menu-link {
  color: #77849b;
  margin-right: 28px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.is--tag.nav_menu-link:hover {
  color: #fff;
}

.is--tag.hero_tag {
  color: #0080f6;
  background-color: rgba(0, 128, 246, .1);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 14px;
  font-size: 1.2vw;
  display: inline-block;
}

.is--tag.section_info-number.is--green-text {
  color: #bee1ff;
}

.is--tag.section_info-title {
  font-size: 1.4vw;
}

.is--tag.service_card-number {
  color: #fff;
  margin-bottom: 10px;
}

.is--tag.form_label {
  margin-bottom: 12px;
  font-size: 1vw;
}

.is--tag.section-tag {
  color: #0080f6;
  background-color: rgba(0, 128, 246, .1);
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 14px;
  font-size: 1.2vw;
  display: inline-block;
}

.is--tag.section-tag.greeb-color {
  color: #49f88c;
  background-color: rgba(73, 248, 140, .1);
}

.is--tag.section-tag.purple-color {
  color: #ff005c;
  background-color: rgba(255, 0, 92, .1);
}

.is--tag.section-tag.lightblue-color {
  color: #0af;
  background-color: rgba(0, 170, 255, .1);
}

.is--tag.section-tag.red-color {
  color: #ff005c;
  background-color: rgba(255, 0, 92, .1);
}

.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_brand {
  cursor: pointer;
}

.nav_brand-logo {
  width: 150px;
  object-fit: fill;
}

.nav_menu-wrapper {
  z-index: 1;
}

.nav_menu {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #272f3d;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 6px 6px 28px;
  display: flex;
}

.is--light-text {
  color: #77849b;
}

.is--white-text {
  color: #fff;
}

.is--white-text.benefits_title {
  color: #ccdae7;
  margin-top: 0;
  font-size: 1.5vw;
}

.button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #0080f6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button.is--secondary {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #272f3d;
  margin-top: 36px;
}

.button.is--secondary.is--36tm {
  cursor: pointer;
}

.button.is--secondary.is--36tm.is--legal {
  padding: 1em 1em .9em 1.5em;
}

.button.is--secondary.no--tm {
  border-width: 2px;
  margin-top: 0;
  font-size: 14px;
}

.button.is--cta {
  z-index: 2;
  color: #000;
  background-image: linear-gradient(159deg, #ff005c, #ffa95a);
  border: 2px solid #ff005c;
  margin-top: 24px;
  position: relative;
}

.button_text {
  color: #ccdae7;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 500;
}

.button_icon {
  width: 18px;
}

.button_icon.is--close {
  width: 12px;
}

.hero_section {
  width: 98.9vw;
  height: 100vh;
  transform-origin: 50% 100%;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .57)), url('../images/pexels-panumas-nikhomkhai-1148820.jpg'), url('../images/100-83-2-monochrome_1100-83-2-monochrome.png'), url('../images/Ellipse-2.svg'), url('../images/Ellipse-3.svg'), url('../images/Ellipse-21.svg');
  background-position: 0 0, 0 0, 0 0, -30% 0, 50%, 140%;
  background-repeat: repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, contain, auto, auto, cover, auto;
  align-items: flex-end;
  padding: 5%;
  display: flex;
  position: relative;
}

.hero_content {
  position: relative;
}

.hero_subtext {
  color: rgba(255, 255, 255, .6);
  margin-top: 0;
  margin-bottom: 0;
}

.hero_subtext.is--top {
  width: 500px;
  color: #fff;
  margin-top: 24px;
  font-size: 1.2vw;
  line-height: 1.6;
}

.hero_button {
  width: 3.75vw;
  height: 3.75vw;
  cursor: pointer;
  background-color: #0080f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 5%;
}

.hero_button.is--footer {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-left: 6px;
  position: static;
}

.hero_button-icon {
  width: 10px;
  transform: rotate(180deg);
}

.hero_button-icon.is--no-rotate {
  transform: none;
}

.section {
  transform-origin: 50% 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.section_wrapper {
  background-image: url('../images/Ellipse-3.svg'), url('../images/Ellipse-21.svg');
  background-position: 100%, 50%;
  background-size: auto, cover;
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 10vw;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section_wrapper.is--cta {
  background-image: url('../images/100-83-2-monochrome_1100-83-2-monochrome.png'), url('../images/Ellipse-3_1.svg'), url('../images/Group-7.svg'), url('../images/Ellipse-2_1.svg'), url('../images/Ellipse-3_1.svg'), url('../images/Ellipse-21_1.svg');
  background-position: 0 0, 0 0, 140% 18%, 50%, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat, repeat;
  background-size: auto, cover, cover, cover, cover, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_wrapper.is--primary {
  background-image: url('../images/Ellipse-3_1.svg'), url('../images/Ellipse-2_1.svg'), url('../images/Ellipse-3_1.svg'), url('../images/100-83-2-monochrome_1100-83-2-monochrome.png'), url('../images/Group-7.svg'), url('../images/Ellipse-3.svg'), url('../images/Ellipse-21.svg');
  background-position: 100%, 0%, 0 0, 0 0, 0%, 100%, 50%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: cover, auto, auto, auto, cover, auto, cover;
}

.section_wrapper.is--footer {
  background-color: rgba(0, 0, 0, 0);
}

.section_wrapper.colored-bg {
  background-image: url('../images/Ellipse-3.svg'), url('../images/Ellipse-21.svg');
  background-position: 100%, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.section_content {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.section_content.is--centered {
  align-items: center;
}

.section_content.is--vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_content.is--form-submit {
  padding-bottom: 0;
}

.section_content.is--bp {
  padding-bottom: 3vw;
}

.section_content.hidden {
  display: none;
}

.section_info {
  align-items: center;
  display: flex;
}

.section_info-circle {
  width: 60px;
  height: 60px;
  background-color: #181e27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.section_info-circle.is--black {
  background-color: #000;
}

.section_text {
  z-index: 70;
  width: 45%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
  position: relative;
}

.section_text.is--left {
  margin-left: 5%;
  margin-right: 0%;
}

.section_text.is--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.hero_h1 {
  color: #ccdae7;
  margin-bottom: -10px;
  padding-bottom: 15px;
  font-size: 6.8vw;
  font-weight: 700;
}

.section_text-title {
  margin-bottom: 16px;
  font-weight: 800;
}

.section_text-title.is--cta {
  z-index: 2;
  font-size: 6vw;
  position: relative;
}

.section_text-p {
  width: 100%;
  color: #5c697f;
  margin-top: 6px;
}

.media-full {
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.media-full.is--adjusted {
  height: 700px;
  object-fit: cover;
}

.media_image {
  width: 100%;
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border: 1px solid #000;
  border-radius: 20px;
}

.video_overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_button {
  width: 8vw;
  height: 8vw;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.video_play-icon {
  width: 20px;
  transform: rotate(90deg);
}

.section_image-half {
  width: 45%;
  opacity: .6;
  object-fit: cover;
  border-radius: 12px;
}

.service_grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.service_wrapper {
  position: relative;
}

.service_wrapper.hidden {
  display: none;
}

.service_card {
  z-index: 1;
  height: 38vw;
  border: 1px solid #272f3d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 48px 48px 88px;
  display: flex;
  position: relative;
}

.service_card.hidden {
  display: none;
}

.service_card-icon-wrapper {
  width: 80px;
  height: 80px;
  opacity: 1;
  background-image: linear-gradient(#0080f6, #00e0ff);
  border-top: 0 solid #77849b;
  border-left: 0 solid #ccdae7;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.service_card-title {
  color: #ccdae7;
  margin-bottom: 4px;
  font-size: 2vw;
  font-weight: 600;
}

.service_card-title.small {
  font-size: 1.5vw;
}
@media only screen and (max-width: 600px) {
.service_card-title.small {
  font-size: 5vw;
}
}
.service_card-button {
  z-index: 3;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid #272f3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: none;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 48px;
  right: auto;
}

.service_card-button-icon {
  width: 13px;
}

.service_card-replace {
  z-index: 2;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(16, 20, 27, .1);
  background-image: linear-gradient(157deg, #0080f6, #00e0ff);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 48px 48px 88px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service_card-replace-title {
  color: #10141b;
  font-size: 2vw;
  font-weight: 700;
}

.benefits_item {
  width: 100%;
  border-top: 1px solid rgba(57, 61, 71, .6);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.benefits_item.is--last {
  border-bottom: 1px solid rgba(57, 61, 71, .6);
}

.benefits_description-wrapper {
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.form_field {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #5c697f;
  background-color: rgba(16, 20, 27, .1);
  border: 0 solid #000;
  border-bottom: 2px solid #272f3d;
  margin-bottom: 32px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 15px;
  font-size: 1.25vw;
  line-height: 1.67;
}

.form_field:focus {
  border-bottom-color: #000;
}

.form_field::-ms-input-placeholder {
  color: #272f3d;
}

.form_field::placeholder {
  color: #272f3d;
}

.form_field.is--message {
  padding-bottom: 160px;
}

.form_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_checkbox {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-width: 2px;
  border-color: #1d1d1d;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}

.form_checkbox.w--redirected-checked {
  background-color: #1d1d1d;
  background-size: 12px;
  border-style: none;
}

.form_legal-link {
  cursor: pointer;
  text-decoration: underline;
}

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

.footer_menu.hidden {
  display: none;
}

.footer_menu-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
}

.footer_link-inline {
  color: #fff;
  transition: all .2s;
}

.footer_link-inline:hover {
  color: #bee1ff;
}

.legal-popup {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legal_wrapper {
  width: 90vw;
  height: 90vh;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(16, 20, 27, .1);
  border-radius: 12px;
  padding: 8vw 12vw 0%;
  position: relative;
  overflow: scroll;
}

.legal_content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8vw;
  display: flex;
}

.legal_title {
  margin-bottom: 40px;
  font-size: 4vw;
  font-weight: 700;
}

.legal_text {
  color: #77849b;
  overflow: visible;
}

.legal_close-icon {
  z-index: 100;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.btn_wrapper {
  background-color: rgba(0, 255, 255, 0);
  border: 1px solid #1d1d1d;
  border-radius: 12px;
  margin-top: 24px;
  padding: .8em 1.8em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form_success {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #272f3d;
  border-radius: 12px;
}

.form_error {
  background-color: #fcc;
  border-radius: 12px;
}

.service_card-icon {
  width: 28px;
}

.image_mobile-only, .mobile-menu, .mobile_icon-wrapper {
  display: none;
}

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

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

.orange-gradient_text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(143deg, #ff005c, #ffa95a);
  -webkit-background-clip: text;
  background-clip: text;
}

.blue-gradient_text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(161deg, #0080f6, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.image {
  z-index: -1;
  position: absolute;
  top: -24%;
  bottom: -1px;
  left: auto;
  right: -13%;
}

.image-3 {
  z-index: -1;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.green-gradient_text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(143deg, #49f88c, #dcb864 58%, #ffa95a);
  -webkit-background-clip: text;
  background-clip: text;
}

.video_button-wrapper {
  width: 8.1vw;
  height: 8.1vw;
  border-top: 3px solid #49f88c;
  border-left: 3px solid #49f88c;
  border-radius: 100%;
  padding-top: 0;
  padding-left: 0;
}

.purple-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(151deg, #ff5e00, #8400ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-4 {
  z-index: -1;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: -5%;
}

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

.text-block {
  color: #10141b;
}

.fixed-banner {
  z-index: 2147483647;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  bottom: 0;
}

.sticky-container-marketing {
  width: 1160px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.sticky-container-marketing.bg-color {
  width: auto;
  height: 100%;
  max-width: none;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 32px;
  display: flex;
}

.hero-text {
  width: 100%;
  max-width: 700px;
  font-size: 20px;
}

.hero-text.sticky {
  max-width: none;
  color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
}

.email-sticky-link {
  color: #ff6e41;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cross-wrapper {
  width: auto;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.cross-icon-sticky {
  width: 20px;
  height: 20px;
}

.paragraph {
  width: 300px;
  color: rgba(255, 255, 255, .44);
}

.section_content-2 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10vw;
  display: flex;
}

.hero_button-2 {
  width: 3.75vw;
  height: 3.75vw;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 5%;
}

.hero_button-2.is--footer {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-left: 6px;
  position: static;
}

.footer_menu-2 {
  width: 300px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: #fff;
}

.section_text-2 {
  width: 45%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.section_text-2.is--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.link, .link-2 {
  font-size: 2vw;
}

.link-3 {
  color: #fff;
}

.bold-text {
  font-size: 1.5vw;
}
@media only screen and (max-width: 600px) {
    .bold-text {
      font-size: 5vw;
    }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .is--small {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small.service_card-description {
    margin-bottom: 0;
  }

  .is--small.service_card-replace-description {
    font-size: 12px;
    line-height: 1.5;
  }

  .is--small.footer_menu-item {
    font-size: 12px;
  }

  .is--small.footer_menu-item.is--16bm {
    margin-bottom: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .is--tag.service_card-number {
    margin-bottom: 64px;
  }

  .nav_brand.is--footer {
    margin-bottom: 48px;
  }

  .nav_menu {
    padding-bottom: 6px;
    display: none;
  }

  .is--white-text.benefits_title {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .button, .button.is--secondary.is--36tm.is--legal {
    padding: 12px 16px;
  }

  .button.is--secondary.no--tm {
    font-size: 14px;
  }

  .button_text {
    margin-right: 24px;
  }

  .button_icon.is--close {
    width: 12px;
  }

  .hero_button {
    display: none;
  }

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

  .section_content.is--centered {
    align-items: flex-start;
  }

  .section_info {
    margin-bottom: 48px;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section_text {
    width: 90%;
  }

  .section_text.is--left {
    margin-left: 0%;
  }

  .section_text.is--footer {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0%;
  }

  .media-full.is--adjusted {
    height: auto;
  }

  .video_button {
    padding: 12px;
  }

  .video_play-icon {
    width: 14px;
  }

  .section_image-half {
    width: 80%;
    margin-top: 10vw;
  }

  .service_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service_card {
    height: auto;
    padding: 24px 24px 80px;
  }

  .service_card-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .service_card-button {
    margin-top: 0;
    top: auto;
    bottom: 24px;
    left: 24px;
    right: auto;
  }

  .service_card-replace {
    padding: 24px 24px 80px;
    display: none;
  }

  .benefits_item {
    flex-direction: column;
  }

  .benefits_description-wrapper {
    width: 100%;
  }

  .form_field {
    font-size: 16px;
  }

  .form_checkbox-field {
    margin-bottom: 32px;
  }

  .btn_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service_card-icon {
    width: 24px;
  }

  .mobile-menu {
    z-index: 1;
    transform-origin: 100%;
    background-color: rgba(0, 0, 0, .8);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 128px 5% 128px 128px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mobile-menu_link {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1;
  }

  .mobile-menu_divider {
    width: 100%;
    height: 1px;
    background-color: rgba(57, 61, 71, .6);
  }

  .mobile_icon-wrapper {
    z-index: 500;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .mobile_icon {
    height: 40px;
  }

  .image-3 {
    right: -9%;
  }

  .section_content-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .hero_button-2 {
    display: none;
  }

  .section_text-2 {
    width: 90%;
  }

  .section_text-2.is--footer {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: .95;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.66;
  }

  h4 {
    font-size: 16px;
    line-height: 1.2;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small {
    font-size: 14px;
  }

  .is--tag {
    font-size: 12px;
  }

  .nav_brand-logo {
    height: 40px;
  }

  .button.is--secondary.is--36tm.is--legal {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hero_subtext.is--top {
    width: 90%;
  }

  .video_play-icon {
    width: 12px;
  }

  .section_image-half {
    width: 60%;
  }

  .legal_wrapper {
    height: 80vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .legal_content {
    padding-bottom: 16vw;
  }

  .mobile-menu {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .mobile-menu_link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .mobile_icon {
    height: 30px;
  }

  .sticky-container-marketing.bg-color {
    padding-left: 20px;
  }

  .hero-text.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .email-sticky-link {
    font-size: 16px;
  }

  .cross-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p, .is--small {
    font-size: 16px;
  }

  .is--small.service_card-description {
    font-size: 4vw;
  }

  .is--small.footer_menu-item.is--16bm {
    margin-top: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .is--tag.hero_tag {
    margin-bottom: 24px;
    font-size: 3vw;
  }

  .is--tag.section_info-title, .is--tag.form_label {
    font-size: 3vw;
  }

  .is--tag.section-tag {
    margin-bottom: 24px;
    font-size: 3vw;
  }

  .nav {
    width: 100%;
    min-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav_brand-logo {
    height: 40px;
  }

  .is--light-text {
    font-size: 14px;
  }

  .is--white-text.benefits_title {
    font-size: 3vw;
  }

  .button.is--secondary.is--36tm.is--legal {
    padding: 8px 16px 7px;
  }

  .button.is--cta {
    margin-top: 16px;
    padding: 10px 18px;
  }

  .hero_section {
    background-image: linear-gradient(rgba(0, 0, 0, .43), #151a22), url('../images/pexels-panumas-nikhomkhai-1148820.jpg'), url('../images/100-83-2-monochrome_1100-83-2-monochrome.png'), url('../images/Ellipse-2.svg'), url('../images/Ellipse-3.svg'), url('../images/Ellipse-21.svg');
    background-position: 0 0, 0 0, 0 0, -30% 0, 50%, 140%;
    background-repeat: repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, cover, auto, auto, cover, auto;
    padding: 12px;
  }

  .hero_content {
    padding-bottom: 15vh;
  }

  .hero_subtext.is--top {
    font-size: 3vw;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_content.is--footer {
    padding-bottom: 24px;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
  }

  .section_text {
    width: 100%;
    margin-right: 0%;
  }

  .section_text.is--left {
    margin-left: 0%;
  }

  .section_text.is--footer {
    flex-direction: column;
  }

  .hero_h1 {
    font-size: 8vw;
  }

  .section_text-title.is--cta {
    width: 230px;
    text-align: center;
  }

  .section_text-p {
    font-size: 15px;
  }

  .media-full {
    height: 300px;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .media-full.is--adjusted {
    display: none;
  }

  .media_image {
    height: 100%;
    object-fit: cover;
  }

  .video_button {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .section_image-half {
    width: 100%;
    margin-top: 20vw;
    margin-bottom: 10vw;
  }

  .service_grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service_card-title {
    font-size: 4vw;
  }

  .form_field {
    font-size: 11px;
  }

  .footer_menu {
    margin-bottom: 24px;
  }

  .legal-popup {
    display: none;
  }

  .legal_wrapper {
    padding: 32px 24px 24px;
  }

  .legal_text {
    font-size: 14px;
  }

  .legal_close-icon {
    top: 32px;
    right: 16px;
  }

  .image_mobile-only {
    width: 100%;
    margin-top: 10vw;
    display: none;
  }

  .mobile-menu {
    z-index: 1;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    right: 0%;
  }

  .mobile-menu_divider {
    width: 36px;
  }

  .mobile_icon {
    height: 30px;
    position: relative;
  }

  .image {
    right: 0%;
  }

  .image-3 {
    max-width: 60%;
    top: 2%;
    right: 17%;
  }

  .video_button-wrapper {
    width: 50px;
    height: 50px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-text.sticky, .email-sticky-link {
    font-size: 14px;
  }

  .section_content-2.is--footer {
    padding-bottom: 24px;
  }

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

  .section_text-2 {
    width: 100%;
    margin-right: 0%;
  }

  .section_text-2.is--footer {
    flex-direction: column;
  }
}

#w-node-aa571d57-f438-aad4-304c-ca7679fb9ab4-6186e2b0, #w-node-_23baf7d2-f253-0558-568a-89dde4517478-6186e2b0, #w-node-_2e784ccf-eeaa-4c76-2f4b-6d39d13606d7-6186e2b0, #w-node-_606ae206-e921-0290-b11a-4b44fc52b78d-6186e2b0, #w-node-bf2c3b85-a1c3-e666-b7c6-ff1bde75b0b6-6186e2b0, #w-node-fd03cf20-3fb5-4e80-9622-d51fb337d7e9-6186e2b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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