html,
body,
input,
select,
button,
textarea {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aleo", sans-serif;
  font-weight: 600;
}

.only_desktop {
  display: block;
}
@media (max-width: 991px) {
  .only_desktop {
    display: none;
  }
}

.sections-loop {
  background: #fbfaf9;
}

#hero {
  background: linear-gradient(0deg, #fbfaf9 0%, #fbfaf9 100%), #fff;
}
@media (max-width: 991px) {
  #hero {
    background: #fbfaf9;
  }
}
#hero .container {
  margin-block: 80px;
  gap: 4.1vw;
}
@media (max-width: 1440px) {
  #hero .container {
    max-width: 1308px;
  }
}
@media (max-width: 991px) {
  #hero .container {
    gap: 50px;
    margin: 70px 0 50px;
  }
}
#hero .title .label {
  color: var(--color-blue-darker);
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  #hero .title .label {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
#hero .container .side:nth-child(1) {
  padding: 0 70px 0 0;
}
@media (max-width: 991px) {
  #hero .container .side:nth-child(1) {
    padding: 0;
  }
}
#hero .side > .label {
  color: var(--color-blue-darker);
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  opacity: 0.7;
  top: -5px;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  display: none;
}
@media (max-width: 991px) {
  #hero .side > .label {
    justify-content: center;
    margin: -24px 0 0 0;
    display: flex;
  }
}
#hero h1 {
  color: var(--color-blue-darker);
  font-family: "Aleo", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 114%;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 140%;
  }
}
#hero p {
  color: var(--color-blue-darker);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
}
@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #hero .links {
    margin-top: 12px;
    gap: 20px;
  }
  #hero .links a {
    min-width: 204px;
  }
}
@media (max-width: 991px) {
  #hero .side {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  #hero .compliance-meta-3 {
    display: none;
  }
}

.section-twoup .container {
  margin-block: 32px;
}
@media (max-width: 991px) {
  .section-twoup .container {
    margin: 0 0 50px 0;
    gap: 32px;
  }
}
.section-twoup .container .side:nth-child(1) {
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .section-twoup .container .side:nth-child(1) {
    padding: 0;
  }
}
.section-twoup .container[data-reversed-on-desktop] .side:nth-child(1) {
  padding: 0 0 0 60px;
}
@media (max-width: 991px) {
  .section-twoup .container[data-reversed-on-desktop] .side:nth-child(1) {
    padding: 0;
  }
}
.section-twoup .container .side:nth-child(1) {
  gap: 30px;
}
@media (max-width: 991px) {
  .section-twoup .container .side:nth-child(1) {
    gap: 32px;
  }
}
.section-twoup .container .side:nth-child(1) .text {
  margin-top: -14px;
}
@media (max-width: 991px) {
  .section-twoup .container .side:nth-child(1) .text {
    margin-top: 0;
  }
}
.section-twoup .container .side:nth-child(1) .links .link-wrapper a {
  min-width: 220px;
}
.section-twoup .container .title {
  color: var(--color-blue-darker);
  font-family: "Aleo", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  max-width: 600px;
}
@media (max-width: 991px) {
  .section-twoup .container .title {
    font-size: 24px;
  }
}
.section-twoup .container .title h2 {
  color: var(--color-blue-darker);
  font-family: "Aleo", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  max-width: 600px;
}
@media (max-width: 991px) {
  .section-twoup .container .title h2 {
    font-size: 36px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .section-twoup .container ul {
    gap: 16px;
  }
}
.section-twoup .container li {
  position: relative;
  padding: 2.5px 0 0 17px;
}
@media (max-width: 991px) {
  .section-twoup .container li {
    padding: 2.5px 0 0 19px;
  }
}
.section-twoup .container li:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: center no-repeat url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='9'%20viewBox='0%200%2011%209'%20fill='none'%3E%3Cpath%20d='M1%204.52899L3.5%207.17573L9.33333%201'%20stroke='%2363607C'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-right: 9px;
  position: absolute;
  top: 10px;
  left: 0;
  clip-path: none;
}
@media (max-width: 991px) {
  .section-twoup .container .links .link-wrapper a {
    margin: 0;
  }
}
.section-twoup .container p,
.section-twoup .container li {
  color: rgba(32, 28, 68, 0.7);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section-logosSlider {
  padding: 20px 0 70px;
  background: #fbfaf9;
}
.section-logosSlider .section-logosSlider__title {
  font-family: "Aleo", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 991px) {
  .section-logosSlider {
    padding: 50px 0;
  }
  .section-logosSlider .container .section-logosSlider__title {
    font-size: 20px;
    font-weight: 400;
    font-family: "Aleo", sans-serif;
    margin: 0 0 20px;
    padding: 0 20px;
    line-height: 150%;
  }
}

.section-videoBg {
  padding: 100px 0;
  background: #fbfaf9;
}
@media (max-width: 991px) {
  .section-videoBg {
    padding: 50px 0 64px;
  }
}
.section-videoBg .section-videoBg__inner {
  grid-gap: 50px;
}
@media (max-width: 991px) {
  .section-videoBg .section-videoBg__inner {
    grid-gap: 32px;
  }
}
.section-videoBg .section-videoBg__inner .section-videoBg__video {
  max-width: 832px;
  width: 100%;
  height: 468px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-videoBg .section-videoBg__inner .section-videoBg__video {
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 12px;
  }
}
.section-videoBg .section-videoBg__inner .section-videoBg__video:after {
  --play-size: 156px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%22147%22%20height%3D%22158%22%20viewBox%3D%220%200%20147%20158%22%20fill%3D%22none%22%3E%3Crect%20x%3D%2253.3269%22%20y%3D%2239%22%20width%3D%2248%22%20height%3D%2252%22%20fill%3D%22%23211E44%22/%3E%3Cg%20filter%3D%22url(%23filter0_dd_358_8528)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2064.0001C20%2034.5449%2043.8782%2010.6667%2073.3334%2010.6667C87.4782%2010.6667%20101.044%2016.2858%20111.046%2026.2877C121.048%2036.2897%20126.667%2049.8553%20126.667%2064.0001C126.667%2093.4553%20102.789%20117.333%2073.3334%20117.333C43.8782%20117.333%2020%2093.4553%2020%2064.0001ZM63.5736%2086.8269L94.6668%2067.4135C95.8304%2066.6683%2096.5342%2065.3819%2096.5342%2064.0001C96.5342%2062.6185%2095.8304%2061.3319%2094.6668%2060.5869L63.4668%2041.1735C62.238%2040.3987%2060.6856%2040.3511%2059.4116%2041.0489C58.1376%2041.7469%2057.342%2043.0807%2057.3336%2044.5335V83.4669C57.3164%2084.9549%2058.1266%2086.3295%2059.4368%2087.0349C60.747%2087.7405%2062.3406%2087.6603%2063.5736%2086.8269Z%22%20fill%3D%22white%22/%3E%3C/g%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_dd_358_8528%22%20x%3D%220%22%20y%3D%2210.6667%22%20width%3D%22146.667%22%20height%3D%22146.667%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22/%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22/%3E%3CfeMorphology%20radius%3D%224%22%20operator%3D%22erode%22%20in%3D%22SourceAlpha%22%20result%3D%22effect1_dropShadow_358_8528%22/%3E%3CfeOffset%20dy%3D%228%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%224%22/%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22/%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.03%200%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_358_8528%22/%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22/%3E%3CfeMorphology%20radius%3D%224%22%20operator%3D%22erode%22%20in%3D%22SourceAlpha%22%20result%3D%22effect2_dropShadow_358_8528%22/%3E%3CfeOffset%20dy%3D%2220%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%2212%22/%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22/%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.08%200%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22effect1_dropShadow_358_8528%22%20result%3D%22effect2_dropShadow_358_8528%22/%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect2_dropShadow_358_8528%22%20result%3D%22shape%22/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 991px) {
  .section-videoBg .section-videoBg__inner .section-videoBg__video:after {
    --play-size: 63px;
  }
}
.section-videoBg .section-videoBg__title {
  color: var(--color-blue-darker);
  text-align: center;
  font-family: "Aleo", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
  max-width: 600px;
}
@media (max-width: 991px) {
  .section-videoBg .section-videoBg__title {
    font-size: 28px;
    padding: 0;
    line-height: 140%;
  }
}

#loved-by {
  background: #fbfaf9;
}
#loved-by .container {
  padding: 160px 24px 140px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  #loved-by .container {
    max-width: 1308px;
  }
}
@media (max-width: 991px) {
  #loved-by .container {
    margin: 64px 0;
    gap: 0;
    padding: 0 20px;
  }
}
@media (max-width: 1440px) {
  #loved-by .container .side .image {
    width: 100%;
  }
  #loved-by .container .side .image img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #loved-by .container .side {
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#loved-by .container .side:nth-child(2) .image {
  justify-content: end;
}
#loved-by .container .side:nth-child(2) .image img {
  border-radius: 11px;
  border: 6px solid rgba(255, 255, 255, 0.6);
  background: #fff;
  box-shadow: 0 16px 21.857px -3.643px rgba(0, 0, 0, 0.02), 0 7.286px 7.286px -3.643px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(1.4px);
  max-width: 538px;
  width: 100%;
}
@media (max-width: 991px) {
  #loved-by .container .side:nth-child(2) {
    display: none;
  }
}
#loved-by .container .side:nth-child(1) {
  padding: 0;
  gap: 33px;
  max-width: 570px;
}
@media (max-width: 991px) {
  #loved-by .container .side:nth-child(1) {
    gap: 32px;
  }
}
#loved-by .container .side:nth-child(1) .image picture {
  width: 100%;
}
#loved-by .container .side:nth-child(1) .image picture img {
  width: 100%;
}
#loved-by .container .title {
  margin: 0;
}
#loved-by .container .title h2 {
  color: var(--color-blue-darker);
  font-family: "Aleo", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}
@media (max-width: 991px) {
  #loved-by .container .title h2 {
    font-size: 28px;
    text-align: center;
    line-height: 140%;
  }
}
#loved-by .container .links {
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  #loved-by .container .links {
    margin: 0 0 10px;
    min-width: 204px;
  }
}

#twoup-testimonials-title {
  padding: 100px 0 0 0;
  background: #fbfaf9;
}
@media (max-width: 991px) {
  #twoup-testimonials-title {
    padding: 64px 0 0 0;
  }
}
#twoup-testimonials-title .container {
  max-width: 1368px;
  padding: 0 24px;
  width: 100%;
}
#twoup-testimonials-title .container .section-title__title {
  color: var(--color-blue-darker);
  text-align: center;
  font-family: "Aleo", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 991px) {
  #twoup-testimonials-title .container .section-title__title {
    font-size: 28px;
    line-height: 140%;
  }
}

#twoup-testimonials {
  background: #fbfaf9;
}
@media (max-width: 991px) {
  #twoup-testimonials {
    padding: 0 20px;
  }
}
#twoup-testimonials .container {
  background: #fff;
  border-radius: 30px;
  position: relative;
  height: 366px;
  max-width: 1320px;
  margin: 50px auto 80px;
}
@media (max-width: 1444px) {
  #twoup-testimonials .container {
    height: 353px;
    max-width: 1260px;
    padding: 0 50px;
  }
}
@media (max-width: 1308px) {
  #twoup-testimonials .container {
    max-width: 1232px;
  }
}
@media (max-width: 991px) {
  #twoup-testimonials .container {
    margin: 42px auto 40px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
}
#twoup-testimonials .container p {
  align-self: stretch;
  color: var(--Dark-Blue, #201c44);
  font-family: "Aleo", sans-serif;
  font-size: 21px;
  font-style: normal;
  line-height: 140%;
}
@media (max-width: 1440px) {
  #twoup-testimonials .container p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #twoup-testimonials .container p {
    font-size: 20px;
  }
}
#twoup-testimonials .container #twoup-testimonials .side .text:nth-child(2) p {
  font-family: var(--font-family-title);
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  position: relative;
  top: inherit;
  right: inherit;
}
@media (max-width: 1440px) {
  #twoup-testimonials .container #twoup-testimonials .side .text:nth-child(2) p {
    font-size: 21px;
  }
}
@media (max-width: 1100px) {
  #twoup-testimonials .container #twoup-testimonials .side .text:nth-child(2) p {
    font-size: 19px;
  }
}
#twoup-testimonials .container .side .text:nth-child(2) p strong {
  font-weight: 500;
}
#twoup-testimonials .container .links:not(:has(.text)) {
  margin-top: 15px;
  margin-top: 0;
}
@media (max-width: 991px) {
  #twoup-testimonials .container .links:not(:has(.text)) {
    margin-top: 0;
  }
}
#twoup-testimonials .container .embed iframe,
#twoup-testimonials .container .embed .poster iframe,
#twoup-testimonials .container .embed,
#twoup-testimonials .container .embed .poster {
  width: 651px;
  height: 366px;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 1440px) {
  #twoup-testimonials .container .embed iframe,
  #twoup-testimonials .container .embed .poster iframe,
  #twoup-testimonials .container .embed,
  #twoup-testimonials .container .embed .poster {
    width: 650px;
    height: 353px;
  }
}
@media (max-width: 991px) {
  #twoup-testimonials .container .embed iframe,
  #twoup-testimonials .container .embed .poster iframe,
  #twoup-testimonials .container .embed,
  #twoup-testimonials .container .embed .poster {
    width: 100%;
    height: 50vw;
  }
}
#twoup-testimonials .container .embed .image {
  height: 100%;
}
@media (max-width: 991px) {
  #twoup-testimonials .container .embed .image {
    height: auto;
  }
}
#twoup-testimonials .container .embed .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#twoup-testimonials .container .embed button {
  width: 64px;
  height: 64px;
}
#twoup-testimonials .container .embed button svg {
  display: none;
}
#twoup-testimonials .container .embed button:after {
  --play-size: 64px;
  content: "";
  display: block;
  width: var(--play-size);
  height: var(--play-size);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: calc(var(--play-size) / 2 * -1);
  margin-left: calc(var(--play-size) / 2 * -1);
  pointer-events: none;
  z-index: 1;
  transition: var(--tg-transition-medium);
  border-radius: 50%;
  box-shadow: var(--tg-box-shadow-medium);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 32C0 14.3269 14.3269 0 32 0C40.4869 0 48.6262 3.37142 54.6274 9.37255C60.6285 15.3737 63.9999 23.5131 63.9999 32C63.9999 49.6731 49.6731 64 32 64C14.3269 64 0 49.6731 0 32ZM26.1441 45.696L44.8 34.048C45.4982 33.6009 45.9205 32.8291 45.9205 32C45.9205 31.171 45.4982 30.3991 44.8 29.9521L26.0801 18.304C25.3428 17.8391 24.4113 17.8106 23.6469 18.2293C22.8825 18.6481 22.4052 19.4483 22.4001 20.32V43.68C22.3898 44.5728 22.8759 45.3976 23.6621 45.8209C24.4482 46.2442 25.4043 46.1961 26.1441 45.696Z' fill='white'/%3E%3C/svg%3E");
  background-color: var(--section-playbutton-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 991px) {
  #twoup-testimonials .container .embed button:after {
    --play-size: 50px;
  }
}
#twoup-testimonials .container .side:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 651px;
  height: 366px;
}
@media (max-width: 1440px) {
  #twoup-testimonials .container .side:nth-child(2) {
    width: 650px;
    height: 353px;
  }
}
@media (max-width: 991px) {
  #twoup-testimonials .container .side:nth-child(2) {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#twoup-testimonials .container .side:nth-child(1) {
  gap: 32px;
  max-width: 540px;
  padding: 0 20px 0 26px;
}
@media (max-width: 1440px) {
  #twoup-testimonials .container .side:nth-child(1) {
    padding: 0 60px 0 0;
  }
}
#twoup-testimonials .container .side:nth-child(1) .text {
  margin: 0;
}
#twoup-testimonials .container .side:nth-child(1) .text p {
  color: var(--color-blue-darker);
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 991px) {
  #twoup-testimonials .container .side:nth-child(1) .text p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  #twoup-testimonials .container .side:nth-child(1) {
    padding: 28px 28px 0;
    gap: 28px;
  }
}
#twoup-testimonials .container .side:nth-child(1) img {
  height: 31px;
  width: auto;
}
#twoup-testimonials .container .text p:not(:first-child),
#twoup-testimonials .container .text li:not(:first-child),
#twoup-testimonials .container .text ul:not(:first-child),
#twoup-testimonials .container .text ol:not(:first-child) {
  margin-top: 0;
}
#twoup-testimonials .container .role-testimonial {
  display: flex;
  gap: 12px;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  #twoup-testimonials .container .role-testimonial {
    margin-top: -8px;
  }
}
#twoup-testimonials .container .role-testimonial strong {
  position: relative;
  padding-right: 12px;
}
#twoup-testimonials .container .role-testimonial strong:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #201c44;
  position: absolute;
  top: 0;
  right: 0;
}
#twoup-testimonials .container .links .link-wrapper a {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0;
}
#twoup-testimonials .container .links .link-wrapper a span {
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 991px) {
  #twoup-testimonials .container .links .link-wrapper a {
    font-size: 14px;
  }
  #twoup-testimonials .container .links .link-wrapper a:after {
    top: 2px;
  }
}

.section-slidertestimonialquotes {
  background: #fbfaf9;
}
.section-slidertestimonialquotes .container {
  width: 100%;
  padding: 0 24px 40px;
  max-width: 1368px;
}
@media (max-width: 1440px) {
  .section-slidertestimonialquotes .container {
    max-width: 1308px;
  }
}
@media (max-width: 991px) {
  .section-slidertestimonialquotes .container .section-slidertestimonialquotes__slider .slick-dots li.slick-active button {
    background: var(--color-blue-darker);
  }
}
.section-slidertestimonialquotes .container .slick-track .slick-slide {
  padding: 10px;
}
.section-slidertestimonialquotes .container .slick-track .slick-slide .section-slidertestimonialquotes__slide .testimonial-content p {
  font-family: "Rethink Sans";
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .section-slidertestimonialquotes .container .slick-track .slick-slide .section-slidertestimonialquotes__slide .section-slidertestimonialquotes__slide_image {
    height: 50px;
  }
}
.section-slidertestimonialquotes .container .slick-track .slick-slide .section-slidertestimonialquotes__slide .section-slidertestimonialquotes__slide_image_wrapper .slidertestimonialquotes__slide_roleWrapper p {
  font-family: "Rethink Sans";
  font-size: 14px;
  line-height: 150%;
}
.section-slidertestimonialquotes .container .slick-track .slick-slide .section-slidertestimonialquotes__slide .section-slidertestimonialquotes__slide_image_wrapper .slidertestimonialquotes__slide_roleWrapper p.slidertestimonialquotes__slide_roleName {
  font-weight: 600;
  font-family: "Aleo";
}

#sliderTestimonialsButton {
  background: #fbfaf9;
}
#sliderTestimonialsButton .container {
  max-width: 1368px;
  margin: 15px auto 100px;
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  #sliderTestimonialsButton .container {
    max-width: 1308px;
  }
}
@media (max-width: 991px) {
  #sliderTestimonialsButton .container {
    margin: 15px auto 0;
  }
}
#sliderTestimonialsButton .container .button-bordered-blue {
  display: none;
}
@media (max-width: 991px) {
  #sliderTestimonialsButton .container .button-solid-blue {
    min-width: 204px;
  }
}
#sliderTestimonialsButton .container .section-coverCentered__buttons-buttonWrapper {
  margin: 0 auto;
}

.section-features2 {
  padding: 70px 0 100px;
  background: #fbfaf9;
}
@media (max-width: 991px) {
  .section-features2 {
    padding: 64px 0;
  }
}
.section-features2 .container {
  width: 100%;
  max-width: 1388px;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .section-features2 .container {
    max-width: 1308px;
    padding: 0 14px;
  }
}
@media (max-width: 991px) {
  .section-features2 .container {
    padding: 0 20px;
  }
}
.section-features2 .container [data-headings-group] [data-headings-group-title] {
  color: var(--color-blue-darker);
  font-family: "Aleo", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-features2 .container [data-headings-group] [data-headings-group-title] {
    font-size: 28px;
    text-align: center;
    line-height: 140%;
  }
}
.section-features2 .container .section-features2__inner {
  grid-gap: 50px;
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner {
    grid-gap: 40px;
  }
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner .section-features2__list {
    flex-direction: column;
    gap: 30px;
  }
}
.section-features2 .container .section-features2__inner .section-features2__listItem {
  margin: 0 10px 30px;
  text-align: left;
  padding: 20px;
  max-width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner .section-features2__listItem {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-features2 .container .section-features2__inner .section-features2__listItem {
    box-shadow: none;
  }
}
.section-features2 .container .section-features2__inner .section-features2__listItem-text-p {
  color: rgba(32, 28, 68, 0.7);
}
.section-features2 .container .section-features2__inner .section-features2__listItem-icon {
  width: 100%;
  height: 172px;
  margin: 0 auto 29px;
}
.section-features2 .container .section-features2__inner .section-features2__listItem-icon img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.section-features2 .container .section-features2__inner .section-features2__listItem-title {
  margin: 0 13px 13px;
  color: var(--color-blue-darker);
  font-family: "Aleo", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner .section-features2__listItem-title {
    margin: 0 16px 10px;
  }
}
.section-features2 .container .section-features2__inner .section-features2__listItem-text p {
  color: var(--color-blue-darker);
  opacity: 0.6;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 13px;
  font-family: "Rethink Sans";
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner .section-features2__listItem-text p {
    padding: 0 16px;
  }
}
.section-features2 .container .section-features2__inner .link-wrapper {
  margin: 44px 0 12px;
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner .link-wrapper {
    margin: 39px 0 15px;
  }
}
.section-features2 .container .section-features2__inner .link-wrapper .link {
  padding: 0 13px;
  background: transparent;
  border: none;
}
@media (max-width: 991px) {
  .section-features2 .container .section-features2__inner .link-wrapper .link {
    padding: 0 16px;
  }
}
.section-features2 .container .section-features2__inner .link-wrapper .link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M9.44629 0.219671C9.73918 -0.0732225 10.2149 -0.0732225 10.5078 0.219671L15.2803 4.99311C15.5732 5.286 15.5732 5.76076 15.2803 6.05366L10.5078 10.8271C10.2149 11.12 9.73918 11.12 9.44629 10.8271C9.15339 10.5342 9.15339 10.0585 9.44629 9.76557L12.9395 6.27338L0.749999 6.27338C0.335786 6.27338 -5.19081e-07 5.93759 -4.82869e-07 5.52338C-4.46658e-07 5.10917 0.335786 4.77338 0.75 4.77338L12.9395 4.77338L9.44629 1.28119C9.1534 0.988301 9.1534 0.512564 9.44629 0.219671Z' fill='%23201C44'/%3E%3C/svg%3E");
}
.section-features2 .container .section-features2__inner .link-wrapper .link span {
  color: var(--color-blue-darker);
  font-size: 16px;
  line-height: 100%;
  font-family: "Rethink Sans";
  font-weight: 600;
}

.section-imagetextbutton {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-imagetextbutton {
    padding: 64px 20px;
  }
}
@media (max-width: 1440px) {
  .section-imagetextbutton .container {
    max-width: 1260px;
  }
}
@media (max-width: 1308px) {
  .section-imagetextbutton .container {
    max-width: 1232px;
  }
}
@media (max-width: 991px) {
  .section-imagetextbutton .container {
    max-width: 100%;
    padding: 43px 23px 0;
  }
}
.section-imagetextbutton .container .side h4 p {
  font-family: "Aleo";
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1500px) {
  .section-imagetextbutton .container .side h4 p {
    font-size: 2.6vw;
  }
}
@media (max-width: 991px) {
  .section-imagetextbutton .container .side h4 p {
    font-size: 30px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .section-imagetextbutton .container .side .image {
    height: 100%;
    width: calc(100% + 46px);
    margin-left: -23px;
  }
}
.section-imagetextbutton .container .side .content p {
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}
.section-imagetextbutton .container .side .links {
  margin-top: 40px;
}
.section-imagetextbutton .container .side .links .link-wrapper span {
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.854px;
}
@media (max-width: 1440px) {
  .section-imagetextbutton .container-pricing {
    max-width: 1260px;
  }
}
@media (max-width: 1308px) {
  .section-imagetextbutton .container-pricing {
    max-width: 1232px;
  }
}
@media (max-width: 991px) {
  .section-imagetextbutton .container-pricing {
    max-width: 100%;
  }
}
.section-imagetextbutton .container-pricing .pricing_content {
  max-width: 500px;
}
.section-imagetextbutton .container-pricing .pricing_content .pricing_content_title p {
  font-family: "Aleo";
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 991px) {
  .section-imagetextbutton .container-pricing .pricing_content .pricing_content_title p {
    font-size: 24px;
  }
}
.section-imagetextbutton .container-pricing .pricing_content .pricing_content_subTitle p {
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.18px;
}
@media (max-width: 991px) {
  .section-imagetextbutton .container-pricing .pricing_content .pricing_content_subTitle p {
    font-size: 16px;
    line-height: 140%;
  }
}
.section-imagetextbutton .container-pricing .links .link-wrapper .link {
  background: transparent;
}
@media (max-width: 991px) {
  .section-imagetextbutton .container-pricing .links .link-wrapper .link {
    padding: 9px 33px 12px;
  }
}
.section-imagetextbutton .container-pricing .links .link-wrapper .link:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M1 7H17M17 7L11 1M17 7L11 13' stroke='%23201C44' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.section-imagetextbutton .container-pricing .links .link-wrapper .link span {
  color: var(--color-blue-darker);
  font-family: "Rethink Sans";
  font-weight: 500;
  font-size: 20px;
}

.section-ctatwolinks .container h2 {
  font-family: "Plus Jakarta Sans";
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper {
  margin: 39px auto 0;
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-bordered-blue {
  border-color: var(--color-white);
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-bordered-blue:hover {
  border-color: var(--color-btn-hover);
}
@media (max-width: 991px) {
  .section-ctatwolinks .container {
    padding: 70px 35px;
  }
  .section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper {
    margin: 44px auto 0;
  }
}

.section-faqs {
  padding: 100px 0;
}
.section-faqs .section-faqs-row-title-text {
  font-family: "Aleo";
  font-weight: 400;
}
.section-faqs .section-faqs-row-answer {
  font-family: "Rethink Sans";
}
@media (max-width: 991px) {
  .section-faqs {
    padding: 64px 0;
  }
  .section-faqs .section-faqs-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .section-faqs .section-faqs-rows {
    padding: 0 20px;
  }
  .section-faqs .section-faqs-row {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .section-faqs .section-faqs-title {
    padding: 0 20px;
  }
}

.section-imagetextbutton .container {
  width: 100%;
  max-width: 1320px;
  height: 494px;
  padding: 0 24px;
}
@media (max-width: 1440px) {
  .section-imagetextbutton .container {
    max-width: 1260px;
  }
}
@media (max-width: 1308px) {
  .section-imagetextbutton .container {
    max-width: 1232px;
  }
}
@media (max-width: 991px) {
  .section-imagetextbutton .container {
    height: 100%;
    max-width: 100%;
    padding: 9.66vw 5.8vw 0;
  }
}
.section-imagetextbutton .container .side .image {
  height: 100%;
  width: 100%;
  max-width: 740px;
  left: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .section-imagetextbutton .container .side .image {
    height: 100%;
    width: calc(100% + 46px);
    left: 0;
    margin-left: -23px;
  }
}
.section-imagetextbutton .container .side .content {
  max-width: 460px;
}

.section-imagetextbutton .container-pricing {
  max-width: 1320px;
}
@media (max-width: 1440px) {
  .section-imagetextbutton .container-pricing {
    max-width: 1260px;
  }
}
@media (max-width: 1308px) {
  .section-imagetextbutton .container-pricing {
    max-width: 1232px;
  }
}
/*# sourceMappingURL=features-page.css.map */
