@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: 3 !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: 90px 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: 700 !important;
  line-height: 107% !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
main h2.centered {
  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: 700 !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: 700 !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 .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;
}
@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;
}
main .pre-heading {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 4.4px;
  display: block;
}
@media (max-width: 768px) {
  main .pre-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 108%;
  }
}
@media (max-width: 480px) {
  main .pre-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 108%;
  }
}
main .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 768px) {
  main .desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  main .desc {
    font-size: 16px;
  }
}

.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, 328px);
  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: 328px;
  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;
}

body #header {
  z-index: 1 !important;
}
body .form-talk-to-an-expert {
  cursor: pointer;
}
body #tfa_283,
body #tfa_284,
body #tfa_283 option,
body #tfa_284 option {
  font-size: 14px !important;
}
body #tfa_283:hover, body #tfa_283:focus, body #tfa_283:active, body #tfa_283:focus-visible, body #tfa_283:not(:focus),
body #tfa_284:hover,
body #tfa_284:focus,
body #tfa_284:active,
body #tfa_284:focus-visible,
body #tfa_284:not(:focus),
body #tfa_283 option:hover,
body #tfa_283 option:focus,
body #tfa_283 option:active,
body #tfa_283 option:focus-visible,
body #tfa_283 option:not(:focus),
body #tfa_284 option:hover,
body #tfa_284 option:focus,
body #tfa_284 option:active,
body #tfa_284 option:focus-visible,
body #tfa_284 option:not(:focus) {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  padding: 25px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .popup-wrap.aw-popup.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
body .popup-wrap.aw-popup .popup-close {
  position: absolute;
  right: -22px;
  top: -22px;
  padding: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #00aae5 0%, #0095cc 100%);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
body .popup-wrap.aw-popup .popup-close svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup .popup-close {
    right: 18px;
    top: 6px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 490px) {
  body .popup-wrap.aw-popup .popup-close {
    right: 10px;
  }
}
body .popup-wrap.aw-popup .form-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 0 25px 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 400px;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup .form-wrap {
    max-width: 550px;
    width: 100%;
  }
}
@media (max-width: 585px) {
  body .popup-wrap.aw-popup .form-wrap {
    max-width: 400px;
  }
}
body .popup-wrap.aw-popup .popup-form {
  overflow-y: visible;
  max-height: 90vh !important;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup .popup-form {
    overflow-y: scroll;
    max-height: 80vh !important;
    padding-right: 25px;
  }
}
@media (max-width: 415px) {
  body .popup-wrap.aw-popup .popup-form {
    height: 100vh;
    max-height: 100vh;
  }
}
body .popup-wrap.aw-popup label {
  font-size: 12px;
  line-height: 1.3;
}
body .popup-wrap.aw-popup label span {
  line-height: 1.3;
}
body .popup-wrap.aw-popup input[type=text], body .popup-wrap.aw-popup input[type=text]:hover, body .popup-wrap.aw-popup input[type=text]:focus, body .popup-wrap.aw-popup input[type=text]:active, body .popup-wrap.aw-popup input[type=text]:focus-visible,
body .popup-wrap.aw-popup input[type=email],
body .popup-wrap.aw-popup input[type=email]:hover,
body .popup-wrap.aw-popup input[type=email]:focus,
body .popup-wrap.aw-popup input[type=email]:active,
body .popup-wrap.aw-popup input[type=email]:focus-visible,
body .popup-wrap.aw-popup input[type=tel],
body .popup-wrap.aw-popup input[type=tel]:hover,
body .popup-wrap.aw-popup input[type=tel]:focus,
body .popup-wrap.aw-popup input[type=tel]:active,
body .popup-wrap.aw-popup input[type=tel]:focus-visible,
body .popup-wrap.aw-popup input[type=number],
body .popup-wrap.aw-popup input[type=number]:hover,
body .popup-wrap.aw-popup input[type=number]:focus,
body .popup-wrap.aw-popup input[type=number]:active,
body .popup-wrap.aw-popup input[type=number]:focus-visible {
  height: 25px !important;
  margin: 0 !important;
  font-size: 12px !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
  outline: none !important;
}
@media (max-width: 800px) {
  body .popup-wrap.aw-popup input[type=text],
  body .popup-wrap.aw-popup input[type=email],
  body .popup-wrap.aw-popup input[type=tel],
  body .popup-wrap.aw-popup input[type=number] {
    width: 100% !important;
  }
}
body .popup-wrap.aw-popup input[type=submit] {
  background: #00aae5;
  color: #fff;
  display: flex;
  flex-direction: row;
  height: 40px;
  font-size: 14px;
  margin: 0 auto;
  padding: 0px 18px;
  border-radius: 21px;
  text-transform: capitalize;
}
body .popup-wrap.aw-popup input[type=submit]:hover {
  background-color: #0079a5 !important;
}
body .popup-wrap.aw-popup select, body .popup-wrap.aw-popup select:hover, body .popup-wrap.aw-popup select:focus, body .popup-wrap.aw-popup select:active, body .popup-wrap.aw-popup select:focus-visible {
  font-size: 14px !important;
  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;
}
body .popup-wrap.aw-popup select option {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup #tfa_283,
body .popup-wrap.aw-popup #tfa_284 {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup #tfa_283:hover, body .popup-wrap.aw-popup #tfa_283:focus, body .popup-wrap.aw-popup #tfa_283:active, body .popup-wrap.aw-popup #tfa_283:focus-visible, body .popup-wrap.aw-popup #tfa_283:not(:focus),
body .popup-wrap.aw-popup #tfa_284:hover,
body .popup-wrap.aw-popup #tfa_284:focus,
body .popup-wrap.aw-popup #tfa_284:active,
body .popup-wrap.aw-popup #tfa_284:focus-visible,
body .popup-wrap.aw-popup #tfa_284:not(:focus) {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup #tfa_283 option,
body .popup-wrap.aw-popup #tfa_284 option {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup .htmlContent {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup textarea, body .popup-wrap.aw-popup textarea:hover, body .popup-wrap.aw-popup textarea:focus, body .popup-wrap.aw-popup textarea:active, body .popup-wrap.aw-popup textarea:focus-visible {
  max-height: 35px;
  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 .popup-wrap.aw-popup #tfa_22,
body .popup-wrap.aw-popup *[id^="tfa_22["] {
  width: 97% !important;
}
body .popup-wrap.aw-popup #tfa_20-L {
  width: 97% !important;
}
body .popup-wrap.aw-popup #tfa_21 {
  position: relative !important;
  top: 2px !important;
}
body .popup-wrap.aw-popup #disabled-explanation {
  font-size: 14px !important;
  margin-top: 0 !important;
}
body .popup-wrap.aw-popup .oneField.field-container-D {
  margin-top: 0 !important;
}
body .popup-wrap.aw-popup #google-captcha br {
  display: none !important;
}
body .popup-wrap.aw-popup .captchaHelp {
  font-size: 14px !important;
}
body .popup-wrap.aw-popup .wForm .errMsg {
  display: none !important;
}
body span.oneChoice input[type=checkbox] {
  margin: 0 !important;
}
body .aw-popup .popup-form {
  display: none !important;
}
body .aw-popup .popup-form.active {
  display: block !important;
}
body .aw-popup .wFormContainer .wFormHeader {
  display: none !important;
}
body .aw-popup #tfa_17-D {
  margin-top: 5px !important;
}
body .aw-popup .wFormContainer .htmlSection {
  margin-top: 0 !important;
}
body .aw-popup .oneField .label span {
  font-size: 12px !important;
}
body .aw-popup .wFormContainer .wForm .inputWrapper textarea {
  height: 20px !important;
}
body .aw-popup .wFormContainer .wForm .inputWrapper .oneChoice .label {
  margin-left: 5px !important;
}

.wFormContainer .wForm .inputWrapper #tfa_283,
.wFormContainer .wForm .inputWrapper #tfa_284,
.wFormContainer .wForm .inputWrapper select#tfa_283,
.wFormContainer .wForm .inputWrapper select#tfa_284 {
  font-size: 14px !important;
}
.wFormContainer .wForm .inputWrapper #tfa_283:hover, .wFormContainer .wForm .inputWrapper #tfa_283:focus, .wFormContainer .wForm .inputWrapper #tfa_283:active, .wFormContainer .wForm .inputWrapper #tfa_283:focus-visible, .wFormContainer .wForm .inputWrapper #tfa_283:not(:focus),
.wFormContainer .wForm .inputWrapper #tfa_284:hover,
.wFormContainer .wForm .inputWrapper #tfa_284:focus,
.wFormContainer .wForm .inputWrapper #tfa_284:active,
.wFormContainer .wForm .inputWrapper #tfa_284:focus-visible,
.wFormContainer .wForm .inputWrapper #tfa_284:not(:focus),
.wFormContainer .wForm .inputWrapper select#tfa_283:hover,
.wFormContainer .wForm .inputWrapper select#tfa_283:focus,
.wFormContainer .wForm .inputWrapper select#tfa_283:active,
.wFormContainer .wForm .inputWrapper select#tfa_283:focus-visible,
.wFormContainer .wForm .inputWrapper select#tfa_283:not(:focus),
.wFormContainer .wForm .inputWrapper select#tfa_284:hover,
.wFormContainer .wForm .inputWrapper select#tfa_284:focus,
.wFormContainer .wForm .inputWrapper select#tfa_284:active,
.wFormContainer .wForm .inputWrapper select#tfa_284:focus-visible,
.wFormContainer .wForm .inputWrapper select#tfa_284:not(:focus) {
  font-size: 14px !important;
}
.wFormContainer .wForm .inputWrapper #tfa_283 option,
.wFormContainer .wForm .inputWrapper #tfa_284 option,
.wFormContainer .wForm .inputWrapper select#tfa_283 option,
.wFormContainer .wForm .inputWrapper select#tfa_284 option {
  font-size: 14px !important;
}
.wFormContainer .wForm .inputWrapper input[type=text]:focus,
.wFormContainer .wForm .inputWrapper input[type=text].required:focus,
.wFormContainer .wForm .inputWrapper input[type=password]:focus,
.wFormContainer .wForm .inputWrapper input[type=password].required:focus,
.wFormContainer .wForm .inputWrapper select:focus,
.wFormContainer .wForm .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;
}
.wFormContainer .wForm .inputWrapper textarea:focus,
.wFormContainer .wForm .inputWrapper textarea.required:focus {
  max-height: 35px;
  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;
}

#hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #1f282c 49.13%, #00719a 84.44%, #00ead0 107%), #1f282c;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  #hero {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(72deg, #1f282c 49.13%, #00719a 84.44%, #00ead0 107%), #1f282c;
  }
}
@media (max-width: 768px) {
  #hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  #hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#hero .background-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero .background-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media (max-width: 1225px) {
  #hero .background-video video {
    transform: scale(1.12);
    transform-origin: right center;
  }
}
@media (max-width: 1190px) {
  #hero .background-video video {
    transform: scale(1.24);
    transform-origin: right center;
  }
}
@media (max-width: 1024px) {
  #hero .background-video video {
    -o-object-position: right center;
       object-position: right center;
    transform: none;
  }
}
@media (max-width: 1280px) {
  #hero .background-video {
    display: none;
  }
}
#hero .background-wrap {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transform: translateX(-50%);
}
#hero .background-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  #hero .background-wrap {
    display: block;
  }
}
@media (max-width: 1024px) {
  #hero .background-wrap {
    width: 140%;
    bottom: -12px;
  }
}
@media (max-width: 768px) {
  #hero .background-wrap {
    width: 180%;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  #hero .background-wrap {
    width: 230%;
    bottom: 0;
  }
}
#hero .wrapper {
  position: relative;
  z-index: 2;
}
#hero .pre-heading-icon {
  display: none;
  margin-bottom: 40px !important;
}
@media (max-width: 1280px) {
  #hero .pre-heading-icon {
    display: block;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  #hero .pre-heading-icon {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 1280px) and (max-width: 768px) {
  #hero .pre-heading-icon {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 1280px) and (max-width: 480px) {
  #hero .pre-heading-icon {
    margin-bottom: 16px !important;
  }
}
#hero .pre-heading-icon svg {
  max-width: 200px;
  max-height: 70px;
}
@media (max-width: 1024px) {
  #hero .pre-heading-icon svg {
    max-width: 150px;
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  #hero .pre-heading-icon svg {
    max-width: 100px;
    max-height: 35px;
  }
}
#hero h1,
#hero p,
#hero pre-heading {
  color: rgb(255, 255, 255);
}
#hero .pre-heading {
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  #hero .pre-heading {
    font-size: 16px !important;
  }
}
#hero h1 {
  margin-top: 40px !important;
}
#hero h1 span {
  display: block;
}
@media (max-width: 1280px) {
  #hero h1 span {
    display: contents;
  }
}
@media (max-width: 1280px) {
  #hero h1 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #hero h1 {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    margin-top: 24px !important;
  }
}
@media (max-width: 480px) {
  #hero h1 {
    font-size: 30px !important;
  }
}
#hero p {
  margin-bottom: 40px !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1280px) {
  #hero p {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #hero p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #hero p {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #hero p {
    font-size: 19px;
  }
}
#hero .two-cols {
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  #hero .two-cols {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  #hero .two-cols {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols {
    gap: 12px;
  }
}
#hero .two-cols .text-wrap {
  max-width: 720px;
  width: 50%;
  min-width: 0;
}
@media (max-width: 1280px) {
  #hero .two-cols .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 920px;
  }
}
#hero .two-cols .video-wrap {
  flex: 1 1 0;
  width: 50%;
  min-width: 0;
  max-width: 650px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1280px) {
  #hero .two-cols .video-wrap {
    display: none !important;
  }
}

#partners {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  #partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  #partners {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 480px) {
  #partners {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
#partners .wrapper {
  margin-right: auto;
  margin: 0;
  margin-left: auto;
  max-width: 1650px;
}
#partners .partners-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#partners .partners-marquee::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: clamp(28px, 3.5vw, 44px);
  pointer-events: none;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
#partners .partners-marquee::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: clamp(28px, 3.5vw, 44px);
  pointer-events: none;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
@media (max-width: 1920px) {
  #partners .partners-marquee::after {
    display: block;
  }
}
#partners .partners-marquee__track {
  display: flex;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  animation: partners-marquee-ltr 28s linear infinite;
  will-change: transform;
}
#partners .partners-marquee__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 60px;
  padding-inline-end: 60px;
}
@media (max-width: 768px) {
  #partners .partners-marquee__group {
    gap: 40px;
    padding-inline-end: 40px;
  }
}
@media (max-width: 480px) {
  #partners .partners-marquee__group {
    gap: 28px;
    padding-inline-end: 28px;
  }
}
#partners .two-cols {
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  #partners .two-cols {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #partners .two-cols {
    gap: 28px;
  }
}
@media (max-width: 480px) {
  #partners .two-cols {
    gap: 20px;
  }
}
#partners .two-cols .col.heading {
  width: 100%;
  max-width: 420px;
}
#partners .two-cols .col.heading h2 {
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 1024px) {
  #partners .two-cols .col.heading h2 {
    text-align: center;
  }
}
#partners .two-cols .col.logos {
  min-width: 0;
  width: 100%;
  align-items: center;
  margin-right: -20px;
}
#partners .two-cols .partner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
#partners .two-cols .partner:hover, #partners .two-cols .partner:focus, #partners .two-cols .partner:active {
  background-color: transparent;
}
#partners .two-cols .partner svg,
#partners .two-cols .partner img {
  display: block;
  float: none;
  margin: 0;
  width: auto;
  height: 64px;
  max-width: 100%;
  max-height: 64px;
  padding: 10px;
  flex-shrink: 0;
  filter: grayscale(100%) brightness(0);
  opacity: 0.3;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1024px) {
  #partners .two-cols .partner svg,
  #partners .two-cols .partner img {
    height: 52px;
    max-width: 160px;
    max-height: 52px;
  }
}
@media (max-width: 768px) {
  #partners .two-cols .partner svg,
  #partners .two-cols .partner img {
    height: 48px;
    max-width: 150px;
    max-height: 48px;
  }
}
@media (max-width: 480px) {
  #partners .two-cols .partner svg,
  #partners .two-cols .partner img {
    height: 44px;
    max-width: 140px;
    max-height: 44px;
  }
}

@keyframes partners-marquee-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #partners .partners-marquee__track {
    animation: none;
    transform: none;
  }
}
#costs .pre-heading {
  text-align: center;
  color: #00aae5;
}
#costs h2 {
  text-align: center;
  margin-top: 20px !important;
}
#costs h3 {
  margin-bottom: 15px !important;
}
#costs .costs-slider {
  width: 100%;
}
#costs .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;
}
#costs .slider-arrow:hover {
  background: #0279a5;
}
#costs .slider-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 480px) {
  #costs .slider-arrow {
    width: 30px;
    height: 30px;
  }
  #costs .slider-arrow svg {
    width: 14px;
    height: 14px;
  }
}
#costs .three-cols .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
#costs .three-cols .col .img-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 280px;
  background-color: #d9f2fb;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 8px 8px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #costs .three-cols .col .img-wrap {
    height: auto;
    aspect-ratio: 16/9;
    min-height: 220px;
    max-height: 320px;
  }
}
@media (max-width: 768px) {
  #costs .three-cols .col .img-wrap {
    min-height: 200px;
    max-height: 280px;
    padding: 6px 6px 0;
  }
}
@media (max-width: 480px) {
  #costs .three-cols .col .img-wrap {
    min-height: 180px;
    max-height: 220px;
    padding: 4px 4px 0;
  }
}
#costs .three-cols .col .img-wrap svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1280px) {
  #costs .three-cols .col .img-wrap svg {
    width: 100%;
    height: 100%;
  }
}
#costs .three-cols .col .img-wrap.spec-bottom svg {
  position: relative;
  bottom: -5px;
}
#costs .three-cols .col .img-wrap.spec-bottom.spec-left svg {
  bottom: -30px;
}
@media (max-width: 1280px) {
  #costs .three-cols .col .img-wrap.spec-bottom svg {
    bottom: -4px;
  }
  #costs .three-cols .col .img-wrap.spec-bottom.spec-left svg {
    bottom: -16px;
  }
}
@media (max-width: 480px) {
  #costs .three-cols .col .img-wrap.spec-bottom svg {
    bottom: 0;
  }
  #costs .three-cols .col .img-wrap.spec-bottom.spec-left svg {
    bottom: -8px;
  }
}
#costs .three-cols .col .img-wrap.spec-left svg {
  left: -20px;
}
@media (max-width: 1280px) {
  #costs .three-cols .col .img-wrap.spec-left svg {
    left: -10px;
  }
}
@media (max-width: 480px) {
  #costs .three-cols .col .img-wrap.spec-left svg {
    left: 0;
  }
}
#costs .three-cols .col .text-wrap {
  flex: 1;
  width: 100%;
  padding: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #d9d9d9;
  border-top: none;
}
@media (max-width: 768px) {
  #costs .three-cols .col .text-wrap {
    padding: 22px;
  }
}
@media (max-width: 480px) {
  #costs .three-cols .col .text-wrap {
    padding: 18px;
  }
}
@media (min-width: 1281px) {
  #costs .costs-slider .slider-viewport {
    overflow: visible;
    width: 100%;
  }
  #costs .costs-slider .slider-track {
    transform: none !important;
    transition: none !important;
  }
  #costs .costs-slider .slide {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #costs .costs-slider .col {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
  }
  #costs .costs-slider .slider-arrows {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  #costs .costs-slider {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-top: 40px;
    width: 100%;
  }
  #costs .costs-slider .slider-viewport {
    overflow: hidden;
    width: 100%;
    min-width: 0;
  }
  #costs .costs-slider .slider-track {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    width: 100%;
  }
  #costs .costs-slider .slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    min-width: 0;
    height: auto;
  }
  #costs .costs-slider .col {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
  }
  #costs .costs-slider .text-wrap {
    flex: none;
  }
  #costs .costs-slider .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  #costs .costs-slider {
    gap: 20px;
    margin-top: 30px;
  }
  #costs .costs-slider .col {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #costs .costs-slider {
    gap: 16px;
    margin-top: 24px;
  }
}

#introduction {
  background: linear-gradient(72deg, #1f282c 49.13%, #00719a 84.44%, #00ead0 107%), #1f282c;
  position: relative;
  overflow: hidden;
}
#introduction .wrapper {
  position: relative;
  z-index: 2;
}
#introduction .background-wrap {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transform: translateX(-50%);
}
#introduction .background-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #introduction .background-wrap {
    width: 140%;
    bottom: -12px;
  }
}
@media (max-width: 768px) {
  #introduction .background-wrap {
    width: 180%;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  #introduction .background-wrap {
    width: 230%;
    bottom: 0;
  }
}
#introduction .pre-heading {
  text-align: center;
  color: #00aae5;
}
#introduction h2 {
  text-align: center;
  margin-top: 20px !important;
  color: rgb(255, 255, 255);
}
#introduction .video-wrap {
  border-radius: 27px;
  border: 2px solid transparent;
  background: linear-gradient(#1f282c, #1f282c) padding-box, linear-gradient(90deg, #ff9633, #62c5ab, #00aae5) border-box;
  color: rgb(255, 255, 255);
  width: 1100px;
  max-width: 100%;
  height: 617px;
  margin: 60px auto 0 auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #introduction .video-wrap {
    height: auto;
    aspect-ratio: 1100/617;
    margin-top: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  #introduction .video-wrap {
    margin-top: 30px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  #introduction .video-wrap {
    margin-top: 24px;
    border-radius: 12px;
  }
}
#introduction .video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#workflows .pre-heading {
  text-align: center;
  color: #00aae5;
}
#workflows h2 {
  text-align: center;
  margin-top: 20px !important;
}
#workflows .multi-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 100%;
  margin: 60px auto 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  #workflows .multi-cols {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #workflows .multi-cols {
    grid-template-columns: 1fr;
    margin-top: 30px;
    row-gap: 20px;
  }
}
@media (max-width: 480px) {
  #workflows .multi-cols {
    margin-top: 24px;
    row-gap: 16px;
  }
}
#workflows .multi-cols .col {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  box-shadow: 0 4px 18.2px 0 rgba(0, 0, 0, 0.15);
}
#workflows .multi-cols .col > * {
  flex: none;
  height: auto;
}
@media (max-width: 1024px) {
  #workflows .multi-cols .col {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  #workflows .multi-cols .col {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 30px;
  }
  #workflows .multi-cols .col .desc {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  #workflows .multi-cols .col {
    padding: 16px 18px;
    cursor: pointer;
  }
}
#workflows .multi-cols .col .icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  margin-bottom: 25px;
  background-color: #d9f2fb;
  border-radius: 12px;
}
#workflows .multi-cols .col .icon-wrap svg {
  display: block;
  max-width: 32px;
  max-height: 32px;
}
@media (max-width: 768px) {
  #workflows .multi-cols .col .icon-wrap {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    margin-bottom: 0;
    border-radius: 10px;
  }
  #workflows .multi-cols .col .icon-wrap svg {
    max-width: 26px;
    max-height: 26px;
  }
}
@media (max-width: 480px) {
  #workflows .multi-cols .col .icon-wrap {
    display: none;
  }
}
#workflows .multi-cols .col .accordion-header {
  display: contents;
}
#workflows .multi-cols .col .accordion-chevron {
  display: none;
}
#workflows .multi-cols .col h3 {
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  #workflows .multi-cols .col h3 {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  #workflows .multi-cols .col h3 {
    font-size: 19px !important;
    font-weight: 600 !important;
  }
}
@media (max-width: 480px) {
  #workflows .multi-cols .col .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  #workflows .multi-cols .col .accordion-chevron {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 8px;
    color: rgb(102, 102, 102);
    transition: transform 0.3s ease;
  }
  #workflows .multi-cols .col h3 {
    flex: 1 1 auto;
  }
  #workflows .multi-cols .col .desc {
    flex: 1 0 100%;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: height 0.35s ease, margin-top 0.35s ease;
  }
  #workflows .multi-cols .col.active .accordion-chevron {
    transform: rotate(180deg);
    color: #00aae5;
  }
  #workflows .multi-cols .col.active h3 {
    color: #00aae5;
  }
  #workflows .multi-cols .col.active .desc {
    margin-top: 12px;
  }
}

#stats {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  position: relative;
  overflow: hidden;
}
#stats h2 {
  color: rgb(255, 255, 255);
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#stats .desc {
  text-align: center;
  color: rgb(255, 255, 255);
}
#stats .wrapper {
  position: relative;
  z-index: 1;
}
#stats .background-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../../../../uploads/2026/04/SPS-Logo-Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#stats .three-cols {
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  #stats .three-cols {
    margin-top: 40px;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  #stats .three-cols {
    margin-top: 30px;
  }
}
@media (max-width: 870px) {
  #stats .three-cols {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  #stats .three-cols {
    gap: 24px;
  }
}
#stats .three-cols .col {
  flex: 1 1 0;
  width: 100%;
  max-width: 340px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#stats .three-cols .col:nth-of-type(2) {
  max-width: 440px;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  #stats .three-cols .col:nth-of-type(2) {
    max-width: 360px;
    margin-right: 35px;
    margin-left: 35px;
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (max-width: 870px) {
  #stats .three-cols .col:nth-of-type(2) {
    max-width: 280px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
#stats .three-cols .col:nth-of-type(2) {
  position: relative;
}
#stats .three-cols .col:nth-of-type(2)::before, #stats .three-cols .col:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 110%;
  background: rgb(255, 255, 255);
}
@media (max-width: 870px) {
  #stats .three-cols .col:nth-of-type(2)::before, #stats .three-cols .col:nth-of-type(2)::after {
    display: none;
  }
}
#stats .three-cols .col:nth-of-type(2)::before {
  left: 0;
}
#stats .three-cols .col:nth-of-type(2)::after {
  right: 0;
}
@media (max-width: 1200px) {
  #stats .three-cols .col {
    max-width: 280px;
  }
}
#stats .three-cols .col .num {
  font-size: 80px;
  font-weight: 600;
  line-height: 107%;
  background: linear-gradient(87deg, #80d4f2 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  #stats .three-cols .col .num {
    font-size: 70px;
  }
}
@media (max-width: 870px) {
  #stats .three-cols .col .num {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #stats .three-cols .col .num {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  #stats .three-cols .col .num {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  #stats .three-cols .col .num {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  #stats .three-cols .col .num {
    font-size: 30px;
  }
}
#stats .three-cols .col .small {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
}
@media (max-width: 1200px) {
  #stats .three-cols .col .small br {
    display: none;
  }
}
@media (max-width: 870px) {
  #stats .three-cols .col .small {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #stats .three-cols .col .small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #stats .three-cols .col .small {
    font-size: 16px;
  }
}

#action .pre-heading {
  text-align: center;
  color: #00aae5;
}
#action h2 {
  text-align: center;
  margin-top: 20px !important;
}
#action .post-title {
  text-align: center;
  color: rgb(102, 102, 102);
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1024px) {
  #action .post-title br {
    display: none;
  }
  #action .post-title {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #action .post-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #action .post-title {
    font-size: 16px;
  }
}
#action .two-cols {
  align-items: stretch;
  gap: 50px;
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  #action .two-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #action .two-cols {
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #action .two-cols {
    gap: 20px;
    margin-top: 24px;
  }
}
#action .two-cols .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}
#action .two-cols .col h3 {
  margin-bottom: 25px !important;
}
@media (max-width: 1024px) {
  #action .two-cols .col h3 {
    text-align: center;
  }
}
#action .two-cols .text-wrap {
  width: 100%;
  max-width: 730px;
}
#action .two-cols .text-wrap .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 30px 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 0 20px 50px 0 rgba(13, 26, 38, 0.1);
  margin-bottom: 35px;
}
#action .two-cols .text-wrap .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #action .two-cols .text-wrap .row {
    gap: 16px;
    padding: 22px 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  #action .two-cols .text-wrap .row {
    gap: 0;
    padding: 14px 16px;
    margin-bottom: 12px;
    align-items: center;
    cursor: pointer;
  }
}
#action .two-cols .text-wrap .icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  background-color: #00aae5;
  border-radius: 10px;
}
#action .two-cols .text-wrap .icon-wrap svg {
  display: block;
  max-width: 28px;
  max-height: 28px;
}
@media (max-width: 768px) {
  #action .two-cols .text-wrap .icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
}
@media (max-width: 480px) {
  #action .two-cols .text-wrap .icon-wrap {
    display: none;
  }
}
@media (max-width: 480px) {
  #action .two-cols .text-wrap .row.active .accordion-chevron {
    transform: rotate(180deg);
    color: #00aae5;
  }
  #action .two-cols .text-wrap .row.active h4 {
    color: #00aae5;
  }
  #action .two-cols .text-wrap .row.active .desc {
    margin-top: 10px;
  }
}
#action .two-cols .text-wrap .text {
  min-width: 0;
  width: 100%;
}
#action .two-cols .text-wrap .text .accordion-header {
  display: contents;
}
#action .two-cols .text-wrap .text .accordion-chevron {
  display: none;
}
#action .two-cols .text-wrap .text h4 {
  margin-bottom: 8px !important;
}
@media (max-width: 480px) {
  #action .two-cols .text-wrap .text h4 {
    font-weight: 600 !important;
  }
}
#action .two-cols .text-wrap .text .desc {
  color: rgb(102, 102, 102);
}
@media (max-width: 480px) {
  #action .two-cols .text-wrap .text .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  #action .two-cols .text-wrap .text .accordion-chevron {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 8px;
    color: rgb(102, 102, 102);
    transition: transform 0.3s ease;
  }
  #action .two-cols .text-wrap .text h4 {
    margin-bottom: 0 !important;
  }
  #action .two-cols .text-wrap .text .desc {
    overflow: hidden;
    height: 0;
    margin-top: 0;
    transition: height 0.35s ease, margin-top 0.35s ease;
  }
}
#action .two-cols .video-wrap {
  width: 100%;
  max-width: 480px;
}
#action .two-cols .video-wrap video {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 1024px) {
  #action .two-cols .video-wrap video {
    flex: none;
    height: auto;
  }
}

#banner {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  #banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#banner .two-cols {
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  #banner .two-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #banner .two-cols {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  #banner .two-cols {
    gap: 12px;
  }
}
#banner .text-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  #banner .text-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
#banner .num {
  font-size: 134px;
  font-weight: 800;
  line-height: 107%;
  background: linear-gradient(87deg, #80d4f2 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #banner .num {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  #banner .num {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  #banner .num {
    font-size: 35px;
  }
}
#banner .desc {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  max-width: 540px;
  width: 100%;
}
@media (max-width: 1024px) {
  #banner .desc {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #banner .desc {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #banner .desc {
    font-size: 21px;
  }
}
#banner .small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1024px) {
  #banner .small {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #banner .small {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #banner .small {
    font-size: 14px;
  }
}

#benefits .wrapper {
  position: relative;
  z-index: 2;
  border-radius: 27px;
  background: linear-gradient(72deg, #1f282c 49.13%, #00719a 84.44%, #00ead0 107%), #1f282c;
  position: relative;
  overflow: hidden;
  padding: 65px 50px;
}
@media (max-width: 1024px) {
  #benefits .wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  #benefits .wrapper {
    padding: 28px 18px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  #benefits .wrapper {
    padding: 20px 14px;
    border-radius: 16px;
  }
}
#benefits .background-wrap {
  position: absolute;
  top: -6%;
  right: -4%;
  width: 86%;
  z-index: 1;
  pointer-events: none;
}
#benefits .background-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #benefits .background-wrap {
    top: -2%;
    right: -12%;
    width: 110%;
  }
}
@media (max-width: 768px) {
  #benefits .background-wrap {
    top: 0;
    right: -28%;
    width: 150%;
  }
}
@media (max-width: 480px) {
  #benefits .background-wrap {
    top: -8px;
    right: -42%;
    width: 190%;
  }
}
#benefits .pre-heading {
  text-align: center;
  color: #00aae5;
}
@media (max-width: 1024px) {
  #benefits .pre-heading {
    display: none;
  }
}
#benefits h2 {
  text-align: center;
  margin-top: 20px !important;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  #benefits h2 {
    display: none;
  }
}
#benefits .two-cols {
  position: relative;
  z-index: 2;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  #benefits .two-cols {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #benefits .two-cols {
    gap: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #benefits .two-cols {
    gap: 12px;
    margin-top: 0;
  }
}
#benefits .two-cols .col {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  min-width: 0;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #benefits .two-cols .col {
    padding: 20px 16px;
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  #benefits .two-cols .col {
    padding: 16px 14px;
    border-radius: 14px;
  }
}
#benefits .icon-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #benefits .icon-wrap {
    margin-bottom: 16px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  #benefits .icon-wrap {
    margin-bottom: 16px;
  }
}
#benefits .icon-wrap svg {
  display: block;
  flex-shrink: 0;
  width: 64px;
  height: auto;
  max-width: 64px;
}
@media (max-width: 768px) {
  #benefits .icon-wrap svg {
    width: 40px;
    max-width: 40px;
  }
}
@media (max-width: 480px) {
  #benefits .icon-wrap svg {
    width: 32px;
    max-width: 32px;
  }
}
#benefits .icon-wrap h3 {
  color: rgb(255, 255, 255);
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 108% !important;
  letter-spacing: 4.4px !important;
}
@media (max-width: 768px) {
  #benefits .icon-wrap h3 {
    font-size: 16px !important;
    letter-spacing: 2.8px !important;
  }
}
@media (max-width: 480px) {
  #benefits .icon-wrap h3 {
    font-size: 14px !important;
    letter-spacing: 2px !important;
  }
}
#benefits .rows-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
}
@media (max-width: 768px) {
  #benefits .rows-wrap {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  #benefits .rows-wrap {
    gap: 8px;
  }
}
#benefits .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 14px 20px;
  border-radius: 7px;
  border: 1px solid #637782;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
#benefits .row svg {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
@media (max-width: 768px) {
  #benefits .row svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  #benefits .row svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  #benefits .row {
    gap: 10px;
    padding: 10px 12px;
  }
}
@media (max-width: 480px) {
  #benefits .row {
    gap: 8px;
    padding: 8px 10px;
    font-size: 14px;
  }
}
#benefits .before-wrap {
  border: 2px solid white;
}
#benefits .before-wrap .accordion-header {
  display: flex;
  align-items: center;
  min-height: 83px;
  margin-bottom: 30px;
}
#benefits .before-wrap .accordion-header h3 {
  color: rgb(255, 255, 255);
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 108% !important;
  letter-spacing: 4.4px !important;
}
@media (max-width: 768px) {
  #benefits .before-wrap .accordion-header h3 {
    font-size: 16px !important;
    letter-spacing: 2.8px !important;
  }
}
@media (max-width: 480px) {
  #benefits .before-wrap .accordion-header h3 {
    font-size: 14px !important;
    letter-spacing: 2px !important;
  }
}
@media (max-width: 1024px) {
  #benefits .before-wrap .accordion-header {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  #benefits .before-wrap .accordion-header {
    margin-bottom: 16px;
  }
}
#benefits .before-wrap .accordion-chevron {
  display: none;
  flex-shrink: 0;
  width: 14px;
  height: 8px;
  margin-left: auto;
  color: rgb(255, 255, 255);
  transition: transform 0.3s ease;
}
#benefits .before-wrap .icon-wrap {
  width: 83px;
  height: 83px;
  margin-bottom: 0;
  padding: 12px;
  border-radius: 10px;
  background: rgba(217, 242, 251, 0.27);
}
#benefits .before-wrap .icon-wrap svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 768px) {
  #benefits .before-wrap .icon-wrap {
    width: 44px;
    height: 44px;
    padding: 7px;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  #benefits .before-wrap .icon-wrap {
    width: 36px;
    height: 36px;
    padding: 6px;
    border-radius: 7px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #benefits .before-wrap {
    cursor: pointer;
  }
  #benefits .before-wrap .accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
  }
  #benefits .before-wrap .accordion-header h3 {
    display: block;
  }
  #benefits .before-wrap .accordion-chevron {
    display: block;
  }
  #benefits .before-wrap .rows-wrap {
    flex: none;
    min-height: 0;
    height: 0;
    overflow: hidden;
    margin-top: 0;
    align-content: flex-start;
    transition: height 0.35s ease;
  }
  #benefits .before-wrap .rows-wrap .row {
    flex-shrink: 0;
  }
  #benefits .before-wrap.active .accordion-header {
    margin-bottom: 16px;
  }
  #benefits .before-wrap.active .accordion-chevron {
    transform: rotate(180deg);
  }
}
#benefits .after-wrap {
  border: 2px solid white;
}
#benefits .after-wrap .icon-wrap svg {
  width: 83px;
  height: 83px;
  min-width: 83px;
  min-height: 83px;
  max-width: 83px;
}
@media (max-width: 768px) {
  #benefits .after-wrap .icon-wrap svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
  }
}
@media (max-width: 480px) {
  #benefits .after-wrap .icon-wrap svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
  }
}
#benefits .after-wrap .row {
  color: rgb(255, 255, 255);
}

#testimonials .pre-heading {
  text-align: center;
  color: #00aae5;
}
#testimonials h2 {
  text-align: center;
  margin-top: 20px !important;
}
#testimonials .testimonials-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 55px;
}
@media (max-width: 1024px) {
  #testimonials .testimonials-wrap {
    gap: 70px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonials-wrap {
    gap: 70px;
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonials-wrap {
    gap: 25px;
  }
}
#testimonials .testimonials-viewport {
  width: 100%;
}
#testimonials .testimonials {
  display: grid;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  padding: 40px 8px;
  margin: -40px -8px;
}
#testimonials .testimonial {
  display: flex;
  grid-area: 1/1;
  padding: 0;
  background-color: transparent;
  text-align: left;
  color: #1f282c;
  justify-content: normal;
  gap: 100px;
  width: 100%;
  align-items: center;
  backface-visibility: hidden;
}
@media (max-width: 1024px) {
  #testimonials .testimonial {
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonial {
    gap: 20px;
  }
}
#testimonials .testimonial {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
#testimonials .testimonial.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
#testimonials .testimonial.is-leaving-up {
  opacity: 0;
  visibility: visible;
  transform: translate3d(0, -36px, 0);
  z-index: 1;
}
#testimonials .testimonial.is-leaving-down {
  opacity: 0;
  visibility: visible;
  transform: translate3d(0, 36px, 0);
  z-index: 1;
}
#testimonials .testimonial.is-prep-from-up {
  transition: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -36px, 0);
}
#testimonials .testimonial.is-prep-from-down {
  transition: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 36px, 0);
}
#testimonials .testimonial .img-wrap {
  max-width: 452px;
  width: 100%;
  flex: 1 1 0;
  border-radius: 16px;
  clip-path: inset(0 round 16px);
  transform: translateZ(0);
  isolation: isolate;
}
@media (max-width: 768px) {
  #testimonials .testimonial .img-wrap {
    display: none;
  }
}
#testimonials .testimonial .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonials .testimonial .text-wrap {
  max-width: 722px;
  padding-right: 0;
  width: 100%;
  flex: 1 1 0;
}
@media (max-width: 768px) {
  #testimonials .testimonial .text-wrap {
    max-width: 100%;
  }
}
#testimonials .testimonial .testimonial-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #testimonials .testimonial .testimonial-text {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonial .testimonial-text {
    text-align: center;
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonial .testimonial-text {
    font-size: 16px;
  }
}
#testimonials .testimonial .testimonial-name {
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #testimonials .testimonial .testimonial-name {
    text-align: center;
  }
}
#testimonials .testimonial .testimonial-title {
  margin-bottom: 0;
  color: rgb(102, 102, 102);
}
@media (max-width: 768px) {
  #testimonials .testimonial .testimonial-title {
    text-align: center;
  }
}
#testimonials .testimonial .testimonial-partner-link {
  display: none;
}
#testimonials .testimonial .testimonial-logo {
  display: none;
}
#testimonials .testimonial-controls {
  display: none;
}
#testimonials .slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  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;
}
#testimonials .slider-arrow:hover {
  background: #0279a5;
}
#testimonials .slider-arrow svg {
  width: 14px;
  height: 14px;
  display: block;
}
#testimonials .testimonial-tabs {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-top: none;
}
#testimonials .testimonial-tabs .tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 0;
  gap: 24px;
  min-width: 0;
  min-height: 0;
  padding: 0 20px 10px;
  margin: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
#testimonials .testimonial-tabs .tab .tab-progress {
  display: block;
  align-self: stretch;
  flex-shrink: 0;
  width: 100%;
  height: 3px;
  background-color: #d7e8f0;
  overflow: hidden;
  border-radius: 2px;
}
#testimonials .testimonial-tabs .tab .tab-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #f5a623 0%, #00aae5 100%);
  border-radius: 2px;
  transform-origin: left center;
}
#testimonials .testimonial-tabs .tab.active .tab-progress-fill.is-animating {
  animation: testimonial-tab-progress 10s linear forwards;
}
#testimonials .testimonial-tabs .tab svg,
#testimonials .testimonial-tabs .tab img {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 40px;
  max-height: 40px;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#testimonials .testimonial-tabs .tab:focus-visible {
  outline: 2px solid #00aae5;
  outline-offset: 4px;
}
@media (max-width: 1024px) {
  #testimonials .testimonial-tabs {
    flex-wrap: wrap;
    gap: 14px 0;
  }
  #testimonials .testimonial-tabs .tab {
    flex: 1 1 16%;
    gap: 10px;
    padding: 0 8px 6px;
  }
  #testimonials .testimonial-tabs .tab .tab-progress {
    height: 2px;
  }
  #testimonials .testimonial-tabs .tab svg,
  #testimonials .testimonial-tabs .tab img {
    height: 22px;
    max-height: 22px;
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonial-tabs {
    gap: 12px 0;
  }
  #testimonials .testimonial-tabs .tab {
    gap: 8px;
    padding: 0 6px 4px;
  }
  #testimonials .testimonial-tabs .tab svg,
  #testimonials .testimonial-tabs .tab img {
    height: 20px;
    max-height: 20px;
    max-width: 90px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonial-tabs .tab {
    flex: 1 1 70%;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonials-viewport {
    overflow: hidden;
    width: calc(100% + 20px);
    max-width: none;
    margin-right: -20px;
  }
  #testimonials .testimonials {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    overflow: visible;
    padding: 0;
    margin: 0;
    will-change: transform;
  }
  #testimonials .testimonial {
    flex: 0 0 calc(100% - 65px);
    width: calc(100% - 65px);
    max-width: calc(100% - 65px);
    grid-area: unset;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
    padding: 24px 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #c5dbe6;
    border-radius: 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
    z-index: 1;
  }
  #testimonials .testimonial.active, #testimonials .testimonial.is-leaving-up, #testimonials .testimonial.is-leaving-down, #testimonials .testimonial.is-prep-from-up, #testimonials .testimonial.is-prep-from-down {
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 1;
  }
  #testimonials .testimonial .text-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: 0;
  }
  #testimonials .testimonial .testimonial-text {
    text-align: left;
    margin-bottom: 16px;
  }
  #testimonials .testimonial .testimonial-name,
  #testimonials .testimonial .testimonial-title,
  #testimonials .testimonial .testimonial-partner-link {
    text-align: left;
  }
  #testimonials .testimonial .testimonial-name {
    margin-bottom: 2px;
  }
  #testimonials .testimonial .testimonial-title {
    margin-bottom: 12px;
    color: rgb(102, 102, 102);
  }
  #testimonials .testimonial .testimonial-partner-link {
    display: none;
  }
  #testimonials .testimonial .testimonial-logo {
    display: block;
    margin-top: auto;
    padding-top: 8px;
  }
  #testimonials .testimonial .testimonial-logo svg,
  #testimonials .testimonial .testimonial-logo img {
    display: block;
    width: auto;
    max-height: 20px;
    max-width: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #testimonials .testimonial-tabs {
    display: none;
  }
  #testimonials .testimonial-controls {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  #testimonials .testimonial-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  #testimonials .testimonial-progress {
    flex: 1 1 auto;
    min-width: 0;
    height: 3px;
    background-color: #d7e8f0;
    border-radius: 2px;
    overflow: hidden;
  }
  #testimonials .testimonial-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #f5a623 0%, #00aae5 100%);
    border-radius: 2px;
    transform-origin: left center;
  }
  #testimonials .testimonial-progress-fill.is-animating {
    animation: testimonial-tab-progress 10s linear forwards;
  }
}

@keyframes testimonial-tab-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  #testimonials .testimonial {
    transition: none;
  }
  #testimonials .testimonial-tabs .tab.active .tab-progress-fill.is-animating,
  #testimonials .testimonial-progress-fill.is-animating {
    animation: none;
    width: 100%;
  }
}
#cta {
  background: linear-gradient(72deg, #1f282c 49.13%, #00719a 84.44%, #00ead0 107%), #1f282c;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  #cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  #cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cta .wrapper {
  position: relative;
  z-index: 2;
}
#cta h2 {
  color: rgb(255, 255, 255);
  text-align: center;
}
#cta h2 span {
  background: linear-gradient(90deg, #80d4f2 32.21%, #00ead0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
#cta h2 {
  font-size: 80px !important;
}
@media (max-width: 1024px) {
  #cta h2 {
    font-size: 60px !important;
  }
}
@media (max-width: 768px) {
  #cta h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  #cta h2 {
    font-size: 30px !important;
  }
}
#cta .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  #cta .desc {
    font-size: 23px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #cta .desc {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #cta .desc {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
#cta .global-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#cta .background-wrap {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  transform: translateX(-50%);
}
#cta .background-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #cta .background-wrap {
    width: 140%;
    bottom: -28px;
  }
}
@media (max-width: 768px) {
  #cta .background-wrap {
    width: 180%;
    bottom: -8px;
  }
}
@media (max-width: 480px) {
  #cta .background-wrap {
    width: 230%;
    bottom: 0;
  }
}

#faq h2 {
  text-align: center;
}
#faq .faq-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  #faq .faq-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #faq .faq-wrap {
    margin-top: 24px;
  }
}
#faq .faq-question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  position: relative;
}
#faq .faq-chevron {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 8px;
  width: 14px;
  height: 8px;
  color: rgb(102, 102, 102);
  transition: transform 0.3s ease, color 0.3s ease;
}
#faq .question,
#faq .answer {
  margin: 0;
  padding: 0;
  text-align: left;
}
#faq .question {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  flex: 1;
  min-width: 0;
  color: #1f282c;
  transition: color 0.3s ease;
  padding-right: 35px !important;
}
@media (max-width: 768px) {
  #faq .question {
    font-size: 21px !important;
  }
}
@media (max-width: 480px) {
  #faq .question {
    font-size: 19px !important;
  }
}
#faq .answer {
  display: block;
  overflow: hidden;
  height: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: #1f282c;
  margin-top: 0;
  padding-right: 30px;
  transition: height 0.35s ease, margin-top 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  #faq .answer {
    transition: none;
  }
}
@media (max-width: 768px) {
  #faq .answer {
    font-size: 18px;
    padding-right: 24px;
  }
}
@media (max-width: 480px) {
  #faq .answer {
    font-size: 16px;
    padding-right: 20px;
  }
}
#faq .row {
  box-sizing: border-box;
  padding: 32px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}
@media (max-width: 768px) {
  #faq .row {
    padding: 16px 18px;
  }
}
@media (max-width: 480px) {
  #faq .row {
    padding: 12px 14px;
  }
}
#faq .row:hover .question,
#faq .row:hover .faq-chevron {
  color: #00aae5;
}
#faq .row.active {
  border-color: #d9d9d9;
  background-color: rgb(255, 255, 255);
}
#faq .row.active .question,
#faq .row.active .faq-chevron {
  color: #00aae5;
}
#faq .row.active .faq-chevron {
  transform: rotate(180deg);
}/*# sourceMappingURL=main.css.map */