@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;
}

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;
}
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: 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: #000000;
}
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;
  }
}
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;
}

#header.aw-header .wrapper .row .content-wrap .search-wrap input {
  max-width: 134px !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;
}

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 .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;
  font-size: 12px;
  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 .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 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 {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
}
#hero .two-cols {
  gap: 40px;
}
@media (max-width: 1024px) {
  #hero .two-cols {
    flex-direction: column;
    gap: 0;
  }
}
#hero .two-cols .col {
  width: 50%;
}
@media (max-width: 1024px) {
  #hero .two-cols .col {
    width: 100%;
    max-width: 650px;
  }
}
#hero .two-cols .col.text-wrap h1 {
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap h1 {
    text-align: center;
  }
}
#hero .two-cols .col.text-wrap .pre-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 108%;
  text-transform: uppercase;
  letter-spacing: 4.4px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .pre-heading {
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .pre-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .pre-heading {
    font-size: 19px;
  }
}
@media (max-width: 440px) {
  #hero .two-cols .col.text-wrap .pre-heading {
    font-size: 18px;
  }
}
#hero .two-cols .col.text-wrap .post-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .post-heading {
    text-align: center;
  }
}
@media (max-width: 800px) {
  #hero .two-cols .col.text-wrap .post-heading {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .post-heading {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .post-heading {
    font-size: 16px;
  }
}
#hero .two-cols .col.text-wrap .btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap .btn-wrap {
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 510px) {
  #hero .two-cols .col.text-wrap .btn-wrap {
    flex-direction: column;
  }
}
#hero .two-cols .col.img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  height: 468px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.img-wrap {
    display: none;
  }
}
#hero .two-cols .col.img-wrap img {
  width: 100%;
  height: auto;
}
#hero .two-cols .col.img-wrap img.leader-img {
  position: absolute;
  max-width: 400px;
  top: -10%;
  right: 10%;
  border-radius: 100%;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px) {
  #hero .two-cols .col.img-wrap img.leader-img {
    max-width: 300px;
  }
}
#hero .two-cols .col.img-wrap .svg-wrap {
  position: absolute;
  width: 65px;
  height: 68px;
  border: 2px solid rgb(0, 79, 108);
  background: linear-gradient(135deg, #0079a5 0%, #1f282c 100%);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#hero .two-cols .col.img-wrap .svg-wrap::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -11px;
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background: rgb(0, 121, 165);
  border: 2px solid rgb(0, 79, 108);
}
#hero .two-cols .col.img-wrap .svg-wrap::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -6px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid rgb(0, 79, 108);
  border-radius: 100%;
}
@media (max-width: 1250px) {
  #hero .two-cols .col.img-wrap .svg-wrap {
    width: 60px;
    height: 60px;
  }
}
#hero .two-cols .col.img-wrap .svg-wrap:nth-of-type(1) {
  bottom: 52%;
  left: 20%;
}
#hero .two-cols .col.img-wrap .svg-wrap:nth-of-type(2) {
  bottom: 33%;
  left: 7%;
}
#hero .two-cols .col.img-wrap .svg-wrap:nth-of-type(3) {
  bottom: 22%;
  left: 3%;
}
#hero .two-cols .col.img-wrap .svg-wrap:nth-of-type(4) {
  bottom: 27%;
  left: 20%;
}
#hero .two-cols .col.img-wrap .svg-wrap:nth-of-type(5) {
  bottom: 18%;
  left: 26%;
}
#hero .two-cols .col.img-wrap .svg-wrap:nth-of-type(6) {
  bottom: 3%;
  left: 15%;
}

#stats {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  position: relative;
  overflow: hidden;
}
#stats .three-cols {
  align-items: stretch;
  gap: 0;
  margin: 0 auto !important;
}
@media (max-width: 1024px) {
  #stats .three-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 250px));
    gap: 40px;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #stats .three-cols {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #stats .three-cols {
    gap: 25px;
    grid-template-columns: repeat(1, minmax(0, 250px));
  }
}
#stats .three-cols .col {
  max-width: 340px;
  min-width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1500px) {
  #stats .three-cols .col {
    min-width: unset;
  }
}
#stats .three-cols .col:nth-of-type(2) {
  margin-right: 40px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  #stats .three-cols .col:nth-of-type(2) {
    margin-right: 30px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  #stats .three-cols .col:nth-of-type(2) {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-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: 100%;
  background: rgb(255, 255, 255);
  top: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  #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;
}
#stats .three-cols .col:nth-of-type(3) {
  margin-right: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  #stats .three-cols .col:nth-of-type(3) {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  #stats .three-cols .col:nth-of-type(3) {
    margin-right: 0;
    padding-right: 0;
  }
}
#stats .three-cols .col:nth-of-type(3) {
  position: relative;
}
#stats .three-cols .col:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #stats .three-cols .col:nth-of-type(3)::after {
    display: none;
  }
}
#stats .three-cols .col:nth-of-type(3)::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: 1500px) {
  #stats .three-cols .col .num {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  #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: 1024px) {
  #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;
  }
}

#testimonials {
  background: #d9f2fb;
}
#testimonials h2.centered {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  #testimonials h2.centered {
    margin-bottom: 32px;
  }
}
#testimonials .testimonials-slider {
  position: relative;
  max-width: 1285px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 768px) {
  #testimonials .testimonials-slider {
    padding: 0 34px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonials-slider {
    padding: 0 10px;
  }
}
#testimonials .testimonials-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 49px;
  height: 49px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #00aae5;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}
#testimonials .testimonials-slider-btn svg {
  display: block;
}
#testimonials .testimonials-slider-btn:hover {
  background: #0279a5;
}
#testimonials .testimonials-slider-btn--prev {
  left: 0;
}
#testimonials .testimonials-slider-btn--next {
  right: 0;
}
@media (max-width: 768px) {
  #testimonials .testimonials-slider-btn {
    width: 33px;
    height: 33px;
  }
  #testimonials .testimonials-slider-btn svg {
    width: 15px;
    height: 15px;
  }
}
#testimonials .slider-viewport {
  overflow: hidden;
  width: 100%;
}
#testimonials .slider-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  will-change: transform;
}
#testimonials .slide {
  flex: 0 0 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 12px;
}
@media (max-width: 768px) {
  #testimonials .slide {
    padding: 0 6px;
  }
}
#testimonials .slide .testimonial-card {
  padding: 40px 80px;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  box-shadow: 0 15px 20px 1px rgba(0, 170, 229, 0.1);
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #testimonials .slide .testimonial-card {
    padding: 32px 48px;
  }
}
@media (max-width: 768px) {
  #testimonials .slide .testimonial-card {
    padding: 28px 24px;
    border-radius: 20px;
  }
}
#testimonials .slide .testimonial-card .testimonial-card-text {
  font-size: 60px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  #testimonials .slide .testimonial-card .testimonial-card-text {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  #testimonials .slide .testimonial-card .testimonial-card-text {
    font-size: 40px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #testimonials .slide .testimonial-card .testimonial-card-text {
    font-size: 20px !important;
  }
}
@media (max-width: 440px) {
  #testimonials .slide .testimonial-card .testimonial-card-text {
    font-size: 18px !important;
  }
}
#testimonials .slide .testimonial-card .testimonial-card-bottom-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 878px) {
  #testimonials .slide .testimonial-card .testimonial-card-bottom-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
#testimonials .slide .testimonial-card .testimonial-card-bottom-info .testimonial-card-bottom-text {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
  color: #1f282c;
  max-width: 600px;
}
@media (max-width: 1024px) {
  #testimonials .slide .testimonial-card .testimonial-card-bottom-info .testimonial-card-bottom-text {
    font-size: 23px !important;
  }
}
@media (max-width: 768px) {
  #testimonials .slide .testimonial-card .testimonial-card-bottom-info .testimonial-card-bottom-text {
    font-size: 20px !important;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #testimonials .slide .testimonial-card .testimonial-card-bottom-info .testimonial-card-bottom-text {
    font-size: 18px !important;
  }
}
@media (max-width: 440px) {
  #testimonials .slide .testimonial-card .testimonial-card-bottom-info .testimonial-card-bottom-text {
    font-size: 16px !important;
  }
}
#testimonials .slide .testimonial-card .testimonial-card-bottom-info .ghost-btn {
  color: #00aae5;
  min-width: unset;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#testimonials .slide .testimonial-card .testimonial-card-bottom-info .ghost-btn:hover {
  color: rgb(255, 255, 255);
}

#faq {
  background-color: rgb(255, 255, 255);
}
#faq .faq-question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
#faq .faq-chevron {
  cursor: pointer;
  flex-shrink: 0;
  color: #000000;
  transition: transform 0.3s ease, color 0.3s ease;
}
#faq .question {
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #000000;
}
@media (max-width: 768px) {
  #faq .question {
    font-size: 18px !important;
  }
}
#faq .answer {
  text-align: left;
  display: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: #000000;
  margin-top: 15px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  #faq .answer {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #faq .answer {
    font-size: 16px !important;
  }
}
#faq .answer a {
  color: #00aae5;
  text-decoration: underline;
}
#faq .answer a:hover {
  text-decoration: none;
}
#faq .faq-wrap .row {
  border-bottom: 2px solid #000000;
  transition: border-color 0.6s ease;
  padding: 30px;
}
@media (max-width: 768px) {
  #faq .faq-wrap .row {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #faq .faq-wrap .row {
    padding: 15px;
  }
}
#faq .faq-wrap .row:hover .question {
  color: #00aae5;
}
#faq .faq-wrap .row:hover .faq-chevron {
  color: #00aae5;
}
#faq .faq-wrap .row .answer {
  transition: color 0.3s ease;
  display: none;
}
#faq .faq-wrap .row .question {
  cursor: pointer;
  transition: color 0.3s ease;
}
#faq .faq-wrap .row.active {
  border-color: #00aae5;
}
#faq .faq-wrap .row.active .answer {
  display: block;
}
#faq .faq-wrap .row.active .question {
  color: #00aae5;
}
#faq .faq-wrap .row.active .faq-chevron {
  color: #00aae5;
  transform: rotate(180deg);
}

#resources {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #resources h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #resources h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  #resources h2 {
    margin-bottom: 25px !important;
  }
}
#resources .two-cols {
  gap: 40px;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #resources .two-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#resources .two-cols .col.featured {
  max-width: 820px;
}
#resources .two-cols .col.featured .content-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  overflow: hidden;
}
#resources .two-cols .col.featured h3 {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured h3 {
    font-size: 21px !important;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.featured h3 {
    font-size: 19px !important;
  }
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured h4 {
    text-align: center;
  }
}
#resources .two-cols .col.featured .featured-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 35px;
  color: #000000;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured .featured-description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured .featured-description {
    margin-bottom: 20px !important;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.featured .featured-description {
    margin-bottom: 15px !important;
    font-size: 16px;
  }
}
#resources .two-cols .col.featured .text-wrap {
  padding: 30px;
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured .text-wrap {
    padding: 20px;
  }
}
#resources .two-cols .col.featured .text-wrap .ghost-btn {
  color: #00aae5;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.featured .text-wrap .ghost-btn {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.featured .text-wrap .ghost-btn {
    height: 44px;
  }
}
#resources .two-cols .col.featured .text-wrap .ghost-btn:hover {
  color: rgb(255, 255, 255);
}
#resources .two-cols .col.spotlight {
  max-width: 575px;
}
#resources .two-cols .col.spotlight .tab {
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
#resources .two-cols .col.spotlight .tab:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab {
    gap: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab {
    gap: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#resources .two-cols .col.spotlight .tab .icon-wrap {
  width: 82px;
  height: 82px;
  min-width: 82px;
  min-height: 82px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #d9f2fb;
  border-radius: 9px;
}
#resources .two-cols .col.spotlight .tab .icon-wrap svg {
  max-width: 45px;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab .icon-wrap {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab .icon-wrap {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab .icon-wrap {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab h4 {
    text-align: center;
  }
}
#resources .two-cols .col.spotlight .tab .tab-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab .tab-description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab .tab-description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab .tab-description {
    font-size: 16px;
  }
}
#resources .two-cols .col.spotlight .tab .default-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: #00aae5;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  #resources .two-cols .col.spotlight .tab .default-link {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #resources .two-cols .col.spotlight .tab .default-link {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #resources .two-cols .col.spotlight .tab .default-link {
    font-size: 16px;
  }
}
#resources .two-cols .col.spotlight .tab .default-link:hover {
  color: #0279a5;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #resources .two-cols .col {
    width: 100%;
    max-width: 650px !important;
  }
}

#cta {
  background-color: #00aae5;
}
#cta h2 {
  color: rgb(255, 255, 255);
}
#cta h2:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  #cta h2:last-child {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 1300px) {
  #cta h2 {
    max-width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #cta h2 br {
    display: none;
  }
}
@media (max-width: 480px) {
  #cta h2 {
    margin-bottom: 25px !important;
  }
}
#cta .two-cols {
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1300px) {
  #cta .two-cols {
    flex-direction: column !important;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  #cta .two-cols {
    gap: 0;
  }
}
#cta .col {
  max-width: 50%;
}
@media (max-width: 1300px) {
  #cta .col {
    max-width: 100%;
  }
}
#cta .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  #cta .desc {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cta .desc {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #cta .desc {
    font-size: 16px;
  }
}
#cta .global-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 480px) {
  #cta .global-btn {
    font-size: 14px;
  }
}
#cta .btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
}
#cta .btn-wrap .ghost-btn {
  border-color: rgb(255, 255, 255);
}
#cta .btn-wrap .ghost-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
}
@media (max-width: 1024px) {
  #cta .btn-wrap {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
}

#solutions .wrapper {
  max-width: 1535px !important;
}
#solutions .tab-content {
  display: block;
}
#solutions .desc {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 800px) {
  #solutions .desc {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #solutions .desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #solutions .desc {
    font-size: 17px;
  }
}
#solutions .tabs-wrap {
  width: 100%;
  max-width: 1535px;
  margin: 60px auto 0 auto;
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  border-radius: 30px;
  padding: 80px 50px;
  overflow: visible;
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap {
    padding: 40px;
    margin: 40px auto 0 auto;
    border-radius: 12px;
  }
}
@media (max-width: 1024px) {
  #solutions .tabs-wrap {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  #solutions .tabs-wrap {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #solutions .tabs-wrap {
    padding: 15px;
  }
}
#solutions .tabs-wrap h3 {
  color: rgb(255, 255, 255);
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap h3 {
    display: none;
  }
}
#solutions .tabs-wrap p,
#solutions .tabs-wrap a,
#solutions .tabs-wrap li {
  color: rgb(255, 255, 255);
}
#solutions .tabs-wrap .two-cols {
  align-items: stretch;
  -moz-column-gap: clamp(20px, 3vw, 40px);
       column-gap: clamp(20px, 3vw, 40px);
}
#solutions .tabs-wrap .two-cols .col {
  width: 100%;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col {
  max-width: 445px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc-text .tab-desc-chevron {
  display: none;
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap .two-cols .col.tab-desc-col {
    max-width: 100%;
  }
  #solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }
  #solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc-text-copy {
    flex: 1;
    min-width: 0;
  }
  #solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc-text .tab-desc-chevron {
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 8px;
    color: rgba(255, 255, 255, 0.95);
    transition: transform 0.3s ease, color 0.3s ease;
  }
  #solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active .tab-desc-text .tab-desc-chevron {
    transform: rotate(180deg);
  }
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc {
  overflow: visible;
  border-radius: 15px;
  border: 1px solid rgb(255, 255, 255);
  padding: 30px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc {
    padding: 20px;
  }
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc .tab-desc-text {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active {
  position: relative;
  border: 3px solid transparent;
  border-radius: 12px;
  background: transparent;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(90deg, #ff6b1a 30%, #62c5ab 68%, #2ca9e1 89%);
  -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;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active {
  font-weight: 500;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #2ca9e1;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active::after {
    display: none;
  }
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active .tab-desc-text {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
#solutions .tabs-wrap .two-cols .col.tab-desc-col .tab-desc.active {
  color: white;
}
#solutions .tabs-wrap .two-cols .col.tab-content-col {
  max-width: 860px;
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#solutions .tabs-wrap .two-cols .col.tab-content-col .tab-content-panels {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: 0;
  width: 100%;
}
#solutions .tabs-wrap .two-cols .col.tab-content-col .tab-content-panels > .tab-content {
  grid-area: 1/1;
  align-self: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.35s ease, visibility 0.35s step-end;
}
#solutions .tabs-wrap .two-cols .col.tab-content-col .tab-content-panels > .tab-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  transition: opacity 0.35s ease, visibility 0s step-start;
}
#solutions .tabs-wrap .tab-content {
  position: relative;
  border: 3px solid transparent;
  border-radius: 12px;
  background: transparent;
}
#solutions .tabs-wrap .tab-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(90deg, #ff6b1a 30%, #62c5ab 68%, #2ca9e1 89%);
  -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;
}
#solutions .tabs-wrap .tab-content {
  padding: 30px;
}
#solutions .tabs-wrap .tab-content > * {
  position: relative;
  z-index: 1;
}
#solutions .tabs-wrap .tab-content .tab-content-text-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#solutions .tabs-wrap .tab-content .tab-content-text-container svg {
  width: 100%;
  max-width: 60px;
  height: 75px;
}
@media (max-width: 1165px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container svg {
    max-width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container svg {
    max-width: 40px;
    height: 40px;
  }
}
@media (max-width: 1165px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container {
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container {
    flex-direction: column;
  }
}
#solutions .tabs-wrap .tab-content .tab-content-text-container .tab-content-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1024px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container .tab-content-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container .tab-content-text {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #solutions .tabs-wrap .tab-content .tab-content-text-container .tab-content-text {
    font-size: 16px;
  }
}
#solutions .tabs-wrap .tab-content .tab-content-stats-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 0;
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container {
    flex-direction: row !important;
  }
}
#solutions .tabs-wrap .tab-content .tab-content-stats-container .col {
  width: 100%;
  max-width: 300px;
}
#solutions .tabs-wrap .tab-content .tab-content-stats-container .col:nth-of-type(2) {
  margin-left: 40px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col:nth-of-type(2) {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col:nth-of-type(2) {
    margin-left: 20px;
    padding-left: 20px;
  }
}
#solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-text {
  background: linear-gradient(87deg, #80d4f2 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  font-weight: 600;
  line-height: 107%;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-text {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-text {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-text {
    font-size: 20px;
  }
}
#solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1024px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-label {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-label {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #solutions .tabs-wrap .tab-content .tab-content-stats-container .col .tab-content-stats-label {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap.solutions-tabs--accordion .two-cols {
    flex-direction: column;
    align-items: stretch;
    row-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .tab-content-col {
    display: none;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .tab-desc-col {
    max-width: none;
    flex-shrink: 1;
    width: 100%;
    gap: 16px;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .tab-desc.active::after {
    display: none;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item {
    border-radius: 12px;
    border: 3px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    background: transparent;
    overflow: hidden;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item:has(.tab-desc.active) {
    box-shadow: none;
    position: relative;
    border: 3px solid transparent;
    border-radius: 12px;
    background: transparent;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item:has(.tab-desc.active)::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 3px;
    background: linear-gradient(90deg, #ff6b1a 30%, #62c5ab 68%, #2ca9e1 89%);
    -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;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-desc {
    border: none !important;
    border-radius: 0 !important;
    margin: 0;
    width: 100%;
    padding: 24px 30px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-desc {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-desc.active::before, #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-desc.active::after {
    display: none !important;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-content {
    margin: 0 !important;
    padding: 0 30px 28px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent;
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-content {
    padding: 0 20px 20px !important;
  }
}
@media (max-width: 1200px) {
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-content::before {
    display: none !important;
  }
  #solutions .tabs-wrap.solutions-tabs--accordion .solutions-item .tab-content .tab-content-text-container {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 22px;
    margin-top: 0;
    margin-bottom: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #solutions .tabs-wrap .tab-content-panels > .tab-content {
    transition-duration: 0.12s;
  }
  #solutions .tabs-wrap .tab-desc-text .tab-desc-chevron {
    transition-duration: 0.12s;
  }
}

@media (max-width: 1024px) {
  #services h2 {
    text-align: center;
  }
}
#services .services-table-wrap {
  position: relative;
}
#services .services-table-wrap::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3333333333%;
  width: 33.3333333333%;
  border-radius: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 2;
}
#services .services-highlight-rail {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3333333333%;
  width: 33.3333333333%;
  padding: 3px;
  border-radius: 15px;
  background: linear-gradient(to top right, #ff6b1a 0%, #ff7a3d 14%, #62c5ab 36%, #7dd3fc 58%, #91dbfa 80%, #00aae5 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;
  z-index: 3;
  pointer-events: none;
}
#services table.services-comparison-table {
  position: relative;
  z-index: 1;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
#services table.services-comparison-table .services-compare-label {
  display: none;
}
#services table.services-comparison-table .services-compare-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
#services table.services-comparison-table tr th {
  border-bottom: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  width: 33.333%;
  padding: 40px 0;
}
#services table.services-comparison-table tr th h2,
#services table.services-comparison-table tr th h3 {
  margin-bottom: 0 !important;
}
#services table.services-comparison-table tr th:first-of-type {
  text-align: left;
  padding-right: 60px;
}
#services table.services-comparison-table tr th.services-th-brand svg {
  width: 100%;
  max-width: 275px;
}
#services table.services-comparison-table tr td {
  border-bottom: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  width: 33.333%;
  padding: 50px 0;
}
#services table.services-comparison-table tr td.services-td-copy {
  text-align: left;
  padding-right: 20px;
}
#services table.services-comparison-table tr td h3 {
  margin-bottom: 15px !important;
}
#services table.services-comparison-table tr td span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 10px;
}
#services table.services-comparison-table tr td .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 0;
}
#services table.services-comparison-table tr:last-child td {
  border-bottom: none;
}
#services .services-table-wrap.is-stacked::after {
  display: none;
}
#services .services-table-wrap.is-stacked .services-highlight-rail {
  display: none;
}
#services .services-table-wrap.is-stacked table.services-comparison-table {
  display: block;
  width: 100%;
  table-layout: auto;
}
@media (max-width: 1024px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-head-row {
  display: block;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-head-row th.services-th-brand,
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-head-row th.services-th-alt {
  display: none;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-head-row th.services-th-title {
  display: block;
  width: 100%;
  padding: 0 0 28px;
  text-align: left;
  border-bottom: none;
  vertical-align: top;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-head-row th.services-th-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row {
    flex-direction: column;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  box-shadow: none;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td {
  border: none;
  display: block;
  width: auto;
  padding: 0;
  vertical-align: top;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy {
  flex: 1 1 100%;
  text-align: left;
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy span {
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 8px;
  color: #000000;
  text-transform: none;
}
@media (max-width: 380px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy span {
    text-align: center;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px !important;
  color: #000000;
}
@media (max-width: 380px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy h3 {
    text-align: center;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  max-width: none;
}
@media (max-width: 380px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-copy .desc {
    text-align: center;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-sps, #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-alt {
  min-width: 0;
  align-self: stretch;
}
@media (max-width: 380px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-sps, #services .services-table-wrap.is-stacked table.services-comparison-table tr.services-body-row td.services-td-alt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-label {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-label {
    font-size: 16px;
  }
}
#services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-cell {
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
  max-width: 200px;
}
#services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-cell--sps {
  flex-direction: column;
  justify-content: center;
  padding: 20px 14px 18px;
  border-radius: 14px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to top right, #ff6b1a 0%, #ff7a3d 14%, #62c5ab 36%, #7dd3fc 58%, #91dbfa 80%, #00aae5 100%) border-box;
}
#services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-cell--sps .services-compare-icon svg {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
#services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-cell--alt {
  flex-direction: column;
  justify-content: center;
  padding: 20px 8px 18px;
  width: 100%;
  max-width: 250px;
}
#services .services-table-wrap.is-stacked table.services-comparison-table .services-compare-cell--alt .services-compare-icon svg {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}/*# sourceMappingURL=main.css.map */