html {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14.4px;
  }
}

body {
  font-family: "Figtree", Arial, sans-serif;
  color: #000000;
  line-height: 1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?d0xuir");
  src: url("../fonts/icomoon/icomoon.eot?d0xuir#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2?d0xuir") format("woff2"), url("../fonts/icomoon/icomoon.ttf?d0xuir") format("truetype"), url("../fonts/icomoon/icomoon.woff?d0xuir") format("woff"), url("../fonts/icomoon/icomoon.svg?d0xuir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wi:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e90d";
}

.icon-arrow-left:before {
  content: "\e90b";
}

.icon-plus:before {
  content: "\e902";
}

.icon-minus:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e901";
}

.icon-menu-close:before {
  content: "\e90c";
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
  margin: 0;
  position: relative;
}
body.submitting {
  cursor: wait;
}
body.submitting form.landing-form {
  opacity: 0.75;
  pointer-events: none;
}

.container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}
.container-fluid.content-wrapper {
  position: relative;
}

.container {
  display: block;
  width: 100% !important;
  max-width: 1500px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 100px;
  }
}

.content-wrapper {
  position: relative;
}

.logo-wrapper {
  display: block;
  width: 100%;
  max-width: 210px;
  overflow: visible;
}
.logo-wrapper img {
  width: 100%;
  max-width: 100%;
}

.accents-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.accents-wrapper .triangles-wrapper {
  width: 100vw;
  height: 37vw;
  position: absolute;
  background-size: cover;
}
.accents-wrapper .triangles-wrapper.top {
  top: 0;
  left: 0;
  background-image: url("../img/triangle-bg-top.svg");
  background-position: bottom left;
}
.accents-wrapper .triangles-wrapper.bot {
  bottom: 0;
  right: 0;
  background-image: url("../img/triangle-bg-bottom.svg");
  background-position: top right;
}
.accents-wrapper .lines-wrapper {
  position: absolute;
  top: calc(37vw + 50px);
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.accents-wrapper .lines-wrapper .line-box {
  width: 100vw;
  height: 67.5vw;
  margin-top: 200px;
  position: relative;
}
.accents-wrapper .lines-wrapper .line-box .line {
  width: 121vw;
  position: absolute;
  top: 0;
  height: 2px;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-perspective: 1000;
  border-top: 2px dashed #8EB3C0;
  opacity: 0.7;
}
.accents-wrapper .lines-wrapper .line-box.line1 {
  margin-top: 120px;
}
.accents-wrapper .lines-wrapper .line-box.left .line {
  left: 0;
  transform-origin: top left;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}
.accents-wrapper .lines-wrapper .line-box.right .line {
  right: 0;
  transform-origin: top right;
  -webkit-transform: rotate(-34deg);
  transform: rotate(-34deg);
}
@media (min-width: 576px) {
  .accents-wrapper .lines-wrapper .line-box {
    margin-top: 26vw;
  }
}
@media (min-width: 992px) {
  .accents-wrapper .triangles-wrapper {
    height: 500px;
  }
  .accents-wrapper .lines-wrapper {
    top: 620px;
  }
}
@media (min-width: 1366px) {
  .accents-wrapper .lines-wrapper .line-box {
    margin-top: 350px;
  }
}

.bg-img-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}
.bg-img-wrapper .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 768px) {
  .bg-img-wrapper {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .bg-img-wrapper {
    height: 550px;
  }
}
@media (min-width: 2000px) {
  .bg-img-wrapper {
    height: 650px;
  }
}

.spacer {
  display: block;
}
.spacer.std {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .spacer.std {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .spacer.std {
    padding-top: 100px;
  }
}
.spacer.lg {
  padding-top: 75px;
}
@media (min-width: 768px) {
  .spacer.lg {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .spacer.lg {
    padding-top: 125px;
  }
}
.spacer.xl {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .spacer.xl {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .spacer.xl {
    padding-top: 200px;
  }
}
@media (min-width: 1366px) {
  .spacer.xl {
    padding-top: 250px;
  }
}

form label {
  font-family: "Sofia Sans", Arial, sans-serif;
  line-height: 15px;
  color: #005777;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
form label.gform-field-label--type-sub {
  text-transform: uppercase;
}
form input[type=text], form input[type=number], form input[type=email], textarea {
  width: 100%;
  background-color: #F1F7FA;
  border: 1px solid #8EB3C0;
  border-radius: 4px;
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 15px;
}
form input[type=text]:focus, form input[type=text]:focus-visible,
form input[type=number]:focus, form input[type=number]:focus-visible,
form input[type=email]:focus, form input[type=email]:focus-visible,
form textarea:focus, textarea:focus-visible {
  outline-offset: 3px;
  outline: 1px dashed #8EB3C0;
}
form .select-wrapper {
  width: 100%;
  background-color: #F1F7FA;
  border: 1px solid #8EB3C0;
  border-radius: 4px;
  position: relative;
}
form .select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  background: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 15px;
  font-family: "Figtree", Arial, sans-serif;
  padding-right: 50px;
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
}
form .select-wrapper select:focus, form .select-wrapper select:focus-visible {
  outline-offset: 3px;
  outline: 1px dashed #8EB3C0;
}
form .select-wrapper:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90d";
  position: absolute;
  height: 44px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 44px;
  color: #005777;
  top: -1px;
  right: -1px;
  width: 50px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
form .form-row {
  margin-left: -7px;
  margin-right: -7px;
}
form .form-row .input-col {
  padding: 7px;
}
form .form-row .checkbox-col {
  padding: 15px 7px;
}
form .form-row .checkbox-col .checkbox-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
form .form-row .checkbox-col .checkbox-wrapper > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
form .form-row .checkbox-col .checkbox-wrapper input {
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
form .form-row .checkbox-col .checkbox-wrapper input:focus + label, form .form-row .checkbox-col .checkbox-wrapper input:focus-visible + label {
  outline-offset: 18px;
  outline: 1px dashed #8EB3C0;
}
form .form-row .checkbox-col .checkbox-wrapper label {
  display: block;
  width: calc(100% - 38px);
  padding-left: 10px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  display: inline;
  padding-top: 2px;
  cursor: pointer;
}
form .form-row .checkbox-col .checkbox-wrapper .visible-checkbox {
  pointer-events: none;
  width: 18px;
  height: 18px;
  background-color: #F1F7FA;
  border: 1px solid #8EB3C0;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
form .form-row .checkbox-col .checkbox-wrapper .visible-checkbox span {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  color: #005777;
  font-weight: bold;
}
form .form-row .select-col {
  padding: 7px;
}
form .form-row .submit-col {
  padding: 18px 7px 25px 7px;
}
form .form-row .submit-col input {
  min-width: 180px;
}
form .conditional-fields {
  background-color: #DCEFF6;
  margin: 7px 0;
  padding: 25px;
  border-radius: 5px;
}

.thank-you-message {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

section.has-mask .section-svg-wrapper, aside.has-mask .section-svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
section.has-mask .section-bg-wrapper, aside.has-mask .section-bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
section.has-mask .section-bg-wrapper.dark, aside.has-mask .section-bg-wrapper.dark {
  background-color: #005777;
}
section.has-mask .section-bg-wrapper.light, aside.has-mask .section-bg-wrapper.light {
  background-color: #F1F7FA;
}
section.has-mask .bg-img-wrapper, aside.has-mask .bg-img-wrapper {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
section.has-mask .container, aside.has-mask .container {
  position: relative;
  z-index: 2;
}
section.has-mask.js-loaded .section-bg-wrapper#bg-01, aside.has-mask.js-loaded .section-bg-wrapper#bg-01 {
  -webkit-clip-path: url(#clip-01);
  clip-path: url(#clip-01);
}
section.has-mask.js-loaded .section-bg-wrapper#bg-03, aside.has-mask.js-loaded .section-bg-wrapper#bg-03 {
  -webkit-clip-path: url(#clip-03);
  clip-path: url(#clip-03);
}
section.has-mask.js-loaded .section-bg-wrapper#bg-05, aside.has-mask.js-loaded .section-bg-wrapper#bg-05 {
  -webkit-clip-path: url(#clip-05);
  clip-path: url(#clip-05);
}
section.has-mask.js-loaded .bg-img-wrapper#bg-divider, aside.has-mask.js-loaded .bg-img-wrapper#bg-divider {
  -webkit-clip-path: url(#clip-divider);
  clip-path: url(#clip-divider);
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

@media (min-width: 576px) {
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .d-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .d-lg-none {
    display: none;
  }
}
p.white, ul li.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, span.white {
  color: #ffffff;
}

p, ul li {
  font-family: "Figtree", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px;
}
p a, ul li a {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
p a:hover, p a:focus, ul li a:hover, ul li a:focus {
  text-decoration: underline;
  color: #D44427;
}
p strong, p b, ul li strong, ul li b {
  font-weight: 600;
}
p.sm, ul li.sm {
  font-size: 12px;
  line-height: 18px;
}

span.eyebrow {
  display: inline-block;
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  color: #005777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  border-bottom: 1px dashed #005777;
  font-style: italic;
}
span.eyebrow.reversed {
  display: inline-block;
  color: #ffffff;
  background-color: #D44427;
  padding: 5px 10px;
  border: none;
  margin-bottom: 15px;
}
span.eyebrow.white {
  color: #ffffff;
  border-color: #ffffff;
}

h1, .h1 {
  font-size: 55px;
  font-family: "Sofia Sans", Arial, sans-serif;
  font-weight: 900;
  color: #005777;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 0.86;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 75px;
  }
}
@media (min-width: 1366px) {
  h1, .h1 {
    font-size: 95px;
  }
}

h2, .h2 {
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #005777;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 0.86;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 56px;
  }
}
@media (min-width: 1366px) {
  h2, .h2 {
    font-size: 62px;
  }
}

h3 {
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 42px;
  font-size: 2.3333333333rem;
  line-height: 42px;
  line-height: 2.3333333333rem;
  font-weight: 900;
  color: #005777;
  font-style: italic;
  text-transform: uppercase;
}

.btn, .gform_button {
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.btn.text-btn {
  padding: 5px 0;
  background-color: transparent;
  text-align: center;
  color: #005777;
  text-decoration: none;
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btn.text-btn.white {
  color: #ffffff;
}
.btn.btn-orange , .gform_button {
  padding: 14px;
  border-radius: 21px;
  background-color: #D44427;
  color: #ffffff;
  min-width: 120px;
  text-align: center;
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.btn.btn-arrow {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #8EB3C0;
}
.btn.btn-arrow span {
  color: #ffffff;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
.btn:hover.btn-orange {
  background-color: #005777;
}
.btn:hover.btn-arrow {
  background-color: #005777;
}
.btn:hover.text-btn {
  color: #D44427;
}

a:active, a:visited, a:focus, button:active, button:visited, button:focus, input[type=submit]:active, input[type=submit]:visited, input[type=submit]:focus {
  box-shadow: none;
}
a:focus-visible, a:focus, button:focus-visible, button:focus, input[type=submit]:focus-visible, input[type=submit]:focus {
  outline: 1px dotted #8EB3C0;
}

button:focus-visible, button:focus, input[type=submit]:focus-visible, input[type=submit]:focus {
  outline-offset: 3px;
}

header {
  display: block;
  width: 100%;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
header .logo-col {
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cta-col {
  margin-left: 120px;
  margin-bottom: 20px;
}
.cta-col:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-color: transparent;
  width: 100vw;
  height: 2px;
  border-top: 2px dashed #8EB3C0;
  right: calc(100vw + 15px);
  top: -21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-col:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-color: #8EB3C0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 20px;
  top: 31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer {
  display: block;
  width: 100%;
  padding: 0 0 75px 0;
  position: relative;
  z-index: 4;
}
footer .logo-col {
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 2px;
}
footer .nav-col {
  padding-top: 30px;
}
footer .nav-col p {
  padding-top: 10px;
}
footer .nav-col ul {
  list-style-type: none;
  margin: 0 -10px 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
footer .nav-col ul > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
footer .nav-col ul li {
  padding: 10px;
  flex: 0 0 auto;
  width: auto;
}
footer .nav-col ul li a {
  display: block;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .nav-col {
    padding-top: 0;
  }
  footer .nav-col ul {
    justify-content: flex-end !important;
  }
}

.hero {
  position: relative;
  z-index: 4;
}
.hero .text-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero .text-col h1 {
  max-width: 600px;
}
.hero .text-col p {
  max-width: 533px;
}
.hero .image-col img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero .scroll-row {
    padding-top: 30px;
    padding-bottom: 15px;
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .hero .text-col {
    padding-right: 10px;
    padding-top: 100px;
  }
}

.divider-image {
  position: relative;
  z-index: 1;
}

.stat {
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .stat {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .stat {
    padding-bottom: 100px;
  }
}
.stat .text-col {
  position: relative;
}
.stat .text-col .stat-number-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.stat .text-col .stat-number-wrapper .circle {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #D44427;
  position: relative;
  z-index: 2;
}
.stat .text-col .stat-number-wrapper .circle .stat-number {
  font-family: "Sofia Sans", Arial, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 100px;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
}
.stat .text-col .stat-number-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #D44427;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stat .text-col .stat-number-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #D44427;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.stat .text-col .eyebrow {
  margin-bottom: 15px;
}
.stat .text-col h2 {
  margin-bottom: 15px;
  max-width: 600px;
}
.stat .text-col p {
  margin-bottom: 0;
  max-width: 600px;
}
.stat .text-col a {
  margin-top: 15px;
}
.stat .image-col {
  padding-top: 40px;
}
.stat .image-col img {
  display: block;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.stat.open {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .stat.open {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .stat.open {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .stat.open {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .stat.open {
    padding-bottom: 200px;
  }
}
@media (min-width: 1366px) {
  .stat.open {
    padding-bottom: 250px;
  }
}
.stat.has-mask {
  margin-top: -40px;
  padding-bottom: 75px;
}
.stat.has-mask .container {
  padding-bottom: 30px;
}
.stat.has-mask .bottom-svg-wrapper {
  height: 75px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.stat.has-mask .bottom-svg-wrapper svg {
  width: 100%;
  height: 75px;
}
.stat.has-mask:not(.js-loaded) .bottom-svg-wrapper {
  opacity: 0;
}
.stat.has-mask:not(.js-loaded).dark {
  background-color: #005777;
}
.stat.has-mask:not(.js-loaded).light {
  background-color: #F1F7FA;
}
@media (min-width: 768px) {
  .stat.has-mask {
    margin-top: -100px;
    padding-bottom: 114px;
  }
  .stat.has-mask .bottom-svg-wrapper {
    height: 114px;
    bottom: 4px;
  }
  .stat.has-mask .bottom-svg-wrapper svg {
    height: 114px;
  }
}
@media (min-width: 992px) {
  .stat .text-col {
    padding-left: 100px;
    padding-top: 124px;
  }
  .stat .text-col .stat-number-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    margin: 0;
  }
  .stat .text-col .stat-number-wrapper:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .stat .text-col .stat-number-wrapper:before {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .stat .image-col {
    padding-top: 0;
  }
  .stat.text-left .text-col {
    padding-right: 25px;
  }
  .stat.text-left .image-col img {
    margin-left: 0;
    margin-right: auto;
  }
  .stat.text-right .image-col img {
    margin-left: auto;
    margin-right: 0;
  }
}

.final-cta {
  position: relative;
  z-index: 4;
  margin-top: 25px;
  margin-bottom: 25px;
}
.final-cta .row {
  min-height: 599px;
}
.final-cta .cta-wrapper {
  padding: 62px 0;
  position: relative;
  z-index: 2;
}
.final-cta .cta-wrapper .img-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: relative;
  background-color: #005777;
  margin: 0 auto 20px auto;
}
.final-cta .cta-wrapper .img-wrapper span.icon-wi {
  display: block;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 80px;
  position: relative;
  z-index: 1;
}
.final-cta .cta-wrapper .img-wrapper .rank-wrapper {
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #D44427;
  position: absolute;
  top: -5px;
  right: -10px;
}
.final-cta .cta-wrapper .img-wrapper .rank-wrapper span {
  display: block;
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
.final-cta .cta-wrapper .eyebrow, .final-cta .cta-wrapper h3 {
  max-width: 475px;
  text-align: center;
}
.final-cta .cta-wrapper .eyebrow {
  border: none;
  display: block;
}
.final-cta .cta-wrapper h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.final-cta .cta-wrapper p {
  max-width: 450px;
  text-align: center;
}
.final-cta .cta-wrapper button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.final-cta:after {
  content: "";
  display: block;
  height: 100%;
  border-radius: 50%;
  background-color: #F1F7FA;
  border: 2px dashed #8EB3C0;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .final-cta .cta-wrapper {
    padding: 62px;
  }
}

.form {
  position: relative;
  z-index: 4;
}
.form form, .form p, .form h2 {
  max-width: 600px;
}
.form .container {
  background-image: url("../img/Logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 300px;
  min-height: 300px;
}
.form .heading-row {
  padding-bottom: 30px;
}
.form .form-wrapper form {
  margin-left: auto;
  margin-right: auto;
}

.gform_wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .form .container {
    background-position: top 0 right 20px;
  }
}
@media (min-width: 992px) {
  .form form, .form p {
    max-width: 575px;
  }
  .form .container {
    background-position: top 20% right 30px;
    background-size: 35vw;
    min-height: 35vw;
  }
  .form .heading-row h2 {
    max-width: 775px;
  }
  .form .form-wrapper form {
    margin-left: 0;
  }
  .gform_wrapper {
    justify-content: left;
  }
}
@media (min-width: 1366px) {
  .form .container {
    background-size: 491px;
    min-height: 491px;
  }
}

/*# sourceMappingURL=main.css.map */

/* Additional styles added post-Shine for template usage */

footer {
  background-color: unset;
}
footer .socials {
  margin-top: 4px;
  font-size: 12px;
}

/*.gform_wrapper.gravity-theme fieldset.gfield , .gform_wrapper.gravity-theme .gfield{
  border: none;
  !*background-color: #DCEFF6;*!
  padding: 25px;
  !*border-radius: 5px;*!
}*/
.gfield > .gfield_label {
  display: block;
  font-family: "Sofia Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #005777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: 900 !important;
}
/*.gfield > legend.gfield_label {
  position: relative;
  top: 25px;
}*/
/*.gfield > label.gfield_label {
  position: relative;
  top: -4px;
}*/
.ginput_address_country select {
  height: 44px;
  width: 100%;
  border: 1px solid #8EB3C0;
  border-radius: 4px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 15px;
  font-family: "Figtree", Arial, sans-serif;
  padding-right: 50px;
  z-index: 1;
  background-color: #F1F7FA;
}
form .ginput_address_country select:focus, form .ginput_address_country select:focus-visible {
  outline-offset: 3px;
  outline: 1px dashed #8EB3C0;
}
form {
  background-color: #DCEFF6;
  padding: 25px;
  border-radius: 5px;
}
.final-cta .cta-wrapper h3 {
  font-size: 1.7rem;
  text-transform: none;
  line-height: 1.9rem;
}