:root {
  --white: white;
  --black-beauty: #27272a;
  --chinese-red: #be132d;
  --royal-blue: #3e6ae1;
  --alloy: #98979a;
  --nautical-blue: #164d8f;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.section-5 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5.center {
  width: 100%;
  height: 100%;
  min-height: 40px;
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: block;
  position: static;
}

.section-5.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-5.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-5.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-5.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-5.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-5.wide {
  width: 100%;
  height: 50vw;
  background-color: var(--black-beauty);
  object-fit: cover;
  background-image: url('../images/20f17ae9-0a0c-4722-9a57-9e29e47893d7.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
  overflow: visible;
}

.section-5.wide.img {
  background-color: var(--white);
  background-image: none;
  padding-bottom: 0;
}

.section-5.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-5.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  border: 1px none var(--black-beauty);
  background-color: var(--white);
  outline-color: var(--chinese-red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  margin-bottom: 10px;
  padding: 10px 10vw;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.nav {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 12px 3%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-inner {
  width: 100%;
  max-width: 1200px;
  clear: none;
  text-align: left;
  object-fit: fill;
  border-bottom: 1px rgba(255, 255, 255, .1);
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.body {
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #be132d;
  border-radius: 3px;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap {
  max-width: 700px;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  object-fit: fill;
  background-color: rgba(39, 39, 42, .68);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 40px;
  display: block;
  overflow: visible;
}

.title {
  color: var(--black-beauty);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  max-width: 200%;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 20px;
  flex: none;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: center;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  display: block;
}

.nav-link {
  color: var(--black-beauty);
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 15px;
  font-weight: 400;
}

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

.nav-link.w--current {
  color: var(--royal-blue);
}

.nav-link.hide {
  display: none;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: var(--alloy);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.hero-content {
  z-index: 90;
  width: 100%;
  height: auto;
  float: none;
  clear: none;
  background-color: var(--white);
  border-radius: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  right: 60px;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: var(--alloy);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.hero-subhead {
  float: none;
  color: var(--alloy);
  object-fit: fill;
  align-self: flex-end;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  position: static;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #27272a;
  border: 0 solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.w--current {
  float: none;
  clear: none;
  color: var(--alloy);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
}

.footer-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover,
.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  float: none;
  clear: none;
  -webkit-text-stroke-color: black;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
}

.brand:hover {
  opacity: .64;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.heading-3 {
  color: var(--black-beauty);
  align-self: flex-end;
  margin-top: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-1 {
  color: #000;
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-4 {
  color: #000;
  text-align: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.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;
}

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

.paragraph-4 {
  color: var(--black-beauty);
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading-5 {
  color: var(--white);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--black-beauty);
  -webkit-text-stroke-color: var(--black-beauty);
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-6 {
  color: var(--black-beauty);
  margin-bottom: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.button-copy {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #315592;
  background-clip: border-box;
  border-radius: 28px;
  margin: 20px 0;
  padding: 10px 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-copy:hover {
  background-color: var(--chinese-red);
  color: var(--white);
}

.button-copy.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-copy.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-copy.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-copy.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-copy.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-copy.form-button:hover {
  color: #fff;
  background-color: #000;
}

.heading-6 {
  color: var(--white);
  text-shadow: 4px 4px 6px var(--black-beauty);
  margin: 0 0 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.paragraph-7 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.heading-7 {
  color: var(--black-beauty);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 5vh;
  font-weight: 700;
}

.paragraph-8 {
  color: var(--black-beauty);
  margin-left: 450px;
  margin-right: 450px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.field-label {
  color: var(--white);
  text-align: left;
  text-shadow: 4px 4px 6px var(--black-beauty);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  color: var(--white);
  text-align: left;
  text-shadow: 4px 4px 5px var(--black-beauty);
  margin-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.wrap-copy {
  max-width: 700px;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: visible;
}

.button-no-box {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--chinese-red);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 8px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.button-no-box:hover {
  color: var(--nautical-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button-no-box.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-no-box.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-no-box.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-no-box.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-no-box.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-no-box.form-button:hover {
  color: #fff;
  background-color: #000;
}

.image-5 {
  margin-top: 40px;
}

.image-6 {
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  position: fixed;
}

.section-2 {
  min-height: 100vh;
  padding: 92px 3% 60px;
  text-decoration: none;
}

.bottom-half img:first-child {
  height: 80vh;
  max-height: 800px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  align-self: auto;
  display: block;
}

.bottom-half img:nth-child(2),
.bottom-half img:nth-child(3),
.bottom-half img:nth-child(4){
  z-index: 10;
  height: 80vh;
  max-height: 800px;
  object-fit: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.bottom-half img:nth-child(2)._1{
  display: none;
}
.image-7 {
  height: 80vh;
  max-height: 800px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  align-self: auto;
  display: block;
}

.image-7.overlay {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-8 {
  clear: right;
  order: 0;
  align-self: flex-end;
}

.form-3 {
  order: 1;
  margin-right: 0;
  display: block;
}

.form-block-2 {
  margin-bottom: 0;
}

.radio-button-label {
  float: none;
  clear: none;
}

.radio-button {
  background-image: url('../images/FA76_front_cover_render.49.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: fixed;
}

.radio-button-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
}

.button-no-box-copy {
  background-color: var(--white);
  color: var(--chinese-red);
  text-align: left;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-no-box-copy:hover {
  color: var(--nautical-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button-no-box-copy.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-no-box-copy.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-no-box-copy.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-no-box-copy.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-no-box-copy.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-no-box-copy.form-button:hover {
  color: #fff;
  background-color: #000;
}

.container {
  clear: right;
  object-fit: fill;
  display: block;
  overflow: visible;
}

.container-2 {
  display: flex;
}

.radio-button-label-2 {
  clear: none;
  text-align: right;
  justify-content: flex-start;
  display: flex;
}

.text-block-copy {
  clear: right;
  color: var(--black-beauty);
  display: flex;
}

.field-label-3 {
  clear: left;
  display: flex;
}

.h3-2 {
  color: #fff;
}

.h3-2.price-label {
  z-index: 30;
  clear: both;
  color: var(--black-beauty);
  text-align: left;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.h3-2.field-label {
  color: var(--black-beauty);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 1.6rem;
}

.bl-0001-custom-radio-form {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.add-to-cart-button {
  width: 180px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-to-cart-button.primary-button-text {
  margin-top: 20px;
  line-height: 22px;
}

.form-wrapper {
  clear: right;
  align-self: center;
  display: flex;
}

.radio-field-parent {
  width: 184px;
  height: 90px;
  float: none;
  clear: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(255, 255, 255, .1);
  border-radius: 0;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  align-self: stretch;
  align-items: center;
  margin-right: 16px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.hidden {
  display: none;
}

.bodytext3 {
  clear: both;
  color: #cecece;
  text-align: left;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.2rem;
  position: relative;
}

.bodytext3.price-label {
  z-index: 30;
  color: var(--black-beauty);
  margin-left: 0;
  display: block;
  position: relative;
}

.bodytext3.error {
  color: #a93334;
}

.unchecked {
  z-index: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 15px;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.radio-field-label {
  z-index: 20;
  width: 100%;
  height: 90px;
  clear: both;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: rgba(255, 255, 255, .1);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.actual-radio-button {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -30px;
}

.checked {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/VHS-Distortion-Texture-Mobile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.submit-button {
  float: left;
  clear: left;
}

.select-field,
.select-field-2 {
  background-color: var(--white);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.field-label-4 {
  clear: left;
  color: var(--nautical-blue);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-5 {
  color: var(--chinese-red);
  align-items: flex-start;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-6 {
  float: left;
  clear: left;
  color: var(--chinese-red);
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  display: block;
}

.text-field {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.field-label-7,
.field-label-8 {
  color: var(--nautical-blue);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.text-field-2,
.text-field-3 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-block-3 {
  color: var(--black-beauty);
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-4 {
  clear: left;
  color: var(--black-beauty);
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block {
  object-fit: none;
}

.image-8 {
  float: none;
  clear: none;
  text-align: left;
  order: 0;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  position: static;
  left: 0;
}

.text-field-4,
.text-field-5,
.text-field-6,
.text-field-7,
.text-field-8 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-5 {
  color: var(--alloy);
}

.text-pn {
  color: var(--chinese-red);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-pn.header {
  font-size: 25px;
  line-height: 30px;
}

.text-pn-fa28 {
  background-color: var(--white);
  color: var(--black-beauty);
  text-align: left;
  white-space: nowrap;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa28.v-text,
.text-pn-fa28._46-p-text {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa28._46-b-text {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa28._46-v-text {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa28-x,
.text-pn-fa28-x-x {
  float: left;
  clear: none;
  color: var(--black-beauty);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.radio-button-field {
  clear: left;
  display: flex;
}

.radio-button-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/POLE_FA28-S.31.jpg');
  background-clip: border-box;
}

.image-9 {
  max-width: 100%;
  clear: none;
  object-fit: fill;
  position: static;
}

.image-10 {
  float: none;
  clear: none;
}

.image-11 {
  float: none;
}

.image-12 {
  border: 1px solid var(--chinese-red);
}

.radio-row-1 {
  float: left;
  clear: left;
  border: 0 solid #000;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
}

.radio-row-1:active {
  border: 2px none var(--chinese-red);
  border-radius: 10px;
}

.radio-image {
  width: 90px;
  height: 125px;
  clear: left;
  object-fit: cover;
  background-image: url('../images/POLE_FA28-S.31.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 1px;
  border-radius: 8px;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-image:hover {
  border-style: none;
  border-color: var(--alloy);
}

.radio-image.w--redirected-checked {
  width: 90px;
  height: 125px;
  outline-offset: 0px;
  object-fit: contain;
  border: 3px solid #3e6ae1;
  border-radius: 8px;
  outline: 3px #333;
}

.radio-image.v {
  background-image: url('../images/POLE_FA28-V.30.jpg');
}

.radio-image.pin {
  background-image: url('../images/POLE_FA28-P.28.jpg');
}

.radio-image.pin.w--redirected-checked {
  border-color: var(--royal-blue);
}

.radio-image.blank {
  background-image: url('../images/POLE_FA28-B.29.jpg');
}

.radio-image.pnp,
.radio-image.npn {
  background-image: url('../images/SENSOR_FA28-1.34.jpg');
}

.radio-image.none {
  width: 90px;
  object-fit: contain;
  background-image: url('../images/3349099-200.png');
  background-repeat: no-repeat;
  background-size: 65%;
}

.radio-image._46-flat {
  background-image: url('../images/PP_FA46-S.90.jpg');
}

.radio-image._46-flat:hover {
  border-color: var(--alloy);
}

.radio-image._46-v {
  background-image: url('../images/PP_FA46-V.91.jpg');
}

.radio-image._46-p {
  background-image: url('../images/PP_FA46-P.92.jpg');
}

.radio-image._46-b {
  background-image: url('../images/PP_FA46-B.93.jpg');
}

.radio-image._46-pnp,
.radio-image._46-npn {
  background-image: url('../images/PP_FA46-1.89.jpg');
}

.radio-image._46-no-sensor {
  width: 90px;
  object-fit: contain;
  background-image: url('../images/PP_FA46-0.87.jpg');
  background-repeat: no-repeat;
  background-size: 65%;
}

.radio-image._76-flat {
  background-image: url('../images/PP_FA76-S.100.jpg');
}

.radio-image._76-v {
  background-image: url('../images/PP_FA76-V.101.jpg');
}

.radio-image._76-p {
  background-image: url('../images/PP_FA76-P.102.jpg');
}

.radio-image._76-b {
  background-image: url('../images/PP_FA76-B.103.jpg');
}

.radio-image._76-pnp,
.radio-image._76-npn {
  background-image: url('../images/PP_FA76-1.98.jpg');
}

.radio-image._76-no-sensor {
  background-image: url('../images/PP_FA76-0.99.jpg');
}

.radio-button-label-3 {
  clear: none;
  text-align: left;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: center;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.radio-button-5 {
  width: 90px;
  height: 125px;
  object-fit: cover;
  background-image: url('../images/POLE_FA28-V.30.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 1px;
  border-radius: 5%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-5:hover {
  border-style: solid;
  border-color: var(--nautical-blue);
  border-radius: 10%;
}

.radio-button-5.w--redirected-checked {
  border: 2px none var(--chinese-red);
  border-radius: 10%;
}

.radio-button-6 {
  width: 90px;
  height: 125px;
  object-fit: cover;
  background-image: url('../images/POLE_FA28-P.28.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 1px;
  border-radius: 5%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-6:hover {
  border-style: solid;
  border-color: var(--nautical-blue);
  border-radius: 10%;
}

.radio-button-6.w--redirected-checked {
  border-style: none;
}

.radio-button-7 {
  width: 90px;
  height: 125px;
  object-fit: cover;
  background-image: url('../images/POLE_FA28-B.29.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 1px;
  border-radius: 5%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-7:hover {
  border: 1px solid var(--nautical-blue);
  border-radius: 10%;
}

.radio-button-7.w--redirected-checked {
  border-style: none;
}

.radio-row-2 {
  float: left;
  clear: right;
  flex-flow: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  display: flex;
}

.radio-row-2:active {
  border: 2px none var(--chinese-red);
  border-radius: 10px;
}

.radio-button-8 {
  width: 90px;
  height: 125px;
  clear: left;
  object-fit: cover;
  background-image: url('../images/SENSOR_FA28-1.34.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 1px;
  border-radius: 5%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-8:hover {
  border-style: solid;
  border-color: var(--nautical-blue);
  border-radius: 10%;
}

.radio-button-8.w--redirected-checked {
  border-style: none;
}

.radio-button-9 {
  width: 90px;
  height: 125px;
  object-fit: cover;
  background-image: url('../images/SENSOR_FA28-1.34.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 1px;
  border-radius: 5%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-9:hover {
  border-style: solid;
  border-color: var(--nautical-blue);
  border-radius: 10%;
}

.radio-button-9.w--redirected-checked {
  border-style: none;
}

.radio-button-10 {
  width: 90px;
  height: 125px;
  object-fit: cover;
  background-image: url('../images/3349099-200.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px;
  border-style: none;
  border-width: 1px;
  border-radius: 5%;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.radio-button-10:hover {
  border-style: solid;
  border-color: var(--nautical-blue);
  border-radius: 10%;
}

.radio-button-10.w--redirected-checked {
  border-style: none;
}

.fa28-sku {
  float: left;
  clear: none;
  color: var(--black-beauty);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.fa28-poles {
    width: 150px;
  min-width: 39px;
  background-color: var(--white);
  color: var(--black-beauty);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.fa28-poles._1 {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fa28-poles._2,
.fa28-poles._3 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fa28-sensors {
  min-width: 40px;
  float: left;
  clear: none;
  background-color: var(--white);
  color: var(--black-beauty);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.fa28-sensors._1,
.fa28-sensors._2 {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fa28-sku-2 {
  float: left;
  clear: none;
  color: #27272a;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.navigation-secondary {
  min-height: 40px;
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.navigation-secondary.hide {
  display: none;
}

.text-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.form-newsletter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.field-icon {
  width: 24px;
  height: 24px;
  color: #b6b9ce;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.paragraph-regular {
  max-width: 460px;
  color: #818a9c;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.button-primary {
  background-color: var(--nautical-blue);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #1237a5;
}

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.navigation-button {
  min-height: 40px;
  grid-column-gap: 8px;
  background-color: var(--nautical-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.header-logo-grey {
  color: #818a9c;
}

.header-logo-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  margin-top: 96px;
  display: flex;
}

.navigation-link {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: #642eff;
}

.section-header-large {
  max-width: 1440px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.menu-button-2 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-2:hover {
  color: #1457ff;
}

.form-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.text-field-icon {
  width: 100%;
  min-height: 48px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
}

.text-field-icon:hover {
  border-color: #b6b9ce;
}

.text-field-icon:focus {
  color: #160042;
  border-color: #160042;
}

.text-field-icon::-ms-input-placeholder {
  color: #b6b9ce;
}

.text-field-icon::placeholder {
  color: #b6b9ce;
}

.hero-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-form-block {
  margin-bottom: 0;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.header-tall-image {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.navigation {
  width: 100%;
  min-height: 96px;
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.logo {
  width: 124px;
}

.span-primary {
  color: var(--chinese-red);
}

.span-blue {
  color: var(--nautical-blue);
}

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-features {
  width: 100%;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 32px;
}

.section-content {
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-block-small {
  height: 500px;
  position: relative;
}

.grid-content {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.title-large {
  color: var(--nautical-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.content-background {
  z-index: -1;
  width: 80%;
  height: 80%;
  background-color: #f2f3f8;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -20px;
  right: auto;
}

.check-icon-large {
  filter: grayscale();
  margin-right: 14px;
}

.card-ui {
  width: 100%;
  max-width: 200px;
  min-height: 140px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
  box-shadow: 58px 58px 95px -24px rgba(6, 18, 55, .08);
}

.paragraph-large {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.feature-wrapper {
  color: #18264e;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.ui-card-detail {
  color: #67718e;
  margin-bottom: 24px;
  font-weight: 600;
}

.circle-graph-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-heading {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

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

.button-standard {
  border: 2px solid var(--chinese-red);
  background-color: var(--chinese-red);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  color: #1355ff;
  background-color: #fff;
}

.feature-icon-circle {
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  filter: grayscale();
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  padding: 8px;
  display: flex;
  box-shadow: 8px 8px 32px rgba(49, 106, 255, .08);
}

.card-heading {
  color: #1355ff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.card-ui-graph {
  width: 100%;
  max-width: 280px;
  min-height: 140px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -5%;
  box-shadow: 58px 58px 95px -24px rgba(6, 18, 55, .08);
}

.grid-content-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.feature-wrapper-horizontal {
  align-items: flex-start;
  display: flex;
}

.card-text {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-standard {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.graph-svg {
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

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

.cta-grid {
  grid-column-gap: 92px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.cta-heading {
  max-width: 550px;
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.cta-detail-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.cta-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.group-wrapper {
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.paragraph-cta {
  max-width: 450px;
  color: #dadde7;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.cta-avatar-group {
  color: #fff;
  letter-spacing: -.01em;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

.cta-button {
  color: #061237;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.cta-button:hover {
  color: #1355ff;
  background-color: #fff;
}

.cta-shape {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.avatar-group {
  width: 54px;
  height: 54px;
  min-height: 54px;
  min-width: 54px;
  border: 2px solid #fff;
  border-radius: 100px;
  align-items: center;
}

.avatar-group.avatar-stacked {
  margin-left: -20px;
}

.section-cta {
  background-color: var(--nautical-blue);
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-field-9 {
  height: 60px;
  color: #061237;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 24px;
  box-shadow: 14px 14px 50px -7px rgba(6, 18, 55, .08);
}

.text-field-9::-ms-input-placeholder {
  color: #67718e;
}

.text-field-9::placeholder {
  color: #67718e;
}

.form-button {
  height: 60px;
  background-color: var(--nautical-blue);
  border-radius: 10px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
}

.footer-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

.copyright-wrapper {
  text-align: center;
}

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

.footer-detail-small {
  color: #061237;
  font-weight: 500;
  line-height: 24px;
}

.grey-span {
  color: #b6bcce;
}

.success-message {
  color: #fff;
  background-color: #1355ff;
}

.newsletter-block {
  width: 100%;
  max-width: 460px;
  margin-bottom: 0;
}

.newsletter-form {
  align-items: center;
  display: flex;
}

.footer-line {
  height: 1px;
  background-color: #f2f3f8;
  margin-top: 60px;
  margin-bottom: 40px;
}

.footer-title {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.section-footer-light {
  background-color: #fff;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  width: 124px;
  margin-bottom: 32px;
}

.footer-detail {
  max-width: 600px;
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.full-banner-image {
  height: 30vw;
  background-image: url('../images/20f17ae9-0a0c-4722-9a57-9e29e47893d7.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-header {
  align-items: center;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.header-image {
  width: 100%;
  height: 464px;
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.button-primary-2 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #1237a5;
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button-3 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-3:hover {
  color: #1457ff;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-image-graphic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.header-card {
  width: 100%;
  max-width: 304px;
  background-color: #fff;
  border: 4px solid #edeff2;
  border-radius: 8px;
  padding: 24px;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: -10%;
  right: auto;
  overflow: hidden;
}

.button-arrow-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

.container-5 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon-block {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown {
  padding: 0 20px 0 0;
}

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

.image-13 {
  width: 125px;
  float: none;
  clear: none;
  margin-top: 0;
  margin-right: 20px;
  padding-right: 0;
  display: block;
}

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

.background-video {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
}

.content-block {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-block.left-align {
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

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

.nav-button {
  background-color: var(--nautical-blue);
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-button:hover {
  background-color: var(--chinese-red);
}

.nav-button.w--current {
  opacity: 0;
}

.section-1,
.section-4,
.section-3 {
  width: 100%;
  height: 100vh;
}

.scroll-snap-wrapper {
  height: 100vh;
  overflow: scroll;
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon {
  width: 20px;
  height: 20px;
}

.form-image-wrapper {
  height: 80vh;
  max-height: 800px;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
  overflow: hidden;
}

.grid {
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hor-block {
  align-items: center;
  display: flex;
}

.hor-block.block-wrap {
  flex-wrap: wrap;
}

.fs-mirrorinput_form {
  width: 100%;
}

.fs-mirrorinput_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-mirrorinput_field {
  min-height: 3rem;
  color: #ccc;
  background-color: #474747;
  border: 1px #000;
  border-radius: 2px;
  margin-top: .5rem;
  margin-bottom: 0;
  padding: 1rem;
}

.fs-mirrorinput_field::-ms-input-placeholder {
  color: #ccc;
}

.fs-mirrorinput_field::placeholder {
  color: #ccc;
}

.fs-mirrorinput_checkbox-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-mirrorinput_checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .5rem;
}

.fs-mirrorinput_checkbox.w--redirected-checked {
  background-color: #5c2aff;
  background-image: none;
  border-color: #5c2aff;
  box-shadow: 1px 1px 12px #5c2aff;
}

.text-radio {
  opacity: 1;
  display: none;
}

.text-radio.w--redirected-checked {
  display: block;
}

.image-hover {
  z-index: 10;
  height: 80vh;
  max-height: 800px;
  object-fit: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-hover._1,
.image-hover.fa46-v {
  display: none;
}

.product-tab {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.product-tab.w--current {
  background-color: #e3e4e6;
}

.product-tab-content {
  padding-top: 30px;
}

.tabs-pricing {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.price-card-medium {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 34px 34px 140px -48px rgba(57, 59, 106, .08);
}

.button-neutral {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-neutral:hover {
  background-color: #282556;
}

.button-neutral:active {
  background-color: #160042;
}

.button-neutral:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.price-tab-link {
  color: var(--black-beauty);
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #1b114a;
  background-color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  box-shadow: 1px 8px 20px rgba(141, 155, 190, .16);
}

.price-arrow {
  width: 64px;
  height: 64px;
  color: #160042;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -70px;
}

.price-bg-block {
  z-index: -1;
  min-height: 30%;
  background-color: #f3f5fb;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price-detail {
  margin-top: 32px;
  margin-bottom: 32px;
}

.tabs-content-pricing {
  width: 100%;
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 32px;
  line-height: 1.5;
}

.h5-heading.margin-bottom-16 {
  margin-bottom: 16px;
}

.tabs-menu-pricing {
  background-color: rgba(152, 151, 154, .2);
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 4px;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.pricing-month {
  color: #b6b9ce;
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.price-text-large {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.tabs-wrapper-pricing {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.flex-wrapper-centre-large {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-right-icon {
  min-height: 48px;
  background-color: var(--nautical-blue);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px 12px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
}

.button-right-icon:hover {
  background-color: #092950;
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.button-right-icon.fa28-s-1,
.button-right-icon.fa28-s-2,
.button-right-icon.fa28-v-0,
.button-right-icon.fa28-v-1,
.button-right-icon.fa28-v-2,
.button-right-icon.fa28-p-0,
.button-right-icon.fa28-p-2,
.button-right-icon.fa28-p-1,
.button-right-icon.fa28-b-0,
.button-right-icon.fa28-b-1,
.button-right-icon.fa28-b-2 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
}

.icon-right {
  width: 24px;
  height: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.download-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.name-wrapper {
  position: relative;
}

.two-column-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.b-testimonial-quote {
  letter-spacing: -.02em;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.hide {
  display: none;
}

.b-account-slide {
  margin-right: 0;
}

.b-account-banner {
  width: auto;
  border-top: .5px solid #c4cad4;
  justify-content: flex-start;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
}

.b-form-icon-circle {
  width: 24px;
  height: 24px;
  background-color: #f3f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 13px;
  bottom: 16px;
  left: auto;
  right: 16px;
}

.b-testimonial-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.b-account-form {
  width: 100%;
  max-width: 400px;
}

.b-account-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.b-account-testimonial-card {
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px;
  display: flex;
  position: relative;
}

.span-link {
  color: #5e53a2;
  text-decoration: underline;
}

.b-form-text-field {
  min-height: 50px;
  color: var(--black-beauty);
  border: 1px solid #c4cad4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.b-form-text-field:focus {
  border-width: 2px;
  border-color: var(--nautical-blue);
}

.b-form-text-field::-ms-input-placeholder {
  color: var(--alloy);
  -webkit-text-stroke-color: var(--alloy);
}

.b-form-text-field::placeholder {
  color: var(--alloy);
  -webkit-text-stroke-color: var(--alloy);
}

.b-account-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.b-account-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.b-account-form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 135px;
  display: flex;
}

.b-form-input {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
  position: relative;
}

.b-account-testimonial {
  width: 100%;
  height: 100%;
  position: relative;
}

.b-section-account {
  align-items: stretch;
  display: flex;
}

.b-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.b-account-mask {
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.b-testimonial-text-small {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.b-account-testimonial-arrow {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #c4cad4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: border-width .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.b-account-testimonial-arrow:hover {
  border-width: 1px;
}

.b-account-testimonial-arrow.left-arrow {
  z-index: 9;
  bottom: 64px;
  right: 120px;
}

.b-account-testimonial-arrow.right-arrow {
  z-index: 9;
  bottom: 64px;
  right: 64px;
}

.b-icon-xsmall {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-h2-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.b-form-field-label {
  color: var(--chinese-red);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 3px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.b-input {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.b-account-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.b-account-testimonial-wrapper {
  width: 100%;
  max-width: 45%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.b-icon-small {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-button-dark {
  min-height: 56px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
}

.b-button-dark:hover {
  background-color: rgba(0, 0, 0, .85);
}

.b-form-text-field-2 {
  min-height: 56px;
  color: #95a1b2;
  border: 1px solid #c4cad4;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.b-form-text-field-2:focus {
  border-width: 2px;
  border-color: #5e53a2;
}

.b-form-text-field-2::-ms-input-placeholder {
  color: #95a1b2;
}

.b-form-text-field-2::placeholder {
  color: #95a1b2;
}

.b-form-field-label-2 {
  color: #454f5f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.field-section-wrapper {
  max-width: 500px;
}

.recaptcha {
  margin-top: 30px;
}

.title-paragraph {
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

.form-section {
  background-color: #ebf4ff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-title {
  color: var(--nautical-blue);
  letter-spacing: -.04em;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 65px;
}

.form-heading {
  color: #02044a;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 26px;
  line-height: 38px;
}

.form-block-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #7e47ea;
  border-radius: 20px;
}

.text-field-large {
  min-height: 150px;
  border: 2px solid #ece3fc;
  border-radius: 10px;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-large:hover {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-large:active,
.text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-large::-ms-input-placeholder {
  color: #ccc;
}

.text-field-large::placeholder {
  color: #ccc;
}

.title-wrap {
  width: 100%;
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
}

.form-wrap {
  max-width: 560px;
  background-color: #fff;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  box-shadow: 14px 14px 40px rgba(223, 209, 250, .25);
}

.title-2 {
  color: #7e48ea;
  letter-spacing: 4px;
  font-weight: 600;
}

.text-field-10 {
  min-height: 56px;
  border: 2px solid #ece3fc;
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
}

.text-field-10:hover,
.text-field-10:active,
.text-field-10:focus {
  border-width: 2px;
  border-color: #7e47eb;
}

.text-field-10::-ms-input-placeholder {
  color: #ccc;
}

.text-field-10::placeholder {
  color: #ccc;
}

.form-container {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.form-icon-circle {
  width: 105px;
  height: 105px;
  background-color: #f9f6fe;
  border: 15px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: flex;
}

.required {
  color: #7e48ea;
  font-size: 14px;
}

.title-wrapper {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-wrap {
  margin-bottom: 20px;
}

.submit-button-2 {
  width: 100%;
  height: 64px;
  color: #fff;
  background-color: #7e48ea;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: #6c37d6;
}

.form-paragraph {
  color: #999;
  font-size: 16px;
  line-height: 32px;
}

.display-normal {
  color: #262626;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.form-block-wave {
  min-height: 440px;
  background-color: #02044a;
  border-radius: 16px;
  align-items: center;
  padding: 60px;
  display: flex;
}

.h1-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 44px;
}

.field-wrap-wave {
  margin-bottom: 24px;
}

.contact-icon {
  margin-right: 20px;
}

.form-wrap-wave {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
}

.field-label-wave {
  color: #02044a;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}

.form-block-5 {
  margin-left: auto;
  margin-right: auto;
}

.text-field-large-wave {
  min-height: 180px;
  background-color: #f9f9fb;
  border: 2px solid #fff;
  border-radius: 8px;
  padding-top: 14px;
  padding-left: 14px;
  transition: all .3s;
}

.text-field-large-wave:hover {
  background-color: #fff;
  border: 2px solid #dfdfe8;
}

.text-field-large-wave:active {
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-large-wave:focus {
  border-width: 2px;
  border-color: #0c75ff;
}

.details-wrap-wave {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-section-wave {
  min-height: 100vh;
  background-color: #ecf3fe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-wrap-wave {
  align-items: center;
  display: flex;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.social-link-wave {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
  display: flex;
}

.social-link-wave:hover {
  background-color: #0c75ff;
}

.input-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-grid-wave {
  width: 100%;
  height: 100%;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
}

.icon-wrap-wave {
  min-width: 260px;
  color: #fff;
  border: 2px solid rgba(12, 117, 255, 0);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 18px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.icon-wrap-wave:hover {
  background-color: rgba(12, 117, 255, .08);
  border: 2px solid #0c75ff;
}

.paragraph-wave {
  max-width: 30ch;
  color: #aeafc5;
  letter-spacing: -.03em;
}

.button-wave {
  color: #fff;
  background-color: #02044a;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.button-wave:hover {
  background-color: #0c75ff;
}

.input-icon {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10px;
  right: auto;
}

.text-field-wave {
  min-height: 56px;
  background-color: #f9f9fb;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 42px;
  transition: all .3s;
}

.text-field-wave:hover {
  background-color: #fff;
  border-color: #dfdfe8;
}

.text-field-wave:active {
  border-width: 2px;
  border-color: #0c75ff;
}

.text-field-wave:focus {
  background-color: #fff;
  border: 2px solid #0c75ff;
}

.container-6 {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.form-column-wave {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icon-gum {
  filter: hue-rotate(308deg);
  margin-bottom: 16px;
}
.icon-gum2 {
  margin-bottom: 16px;
}
.checkbox-gum {
  width: auto;
  height: 52px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.title-wrap-gum {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.form-wrapper-2 {
  background-color: #fff;
  border-radius: 16px;
  padding: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.form-block-6 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-field-gum {
  min-height: 56px;
  background-color: #f9f9fb;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 42px;
  transition: all .3s;
}

.text-field-gum:hover {
  background-color: #fff;
  border-color: #dfdfe8;
}

.text-field-gum:active {
  border-width: 2px;
  border-color: var(--royal-blue);
}

.text-field-gum:focus {
  border: 2px solid var(--royal-blue);
  background-color: #fff;
}

.contact-square-gum {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contact-square-gum:hover {
  background-color: #fff;
}

.text-field-large-gum {
  min-height: 260px;
  background-color: #f9f9fb;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  transition: all .3s;
}

.text-field-large-gum:hover {
  background-color: #fff;
  border-color: #dfdfe8;
}

.text-field-large-gum:active,
.text-field-large-gum:focus {
  border-width: 2px;
  border-color: var(--royal-blue);
}

.checkbox-label-grace {
  max-width: 80%;
  color: var(--black-beauty);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.large-checkbox {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #f9f9fb;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s;
}

.large-checkbox:hover {
  border-color: var(--royal-blue);
}

.large-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--royal-blue);
  background-color: #f6faff;
  background-image: none;
}

.large-checkbox.w--redirected-focus {
  box-shadow: none;
}

.submit-button-blue {
  background-color: var(--nautical-blue);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.submit-button-blue:hover {
  background-color: var(--chinese-red);
}

.contact-wrap-gum {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.display-heading {
  color: var(--black-beauty);
  margin-bottom: 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 44px;
}
.display-heading p{
    font-size: 44px;
    line-height: 1;
    color: #27272a;
}
.field-label-gum {
  color: var(--black-beauty);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}

.form-section-gum {
  min-height: 100vh;
  color: var(--black-beauty);
  -webkit-text-fill-color: inherit;
  background-color: rgba(152, 151, 154, .2);
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkbox-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.display-s-600 {
  color: var(--black-beauty);
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
}

.container-7 {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.button-wrap-centre {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.grid-form-gum {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.form-contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}

.paragraph-small {
  color: var(--black-beauty);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}

.top-half {
  height: 40vh;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.top-half.fa46 {
  height: 42vh;
  max-height: 420px;
}

.bottom-half {
  height: 40vh;
  max-height: 400px;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-half.fa46 {
  height: 38vh;
  max-height: 380px;
}

.text-pn-fa28-sensor {
  background-color: var(--white);
  color: var(--black-beauty);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-pn-fa28-sensor.npn-text {
  z-index: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa28-sensor.none-text {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-product {
  color: var(--black-beauty);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.about-product.header {
  color: var(--black-beauty);
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.text-block-6,
.text-block-7 {
  font-size: 14px;
}

.product-slider {
  height: 82vh;
  max-height: 850px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.product-slider-mask {
  overflow: visible;
}

.left-arrow-invert {
  width: 50px;
  height: 50px;
  filter: invert();
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow-invert {
  width: 50px;
  height: 50px;
  filter: invert();
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-postion-center {
  justify-content: center;
  display: flex;
}

.product-success {
  background-color: rgba(0, 0, 0, 0);
}

.video-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 33px;
  display: block;
  position: relative;
}

.product-video {
  border-radius: 8px;
  overflow: hidden;
}

.video-image {
  max-width: 100%;
  text-align: left;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 85px;
  padding-left: 0;
  display: inline-block;
}

.text-pn-fa46 {
  background-color: var(--white);
  color: var(--black-beauty);
  text-align: left;
  white-space: nowrap;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa46.v-text,
.text-pn-fa46.p-text {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-pn-fa46.b-text {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-9 {
  color: var(--black-beauty);
  text-align: center;
  margin-left: 290px;
  margin-right: 290px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.video-image-46 {
  max-width: 100%;
  text-align: left;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 60px;
  padding-left: 0;
}

.video-image-76 {
  max-width: 100%;
  text-align: left;
  border-radius: 8px;
  margin-top: 220px;
  margin-left: 125px;
  padding-left: 0;
}

.page1 {
  z-index: 1;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.arrow-2 {
  width: 10px;
  height: 10px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.arrow-2.back {
  width: 10px;
  height: 10px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  left: 5px;
  right: 0;
  transform: translate(0, -50%)rotate(180deg);
}

.nav-link-2 {
  width: 25%;
  height: 60px;
  color: #285496;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
}

.nav-link-2.pd {
  width: 50%;
  height: 60px;
  padding: 0;
  bottom: 0;
}

.dropdown-pd-toggle {
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #2fc2a2;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-pd-toggle.waves-effect {
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.page-2 {
  z-index: 2;
  width: 100%;
  float: right;
  position: absolute;
  left: 100%;
  overflow: hidden;
}

.link-to-page {
  color: #fff;
  cursor: pointer;
  background-color: #2fc2a2;
  padding: 15px 18px 10px 25px;
  line-height: 16px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-to-page:hover {
  background-color: #2c8a75;
}

.link-to-page.back-button {
  background-color: #df6200;
}

.page-3 {
  width: 100%;
  position: absolute;
  left: 200%;
  overflow: hidden;
}

.dropdown-nav-link {
  padding-left: 25px;
}

.dropdown-pd-list.w--open {
  width: 100%;
  overflow: hidden;
}

.dropdown-list {
  width: auto;
  opacity: 1;
  background-color: rgba(255, 255, 255, .5);
  border: 1px #000;
  border-radius: 14px;
  margin-top: 12px;
}

.dropdown-list.w--open {
  width: 500px;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, .95);
}

.text-block-8 {
  color: var(--chinese-red);
  margin-top: 20px;
  margin-left: 20px;
  font-weight: 400;
}

.dropdown-link {
  margin-left: 10px;
}

.dropdown-link:hover {
  color: var(--royal-blue);
}

.dropdown-link-2,
.dropdown-link-3 {
  margin-left: 10px;
}

.text-block-9 {
  float: right;
  color: var(--black-beauty);
  align-self: flex-end;
  margin-right: 75px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 28px;
  position: static;
}

.text-block-9 p {
  float: right;
  color: var(--black-beauty);
  align-self: flex-end;
  margin-right: 75px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 28px;
  position: static;
}

.div-block-13 {
  width: 100%;
  max-width: 1200px;
}

.text-block-8-copy {
  color: var(--nautical-blue);
  margin-top: 20px;
  margin-left: 20px;
}

.text-block-10 {
  color: var(--alloy);
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
}

.dropdown-link-4 {
  margin-left: 10px;
}

.text-block-11 {
  margin-top: 0;
  padding-top: 0;
}

.div-block-14 {
  opacity: 1;
}

.heading-3-copy {
  color: var(--black-beauty);
  align-self: flex-start;
  margin-top: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.hero-subhead-copy {
  float: none;
  color: var(--alloy);
  object-fit: fill;
  align-self: flex-start;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  position: static;
}

.button-no-box-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--chinese-red);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 8px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.button-no-box-copy:hover {
  color: var(--nautical-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button-no-box-copy.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-no-box-copy.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.button-no-box-copy.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-no-box-copy.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-no-box-copy.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-no-box-copy.form-button:hover {
  color: #fff;
  background-color: #000;
}

.text-block-12 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.recaptcha-2 {
  float: left;
  margin-bottom: 0;
}

.button-wrap-centre-copy {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.success-message-3 {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-13 {
  font-size: 16px;
}

.form-5 {
  padding: 40px;
}

.textarea,
.textarea-2,
.textarea-3 {
  border-radius: 8px;
}

.error-message-2 {
  max-width: 500px;
  border-radius: 8px;
}

.text-block-14 {
  text-align: center;
}

.select-field-3 {
  max-width: 140px;
  min-height: 48px;
  border-radius: 24px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 32px;
  position: static;
}

.button-wrap-cad-model {
  position: relative;
}

.dropdown {
  max-height: 48px;
  margin-bottom: 0;
}

.dropdown-toggle {
  max-height: 48px;
}

.text-block-15 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.dropdown-toggle-2 {
  background-color: #164d8f;
  border-radius: 0;
}

.text-block-16 {
  color: var(--white);
}

.icon-3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section-5.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

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

  .nav {
    width: 100vw;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-inner {
    width: 100vw;
  }

  .image-2 {
    width: 100%;
  }

  .nav-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #000;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 40px;
  }

  .menu-button {
    padding: 11px;
  }

  .menu-button.w--open {
    background-color: #e7e7e7;
  }

  .nav-menu-2 {
    background-color: #e7e7e7;
    padding: 9px 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .paragraph-8 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-7 {
    height: 80vh;
    object-fit: cover;
  }

  .add-to-cart-button {
    margin-bottom: 0;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .navigation-link {
    width: 100%;
  }

  .section-header-large {
    padding-bottom: 400px;
  }

  .menu-button-2.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .header-tall-image {
    width: 100%;
    height: 300px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation {
    position: relative;
  }

  .section-content {
    padding-bottom: 140px;
  }

  .grid-content {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .card-ui,
  .card-ui-graph {
    right: 5%;
  }

  .cta-grid,
  .footer-grid-small {
    grid-template-columns: 1fr;
  }

  .section-footer-light {
    padding-bottom: 140px;
  }

  .menu-button-3.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .header-card {
    left: 32px;
  }

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

  .form-4,
  .form-block-3 {
    width: 100%;
  }

  .form-image-wrapper {
    height: 80vh;
  }

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

  .b-account-form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-section-account {
    flex-direction: column;
    align-items: stretch;
  }

  .b-account-testimonial-wrapper {
    height: 75vh;
    max-width: none;
  }

  .form-block-wave {
    padding: 28px;
  }

  .form-wrap-wave {
    padding: 32px;
  }

  .form-grid-wave {
    grid-column-gap: 22px;
    grid-template-columns: .8fr 1fr;
  }

  .top-half {
    height: 50%;
    align-items: flex-start;
    display: flex;
  }

  .bottom-half {
    height: 50%;
    justify-content: center;
  }

  .nav-link-2.pd {
    width: 100%;
  }

  .dropdown-pd-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-pd-list.w--open {
    clear: left;
    position: relative;
    overflow: hidden;
  }

  .hero-subhead-copy {
    font-size: 24px;
    line-height: 31px;
  }
}
.lang{
    position: absolute;
    top: 20px;
    right: 115px;
}
.about a{
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .about{
        background: #fff;
        padding-left: 40px;
        text-align: start;
        padding-top: 20px;
    }
    .w-dropdown-toggle{
        padding-top: 50px;
    }
    .w-icon-dropdown-toggle{
        top: 23px;
    }
     .lang{
    top: 16px !important;
    }
   
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .button-copy.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap-copy {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .button-no-box.form-button,
  .button-no-box-copy.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .navigation-secondary {
    display: none;
  }

  .cta-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-avatar-group {
    margin-top: 32px;
  }

  .image-13 {
    width: 100px;
  }

  .section-1 {
    min-height: 500px;
  }

  .form-image-wrapper {
    position: relative;
    top: auto;
  }

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

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .h3-heading-2 {
    font-size: 40px;
  }

  .b-account-testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-account-slider {
    width: 100%;
  }

  .b-account-form-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .b-form-input {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .b-account-mask {
    width: 100%;
  }

  .b-account-testimonial-arrow.left-arrow,
  .b-account-testimonial-arrow.right-arrow {
    display: none;
  }

  .b-h2-heading {
    font-size: 44px;
  }

  .b-account-testimonial-wrapper {
    height: 65vh;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .form-block-wave {
    padding: 32px;
  }

  .form-grid-wave {
    grid-template-columns: 1fr;
  }

  .title-wrap-wave {
    margin-bottom: 40px;
  }

  .checkbox-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-no-box-copy.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section-5.center {
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap,
  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    font-size: 19px;
    line-height: 25px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow,
  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    justify-content: flex-start;
    display: block;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .brand {
    padding-left: 0;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 52px;
  }

  .button-copy.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph-8 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .wrap-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-no-box.contact,
  .button-no-box-copy.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .image-8 {
    margin-bottom: 0;
  }

  .navigation-secondary {
    display: none;
  }

  .form-newsletter-wrapper {
    flex-direction: column;
  }

  .header-block {
    text-align: center;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .button-primary {
    width: 100%;
  }

  .navigation-button {
    display: none;
  }

  .header-logo-wrapper {
    justify-content: center;
  }

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

  .hero-heading {
    font-size: 44px;
    line-height: 62px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .h3-heading {
    font-size: 48px;
  }

  .button-standard {
    text-align: center;
  }

  .feature-icon-circle {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .feature-wrapper-horizontal {
    flex-direction: column;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-button {
    text-align: center;
  }

  .button-primary-2 {
    width: 100%;
  }

  .header-card-title {
    font-size: 16px;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

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

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

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

  .button-secondary-arrow {
    width: 100%;
  }

  .background-video {
    width: 100%;
    justify-content: flex-end;
  }

  .content-block.left-align {
    margin-bottom: 140px;
  }

  .content-block.right-align {
    text-align: right;
    margin-bottom: 140px;
  }

  .price-arrow {
    display: none;
  }

  .tabs-menu-pricing,
  .two-column-form {
    flex-wrap: wrap;
  }

  .b-button-dark {
    width: 100%;
  }

  .large-title {
    font-size: 50px;
    line-height: 60px;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-block-wave {
    padding: 40px 10px 10px;
  }

  .contact-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-wrap-wave {
    padding: 40px 20px 32px;
  }

  .details-wrap-wave {
    align-items: center;
  }

  .social-wrap-wave {
    justify-content: center;
  }

  .button-wrap-right {
    display: block;
  }

  .social-link-wave {
    width: 55px;
    height: 55px;
  }

  .icon-wrap-wave {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .title-wrap-wave {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-wrapper-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 24px;
  }

  .contact-square-gum {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .submit-button-blue {
    float: none;
    clear: none;
    text-align: left;
    margin-top: 40px;
    display: inline-block;
    position: static;
  }

  .display-heading {
    margin-top: 0;
    font-size: 25px;
  }
.display-heading p{
    font-size: 25px;
}
  .checkbox-grid,
  .grid-form-gum {
    grid-template-columns: 1fr;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .video-image {
    margin-left: 0;
  }

  .paragraph-9 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .video-image-46 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .video-image-76 {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-9 {
    text-align: right;
    justify-content: flex-end;
    margin-right: 0;
    font-size: 20px;
    display: block;
  }

  .heading-3-copy {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-subhead-copy {
    font-size: 19px;
    line-height: 25px;
  }

  .button-no-box-copy.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .form-5 {
    padding: 0;
  }
}

#w-node-_4f445428-51f5-fc0d-90e0-f1951279c091-f36a062e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b456c55-095a-4b7d-3e24-f99a26165618-f36a062e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4f445428-51f5-fc0d-90e0-f1951279c091-1c478d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b456c55-095a-4b7d-3e24-f99a26165618-1c478d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4f445428-51f5-fc0d-90e0-f1951279c091-b902424e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b456c55-095a-4b7d-3e24-f99a26165618-b902424e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}