.bridge-page {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.bridge-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bridge-page .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bridge-page .bg-fit-cover {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bridge-page .bg-fit-fill {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.bridge-page .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bridge-page .btn:hover {
  opacity: 0.8;
}
.bridge-page .btn .btn-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.bridge-page .btn--secondary {
  -webkit-box-shadow: 0 15px 31.1px 0 rgba(0, 62, 80, 0.17);
          box-shadow: 0 15px 31.1px 0 rgba(0, 62, 80, 0.17);
  padding: 14px 12px 14px 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6FCEDA), to(#1B626E));
  background-image: linear-gradient(90deg, #6FCEDA 0%, #1B626E 100%);
  color: #1b636f;
}
.bridge-page .btn--secondary::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 30px;
  background: #fff;
}
.bridge-page .btn--primary {
  background-image: -webkit-gradient(linear, left top, right top, from(#6FCEDA), to(#1B626E));
  background-image: linear-gradient(90deg, #6FCEDA 0%, #1B626E 100%);
  -webkit-box-shadow: 0 15px 31.1px 0 rgba(0, 62, 80, 0.51);
          box-shadow: 0 15px 31.1px 0 rgba(0, 62, 80, 0.51);
  color: #fff;
}
.bridge-page .btn--primary::before {
  content: none;
}

.bridge-hero {
  position: relative;
  min-height: 775px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bridge-hero__bg-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bridge-hero__bg-img-large {
  display: block;
}
@media screen and (max-width: 992px) {
  .bridge-hero__bg-img-large {
    display: none;
  }
}
.bridge-hero__bg-img-small {
  display: none;
}
@media screen and (max-width: 992px) {
  .bridge-hero__bg-img-small {
    display: block;
  }
}
.bridge-hero__img-wrapper {
  max-width: 715px;
  width: 100%;
  -webkit-transform: translateX(10%) translateY(29px);
          transform: translateX(10%) translateY(29px);
}
@media screen and (max-width: 1700px) {
  .bridge-hero__img-wrapper {
    position: absolute;
    bottom: 8%;
    right: 1%;
    z-index: 0;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
}
@media screen and (max-width: 1200px) {
  .bridge-hero__img-wrapper {
    max-width: 530px;
    bottom: 13%;
  }
}
@media screen and (max-width: 992px) {
  .bridge-hero__img-wrapper {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bridge-hero__img {
  display: block;
}
@media screen and (max-width: 992px) {
  .bridge-hero__img.is-large {
    display: none;
  }
}
.bridge-hero__img.is-mob {
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .bridge-hero__img.is-mob {
    display: block;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
.bridge-hero__wrapper {
  padding: 45px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .bridge-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 45px 0 70px;
    gap: 30px;
  }
}
.bridge-hero__body {
  font-family: "Poppins", sans-serif;
  max-width: 634px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
@media screen and (max-width: 992px) {
  .bridge-hero__body {
    max-width: 800px;
    text-align: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.bridge-hero__title {
  font-size: 54px;
  line-height: 63px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .bridge-hero__title {
    font-size: 31px;
    line-height: 42px;
  }
}
.bridge-hero__text {
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  margin-top: 22px;
}
@media screen and (max-width: 600px) {
  .bridge-hero__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.bridge-hero__btn-wrapper {
  margin-top: 60px;
}

.bridge-reviews {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bridge-reviews {
    padding: 30px 0;
  }
}
.bridge-reviews__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.bridge-reviews__icon {
  width: 62px;
  height: 62px;
}
.bridge-reviews__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bridge-reviews__title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .bridge-reviews__title {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 425px) {
  .bridge-reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bridge-reviews__title span {
  font-weight: 400;
}
.bridge-reviews__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 46px;
  max-width: 1268px;
  padding: 28px;
  -webkit-box-shadow: 0 4px 67.6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 67.6px 0 rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .bridge-reviews__items {
    -ms-grid-columns: 1fr 46px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .bridge-reviews__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .bridge-reviews-item {
    padding: 20px 0;
  }
  .bridge-reviews-item:not(:first-child) {
    border-top: 1px solid #E0E0E0;
  }
}
.bridge-reviews-item__text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #4f4f4f;
}
.bridge-reviews-item__text p + p:not(:last-child) {
  margin-top: 16px;
}
.bridge-reviews-item__text p:last-child {
  margin-top: 8px;
}
.bridge-reviews .rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 2px;
  margin-bottom: 8px;
}

.bridge-ti {
  position: relative;
  padding: 54px 0;
}
@media screen and (max-width: 768px) {
  .bridge-ti {
    padding: 18px 0;
  }
}
.bridge-ti .gradient {
  position: absolute;
  top: 5%;
  z-index: -1;
  height: 762px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(50.84%, #D9F5FF), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #D9F5FF 50.84%, #FFFFFF 100%);
}
@media screen and (max-width: 768px) {
  .bridge-ti .gradient {
    top: -40%;
  }
}
.bridge-ti__wrapper {
  max-width: 963px;
  width: 100%;
  margin: 0 auto;
}
.bridge-ti__intro {
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .bridge-ti__intro {
    margin-bottom: 10px;
  }
}
.bridge-ti__intro span {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bridge-ti__intro span {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
  }
}
.bridge-ti-badge {
  max-width: 402px;
  width: 100%;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 52px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 18px));
          transform: translate(-50%, calc(-50% - 18px));
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 7px solid rgba(255, 255, 255, 0.72);
}
@media screen and (max-width: 600px) {
  .bridge-ti-badge {
    max-width: 350px;
    -webkit-transform: translate(-50%, calc(-50% + 45px));
            transform: translate(-50%, calc(-50% + 45px));
    padding: 18px 12px;
  }
}
@media screen and (max-width: 425px) {
  .bridge-ti-badge {
    -webkit-transform: translate(-50%, calc(-50% + 34px));
            transform: translate(-50%, calc(-50% + 34px));
    max-width: 200px;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .bridge-ti-badge {
    -webkit-transform: translate(-50%, calc(-50% + 26px));
            transform: translate(-50%, calc(-50% + 26px));
  }
}
@media screen and (max-width: 350px) {
  .bridge-ti-badge {
    -webkit-transform: translate(-50%, calc(-50% + 16px));
            transform: translate(-50%, calc(-50% + 16px));
  }
}
.bridge-ti-badge span {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  line-height: 1.3;
  text-transform: uppercase;
  background: -webkit-linear-gradient(86.34deg, #6FCEDA -8.35%, #1B626E 98.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px) {
  .bridge-ti-badge span {
    font-size: 30px;
  }
}
@media screen and (max-width: 425px) {
  .bridge-ti-badge span {
    font-size: 18px;
  }
}
.bridge-ti-badge__title {
  font-weight: 600;
}
.bridge-ti-badge__subtitle {
  font-weight: 400;
}
.bridge-ti__bg {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.bridge-ti__bg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.bridge-ti__bg .img-desktop {
  display: block;
}
@media screen and (max-width: 600px) {
  .bridge-ti__bg .img-desktop.hide-on-mobile {
    display: none;
  }
}
.bridge-ti__bg .img-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .bridge-ti__bg .img-mobile {
    display: block;
  }
}

.bridge-video {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .bridge-video {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .bridge-video__container {
    padding: 0 37px;
  }
}
@media screen and (max-width: 320px) {
  .bridge-video__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.bridge-video__intro {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .bridge-video__intro {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .bridge-video__intro {
    padding: 0 24px;
  }
}
.bridge-video__intro span {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bridge-video__intro span {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
  }
}
.bridge-video__items {
  max-width: 1212px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 992px) {
  .bridge-video__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .bridge-video__items {
    grid-gap: 26px;
  }
}
.bridge-video-item {
  background-color: #5A9BB3;
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .bridge-video-item {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .bridge-video-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bridge-video-item {
    padding: 0 15px 13px;
  }
}
.bridge-video-item::before {
  content: "";
  height: 145px;
  background: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 600px) {
  .bridge-video-item::before {
    height: 100px;
  }
}
.bridge-video-item::after {
  content: "";
  height: 20px;
  background: #5A9BB3;
  border-radius: 16px 16px 0 0;
  position: absolute;
  top: 127px;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bridge-video-item::after {
    top: 80px;
  }
}
.bridge-video-item-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.bridge-video-item__image-wrapper {
  border: 2px solid #fff;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  margin-bottom: 10px;
  height: 392px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .bridge-video-item__image-wrapper {
    max-height: 800px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .bridge-video-item__image-wrapper {
    max-height: 500px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 425px) {
  .bridge-video-item__image-wrapper {
    max-height: 307px;
  }
}
.bridge-video-item__image-wrapper.num-1 img {
  -o-object-position: 50% 12%;
     object-position: 50% 12%;
}
.bridge-video-item__text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .bridge-video-item__text {
    font-size: 16px;
    line-height: 26px;
  }
}
.bridge-video-item__text > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bridge-video-item__author {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bridge-video-item__author {
    font-size: 20px;
    line-height: 28px;
  }
}
.bridge-video-item__author:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='2' viewBox='0 0 56 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.78125' y='0.363281' width='54.7536' height='1.27334' fill='url(%23paint0_linear_7359_27172)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_7359_27172' x1='0.78125' y1='0.999951' x2='55.5348' y2='0.999951' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.495192' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 56px;
  height: 2px;
}
.bridge-video-item__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.bridge-video-item__play-button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.bridge-video-item__play-button svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .bridge-video-item__play-button {
    width: 86px;
    height: 86px;
  }
}
.bridge-video__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.bridge-badge {
  padding: 60px 0;
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .bridge-badge {
    padding: 25px 0 10px;
    margin-bottom: 90px;
  }
}
.bridge-badge__wrapper {
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 38px;
  background-color: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 47px 32px 32px;
  min-height: 242px;
}
@media screen and (max-width: 600px) {
  .bridge-badge__wrapper {
    min-height: 144px;
    padding: 20px 16px;
    border-radius: 16px;
  }
}
.bridge-badge__intro {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bridge-badge__intro {
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
  }
}
.bridge-badge__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 38px;
}
@media screen and (max-width: 600px) {
  .bridge-badge__bg {
    border-radius: 16px;
  }
}
.bridge-badge-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .bridge-badge-bg-img.show--desktop {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bridge-badge-bg-img.show--mobile {
    display: block;
  }
}
.bridge-badge__img-wrapper {
  max-width: 295px;
  width: 100%;
  position: absolute;
  bottom: -77%;
}
@media screen and (max-width: 600px) {
  .bridge-badge__img-wrapper {
    max-width: 150px;
    bottom: -60%;
  }
}
.bridge-badge__img-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.bridge-testimonials {
  padding: 10px 0 115px;
}
@media screen and (max-width: 768px) {
  .bridge-testimonials {
    padding: 10px 0 35px;
  }
}
.bridge-testimonials__wrapper {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
}
.bridge-testimonials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .bridge-testimonials__items {
    gap: 21px;
  }
}
.bridge-testimonials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
.bridge-testimonials-item__avatar {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .bridge-testimonials-item__avatar {
    height: 36px;
    width: 36px;
  }
}
.bridge-testimonials-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bridge-testimonials-item__body {
  padding: 24px;
  border-radius: 16px;
  background-color: #f1f2f6;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .bridge-testimonials-item__body {
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
  }
}
.bridge-testimonials-item__name {
  color: #65676b;
  font-weight: 600;
}

.bridge-cta {
  position: relative;
  overflow: hidden;
}
.bridge-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bridge-cta-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .bridge-cta-bg-img.show--desktop {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bridge-cta-bg-img.show--mobile {
    display: block;
    -o-object-position: left;
       object-position: left;
  }
}
.bridge-cta__wrapper {
  padding: 118px 40px 128px;
}
@media screen and (max-width: 768px) {
  .bridge-cta__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  .bridge-cta__wrapper {
    padding-top: 37px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 350px) {
  .bridge-cta__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.bridge-cta__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
}
.bridge-cta__text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  line-height: 68px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .bridge-cta__text {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .bridge-cta__text {
    font-size: 22px;
    line-height: 32px;
  }
}
.bridge-cta__text strong {
  font-weight: 700;
}
.bridge-cta__text > * {
  font-size: inherit;
  font-weight: inherit;
}