.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.body {
  font-family: Raleway, sans-serif;
}

.top-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}

.top-navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-top-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 #cacaca;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.cta-main:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.arrown-down-icon-2 {
  position: absolute;
  left: auto;
  top: 16px;
  right: 26px;
  padding-top: 3px;
  color: #009bfb;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  max-width: 1300px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-illustration {
  z-index: 0;
  margin-left: 35px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.h3 {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

.hero-subwrapper {
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 66px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.cta-second {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #009bfb;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #dbdbdb;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #009bfb;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-second:hover {
  box-shadow: 1px 2px 3px 0 #dbdbdb;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.contact-form-title {
  margin-top: 100px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.youtube-logo {
  margin-right: 5px;
}

.footer {
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.website-link {
  font-weight: 500;
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-cta {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-footer {
  margin-left: 30px;
}

.orange {
  color: #f1953a;
}

.red {
  color: #f65a68;
}

.green {
  color: #83dc52;
}

.youtube-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.webflow-logo-footer {
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 2px;
}

.footer-disclaimer-text {
  font-family: Raleway, sans-serif;
  color: #a9a9ab;
  font-size: 14px;
  text-align: center;
}

.social-link {
  position: relative;
  z-index: 5;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 200px;
}

.scroll-down-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: -30px;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down-arrow {
  margin-top: -4px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-cf1 {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f6fc #f4f6fc transparent;
  border-radius: 17px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf1.big {
  height: 100px;
}

.field-label-cf1 {
  margin-top: 20px;
  color: #9eb0e4;
}

.submit-button-cf1 {
  margin-top: 20px;
  padding: 10px 50px;
  border-radius: 17px;
  background-color: #827ffe;
  box-shadow: 0 12px 20px -3px #d6d5ff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-size: 15px;
  font-weight: 600;
}

.submit-button-cf1:hover {
  background-color: #5b5ac6;
  box-shadow: 0 12px 20px -3px #bdbcee;
}

.form-cf1 {
  margin-top: 20px;
}

.form-title-cf1 {
  color: #5b5ac7;
}

.form-subtitle-cf1 {
  color: #657cbe;
}

.text-field-cf2 {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #cacaca;
  font-size: 16px;
  text-align: left;
}

.text-field-cf2:focus {
  border-bottom-color: #f76874;
}

.text-field-cf2.big {
  height: 100px;
}

.form-title-cf2 {
  font-size: 40px;
  font-weight: 500;
}

.form-subtitle-cf2 {
  color: #969696;
  font-size: 18px;
  line-height: 24px;
}

.submit-button-cf2 {
  margin-top: 20px;
  margin-left: 12px;
  padding: 10px 0px 5px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-cf2:hover {
  border-bottom: 3px solid #f76874;
}

.form-title-cf3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.form-subtitle-cf3 {
  max-width: 400px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.text-field-cf3 {
  height: 50px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f4f8 #f0f4f8 transparent;
  border-radius: 4px;
  background-color: #f0f4f8;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.text-field-cf3.big {
  height: 100px;
}

.submit-button-cf3 {
  margin-top: 20px;
  padding: 12px 54px;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(184deg, #f22d83, #f23ebd);
  box-shadow: 1px 1px 3px 0 #cfcfcf;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.submit-button-cf3:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.form-cf2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-cf3 {
  margin-top: 20px;
  text-align: center;
}

.form-title-cf4 {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.form-field-wrapper-cf4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-cf4 {
  min-width: 250px;
  margin-top: 0px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #d4d4d4;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.text-field-cf4.big {
  height: 100%;
  min-width: 300px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  background-color: #f7f7f7;
}

.form-cf4 {
  margin-top: 20px;
}

.form-subwrapper-cf4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-column-cf4 {
  margin-right: 40px;
}

.form-column-cf4.right {
  width: 300px;
  margin-right: 0px;
}

.submit-button-cf4 {
  min-width: 250px;
  margin-top: 30px;
  margin-left: 40px;
  padding: 12px 54px;
  border-radius: 4px;
  background-color: #fcc93f;
  box-shadow: 1px 1px 3px 0 #cfcfcf;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.submit-button-cf4:hover {
  background-color: #ffbc06;
}

.form-title-cf5 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

.form-subtitle-cf5 {
  max-width: 400px;
  margin-bottom: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
}

.text-field-cf5 {
  width: 85%;
  height: 50px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f0f4f8;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.text-field-cf5.big {
  width: 100%;
  height: 100px;
}

.submit-button-cf5 {
  margin-top: 20px;
  padding: 12px 54px;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(325deg, #2df23a, #3ef2b9);
  box-shadow: 1px 1px 3px 0 #cfcfcf;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #383838;
  font-size: 18px;
  font-weight: 600;
}

.submit-button-cf5:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.form-cf5 {
  margin-top: 20px;
}

.form-field-wrapper-cf6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-field-cf6 {
  min-width: 300px;
  margin-top: 0px;
  margin-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #cacaca;
  font-size: 16px;
  text-align: left;
}

.field-label-cf6 {
  margin-bottom: 10px;
  color: #9e9e9e;
}

.text-field-cf2-copy {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #cacaca;
  text-align: left;
}

.text-field-cf2-copy.big {
  height: 100px;
}

.form-cf6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.submit-button-cf6 {
  margin-top: 20px;
  margin-left: 12px;
  padding: 10px 0px 5px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-cf6:hover {
  border-bottom: 3px solid #333;
}

.form-title-cf6 {
  font-size: 40px;
  font-weight: 500;
}

.form-title-cf7 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.text-field-cf7 {
  margin-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #d6d6d6;
  font-size: 16px;
  text-align: left;
}

.text-field-cf7.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf7.extra-left {
  margin-left: 20px;
}

.form-subwrapper-cf7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.field-label-cf7 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 600;
}

.submit-button-cf7 {
  margin-top: 20px;
  padding: 10px 26px;
  background-color: transparent;
  background-image: linear-gradient(151deg, #ff682e, #fdb49a);
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf7:hover {
  background-image: linear-gradient(151deg, #d33b00, #ff9772);
}

.form-title-cf8 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.form-subtitle-cf8 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.field-label-cf8 {
  margin-bottom: 0px;
  font-size: 13px;
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.text-field-cf8 {
  margin-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #4cc71f;
  font-size: 16px;
  text-align: left;
}

.text-field-cf8.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf8.extra-left {
  margin-left: 20px;
}

.div-block-3 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper {
  width: 50%;
}

.submit-button-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #4dc61e;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #4dc61e;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf8:hover {
  background-color: #4dc61e;
  color: #fff;
}

.form-title-cf7-copy {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.form-title-cf9 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.text-field-cf9 {
  width: 47%;
  margin-top: 10px;
  border-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 4px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf9.big {
  width: 97%;
  height: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.text-field-cf9.extra-left {
  margin-left: 20px;
}

.form-cf9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-subwrapper-cf9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button-cf9 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(151deg, #0a00cc, #422cf5);
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-cf9:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.form-title-cf10 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

.text-field-cf10 {
  margin-top: 0px;
  border: 2px solid transparent;
  border-radius: 6px;
  background-color: #f4f6fc;
  font-size: 16px;
  text-align: left;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: #f76874;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
  opacity: 0;
}

.form-subtitle-cf10 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.checkbox-cf10 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 18px;
}

.checkbox-cf10.w--redirected-checked {
  border-color: #f76874;
  background-color: #f76874;
}

.checkbox-field-cf10 {
  width: 40%;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 7px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f3f6fb;
  color: #999;
  font-size: 14px;
}

.checkbox-wrapper-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label-cf10 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
}

.submit-button-cf10 {
  margin-top: 20px;
  padding: 10px 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf10:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.form-subwrapper-cf10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-subwrapper-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-cf7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message-cf1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  background-color: rgba(91, 90, 198, 0.07);
  color: #5b5ac6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.error-message-cf1 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf2 {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f76874;
  background-color: transparent;
  font-weight: 600;
}

.error-message-cf2 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf3 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.error-message-cf3 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf4 {
  background-color: #f7f7f7;
  font-weight: 600;
}

.error-message-cf4 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf5 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.error-message-cf5 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf6 {
  padding-left: 0px;
  background-color: transparent;
  font-weight: 500;
}

.error-message-cf6 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf7 {
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: transparent;
  font-weight: 500;
}

.error-message-cf7 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf8 {
  padding-left: 0px;
  border: 1px solid #4cc71f;
  background-color: transparent;
  font-weight: 500;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf9 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.error-message-cf9 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.sidebar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}

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

.field-label {
  margin-bottom: 8px;
  color: #160042;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.field-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-left-icon {
  width: 100%;
  min-height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px 12px 52px;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  box-shadow: 1px 1px 2px 0 rgba(114, 129, 167, 0.04);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #151e24;
  font-size: 14px;
}

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

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::-webkit-input-placeholder {
  color: #a0a6b0;
}

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

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

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

.field-icon {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 991px) {
  .contact-form-illustration {
    margin-left: 0px;
  }

  .h3 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .hero-subwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1 {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 60px;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .illustration-wrapper {
    width: 48%;
  }

  .success-message-cf4 {
    font-size: 16px;
    font-weight: 600;
  }

  .success-message-cf5 {
    font-size: 16px;
    font-weight: 600;
  }

  .success-message-cf6 {
    font-size: 16px;
    font-weight: 600;
  }

  .success-message-cf7 {
    font-size: 16px;
    font-weight: 600;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    max-height: none;
    margin-top: 145px;
  }

  .contact-form-illustration {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h3 {
    line-height: 32px;
    text-align: center;
  }

  .hero-subwrapper {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 36px;
    line-height: 58px;
  }

  .contact-form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form-wrapper.extra-large {
    height: auto;
  }

  .footer {
    margin-top: 20px;
  }

  .footer-links {
    margin-bottom: 10px;
  }

  .footer-cta {
    font-weight: 500;
  }

  .footer-text-wrapper {
    width: auto;
  }

  .footer-disclaimer-text {
    width: auto;
  }

  .illustration-wrapper {
    width: auto;
    margin-top: 25px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .text-field-cf4.big {
    height: 150px;
  }

  .form-cf4 {
    text-align: center;
  }

  .form-subwrapper-cf4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form-column-cf4 {
    width: 100%;
    margin-right: 0px;
  }

  .submit-button-cf4 {
    margin-left: 0px;
  }

  .text-field-cf9 {
    min-width: 300px;
  }

  .text-field-cf9.big {
    width: 94%;
  }

  .text-field-cf9.extra-left {
    margin-left: 0px;
  }

  .form-subwrapper-cf9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-cf10.other {
    width: 60%;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .top-navbar-wrapper {
    padding-right: 10px;
    padding-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cta-main {
    width: 170px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .cta-main.top-bar {
    width: 140px;
    font-size: 14px;
  }

  .hero {
    margin-top: 150px;
  }

  .h3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .hero-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    font-size: 40px;
    line-height: 47px;
  }

  .cta-second {
    width: 170px;
    margin-top: 26px;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .contact-form-wrapper.large {
    height: auto;
  }

  .footer-links {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo-footer {
    margin-left: 0px;
  }

  .youtube-link {
    margin-right: 10px;
  }

  .footer-disclaimer-text {
    margin-top: 4px;
  }

  .contact-form {
    width: 100%;
  }

  .text-field-cf4.big {
    min-width: 0px;
  }

  .form-column-cf4.right {
    width: 100%;
  }

  .submit-button-cf4 {
    min-width: 0px;
  }

  .text-field-cf5 {
    width: 100%;
  }

  .form-field-wrapper-cf6 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field-cf6 {
    min-width: 0px;
    margin-left: 0px;
  }

  .form-cf6 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field-cf7.extra-left {
    margin-left: 0px;
  }

  .form-subwrapper-cf7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .field-wrapper-cf8 {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .field-wrapper {
    width: auto;
  }

  .text-field-cf9 {
    width: auto;
    min-width: 0px;
  }

  .text-field-cf9.big {
    width: 100%;
  }

  .form-cf9 {
    min-width: 290px;
  }

  .form-subwrapper-cf9 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-field-cf10.extra-left {
    margin-left: 0px;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0px;
  }

  .form-subwrapper-cf10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-subwrapper-cf8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .success-message-cf3 {
    color: #f22d83;
    font-size: 16px;
  }

  .success-message-cf5 {
    background-color: #f0f4f8;
  }

  .success-message-cf6 {
    text-align: left;
  }
}

