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

#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: 800px;
}
#resources .two-cols .col.featured img {
  width: 100%;
}
#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);
  margin-bottom: 0 !important;
}
@media (max-width: 1300px) {
  #cta h2 br {
    display: none;
  }
  #cta h2 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@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: 1024px) {
  #cta .desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cta .desc {
    font-size: 18px;
  }
}
@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;
  }
}

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

#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 55s 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;
}
#partners .two-cols {
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  #partners .two-cols {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
#partners .two-cols .col.heading {
  width: 100%;
  max-width: 400px;
}
#partners .two-cols .col.heading h2 {
  margin-bottom: 0 !important;
}
@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 {
  flex-shrink: 0;
}
#partners .two-cols .partner svg {
  width: 96px;
  height: auto;
  max-height: 90px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #partners .two-cols .partner svg {
    width: 96px;
    max-width: 96px;
  }
}

@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;
  }
}
#scenarios {
  background-color: #d9f2fb;
}
@media (max-width: 1024px) {
  #scenarios h2 {
    text-align: center;
  }
}
#scenarios .three-cols {
  margin-top: 60px;
  margin-bottom: 0;
}
#scenarios .three-cols .col {
  flex: 1;
  min-width: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  #scenarios .three-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #scenarios .three-cols .col {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #scenarios .three-cols {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #scenarios .three-cols {
    font-size: 16px;
  }
}
#scenarios .three-cols img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 35px;
  max-height: 217px;
  min-height: 217px;
}
@media (max-width: 1024px) {
  #scenarios .three-cols img {
    max-height: unset;
    min-height: unset;
    -o-object-fit: unset;
       object-fit: unset;
    aspect-ratio: unset;
  }
}
#scenarios .three-cols h3 {
  min-height: 80px;
}
@media (max-width: 1024px) {
  #scenarios .three-cols h3 {
    min-height: unset;
  }
}
#scenarios .three-cols .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 768px) {
  #scenarios .three-cols .desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #scenarios .three-cols .desc {
    font-size: 16px;
  }
}

@property --journey-border-progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
#customer-journey {
  background: linear-gradient(95deg, #1f282c -2.84%, #0079a5 88.83%, #00ead0 129.57%);
  overflow: visible;
}
#customer-journey h2 {
  background: linear-gradient(87deg, var(--Light-Blue, #80d4f2) 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1220px) {
  #customer-journey h2 {
    text-align: center;
  }
}
#customer-journey .desc {
  font-size: 31px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
#customer-journey .desc i {
  font-style: italic;
}
@media (max-width: 1220px) {
  #customer-journey .desc {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #customer-journey .desc {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #customer-journey .desc {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #customer-journey .desc {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#customer-journey .text-wrap:not(.col.text-wrap) {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 1220px) {
  #customer-journey .text-wrap:not(.col.text-wrap) {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  #customer-journey .text-wrap:not(.col.text-wrap) {
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #customer-journey .text-wrap:not(.col.text-wrap) {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  #customer-journey .text-wrap:not(.col.text-wrap) {
    gap: 10px;
  }
}
#customer-journey .customer-type,
#customer-journey .customer-annual-revenue {
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
  background: linear-gradient(87deg, var(--Light-Blue, #80d4f2) 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}
@media (max-width: 1220px) {
  #customer-journey .customer-type,
  #customer-journey .customer-annual-revenue {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #customer-journey .customer-type,
  #customer-journey .customer-annual-revenue {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #customer-journey .customer-type,
  #customer-journey .customer-annual-revenue {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #customer-journey .customer-type,
  #customer-journey .customer-annual-revenue {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#customer-journey .small {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
@media (max-width: 1220px) {
  #customer-journey .small {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #customer-journey .small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #customer-journey .small {
    font-size: 16px;
  }
}
#customer-journey .logo-holder {
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 240px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1220px) {
  #customer-journey .logo-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  #customer-journey .logo-holder {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  #customer-journey .logo-holder {
    max-width: 150px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  #customer-journey .logo-holder {
    max-width: 130px;
    padding: 0 10px;
  }
}
#customer-journey .two-cols {
  align-items: center;
  gap: 40px;
}
@media (max-width: 1220px) {
  #customer-journey .two-cols {
    flex-direction: column;
    justify-content: center;
  }
}
#customer-journey .two-cols .col {
  width: 100%;
}
#customer-journey .two-cols .col.text-wrap {
  max-width: 700px;
}
@media (max-width: 1380px) {
  #customer-journey .two-cols .col.text-wrap {
    max-width: 500px;
  }
}
@media (max-width: 1220px) {
  #customer-journey .two-cols .col.text-wrap {
    max-width: 800px;
  }
}
#customer-journey .two-cols .col.slider-wrap {
  max-width: none;
  overflow: visible;
}
@media (max-width: 1220px) {
  #customer-journey .two-cols .col.slider-wrap {
    max-width: 500px;
  }
}
#customer-journey .journey-year-timeline {
  position: relative;
  width: 100%;
  min-height: 72px;
}
#customer-journey .journey-year-timeline.is-scrubbing .journey-year-timeline__item {
  transition: none !important;
}
#customer-journey .journey-year-timeline__line {
  position: absolute;
  top: calc(50% + 14px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(0, 170, 229, 0) 0%, rgba(0, 170, 229, 0.65) 18%, rgba(0, 170, 229, 0.95) 50%, rgba(0, 170, 229, 0.65) 82%, rgba(0, 170, 229, 0) 100%);
  pointer-events: none;
}
#customer-journey .journey-year-timeline__track {
  position: relative;
  width: 100%;
  min-height: 72px;
}
#customer-journey .journey-year-timeline__item {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
  cursor: default;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
#customer-journey .journey-year-timeline__item.is-prev, #customer-journey .journey-year-timeline__item.is-next {
  pointer-events: auto;
  cursor: pointer;
}
#customer-journey .journey-year-timeline__item.is-prev {
  transform: translate(calc(-50% - 140px), -50%);
}
@media (max-width: 768px) {
  #customer-journey .journey-year-timeline__item.is-prev {
    transform: translate(calc(-50% - 110px), -50%);
  }
}
@media (max-width: 480px) {
  #customer-journey .journey-year-timeline__item.is-prev {
    transform: translate(calc(-50% - 85px), -50%);
  }
}
#customer-journey .journey-year-timeline__item.is-next {
  transform: translate(calc(-50% + 140px), -50%);
}
@media (max-width: 768px) {
  #customer-journey .journey-year-timeline__item.is-next {
    transform: translate(calc(-50% + 110px), -50%);
  }
}
@media (max-width: 480px) {
  #customer-journey .journey-year-timeline__item.is-next {
    transform: translate(calc(-50% + 85px), -50%);
  }
}
#customer-journey .journey-year-timeline__item.is-active {
  transform: translate(-50%, -50%);
  z-index: 2;
}
#customer-journey .journey-year-timeline__item.is-active .journey-year-timeline__dot {
  background: rgb(250, 100, 35);
  width: 15px;
  height: 15px;
}
#customer-journey .journey-year-timeline__item.is-hidden {
  transform: translate(-50%, -50%) scale(0.65);
  opacity: 0;
  z-index: 0;
}
#customer-journey .journey-year-timeline__year {
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  transition: color 0.55s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active #customer-journey .journey-year-timeline__year {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(255, 255, 255);
  opacity: 1;
}
@media (max-width: 768px) {
  #customer-journey .journey-year-timeline__year {
    font-size: 18px;
  }
  .is-active #customer-journey .journey-year-timeline__year {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #customer-journey .journey-year-timeline__year {
    font-size: 16px;
  }
  .is-active #customer-journey .journey-year-timeline__year {
    font-size: 26px;
  }
}
#customer-journey .journey-year-timeline__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00aae5;
  transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1), height 0.55s cubic-bezier(0.4, 0, 0.2, 1), background 0.55s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-active #customer-journey .journey-year-timeline__dot {
  width: 18px;
  height: 18px;
  background: rgb(250, 100, 35);
  box-shadow: 0 0 16px rgba(250, 100, 35, 0.55);
}
#customer-journey .journey-slider {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: visible;
  outline: none;
}
#customer-journey .journey-slider.is-scrubbing .journey-slide,
#customer-journey .journey-slider.is-scrubbing .journey-card__list {
  transition: none !important;
}
#customer-journey .journey-card {
  --journey-border-progress: 0;
  min-height: var(--journey-slide-height, 400px);
  position: relative;
  border-radius: 24px;
  padding: 3px;
  background: conic-gradient(from 0deg, transparent 0deg, transparent max(0deg, var(--journey-border-progress) * 360deg), #00aae5 calc(var(--journey-border-progress) * 360deg), #00aae5 360deg), conic-gradient(from 0deg, #00aae5 0deg, #73d4fd 40deg, #7dd3fc 80deg, #0279a5 120deg, #62c5ab 160deg, #ff7a3d 220deg, #ff6b1a 260deg, #62c5ab 300deg, #00aae5 360deg);
  box-shadow: 0 8px 28px rgba(31, 40, 44, 0.08), 0 2px 10px rgba(31, 40, 44, 0.06);
  display: flex;
  flex-direction: column;
}
#customer-journey .journey-card.is-border-animating {
  background: conic-gradient(from 0deg, transparent 0deg, transparent max(0deg, var(--journey-border-progress) * 360deg), #73d4fd max(0deg, var(--journey-border-progress) * 360deg), #fff calc(var(--journey-border-progress) * 360deg), #b8ecff calc(var(--journey-border-progress) * 360deg + 0.75deg), #73d4fd calc(var(--journey-border-progress) * 360deg + 2deg), #00aae5 calc(var(--journey-border-progress) * 360deg + 7deg), #00aae5 360deg), conic-gradient(from 0deg, #00aae5 0deg, #73d4fd 40deg, #7dd3fc 80deg, #0279a5 120deg, #62c5ab 160deg, #ff7a3d 220deg, #ff6b1a 260deg, #62c5ab 300deg, #00aae5 360deg);
}
.journey-slide.is-prev #customer-journey .journey-card .journey-card__list, .journey-slide.is-next #customer-journey .journey-card .journey-card__list {
  filter: blur(9px);
}
#customer-journey .journey-slider__viewport {
  position: relative;
  width: 100%;
  min-height: var(--journey-slide-height, 480px);
  overflow: visible;
}
@media (max-width: 768px) {
  #customer-journey .journey-slider__viewport {
    padding: 16px 0;
  }
}
#customer-journey .journey-slider__track {
  position: relative;
  width: 100%;
  min-height: var(--journey-slide-height, 480px);
}
#customer-journey .journey-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 320px);
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), filter 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
}
#customer-journey .journey-slide.is-prev, #customer-journey .journey-slide.is-next {
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}
#customer-journey .journey-slide.is-prev.is-dragging, #customer-journey .journey-slide.is-next.is-dragging {
  cursor: grabbing;
}
#customer-journey .journey-slide.is-prev {
  transform: translate(calc(-50% - 210px), -50%) scale(0.78);
  opacity: 0.5;
  z-index: 2;
  filter: blur(2px);
}
@media (max-width: 768px) {
  #customer-journey .journey-slide.is-prev {
    transform: translate(calc(-50% - 160px), -50%) scale(0.74);
  }
}
@media (max-width: 480px) {
  #customer-journey .journey-slide.is-prev {
    transform: translate(calc(-50% - 120px), -50%) scale(0.7);
  }
}
#customer-journey .journey-slide.is-next {
  transform: translate(calc(-50% + 210px), -50%) scale(0.78);
  opacity: 0.5;
  z-index: 2;
  filter: blur(2px);
}
@media (max-width: 768px) {
  #customer-journey .journey-slide.is-next {
    transform: translate(calc(-50% + 160px), -50%) scale(0.74);
  }
}
@media (max-width: 480px) {
  #customer-journey .journey-slide.is-next {
    transform: translate(calc(-50% + 120px), -50%) scale(0.7);
  }
}
#customer-journey .journey-slide.is-active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 3;
}
#customer-journey .journey-slide.is-hidden {
  transform: translate(-50%, -50%) scale(0.65);
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1255px) {
  #customer-journey .journey-slide {
    width: min(100%, 280px);
  }
}
#customer-journey .journey-card__list {
  flex: 1;
  min-height: 0;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  border-radius: 21px;
  background: #1a1f23;
  position: relative;
  z-index: 2;
  transition: filter 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#customer-journey .journey-card__list .journey-card__year {
  display: none;
}
#customer-journey .journey-card__list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 18px 24px;
  margin: 0;
  position: relative;
  width: 100%;
}
#customer-journey .journey-card__list li:last-of-type::after {
  display: none;
}
#customer-journey .journey-card__list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 82%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#customer-journey .journey-card__list li:last-child {
  border-bottom: none;
}
@media (max-width: 1255px) {
  #customer-journey .journey-card__list li {
    font-size: 16px;
    padding: 16px 20px;
  }
}
@media (max-width: 480px) {
  #customer-journey .journey-card__list li {
    font-size: 15px;
    padding: 14px 18px;
  }
}
#customer-journey .journey-slider__nav {
  display: none;
}
@media (max-width: 580px) {
  #customer-journey .journey-year-timeline {
    display: none;
  }
  #customer-journey .journey-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
  }
  #customer-journey .journey-slider__arrow {
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    background-color: #00aae5;
    width: 40px;
    height: 40px;
    padding: 0;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }
  #customer-journey .journey-slider__arrow svg {
    width: 18px;
    height: 18px;
  }
  #customer-journey .journey-slider__viewport {
    padding: 0;
    overflow: hidden;
  }
  #customer-journey .journey-slider__track {
    position: relative;
  }
  #customer-journey .journey-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    transform: none !important;
    opacity: 0;
    filter: none !important;
    pointer-events: none;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
  }
  #customer-journey .journey-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }
  #customer-journey .journey-slide.is-prev, #customer-journey .journey-slide.is-next, #customer-journey .journey-slide.is-hidden {
    display: none;
  }
  .journey-slide.is-prev #customer-journey .journey-card .journey-card__list, .journey-slide.is-next #customer-journey .journey-card .journey-card__list {
    filter: none;
  }
  #customer-journey .journey-card__list {
    filter: none !important;
  }
  #customer-journey .journey-card__list .journey-card__year {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 125%;
    background: linear-gradient(180deg, #80d4f2 0%, #00ead0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #customer-journey .journey-card__list .journey-card__year::after {
    display: none;
  }
}
@media (max-width: 450px) {
  #customer-journey .journey-slider__arrow {
    width: 35px;
    height: 35px;
  }
  #customer-journey .journey-slider__arrow svg {
    width: 15px;
    height: 15px;
  }
}

#switching-signals {
  background-color: #d9f2fb;
}
#switching-signals .three-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #switching-signals .three-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  #switching-signals .three-cols {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
#switching-signals .three-cols .col {
  width: 100%;
  max-width: none;
  min-width: 0;
  align-items: flex-start;
  gap: 35px;
}
@media (max-width: 768px) {
  #switching-signals .three-cols .col {
    gap: 25px;
  }
}
@media (max-width: 700px) {
  #switching-signals .three-cols .col {
    gap: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
#switching-signals .three-cols .col.svg-wrap {
  width: 55px;
  height: 55px;
}
#switching-signals .three-cols .col.svg-wrap svg {
  width: 55px;
  height: 55px;
}
@media (max-width: 1024px) {
  #switching-signals .three-cols .col.svg-wrap {
    width: 45px;
    height: 45px;
  }
  #switching-signals .three-cols .col.svg-wrap svg {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  #switching-signals .three-cols .col.svg-wrap {
    width: 40px;
    height: 40px;
  }
  #switching-signals .three-cols .col.svg-wrap svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  #switching-signals .three-cols .col.svg-wrap {
    width: 35px;
    height: 35px;
  }
  #switching-signals .three-cols .col.svg-wrap svg {
    width: 35px;
    height: 35px;
  }
}
#switching-signals .three-cols .col .text-wrap {
  width: 100%;
}
@media (max-width: 1024px) {
  #switching-signals .three-cols .two-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #switching-signals .three-cols .two-cols h3 {
    text-align: center;
  }
  #switching-signals .three-cols .two-cols .desc {
    text-align: center;
  }
}

#reviews .columns {
  margin: 60px auto 0 auto;
}
@media (max-width: 1024px) {
  #reviews .columns {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #reviews .columns {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #reviews .columns {
    margin-top: 30px;
  }
}
#reviews .columns.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px;
  width: 100%;
  max-width: 970px;
}
@media (max-width: 1024px) {
  #reviews .columns.grid {
    gap: 40px 55px;
  }
}
@media (max-width: 768px) {
  #reviews .columns.grid {
    gap: 20px 45px;
  }
}
@media (max-width: 480px) {
  #reviews .columns.grid {
    gap: 10px 30px;
  }
}
#reviews .columns.grid .col {
  width: 100%;
  max-width: 130px;
  align-items: center;
  justify-content: center;
}
#reviews .columns.grid .col svg {
  width: 100%;
}
@media (max-width: 1024px) {
  #reviews .columns.grid .col {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #reviews .columns.grid .col {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  #reviews .columns.grid .col {
    max-width: 100px;
  }
}

#why-sps {
  padding-top: 0;
}
#why-sps .two-cols {
  border-radius: 30px;
  background: #1f282c;
  padding: 60px 100px;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  #why-sps .two-cols {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  #why-sps .two-cols {
    font-size: 21px;
    margin-bottom: 25px;
    padding: 30px 40px;
  }
}
@media (max-width: 480px) {
  #why-sps .two-cols {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
#why-sps .two-cols .pre-heading {
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #why-sps .two-cols .pre-heading {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  #why-sps .two-cols .pre-heading {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #why-sps .two-cols .pre-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#why-sps .two-cols h2 {
  background: linear-gradient(87deg, var(--Light-Blue, #80d4f2) 8.22%, #00ead0 93.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  #why-sps .two-cols h2 {
    text-align: center;
  }
}
#why-sps .two-cols .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #why-sps .two-cols .desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #why-sps .two-cols .desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #why-sps .two-cols .desc {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  #why-sps .two-cols .global-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
#why-sps .two-cols .text-wrap {
  width: 100%;
  max-width: 580px;
}
#why-sps .two-cols .img-wrap {
  width: 100%;
  max-width: 535px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #why-sps .two-cols .img-wrap {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  #why-sps .two-cols .img-wrap {
    display: none;
  }
}
#why-sps .two-cols .img-wrap .circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9f2fb;
}
#why-sps .two-cols .img-wrap .inner-circle {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#why-sps .two-cols .img-wrap .inner-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1, 1);
  width: 74%;
  height: 74%;
  border: 4px solid rgba(0, 170, 229, 0.25);
  border-radius: 50%;
  pointer-events: none;
}
#why-sps .two-cols .img-wrap .sps-main-logo-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 10px 10px 20px 0 rgba(0, 170, 229, 0.2);
}
#why-sps .two-cols .img-wrap .sps-main-logo-circle svg {
  width: 62%;
  height: auto;
}
#why-sps .two-cols .img-wrap .logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  width: 13.5%;
  height: 13.5%;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 5px 5px 10px 0 rgba(0, 170, 229, 0.2);
  transform: translate(-50%, -50%);
}
#why-sps .two-cols .img-wrap .logo-wrap svg {
  width: auto;
  height: auto;
  max-width: 58%;
  max-height: 58%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-1 {
  top: 16%;
  left: 36%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-1 svg {
  max-width: 52%;
  max-height: 58%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-2 {
  top: 29%;
  left: 81%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-2 svg {
  max-width: 58%;
  max-height: 58%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-3 {
  top: 69%;
  left: 81%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-3 svg {
  max-width: 68%;
  max-height: 28%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-4 {
  top: 84%;
  left: 37%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-4 svg {
  max-width: 54%;
  max-height: 54%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-5 {
  top: 47%;
  left: 13%;
}
#why-sps .two-cols .img-wrap .logo-wrap.logo-5 svg {
  max-width: 62%;
  max-height: 56%;
}/*# sourceMappingURL=main.css.map */