@media screen and (max-width: 992px) {
  .content-image .flex-row-mobile {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 992px) {
  .content-image h4 {
    text-transform: uppercase;
  }
}
.content-image .title {
  margin-bottom: 4rem;
  text-align: left;
}
@media (min-width: 992px) {
  .content-image .title {
    margin-bottom: 10rem;
    text-align: center;
  }
}
.content-image .title h1 {
  margin: 0;
}
.content-image figure {
  margin: 0;
}
.content-image figure img {
  border-radius: 1.6rem;
  transition: 0.5s all ease;
}
@media screen and (max-width: 992px) {
  .content-image figure.text-end {
    text-align: left !important;
  }
}
.content-image .main-content h1 strong,
.content-image .main-content h2 strong {
  background: linear-gradient(126deg, #4707fd 4.64%, #4cde93 104%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.content-image .main-content p {
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .content-image .main-content p {
    font-size: 2.1rem;
  }
}
.content-image .main-content p a {
  text-decoration: underline;
}
.content-image .main-content p img {
  margin-bottom: 0.8rem;
}
.content-image .main-content h3 {
  margin-bottom: 2.4rem;
}
.content-image .main-content h4 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
  .content-image .main-content h4 {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
}
.content-image .main-content ul {
  margin: 0;
  list-style: none;
  padding-left: 3rem;
}
.content-image .main-content ul li {
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.content-image .main-content ul li::before {
  content: "";
  background: url("../../../assets/images/bluetick.svg") no-repeat center center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: -3rem;
  top: 0.6rem;
}
@media (min-width: 992px) {
  .content-image .main-content ul li {
    font-size: 2.1rem;
  }
}
.content-image .right-content {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .content-image .right-content {
    margin-bottom: 5rem;
  }
}
.content-image .right-content p img {
  margin-bottom: 0.8rem;
}
.content-image .right-content h2 {
  margin-bottom: 0;
}
.content-image.block-style-1 .main-content, .content-image.block-style-7 .main-content, .content-image.block-style-6 .main-content {
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .content-image.block-style-1 .main-content, .content-image.block-style-7 .main-content, .content-image.block-style-6 .main-content {
    margin-bottom: 0;
  }
}
.content-image.block-style-1 .main-content p:first-child, .content-image.block-style-7 .main-content p:first-child, .content-image.block-style-6 .main-content p:first-child {
  margin-bottom: 1rem;
}
.content-image.block-style-1 .main-content h3, .content-image.block-style-7 .main-content h3, .content-image.block-style-6 .main-content h3 {
  margin: 0rem 0 2.4rem;
}
@media (min-width: 992px) {
  .content-image.block-style-1 .main-content h3, .content-image.block-style-7 .main-content h3, .content-image.block-style-6 .main-content h3 {
    margin: 1.8rem 0 2.4rem;
  }
}
@media screen and (max-width: 992px) {
  .content-image.block-style-2 figure, .content-image.block-style-11 figure {
    margin-bottom: 4rem;
  }
}
.content-image.block-style-2 .main-content h4, .content-image.block-style-11 .main-content h4 {
  margin-bottom: 1.6rem;
  padding-top: 2.4rem;
}
@media screen and (max-width: 992px) {
  .content-image.block-style-2 .main-content h4, .content-image.block-style-11 .main-content h4 {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }
}
.content-image.block-style-2 .main-content p, .content-image.block-style-11 .main-content p {
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid var(--Neutral-Grey4, #e6e6e6);
  padding-bottom: 2.4rem;
  margin: 0;
}
.content-image.block-style-2 .main-content p:last-child, .content-image.block-style-11 .main-content p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.content-image.block-style-3, .content-image.block-style-5, .content-image.block-style-4 {
  overflow: hidden;
}
.content-image.block-style-3 .container, .content-image.block-style-5 .container, .content-image.block-style-4 .container {
  position: relative;
  z-index: 2;
}
.content-image.block-style-3 .--overlay, .content-image.block-style-5 .--overlay, .content-image.block-style-4 .--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -29.1rem;
}
@media screen and (max-width: 992px) {
  .content-image.block-style-3 .--overlay, .content-image.block-style-5 .--overlay, .content-image.block-style-4 .--overlay {
    left: 0;
    background: linear-gradient(344deg, rgba(212, 247, 255, 0) 15.85%, #f3f7fa 53.18%);
  }
}
.content-image.block-style-3 figure, .content-image.block-style-5 figure, .content-image.block-style-4 figure {
  display: flex;
  justify-content: end;
  margin: 1rem -1rem 0 0px;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-3 figure, .content-image.block-style-5 figure, .content-image.block-style-4 figure {
    margin: 0;
  }
}
.content-image.block-style-3 .main-content h1, .content-image.block-style-5 .main-content h1, .content-image.block-style-4 .main-content h1 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-3 .main-content h1, .content-image.block-style-5 .main-content h1, .content-image.block-style-4 .main-content h1 {
    margin-bottom: 6.4rem;
  }
}
.content-image.block-style-3 .main-content h4, .content-image.block-style-5 .main-content h4, .content-image.block-style-4 .main-content h4 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-3 .main-content h4, .content-image.block-style-5 .main-content h4, .content-image.block-style-4 .main-content h4 {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
}
.content-image.block-style-3 .main-content h2, .content-image.block-style-5 .main-content h2, .content-image.block-style-4 .main-content h2 {
  color: var(--primary);
  font-size: var(--heading-h1);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.92px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .content-image.block-style-3 .main-content h2, .content-image.block-style-5 .main-content h2, .content-image.block-style-4 .main-content h2 {
    font-size: var(--heading-h1);
    letter-spacing: -1.92px;
    margin-bottom: 6.4rem;
  }
}
.content-image.block-style-3 .main-content h2 strong, .content-image.block-style-5 .main-content h2 strong, .content-image.block-style-4 .main-content h2 strong {
  background: linear-gradient(126deg, #4707fd 4.64%, #4cde93 104%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.content-image.block-style-4 {
  overflow: hidden;
}
.content-image.block-style-4 figure {
  margin: 2.8rem 0rem 0 0px;
}
@media (min-width: 992px) {
  .content-image.block-style-4 figure {
    margin: 0rem -13rem 0 0px;
  }
}
.content-image.block-style-5 {
  background-size: cover !important;
}
@media screen and (max-width: 992px) {
  .content-image.block-style-5 .--overlay {
    background: linear-gradient(270deg, rgba(212, 247, 255, 0) 2.66%, #f3f7fa 74.64%);
  }
}
.content-image.block-style-5 figure {
  display: flex;
  justify-content: end;
  margin: 1rem -2rem 0 0px;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-5 figure {
    margin: 0;
  }
}
.content-image.block-style-5 .main-content h4 {
  max-width: 43rem;
}
.content-image.block-style-6 .main-content ul {
  margin: 4.8rem 0 0 0;
}
.content-image.block-style-6 .main-content h2 {
  margin-bottom: 1.8rem;
}
.content-image.block-style-7 .main-content h1 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-7 .main-content h1 {
    margin-bottom: 6.4rem;
  }
}
.content-image.block-style-7 .main-content ul {
  margin: 4.8rem 0 0 0;
}
.content-image.block-style-7 .main-content h2 {
  margin-bottom: 1.8rem;
}
.content-image.block-style-8 .main-content {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-8 .main-content {
    margin-bottom: 0;
  }
}
.content-image.block-style-8 .main-content h2 {
  margin-bottom: 4rem;
}
.content-image.block-style-9 .main-content {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-9 .main-content {
    margin-bottom: 0;
  }
}
.content-image.block-style-9 .main-content h2 {
  margin-bottom: 5rem;
}
.content-image.block-style-9 .main-content p {
  font-size: 1.6rem;
}
.content-image.block-style-9 .main-content p:first-child {
  margin-bottom: 1rem;
}
.content-image.block-style-10 .main-content {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-10 .main-content {
    margin-bottom: 0;
  }
}
.content-image.block-style-10 .main-content h1 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-10 .main-content h1 {
    margin-bottom: 2.1rem;
  }
}
.content-image.block-style-10 .main-content p {
  font-size: 1.6rem;
}
.content-image.block-style-10 .main-content p:first-child {
  margin-bottom: 0rem;
}
@media screen and (min-width: 992px) {
  .content-image.block-style-10 .main-content p {
    font-size: 2.4rem;
  }
}
.content-image.block-style-11 .main-content h4 {
  margin-top: 1.6rem;
  padding: 0;
}
.content-image.block-style-11 .main-content h5 {
  padding-top: 2.4rem;
  margin: 0;
}
.content-image.block-style-11 .main-content h5 img {
  margin: 0;
}

.content-image.about-content .main-content {
  position: relative;
  z-index: 2;
  color: white;
}
.content-image.about-content .main-content p {
  color: white;
}
.content-image.about-content .--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -29.1rem;
}
@media screen and (max-width: 992px) {
  .content-image.about-content .--overlay {
    left: 0;
    background: none;
  }
}
.content-image.about-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.73;
  background: linear-gradient(90deg, #000 25.62%, rgba(0, 0, 0, 0.82) 47.06%, rgba(0, 0, 0, 0.07) 74.6%, rgba(0, 0, 0, 0) 92.25%);
}
@media screen and (max-width: 992px) {
  .content-image.about-content::after {
    left: 0;
    background: linear-gradient(90deg, #000 25.62%, rgba(0, 0, 0, 0.82) 107.06%, rgba(0, 0, 0, 0.07) 674.6%, rgba(0, 0, 0, 0) 92.25%);
  }
}
.content-image.testi-content .main-content h1 {
  color: white;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .content-image.testi-content .main-content h1 {
    margin-bottom: 4.8rem;
  }
}
.content-image.testi-content .main-content p {
  color: white;
  margin: 0;
}/*# sourceMappingURL=style.css.map */