@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

body {
  background-color: rgb(255, 255, 255) !important;
}
body #header.aw-header {
  z-index: 999 !important;
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255) !important;
}
main section {
  padding: 60px 20px;
}
@media (max-width: 1024px) {
  main section {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  main section {
    padding: 45px 20px;
  }
}
@media (max-width: 480px) {
  main section {
    padding: 35px 20px;
  }
}
@media (max-width: 440px) {
  main section {
    padding: 30px 20px;
  }
}
main h1 {
  font-size: 55px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
  main h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 1024px) {
  main h1 {
    font-size: 48px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  main h1 {
    font-size: 43px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  main h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 440px) {
  main h1 {
    font-size: 33px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}
main h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 107% !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  main h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 768px) {
  main h2 {
    font-size: 34px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  main h2 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 440px) {
  main h2 {
    font-size: 26px !important;
  }
}
main h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  main h3 {
    font-size: 27px !important;
  }
}
@media (max-width: 480px) {
  main h3 {
    font-size: 23px !important;
  }
}
main h4 {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  main h4 {
    font-size: 21px !important;
  }
}
@media (max-width: 480px) {
  main h4 {
    font-size: 19px !important;
  }
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
  color: #1f282c;
}
main .desc,
main .col li {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 768px) {
  main .desc,
  main .col li {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  main .desc,
  main .col li {
    font-size: 16px;
  }
}
main .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-radius: 47px;
  min-width: 225px;
  max-width: 375px;
  width: 100%;
  padding: 10px 30px;
  height: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media (max-width: 768px) {
  main .global-btn {
    font-size: 15px;
    height: 45px;
  }
}
@media (max-width: 425px) {
  main .global-btn {
    padding: 10px;
  }
}
main .global-btn.centered {
  margin: 0 auto;
}
main .global-btn.ghost-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid #00aae5;
}
main .global-btn.ghost-btn.white-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
main .global-btn.ghost-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
main .global-btn.ghost-btn.white-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
}
main .global-btn.white-btn {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 2px solid rgb(255, 255, 255);
}
main .global-btn.white-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
main .global-btn.small {
  min-width: 100px;
  max-width: 115px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  main .global-btn.small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  main .global-btn.small {
    font-size: 14px;
  }
}
main .global-btn:hover {
  background-color: #0279a5;
}

body #fa-default-form-aw {
  position: relative !important;
  width: 100% !important;
  max-width: 700px !important;
  background-color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 10px 0 25px 25px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
  min-height: 400px !important;
}

@media (max-width: 800px) {
  body #fa-default-form-aw {
    max-width: 550px !important;
    width: 100% !important;
    padding: 20px !important;
  }
}
@media (max-width: 585px) {
  body #fa-default-form-aw {
    max-width: 400px !important;
  }
}
body #fa-default-form-aw label {
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body #fa-default-form-aw label span {
  line-height: 1.4 !important;
}

body #fa-default-form-aw input[type=text],
body #fa-default-form-aw input[type=text]:hover,
body #fa-default-form-aw input[type=text]:focus,
body #fa-default-form-aw input[type=text]:active,
body #fa-default-form-aw input[type=text]:focus-visible,
body #fa-default-form-aw input[type=email],
body #fa-default-form-aw input[type=email]:hover,
body #fa-default-form-aw input[type=email]:focus,
body #fa-default-form-aw input[type=email]:active,
body #fa-default-form-aw input[type=email]:focus-visible,
body #fa-default-form-aw input[type=tel],
body #fa-default-form-aw input[type=tel]:hover,
body #fa-default-form-aw input[type=tel]:focus,
body #fa-default-form-aw input[type=tel]:active,
body #fa-default-form-aw input[type=tel]:focus-visible,
body #fa-default-form-aw input[type=number],
body #fa-default-form-aw input[type=number]:hover,
body #fa-default-form-aw input[type=number]:focus,
body #fa-default-form-aw input[type=number]:active,
body #fa-default-form-aw input[type=number]:focus-visible {
  height: 25px !important;
  margin: 0 0 20px !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  outline: none !important;
}

@media (max-width: 800px) {
  body #fa-default-form-aw input[type=text],
  body #fa-default-form-aw input[type=email],
  body #fa-default-form-aw input[type=tel],
  body #fa-default-form-aw input[type=number] {
    width: 100% !important;
  }
}
body #fa-default-form-aw .wForm .labelsAbove,
body #fa-default-form-aw .wForm .inputWrapper {
  text-align: left;
}

body #fa-default-form-aw input[type=submit] {
  background: #00aae5 !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: row !important;
  height: 40px !important;
  font-size: 16px !important;
  margin: 16px auto 0 auto !important;
  padding: 0 24px !important;
  border-radius: 21px !important;
  text-transform: capitalize !important;
}

body #fa-default-form-aw input[type=submit]:hover {
  background-color: #0079a5 !important;
}

body #fa-default-form-aw select,
body #fa-default-form-aw select:hover,
body #fa-default-form-aw select:focus,
body #fa-default-form-aw select:active,
body #fa-default-form-aw select:focus-visible {
  margin: 0 !important;
  height: 25px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  font-size: 14px !important;
  font-family: Montserrat, sans-serif !important;
}

body #fa-default-form-aw select option {
  font-size: 14px !important;
}

body #fa-default-form-aw .htmlContent {
  font-size: 14px !important;
}

body #fa-default-form-aw textarea,
body #fa-default-form-aw textarea:hover,
body #fa-default-form-aw textarea:focus,
body #fa-default-form-aw textarea:active,
body #fa-default-form-aw textarea:focus-visible {
  max-height: 35px !important;
  font-size: 12px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

body #fa-default-form-aw #disabled-explanation {
  font-size: 14px !important;
  margin-top: 0 !important;
}

body #fa-default-form-aw .oneField.field-container-D {
  margin-top: 0 !important;
}

body #fa-default-form-aw #google-captcha br {
  display: none !important;
}

body #fa-default-form-aw .captchaHelp {
  font-size: 12px !important;
  text-align: left;
}

body #fa-default-form-aw .wForm .errMsg {
  display: none !important;
}

body #fa-default-form-aw span.oneChoice input[type=checkbox] {
  margin: 0 !important;
}

body #fa-default-form-aw .popup-form {
  display: none !important;
}

body #fa-default-form-aw .popup-form.active {
  display: block !important;
}

body #fa-default-form-aw .wFormContainer .wFormHeader {
  display: none !important;
}

body #fa-default-form-aw .wFormContainer .htmlSection {
  margin-top: 0 !important;
}

body #fa-default-form-aw .oneField .label span {
  font-size: 14px !important;
  color: #1f282c !important;
}

body #fa-default-form-aw .wFormContainer .wForm .inputWrapper textarea {
  height: 20px !important;
}

body #fa-default-form-aw .inputWrapper input[type=text]:focus,
body #fa-default-form-aw .inputWrapper input[type=text].required:focus,
body #fa-default-form-aw .inputWrapper input[type=password]:focus,
body #fa-default-form-aw .inputWrapper input[type=password].required:focus,
body #fa-default-form-aw .inputWrapper select:focus,
body #fa-default-form-aw .inputWrapper select.required:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}

body #fa-default-form-aw .inputWrapper textarea:focus,
body #fa-default-form-aw .inputWrapper textarea.required:focus {
  max-height: 35px !important;
  font-size: 12px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

body #fa-default-form-aw #tfa_21-L {
  position: relative;
  top: -2px;
  left: 3px;
}

body #fa-default-form-aw label,
body #fa-default-form-aw label span,
body #fa-default-form-aw input,
body #fa-default-form-aw button,
body #fa-default-form-aw select {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
}
body #fa-default-form-aw label:hover,
body #fa-default-form-aw label span:hover,
body #fa-default-form-aw input:hover,
body #fa-default-form-aw button:hover,
body #fa-default-form-aw select:hover {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
}

@media (max-width: 800px) {
  body #fa-default-form-aw #tfa_17-D {
    margin-top: 16px !important;
  }
}

.columns {
  width: 100%;
}
.columns.two-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.columns.three-cols {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin: 80px auto;
}
.columns.multi-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, 314px);
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  max-width: 1432px;
  width: 100%;
}
@media (max-width: 1024px) {
  .columns.multi-cols {
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 55px;
  }
}
@media (max-width: 768px) {
  .columns.multi-cols {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
}
@media (max-width: 480px) {
  .columns.multi-cols {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.columns.multi-cols .col {
  width: 314px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.columns.multi-cols .col > * {
  flex: 1;
  height: 100%;
}

main .wrapper {
  width: 100%;
  max-width: 1435px;
  margin: 0 auto;
}

#hero {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  padding-top: 35px;
  padding-bottom: 35px;
}
#hero .two-cols {
  gap: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  #hero .two-cols {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols {
    gap: 20px;
  }
}
#hero .two-cols .col {
  width: 100%;
}
@media (max-width: 1024px) {
  #hero .two-cols .col {
    width: 100%;
    max-width: 650px;
    flex: none;
    min-width: 0;
  }
}
#hero .two-cols .col.content-wrap {
  flex: 685 1 0;
  min-width: 0;
  width: auto;
  max-width: 685px;
}
#hero .two-cols .col.content-wrap h1 {
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap h1 {
    text-align: center;
  }
}
#hero .two-cols .col.content-wrap .pre-heading {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap .pre-heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.content-wrap .pre-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .pre-heading {
    font-size: 18px;
  }
}
#hero .two-cols .col.content-wrap .post-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 40px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap .post-heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.content-wrap .post-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .post-heading {
    font-size: 16px;
  }
}
#hero .two-cols .col.content-wrap .stats.three-cols {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin: 40px auto 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap .stats.three-cols {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.content-wrap .stats.three-cols {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .stats.three-cols {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
#hero .two-cols .col.content-wrap .stats.three-cols .col {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
#hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2) {
  margin-right: 40px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1350px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2) {
    margin-right: 24px;
    padding-right: 24px;
    padding-left: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2) {
    margin-right: 16px;
    padding-right: 16px;
    padding-left: 16px;
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2) {
    margin-right: 12px;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2) {
    margin: 0;
    padding: 0;
  }
}
#hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2)::before, #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110%;
  background: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2)::before, #hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2)::after {
    display: none;
  }
}
#hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2)::before {
  left: 0;
}
#hero .two-cols .col.content-wrap .stats.three-cols .col:nth-of-type(2)::after {
  right: 0;
}
#hero .two-cols .col.content-wrap .stats.three-cols .col .num {
  font-size: 45px;
  font-weight: 600;
  line-height: 107%;
  color: #00aae5;
  margin-bottom: 5px;
  text-align: left;
}
@media (max-width: 1500px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .num {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .num {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .num {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .num {
    font-size: 25px;
  }
}
#hero .two-cols .col.content-wrap .stats.three-cols .col .small {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  text-align: left;
}
@media (max-width: 1200px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .small br {
    display: none;
  }
}
@media (max-width: 1024px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .small {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .small {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.content-wrap .stats.three-cols .col .small {
    font-size: 16px;
  }
}
#hero .two-cols .col.form-wrap {
  position: relative;
  flex: 570 1 0;
  min-width: 0;
  width: auto;
  max-width: 535px;
}
@media (max-width: 600px) {
  #hero .two-cols .col.form-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
#hero .two-cols .col.form-wrap #fa-default-form-aw {
  position: relative !important;
  padding: 35px 30px !important;
  border-radius: 25px !important;
  box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.1);
  min-height: 690px !important;
  max-height: 690px !important;
  overflow: hidden !important;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .form-header {
  position: relative;
  z-index: 30;
  background: #fff;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .form-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  pointer-events: none;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .form-loader img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .wForm .section.inline.group .oneField {
  margin-right: 0 !important;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw form {
  display: block;
  margin-right: -10px;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw h3 {
  text-align: center;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .desc {
  text-align: center;
  margin-bottom: 28px;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw label {
  color: #1f282c;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw #tfa_18-L span {
  position: relative;
  top: -2px;
}
@media (max-width: 1194px) and (min-width: 998px) {
  #hero .two-cols .col.form-wrap #fa-default-form-aw {
    min-height: 710px !important;
    max-height: 710px !important;
  }
}
@media (max-width: 800px) {
  #hero .two-cols .col.form-wrap #fa-default-form-aw {
    min-height: 630px !important;
    max-height: 100% !important;
    padding: 20px !important;
  }
  #hero .two-cols .col.form-wrap #fa-default-form-aw .form-loader {
    top: 120px;
  }
  #hero .two-cols .col.form-wrap #fa-default-form-aw form {
    margin-right: unset;
  }
}
#hero .two-cols .col.form-wrap.is-loading #fa-default-form-aw .form-loader {
  display: flex !important;
}
#hero .two-cols .col.form-wrap.is-loaded #fa-default-form-aw .form-loader {
  display: none !important;
}

#cta-banner {
  background-color: #d9f2fb;
}

#cta {
  background-color: #00aae5;
}
#cta h2,
#cta .desc {
  color: rgb(255, 255, 255);
}
#cta .global-btn {
  margin: 40px auto 0 auto;
}

#cta-banner .desc,
#cta .desc {
  text-align: center;
}

#comparison {
  background: linear-gradient(276deg, #1f282c 19.61%, #0079a5 97.96%, #00ead0 135.92%);
}
#comparison .desc {
  text-align: center;
  color: rgb(255, 255, 255);
}
#comparison .desc a {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
#comparison .desc a:hover {
  text-decoration: none;
}
#comparison h2 {
  background: linear-gradient(87deg, var(--Light-Blue, #80d4f2) 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#comparison .pre-heading {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  color: #00aae5;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #comparison .pre-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #comparison .pre-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #comparison .pre-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#comparison .table-wrap {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  #comparison .table-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #comparison .table-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #comparison .table-wrap {
    margin-top: 24px;
  }
}
#comparison .table-wrap {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.08);
}
#comparison .table-wrap::-webkit-scrollbar {
  height: 8px;
}
#comparison .table-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
#comparison .table-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 8px;
}
#comparison .table-inner {
  position: relative;
  min-width: 920px;
  width: 100%;
}
#comparison .table-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44.333%;
  width: 27.333%;
  border-radius: 10px;
  padding: 7px;
  background: linear-gradient(45deg, #ff3d1a 0%, #ff8c1a 22%, #c8e82a 45%, #00ead0 70%, #5ecfff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
  box-shadow: 5.104px 5.104px 10.208px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #comparison .table-inner::after {
    padding: 3px;
  }
}
#comparison .comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  color: rgb(255, 255, 255);
  table-layout: fixed;
}
#comparison .comparison-table th,
#comparison .comparison-table td {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  vertical-align: middle;
  padding: 33px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #comparison .comparison-table th,
  #comparison .comparison-table td {
    font-size: 18px;
    padding: 24px 18px;
  }
}
@media (max-width: 768px) {
  #comparison .comparison-table th,
  #comparison .comparison-table td {
    font-size: 16px;
    padding: 20px 16px;
  }
}
#comparison .comparison-table th:last-child,
#comparison .comparison-table td:last-child {
  border-right: none;
}
#comparison .comparison-table th {
  padding: 10px 20px;
}
#comparison .comparison-table th:nth-child(2),
#comparison .comparison-table td:nth-child(2) {
  border-right: none;
}
#comparison .comparison-table thead th {
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 1024px) {
  #comparison .comparison-table thead th {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #comparison .comparison-table thead th {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #comparison .comparison-table thead th {
    font-size: 18px;
  }
}
#comparison .comparison-table thead th:first-child {
  border-top-left-radius: 11px;
}
#comparison .comparison-table thead th:last-child {
  border-top-right-radius: 11px;
}
#comparison .comparison-table tbody th {
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 1024px) {
  #comparison .comparison-table tbody th {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #comparison .comparison-table tbody th {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #comparison .comparison-table tbody th {
    font-size: 18px;
  }
}
#comparison .comparison-table tbody tr:last-child th,
#comparison .comparison-table tbody tr:last-child td {
  border-bottom: none;
}
#comparison .comparison-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 11px;
}
#comparison .comparison-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 11px;
}
#comparison .comparison-table tbody a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
#comparison .comparison-table tbody a:hover {
  text-decoration: none;
}
#comparison .comparison-table .col-highlight {
  border-left: 2px solid #ff8c1a;
  border-right: 2px solid #5ecfff;
}
#comparison .comparison-table thead .col-highlight {
  border-top: 2px solid #5ecfff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) or (-webkit-mask-composite: xor) {
  #comparison .comparison-table .col-highlight {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  #comparison .comparison-table thead .col-highlight {
    border-top-color: transparent;
  }
  #comparison .comparison-table tbody tr:last-child .col-highlight {
    border-bottom-color: transparent;
  }
}
#comparison .comparison-table th:nth-child(1),
#comparison .comparison-table td:nth-child(1) {
  width: 18%;
}
#comparison .comparison-table th:nth-child(2),
#comparison .comparison-table td:nth-child(2),
#comparison .comparison-table th:nth-child(3),
#comparison .comparison-table td:nth-child(3),
#comparison .comparison-table th:nth-child(4),
#comparison .comparison-table td:nth-child(4) {
  width: 27.333%;
}

#process .desc {
  text-align: center;
}
#process h3 a {
  color: inherit;
  text-decoration: underline;
}
#process h3 a:hover {
  text-decoration: none;
}
#process .process-steps {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
}
#process .process-steps .desc {
  text-align: left;
}
@media (max-width: 1024px) {
  #process .process-steps {
    margin-top: 40px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  #process .process-steps {
    margin-top: 35px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #process .process-steps {
    margin-top: 28px;
  }
}
#process .process-steps::before {
  content: "";
  position: absolute;
  top: calc(45px / 2);
  bottom: 0;
  left: calc(45px / 2);
  width: 3px;
  background: #80d4f2;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 768px) {
  #process .process-steps::before {
    left: 20px;
  }
}
@media (max-width: 480px) {
  #process .process-steps::before {
    left: 16px;
  }
}
#process .process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 22px;
}
#process .process-step:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #process .process-step {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  #process .process-step {
    gap: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #process .process-step {
    margin-bottom: 15px;
    gap: 14px;
  }
}
#process .step-num {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #80d4f2;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 108%;
  filter: drop-shadow(6px 6px 13px rgba(0, 170, 229, 0.2));
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #process .step-num {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #process .step-num {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  }
}
#process .step-content {
  flex: 1 1 auto;
}
#process .step-content h3 {
  color: #00aae5;
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  #process .process-steps::before {
    top: 20px;
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  #process .process-steps::before {
    top: 16px;
    bottom: 16px;
  }
}

#capabilities .desc {
  text-align: center;
}
#capabilities .pre-heading {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  color: #00aae5;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #capabilities .pre-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #capabilities .pre-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #capabilities .pre-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#capabilities .multi-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 600px));
  justify-content: center;
  justify-items: center;
  align-items: stretch;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 70px;
  max-width: none;
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  #capabilities .multi-cols {
    margin-top: 40px;
    row-gap: 50px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 780px) {
  #capabilities .multi-cols {
    grid-template-columns: minmax(0, 400px);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
  }
}
@media (max-width: 480px) {
  #capabilities .multi-cols {
    margin-top: 30px;
    row-gap: 30px;
  }
}
#capabilities .multi-cols .col {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
}
#capabilities .multi-cols .col > * {
  flex: none;
  height: auto;
}
#capabilities .multi-cols .col .title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
#capabilities .multi-cols .col .icon-wrap {
  background-color: #d9f2fb;
  width: 61px;
  height: 61px;
  min-width: 61px;
  min-height: 61px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#capabilities .multi-cols .col .icon-wrap svg {
  max-width: 33px;
}
@media (max-width: 768px) {
  #capabilities .multi-cols .col .icon-wrap {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  #capabilities .multi-cols .col .icon-wrap svg {
    max-width: 23px;
  }
}
#capabilities .multi-cols .col h3 {
  margin-bottom: 0 !important;
}
#capabilities .multi-cols .col h3 a {
  color: #1f282c;
  text-decoration: underline;
}
#capabilities .multi-cols .col h3 a:hover {
  text-decoration: none;
}
#capabilities .multi-cols .col .desc,
#capabilities .multi-cols .col .desc-post-heading {
  text-align: left;
}
@media (max-width: 780px) {
  #capabilities .multi-cols .col {
    max-width: 400px;
    align-items: center;
    text-align: center;
  }
  #capabilities .multi-cols .col .title-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  #capabilities .multi-cols .col h3 {
    text-align: center;
  }
  #capabilities .multi-cols .col .desc,
  #capabilities .multi-cols .col .desc-post-heading {
    text-align: center;
  }
}

#impact {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
}
#impact .desc {
  text-align: center;
}
#impact h2,
#impact h3,
#impact p,
#impact a {
  color: rgb(255, 255, 255);
}
#impact .pre-heading {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  color: #00aae5;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #impact .pre-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #impact .pre-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #impact .pre-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#impact .impact-slider {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 1024px) {
  #impact .impact-slider {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #impact .impact-slider {
    margin-top: 30px;
  }
}
#impact .slider-viewport {
  width: 100%;
}
#impact .slider-arrows {
  display: none;
}
#impact .slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #00aae5;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
#impact .slider-arrow:hover {
  background: #0279a5;
}
#impact .slider-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 480px) {
  #impact .slider-arrow {
    width: 36px;
    height: 36px;
  }
  #impact .slider-arrow svg {
    width: 14px;
    height: 14px;
  }
}
#impact .multi-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  width: 100%;
  margin: 0;
}
#impact .multi-cols .col {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  background: transparent;
}
#impact .multi-cols .col > * {
  flex: none;
  height: auto;
}
#impact .multi-cols .col .desc {
  text-align: left;
}
#impact .multi-cols .col h3 a {
  text-decoration: underline;
}
#impact .multi-cols .col h3 a:hover {
  text-decoration: none;
}
#impact .multi-cols .col .img-wrap {
  background-color: #d9f2fb;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  min-height: 0;
  width: 100%;
}
#impact .multi-cols .col .img-wrap img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  max-height: 186px;
  position: relative;
  bottom: -10px;
}
#impact .multi-cols .col .img-wrap.spec img {
  position: static;
}
#impact .multi-cols .col .text-wrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media (max-width: 768px) {
  #impact .multi-cols .col .text-wrap {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  #impact .multi-cols .col .text-wrap {
    padding: 20px;
  }
}
#impact .multi-cols .col .desc-informative {
  color: #80d4f2;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  font-style: italic;
  margin-top: auto;
  padding-top: 12px;
}
@media (max-width: 1024px) {
  #impact .multi-cols .col .desc-informative {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #impact .multi-cols .col .desc-informative {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #impact .multi-cols .col .desc-informative {
    font-size: 15px;
  }
}
@supports not (grid-template-rows: subgrid) {
  #impact .multi-cols {
    grid-template-rows: none;
  }
  #impact .multi-cols .col {
    display: flex;
    flex-direction: column;
    grid-row: auto;
  }
  #impact .multi-cols .col .img-wrap {
    flex: 0 0 auto;
    aspect-ratio: 4/3;
  }
  #impact .multi-cols .col .text-wrap {
    flex: 1 1 auto;
  }
}
@media (max-width: 1199px) {
  #impact .multi-cols {
    grid-template-columns: repeat(2, minmax(0, 340px));
    grid-template-rows: auto 1fr auto 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    max-width: calc(340px * 2 + 20px);
    margin-left: auto;
    margin-right: auto;
  }
  #impact .multi-cols .col {
    grid-row: span 2;
  }
}
@media (max-width: 768px) {
  #impact .impact-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  #impact .slider-viewport {
    width: 100%;
    max-width: 340px;
    overflow: hidden;
  }
  #impact .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    order: 2;
  }
  #impact .multi-cols.slider-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    grid-template-columns: none;
    grid-template-rows: none;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    max-width: none;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    will-change: transform;
  }
  #impact .multi-cols.slider-track .col,
  #impact .multi-cols.slider-track .col:nth-child(n) {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    grid-row: auto;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #impact .multi-cols.slider-track .img-wrap {
    flex: 0 0 auto;
  }
  #impact .multi-cols.slider-track .text-wrap {
    flex: 1 1 auto;
  }
}
@media (max-width: 480px) {
  #impact .multi-cols.slider-track .img-wrap img {
    max-width: 180px;
  }
  #impact .multi-cols.slider-track .img-wrap.spec img {
    max-width: 110px;
  }
}/*# sourceMappingURL=main.css.map */