body {
  margin: 0;
  font-family: "Archivo", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
body.locked {
  overflow: hidden;
}
.gfield_visibility_hidden {
  display: none;
}
div#gform_confirmation_message_2 {
  color: #000;
}
a.fancy-green {
  background: #5DA30F;
  height: 40px;
  width: 200px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  gap: 12px;
  padding: 8px;
}
a.fancy-green:hover {
  background: #007DC4;
}
a.fancy-green span {
  background: #fff;
  display: flex;
  height: 25px;
  width: 25px;
  border-radius: 500px;
  padding: 9px;
  align-items: center;
  justify-content: center;
}
sup {
  font-size: 40%;
  font-weight: normal;
  margin-left: 3px;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1261px;
  margin: 0 auto;
  padding: 0 30px;
  clear: both;
  position: relative;
}
.form-stuff {
  background: #fff;
  padding: 33px;
  border-radius: 20px;
}
@media screen and (max-width: 450px) {
  .form-stuff {
    padding: 33px 33px 80px;
  }
}
.form-stuff .headline {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.9px;
  color: #001540;
  text-align: center;
  margin-bottom: 5px;
  font-family: aktiv-grotesk-extended, sans-serif;
}
.form-stuff label.gfield_label.gform-field-label {
  display: none;
}
.form-stuff input.large {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px;
  height: 17px;
  border-radius: 2.7px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #001540;
  width: calc(100% - 24px);
  font-family: "Archivo", sans-serif;
}
.form-stuff ::placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.form-stuff select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 12px;
  height: 43px;
  border-radius: 2.7px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #001540;
  width: 100%;
  font-family: "Archivo", sans-serif;
}
.form-stuff select option.gf_placeholder {
  color: #a0a0a0;
}
.form-stuff textarea {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px;
  height: 84px;
  border-radius: 2.7px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #001540;
  width: calc(100% - 24px);
  font-family: "Archivo", sans-serif;
}
.form-stuff .disclaimer {
  font-size: 12px;
  letter-spacing: -0.25px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}
.form-stuff .gform_button {
  -webkit-appearance: none;
  appearance: none;
  background: #5DA30F;
  height: 56px;
  width: 216px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  gap: 12px;
  padding: 8px 8px 8px 63px;
  border: none;
  position: relative;
}
.form-stuff p.gform_description {
  display: none;
}
.form-stuff h2.gform_submission_error.hide_summary {
  display: none;
}
.form-stuff .validation_message {
  color: red;
  font-size: 12px;
}
.form-stuff .gform_footer.before {
  position: relative;
  width: 100%;
}
.form-stuff .gform_footer.before:after {
  content: url(/wp-content/uploads/2024/03/bbb-logo.svg);
  bottom: -7px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 450px) {
  .form-stuff .gform_footer.before:after {
    bottom: -60px;
  }
}
.form-stuff .gform_footer.before:before {
  content: url(/wp-content/uploads/2024/03/arrow.svg);
  height: 38px;
  width: 43px;
  background: #fff;
  border-radius: 500px;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7px;
  left: 8px;
  padding-top: 5px;
}
.form-stuff .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 12px;
}
.form-stuff .gform_fields .gfield--type-html, .form-stuff .gform_fields .gfield--type-textarea {
  width: 100%;
}
.form-stuff .gform_fields .gfield--type-text, .form-stuff .gform_fields .gfield--type-select, .form-stuff .gform_fields .gfield--type-email, .form-stuff .gform_fields .gfield--type-phone {
  width: calc(50% - 6px);
}
@media screen and (max-width: 380px) {
  .form-stuff .gform_fields .gfield--type-text, .form-stuff .gform_fields .gfield--type-select, .form-stuff .gform_fields .gfield--type-email, .form-stuff .gform_fields .gfield--type-phone {
    width: 100%;
  }
}
header .offer {
  background: #001540;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 550px) {
  header .offer {
    font-size: 16px;
  }
}
header .offer span {
  color: #FAA635;
  font-size: 17px;
  letter-spacing: -0.35px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 550px) {
  header .offer span {
    font-size: 16px;
  }
}
header .logo-ctas {
  max-width: 2200px;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  header .logo-ctas {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 650px) {
  header .logo-ctas {
    align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  header .logo-ctas {
    gap: 10px;
  }
}
@media screen and (max-width: 825px) {
  header .logo-ctas .logo {
    max-width: 200px;
  }
}
header .ctas {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  header .ctas {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  header .ctas {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
header .ctas .ctc {
  color: #27251f;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.59px;
  text-decoration: none;
}
header .ctas .ctc:hover {
  text-decoration: underline;
}
@media screen and (max-width: 450px) {
  header .ctas .ctc {
    font-size: 20px;
  }
}
header .ctas a.fancy-green {
  background: #5DA30F;
  height: 40px;
  width: 200px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  gap: 12px;
  padding: 8px;
}
header .ctas a.fancy-green:hover {
  background: #007DC4;
}
@media screen and (max-width: 450px) {
  header .ctas a.fancy-green {
    height: 35px;
    width: 163px;
    font-size: 12px;
    padding: 5px;
  }
}
header .ctas a.fancy-green span {
  background: #fff;
  display: flex;
  height: 25px;
  width: 25px;
  border-radius: 500px;
  padding: 9px;
}
@media screen and (max-width: 450px) {
  header .ctas a.fancy-green span {
    height: 16px;
    width: 16px;
  }
}
section.hero {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 540px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  section.hero {
    align-items: flex-start;
  }
}
@media screen and (max-width: 400px) {
  section.hero {
    height: 450px;
  }
}
section.hero .img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 900px;
}
@media screen and (max-width: 1200px) {
  section.hero .img-wrap {
    width: unset;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  section.hero .img-wrap {
    top: unset;
    height: unset;
    bottom: -55px;
  }
}
section.hero .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  section.hero .img-wrap img {
    object-fit: unset;
    height: auto;
    width: 100%;
  }
}
section.hero .cta-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  section.hero .cta-wrap {
    margin-top: 20px;
  }
}
section.hero .content {
  width: 566px;
  height: 400px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  z-index: 15;
}
@media screen and (max-width: 1200px) {
  section.hero .content {
    height: 322px;
  }
}
@media screen and (max-width: 750px) {
  section.hero .content {
    padding: 50px 24px 80px;
    width: unset;
    height: 228px;
  }
}
@media screen and (max-width: 520px) {
  section.hero .content {
    height: auto;
  }
}
section.hero .content h1 {
  margin: 0;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 50px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: -2.08px;
  text-align: left;
  line-height: 1.1;
  color: #001540;
}
@media screen and (max-width: 750px) {
  section.hero .content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 400px) {
  section.hero .content h1 {
    font-size: 40px;
  }
}
section.hero .content h1 > div:first-of-type {
  color: #007DC4;
}
section.hero .content:after {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  height: 19px;
  bottom: 0;
  background: #FBE208;
}
section.hero .content:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  height: 19px;
  bottom: 0;
  background: #faa635;
}
section.form {
  background: #001540;
  padding-bottom: 40px;
}
section.form .container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  section.form .container {
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  section.form .container {
    padding: 0 15px;
  }
}
section.form .form-wrap {
  background: #fff;
  width: 100%;
  max-width: 452px;
  margin-top: -220px;
}
@media screen and (max-width: 1200px) {
  section.form .form-wrap {
    margin-top: -105px;
  }
}
@media screen and (max-width: 750px) {
  section.form .form-wrap {
    margin-top: -25px;
  }
}
section.covered {
  background: #001540;
  padding: 96px 0 120px;
}
@media screen and (max-width: 550px) {
  section.covered {
    padding: 60px 0 80px;
  }
  section.covered .container {
    padding: 0 20px;
  }
}
section.covered .dotted-wrap {
  border-radius: 10px;
  border: 3px dashed #4d5c7a;
  padding: 60px 100px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  section.covered .dotted-wrap {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  section.covered .dotted-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.covered .dotted-wrap {
    gap: 30px;
    flex-direction: column-reverse;
    padding: 36px 36px 54px;
    align-items: center;
  }
}
section.covered .dotted-wrap .left {
  flex: 1;
}
section.covered .dotted-wrap .left .headline {
  color: #FF9200;
  font-size: 35px;
  letter-spacing: -1.46px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: aktiv-grotesk-extended, sans-serif;
}
@media screen and (max-width: 1200px) {
  section.covered .dotted-wrap .left .headline > div {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  section.covered .dotted-wrap .left .headline {
    font-size: 30px;
  }
}
section.covered .dotted-wrap .left p.large {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 550px) {
  section.covered .dotted-wrap .left p.large {
    margin-bottom: 30px;
  }
}
section.covered .dotted-wrap .left p.large span {
  color: #FF9200;
  font-weight: 600;
}
section.covered .dotted-wrap .left p.small {
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.29px;
}
section.covered .dotted-wrap .left .cta-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  section.covered .dotted-wrap .left .cta-wrap {
    margin-top: 30px;
  }
}
section.covered .dotted-wrap .right {
  width: 360px;
}
@media screen and (max-width: 991px) {
  section.covered .dotted-wrap .right {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  section.covered .dotted-wrap .right {
    width: 287px;
  }
}
@media screen and (max-width: 400px) {
  section.covered .dotted-wrap .right {
    width: 100%;
  }
}
section.covered .dotted-wrap a.fancy-green {
  width: 220px;
}
section.covered .dotted-wrap a.fancy-green span {
  background: #001540;
}
section.covered .dotted-wrap a.fancy-green span img {
  filter: invert(1);
}
section.unlock2 {
  background: #001540;
  padding-top: 30px;
  color: #fff;
}
section.unlock2 .headline {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.1;
  font-family: aktiv-grotesk-extended, sans-serif;
}
section.unlock2 .headline + p {
  font-size: 17px;
  letter-spacing: -0.35px;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 50px;
  max-width: 800px;
}
section.unlock2 .steps-wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  section.unlock2 .steps-wrap {
    flex-wrap: wrap;
  }
}
section.unlock2 .steps-wrap .step {
  background: #007DC4;
  border-radius: 10px;
  min-height: 100%;
}
@media screen and (max-width: 991px) {
  section.unlock2 .steps-wrap .step {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  section.unlock2 .steps-wrap .step {
    width: 100%;
  }
}
section.unlock2 .steps-wrap .step.dulled {
  opacity: 0.1;
}
section.unlock2 .steps-wrap .step .top {
  padding: 16px 0 30px 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  section.unlock2 .steps-wrap .step .top {
    padding: 16px 0 15px 8px;
  }
}
section.unlock2 .steps-wrap .step .top .label {
  background: #001540;
  border-radius: 23px;
  height: 45px;
  width: 127px;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.5px;
  line-height: 1;
}
section.unlock2 .steps-wrap .step .top div:last-of-type {
  background: #001540;
  height: 4px;
  width: calc(100% - 142px);
  border-radius: 500px 0 0 500px;
}
@media screen and (max-width: 600px) {
  section.unlock2 .steps-wrap .step .top div:last-of-type {
    display: none;
  }
}
section.unlock2 .steps-wrap .step .bottom {
  padding: 0 23px 20px;
}
@media screen and (max-width: 600px) {
  section.unlock2 .steps-wrap .step .bottom {
    padding: 13px 23px 40px 40px;
    margin-left: 13px;
    position: relative;
  }
  section.unlock2 .steps-wrap .step .bottom:before {
    content: "";
    width: 4px;
    background: #001540;
    border-radius: 500px 500px 0 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    left: 0;
  }
}
section.unlock2 .steps-wrap .step .bottom .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.5;
}
section.unlock2 .steps-wrap .step .bottom p {
  font-size: 17px;
  letter-spacing: -0.3px;
  line-height: 1.6;
}
section.unlock2 .cta-wrap {
  padding-bottom:60px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 27px;
}
section.unlock2 .cta-wrap .tel-wrap a {
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.7px;
  line-height: 1.1;
  text-decoration: none;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 400px) {
  section.unlock2 .cta-wrap .tel-wrap a span {
    display: block;
  }
}
section.unlock {
  padding: 80px 0 90px;
}
@media screen and (max-width: 550px) {
  section.unlock {
    padding: 75px 0 60px;
  }
}
section.unlock .flexer {
  display: flex;
  gap: 96px;
}
@media screen and (max-width: 1200px) {
  section.unlock .flexer {
    gap: 50px;
  }
}
@media screen and (max-width: 850px) {
  section.unlock .flexer {
    flex-direction: column;
  }
}
section.unlock .flexer .media {
  width: 530px;
}
@media screen and (max-width: 1100px) {
  section.unlock .flexer .media {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  section.unlock .flexer .media {
    width: 350px;
  }
}
@media screen and (max-width: 850px) {
  section.unlock .flexer .media {
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  section.unlock .flexer .media {
    width: 100%;
  }
}
section.unlock .flexer .content {
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 850px) {
  section.unlock .flexer .content {
    padding-top: 0;
  }
}
section.unlock .flexer .content .line {
  background: linear-gradient(to right, #faa635 0%, #faa635 50%, #fbe208 50%, #fbe208 100%);
  height: 6px;
  width: 236px;
  margin-bottom: 16px;
}
section.unlock .flexer .content .headline {
  font-size: 36px;
  font-weight: 600;
  color: #001540;
  letter-spacing: -1.46px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: aktiv-grotesk-extended, sans-serif;
}
@media screen and (max-width: 1100px) {
  section.unlock .flexer .content .headline > div {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  section.unlock .flexer .content .headline {
    font-size: 30px;
  }
}
section.unlock .flexer .content .support {
  font-size: 24px;
  color: #001540;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin-bottom: 30px;
}
section.unlock .flexer .fake-ul .item {
  display: flex;
  gap: 27px;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  section.unlock .flexer .fake-ul .item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  section.unlock .flexer .fake-ul .item {
    gap: 16px;
  }
}
section.unlock .flexer .fake-ul .item .left {
  width: 42px;
  min-width: 42px;
}
section.unlock .flexer .fake-ul .item .left svg {
  fill: #ff9200;
  width: 100%;
  height: 100%;
}
section.unlock .flexer .fake-ul .item .right {
  padding-top: 6px;
}
section.unlock .flexer .fake-ul .item .right .title {
  color: #007DC4;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
}
section.unlock .flexer .fake-ul .item .right p {
  font-size: 17px;
  color: #001540;
  margin-top: 16px;
  letter-spacing: -0.35px;
  line-height: 1.6;
}
section.learn {
  background: #5DA30F;
  color: #fff;
  padding: 50px 0 10px;
}
@media screen and (max-width: 600px) {
  section.learn .container {
    padding: 0 15px;
  }
}
section.learn .flexer {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section.learn .flexer {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  section.learn .flexer {
    flex-direction: column;
  }
}
section.learn .flexer .left {
  flex: 1;
}
@media screen and (max-width: 600px) {
  section.learn .flexer .left {
    padding: 0 15px;
  }
}
section.learn .flexer .left .headline {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.46px;
  font-weight: 600;
  font-family: aktiv-grotesk-extended, sans-serif;
}
@media screen and (max-width: 850px) {
  section.learn .flexer .left .headline {
    font-size: 30px;
  }
}
section.learn .flexer .left .support {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin-bottom: 25px;
}
section.learn .flexer .left .step {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 1.1;
}
section.learn .flexer .left .step .number {
  background: #001540;
  font-family: aktiv-grotesk-extended, sans-serif;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
section.learn .flexer .form-wrap2.form-stuff {
  width: 518px;
  box-shadow: 0px 0px 14px rgba(139, 139, 139, 0.5);
  margin-bottom: -100px;
}
@media screen and (max-width: 960px) {
  section.learn .flexer .form-wrap2.form-stuff {
    width: 475px;
  }
}
@media screen and (max-width: 850px) {
  section.learn .flexer .form-wrap2.form-stuff {
    width: 400px;
  }
}
@media screen and (max-width: 780px) {
  section.learn .flexer .form-wrap2.form-stuff {
    width: 325px;
    padding: 33px 33px 80px;
  }
}
@media screen and (max-width: 700px) {
  section.learn .flexer .form-wrap2.form-stuff {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  section.learn .flexer .form-wrap2.form-stuff {
    width: calc(100% - 70px);
    margin-bottom: -155px;
  }
}
@media screen and (max-width: 700px) {
  section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-text, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-select, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-email, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-phone {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-text, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-select, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-email, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-phone {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 380px) {
  section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-text, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-select, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-email, section.learn .flexer .form-wrap2.form-stuff .gform_fields .gfield--type-phone {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  section.learn .flexer .form-wrap2.form-stuff .gform_footer.before:after {
    bottom: -60px;
  }
}
@media screen and (max-width: 600px) {
  section.learn .flexer .form-wrap2.form-stuff .gform_footer.before:after {
    bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  section.learn .flexer .form-wrap2.form-stuff .gform_footer.before:after {
    bottom: -60px;
  }
}
section.tabs {
  padding: 220px 0 110px;
  height: 700px;
}
@media screen and (max-width: 850px) {
  section.tabs {
    height: 600px;
  }
}
@media screen and (max-width: 820px) {
  section.tabs {
    height: 675px;
  }
}
@media screen and (max-width: 768px) {
  section.tabs {
    height: 450px;
  }
}
@media screen and (max-width: 712px) {
  section.tabs {
    height: 500px;
  }
}
@media screen and (max-width: 680px) {
  section.tabs {
    height: 600px;
  }
}
@media screen and (max-width: 615px) {
  section.tabs {
    padding: 210px 0 90px;
    height: 950px;
  }
}
@media screen and (max-width: 615px) {
  section.tabs .container:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 615px) {
  section.tabs .tabs-outer {
    overflow-x: scroll;
    width: 100vw;
  }
  section.tabs .tabs-outer::-webkit-scrollbar {
    display: none;
  }
}
section.tabs .tabs-wrap {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  letter-spacing: -0.83px;
  line-height: 1.1;
  color: #001540;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: center;
}
@media screen and (max-width: 875px) {
  section.tabs .tabs-wrap {
    font-size: 14px;
  }
}
@media screen and (max-width: 615px) {
  section.tabs .tabs-wrap {
    width: 200vw;
  }
}
section.tabs .tabs-wrap .tab {
  width: 33.3%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 5px solid #dadada;
  cursor: pointer;
}
@media screen and (max-width: 615px) {
  section.tabs .tabs-wrap .tab {
    border-bottom: 13px solid #dadada;
    min-width: 220px;
    width: unset;
  }
}
section.tabs .tabs-wrap .tab.active {
  border-color: #FBE208;
}
section.tabs .tabbed-content {
  margin-top: 74px;
  position: relative;
}
section.tabs .tabbed-content .t-content {
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.tabs .tabbed-content .t-content.active {
  opacity: 1;
}
section.tabs .tabbed-content .t-content .flexer {
  display: flex;
  align-items: center;
  gap: 170px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  section.tabs .tabbed-content .t-content .flexer {
    gap: 90px;
  }
}
@media screen and (max-width: 860px) {
  section.tabs .tabbed-content .t-content .flexer {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  section.tabs .tabbed-content .t-content .flexer {
    gap: 40px;
  }
}
@media screen and (max-width: 615px) {
  section.tabs .tabbed-content .t-content .flexer {
    flex-direction: column-reverse;
  }
}
section.tabs .tabbed-content .t-content .flexer .media {
  width: 518px;
}
@media screen and (max-width: 991px) {
  section.tabs .tabbed-content .t-content .flexer .media {
    width: 450px;
  }
}
@media screen and (max-width: 860px) {
  section.tabs .tabbed-content .t-content .flexer .media {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  section.tabs .tabbed-content .t-content .flexer .media {
    width: 300px;
  }
}
@media screen and (max-width: 615px) {
  section.tabs .tabbed-content .t-content .flexer .media {
    max-width: 389px;
    width: 100%;
    margin: 0 auto;
  }
}
section.tabs .tabbed-content .t-content .flexer .content {
  flex: 1;
}
@media screen and (max-width: 615px) {
  section.tabs .tabbed-content .t-content .flexer .content {
    max-width: 389px;
    width: 100%;
    flex: unset;
    margin: 0 auto;
  }
}
section.tabs .tabbed-content .t-content .flexer .content .headline {
  font-size: 30px;
  color: #001540;
  letter-spacing: -1.25px;
  line-height: 1.2;
  margin-bottom: 35px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  section.tabs .tabbed-content .t-content .flexer .content .headline > div {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  section.tabs .tabbed-content .t-content .flexer .content .headline {
    font-size: 25px;
  }
}
section.tabs .tabbed-content .t-content .flexer .content p {
  font-size: 23px;
  color: #001540;
  letter-spacing: -0.96px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  section.tabs .tabbed-content .t-content .flexer .content p {
    font-size: 20px;
  }
}
section.tabs .tabbed-content .t-content .flexer .content p + img {
  margin-top: 10px;
}
section.tabs #t2 .media {
  position: relative;
}
section.tabs #t2 .media:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 60px;
  height: 114px;
  width: 81px;
  background: url(/wp-content/uploads/2024/03/enphase-logo.svg);
  background-size: cover;
}
@media screen and (max-width: 850px) {
  section.tabs #t2 .media:before {
    height: 92px;
    width: 70px;
  }
}
@media screen and (max-width: 475px) {
  section.tabs #t2 .media:before {
    left: 0;
  }
}
section.myths {
  padding: 90px 0 130px;
}
section.myths .headline {
  opacity: 1;
  color: #001540;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.46px;
  text-align: center;
  margin: 0 0 30px;
}
section.myths .headline + p {
  opacity: 1;
  color: #001540;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.35px;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 70px;
  max-width: 750px;
}
section.myths .container.two {
  padding: 0 20px;
}
section.myths .faqs .faq {
  font-size: 24px;
  border-bottom: 1px solid #001540;
  color: #001540;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
section.myths .faqs .faq .top {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 40px 15px;
  gap: 40px;
}
@media screen and (max-width: 550px) {
  section.myths .faqs .faq .top {
    padding: 30px 10px 30px 7px;
    gap: 20px;
  }
}
section.myths .faqs .faq .top span {
  color: #007DC4;
  font-weight: 600;
}
section.myths .faqs .faq .top .icon {
  font-size: 65px;
  color: #007DC4;
  line-height: 24px;
  width: 40px;
  text-align: center;
}
section.myths .faqs .faq .bottom {
  overflow: hidden;
  height: 0;
}
section.myths .faqs .faq .bottom .bottom-inner {
  padding: 0 40px 20px 15px;
}
@media screen and (max-width: 550px) {
  section.myths .faqs .faq .bottom .bottom-inner {
    padding: 0 10px 30px 7px;
  }
}
section.myths .faqs .faq .bottom .bottom-inner p {
  margin: 0 0 20px;
}
section.myths .faqs .faq .bottom .bottom-inner ul {
  margin: 0 0 20px;
}
section.myths .faqs .faq.open .bottom {
  height: auto;
}
section.testimonials {
  overflow: hidden;
  padding: 0 0 90px;
}
@media screen and (max-width: 550px) {
  section.testimonials {
    padding: 0 0 40px;
  }
}
section.testimonials .owl-dots {
  background: #dbdbdb;
  height: 1px;
  border: 4px solid #dbdbdb;
  border-radius: 20px;
  margin-top: 60px;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 615px) {
  section.testimonials .owl-dots {
    display: none;
  }
}
section.testimonials .owl-dots button.owl-dot {
  background: #dbdbdb !important;
  height: 1px;
  border: 4px solid #dbdbdb !important;
  border-radius: 20px;
  width: 16.6%;
}
section.testimonials .owl-dots button.owl-dot.active {
  background: #095389 !important;
  height: 1px;
  border: 4px solid #095389 !important;
  border-radius: 20px;
  width: 16.6%;
}
section.testimonials .owl-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: -130px;
  right: 0;
}
@media screen and (max-width: 615px) {
  section.testimonials .owl-nav {
    display: none;
  }
}
section.testimonials .owl-nav button.owl-prev {
  border: 1px solid #007DC4 !important;
  width: 55px;
  height: 55px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.testimonials .owl-nav button.owl-next {
  border: 1px solid #007DC4;
  width: 55px;
  height: 55px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.testimonials .owl-nav svg {
  fill: #007DC4;
}
section.testimonials .line {
  background: linear-gradient(to right, #faa635 0%, #faa635 50%, #fbe208 50%, #fbe208 100%);
  height: 6px;
  width: 236px;
  margin-bottom: 32px;
}
section.testimonials .headline {
  opacity: 1;
  color: #001540;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.46px;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  section.testimonials .headline {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  section.testimonials .headline > div {
    display: inline;
  }
}
section.testimonials .owl-carousel .owl-stage-outer {
  width: 100vw;
}
section.testimonials .t-carousel.owl-carousel {
  margin-top: 60px;
}
section.testimonials .cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
section.testimonials .t-slide {
  border: 1px solid #001540;
  border-radius: 20px;
  padding: 18px 34px;
  min-height: 300px;
}
@media screen and (max-width: 470px) {
  section.testimonials .t-slide {
    min-height: 345px;
  }
}
@media screen and (max-width: 380px) {
  section.testimonials .t-slide {
    padding: 18px 14px;
  }
}
section.testimonials .t-slide .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}
@media screen and (max-width: 380px) {
  section.testimonials .t-slide .top {
    flex-direction: column;
    gap: 5px;
  }
}
section.testimonials .t-slide .top .stars {
  display: flex;
  gap: 2px;
}
section.testimonials .t-slide .top .stars .star svg {
  fill: #FAA635;
  height: 22px;
  width: 22px;
}
section.testimonials .t-slide .person {
  font-size: 20px;
  color: #007DC4;
  font-weight: bold;
  margin-bottom: 20px;
}
section.testimonials .t-slide .person span {
  font-size: 17px;
  font-weight: normal;
  color: #001540;
}
section.testimonials .t-slide .quote {
  font-size: 17px;
  font-weight: normal;
  color: #001540;
  --max-lines: 7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--max-lines);
}
section.big-cta {
  max-width: 1920px;
  margin: 0 auto;
  height: 520px;
}
@media screen and (max-width: 600px) {
  section.big-cta {
    height: unset;
  }
}
section.big-cta .flexer {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 600px) {
  section.big-cta .flexer {
    height: unset;
    flex-direction: column;
  }
}
section.big-cta .flexer .left {
  width: 50%;
  background: #001540;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 26px 50px;
}
@media screen and (max-width: 600px) {
  section.big-cta .flexer .left {
    width: calc(100% - 52px);
    padding: 5px 26px;
    height: 412px;
  }
}
section.big-cta .flexer .left .inner .line {
  background: linear-gradient(to right, #faa635 0%, #faa635 50%, #fbe208 50%, #fbe208 100%);
  height: 6px;
  width: 236px;
  margin-bottom: 32px;
}
@media screen and (max-width: 350px) {
  section.big-cta .flexer .left .inner .line {
    margin-bottom: 20px;
  }
}
section.big-cta .flexer .left .inner .headline {
  color: #fff;
  font-size: 65px;
  letter-spacing: -2.7px;
  line-height: 1.1;
  font-weight: 400;
  font-family: aktiv-grotesk-extended, sans-serif;
}
@media screen and (max-width: 1024px) {
  section.big-cta .flexer .left .inner .headline {
    font-size: 60px;
  }
  section.big-cta .flexer .left .inner .headline > div {
    display: inline;
  }
}
@media screen and (max-width: 350px) {
  section.big-cta .flexer .left .inner .headline {
    font-size: 50px;
  }
}
section.big-cta .flexer .left .inner .cta-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 350px) {
  section.big-cta .flexer .left .inner .cta-wrap {
    margin-top: 20px;
  }
}
section.big-cta .flexer .right {
  width: 50%;
}
@media screen and (max-width: 600px) {
  section.big-cta .flexer .right {
    width: 100%;
    height: 384px;
  }
}
section.big-cta .flexer .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left;
}
footer.footer {
  padding-top: 105px;
}
footer.footer .top {
  text-align: center;
  padding: 0 30px 35px;
}
footer.footer .top img {
  width: 375px;
}
footer.footer .top a {
  color: #27251F;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.6px;
  display: block;
  margin-top: 35px;
  text-decoration: none;
}
footer.footer .bottom {
  background: #001540;
  padding: 25px 30px;
}
footer.footer .bottom .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
