.social-proof-section {
  padding: 120px 0;
}
@media (max-width: 1299px) {
  .social-proof-section {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .social-proof-section {
    padding: 40px 0;
  }
}

.social-proof-title {
  margin: 0 0 48px 0;
}
.social-proof-title.centered-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.social-proof-title.centered-title h2 {
  text-align: center;
}
@media (max-width: 1299px) {
  .social-proof-title {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .social-proof-title {
    margin: 0 0 48px 0;
    text-align: center;
  }
}
.social-proof-title h2 {
  margin: 0;
}

.social-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 -10px;
}
.social-proof-row .col-full {
  width: 100%;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .social-proof-row .col-full {
    display: none;
  }
}
.social-proof-row .col-lg {
  width: 66.66%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .social-proof-row .col-lg {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .social-proof-row .col-lg {
    width: 100%;
  }
}
.social-proof-row .col-md {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .social-proof-row .col-md {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .social-proof-row .col-md {
    width: 100%;
  }
}
.social-proof-row .col-sm {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .social-proof-row .col-sm {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .social-proof-row .col-sm {
    width: 100%;
  }
}

.image-block {
  position: relative;
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
  padding: 32px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .image-block {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .image-block {
    padding: 24px;
    min-height: 380px;
    border-radius: 8px;
  }
}
.image-block h2 {
  font-weight: 500;
  font-size: 64px;
  line-height: 125%;
  letter-spacing: -0.04em;
  margin: 0;
  color: #fff;
  width: 100%;
  max-width: 566px;
}
@media (max-width: 1550px) {
  .image-block h2 {
    font-size: 50px;
  }
}
@media (max-width: 1299px) {
  .image-block h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .image-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .image-block h2 {
    font-size: 36px;
  }
}
.image-block h3 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.image-block .image-block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.image-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}

.content-block {
  border-radius: 16px;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-block {
    border-radius: 9px;
  }
}
.content-block .content-block-top {
  padding: 40px;
  margin: 0 0 8px 0;
}
@media (max-width: 1550px) {
  .content-block .content-block-top {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .content-block .content-block-top {
    padding: 24px;
    margin: 0 0;
  }
}
.content-block .content-block-top h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
@media (max-width: 1299px) {
  .content-block .content-block-top h6 {
    font-size: 16px;
    margin: 0 0 16px 0;
  }
}
.content-block .content-block-top h4 {
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 12px 0;
}
@media (max-width: 1550px) {
  .content-block .content-block-top h4 {
    font-size: 28px;
  }
}
@media (max-width: 1299px) {
  .content-block .content-block-top h4 {
    font-size: 24px;
  }
}
.content-block .content-block-top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  margin: 0;
}
@media (max-width: 767px) {
  .content-block .content-block-top p {
    font-size: 12px;
  }
}
.content-block .content-block-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.content-block .content-block-bottom .btn-primary {
  margin: 0 0 0 0;
  padding: 32px;
  background-color: transparent;
  border: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  gap: 8px;
}
@media (max-width: 767px) {
  .content-block .content-block-bottom .btn-primary {
    padding: 24px;
  }
}
.content-block .content-block-bottom .btn-primary img {
  width: 20px;
  height: 20px;
}
.content-block .content-block-bottom .content-block-img {
  width: calc(100% - 180px);
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0 0 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .content-block .content-block-bottom .content-block-img {
    width: calc(100% - 164px);
    height: 200px;
    display: none;
  }
}

.green-block {
  background-color: #CEF9DF;
}
.green-block h6 {
  color: #077642;
}
.green-block h4 {
  color: #077642;
}
.green-block p {
  color: #077642;
}
.green-block .btn-primary {
  color: #077642;
}
.green-block .btn-primary img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(10%) saturate(7303%) hue-rotate(118deg) brightness(99%) contrast(94%);
}

.blue-block {
  background-color: #CDF4F9;
}
.blue-block h6 {
  color: #066C6F;
}
.blue-block h4 {
  color: #066C6F;
}
.blue-block p {
  color: #066C6F;
}
.blue-block .btn-primary {
  color: #066C6F;
}
.blue-block .btn-primary img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(88%) saturate(3663%) hue-rotate(172deg) brightness(90%) contrast(95%);
}

.pink-block {
  background: #FFE1DD;
}
.pink-block h6 {
  color: #AE0F0A;
}
.pink-block h4 {
  color: #AE0F0A;
}
.pink-block p {
  color: #AE0F0A;
}
.pink-block .btn-primary {
  color: #AE0F0A;
}

.purple-block {
  background-color: #EFDAFB;
}
.purple-block h6 {
  color: #603281;
}
.purple-block h4 {
  color: #603281;
}
.purple-block p {
  color: #603281;
}
.purple-block .btn-primary {
  color: #603281;
}
.purple-block .btn-primary img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(20%) saturate(4696%) hue-rotate(251deg) brightness(99%) contrast(87%);
}

.image-slider-block {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  min-height: 558px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
@media (max-width: 1550px) {
  .image-slider-block {
    min-height: 470px;
  }
}
@media (max-width: 1299px) {
  .image-slider-block {
    min-height: 420px;
  }
}
.image-slider-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.image-slider-block .image-slider-block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.image-slider-block .image-slider-block-content {
  padding: 24px;
  z-index: 11;
  padding-right: 100px;
  width: 100%;
}
@media (max-width: 1299px) {
  .image-slider-block .image-slider-block-content {
    padding: 16px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .image-slider-block .image-slider-block-content {
    padding: 24px;
    padding-right: 100px;
  }
}
.image-slider-block .image-slider-block-content .image-slider-icon {
  display: flex;
  align-items: center;
}
.image-slider-block .image-slider-block-content .image-slider-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .image-slider-block .image-slider-block-content .image-slider-icon img {
    width: 32px;
    height: 32px;
  }
}
.image-slider-block .image-slider-block-content .image-slider-icon .image-slider-icon-content {
  width: calc(100% - 40px);
  padding: 0 0 0 12px;
}
.image-slider-block .image-slider-block-content h6 {
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 1299px) {
  .image-slider-block .image-slider-block-content h6 {
    font-size: 16px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 767px) {
  .image-slider-block .image-slider-block-content h6 {
    font-size: 14px;
  }
}
.image-slider-block .image-slider-block-content h4 {
  color: #fff;
  margin: 0;
  line-height: 125%;
}
@media (max-width: 1550px) {
  .image-slider-block .image-slider-block-content h4 {
    font-size: 24px;
  }
}

.social-proof-slider-wrapper {
  position: relative;
  min-height: 100%;
}
.social-proof-slider-wrapper .social-proof-pagination {
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 11;
  text-align: right;
  width: auto;
  display: table;
  margin: 0 0 0 auto;
}

.testimonial-block {
  background-color: #AE0F0A;
  padding: 40px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  gap: 40px 0;
}
@media (max-width: 767px) {
  .testimonial-block {
    padding: 24px;
  }
}
.testimonial-block .experience-blocks-top h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  .testimonial-block .experience-blocks-top h6 {
    font-size: 16px;
  }
}
.testimonial-block .experience-blocks-top p {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 1550px) {
  .testimonial-block .experience-blocks-top p {
    font-size: 24px;
  }
}
.testimonial-block .experience-blocks-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.testimonial-block .experience-blocks-bottom-left ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 8px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.testimonial-block .experience-blocks-bottom-left ul li {
  margin: 0 0 0 0;
  display: block;
}
.testimonial-block .experience-blocks-bottom-left ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7500%) hue-rotate(255deg) brightness(116%) contrast(99%);
}
@media (max-width: 767px) {
  .testimonial-block .experience-blocks-bottom-left ul li img {
    width: 20px;
    height: 20px;
  }
}
.testimonial-block .experience-blocks-bottom-left h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .testimonial-block .experience-blocks-bottom-left h5 {
    font-size: 20px;
  }
}
.testimonial-block .experience-blocks-bottom-left h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.04em;
  margin: 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .testimonial-block .experience-blocks-bottom-right {
    display: none;
  }
}
.testimonial-block .experience-blocks-bottom-right .experience-blocks-bottom-image {
  width: 100%;
  max-width: 180px;
  position: relative;
}
.testimonial-block .experience-blocks-bottom-right .experience-blocks-bottom-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.testimonial-block .experience-blocks-bottom-right .experience-blocks-bottom-image .experience-blocks-bottom-right-img-img {
  width: 100%;
  height: 260px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .testimonial-block .experience-blocks-bottom-right .experience-blocks-bottom-image .experience-blocks-bottom-right-img-img {
    height: 160px;
  }
}

.experience-blocks-thing-to-do {
  background-color: #08878b;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.experience-blocks-thing-to-do .experience-blocks-thing-to-do-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .experience-blocks-thing-to-do .experience-blocks-thing-to-do-content {
    padding: 24px;
  }
}
.experience-blocks-thing-to-do h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .experience-blocks-thing-to-do h6 {
    font-size: 16px;
  }
}
.experience-blocks-thing-to-do h4 {
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 12px 0;
  color: #ffffff;
}
.experience-blocks-thing-to-do p {
  margin: 0;
  color: #ffffff;
}
.experience-blocks-thing-to-do .experience-blocks-thing-to-do-img {
  width: 100%;
  max-width: 321px;
  object-fit: cover;
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 1199px) {
  .experience-blocks-thing-to-do .experience-blocks-thing-to-do-img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .experience-blocks-thing-to-do .experience-blocks-thing-to-do-img {
    max-width: 227px;
  }
}

.experience-blocks-slider-wrapper {
  position: relative;
  height: 100%;
}
.experience-blocks-slider-wrapper .swiper-slide {
  height: auto !important;
}
.experience-blocks-slider-wrapper .experience-blocks-slider {
  height: 100%;
}
.experience-blocks-slider-wrapper .experience-blocks-slider-pagination {
  position: absolute;
  bottom: 33px !important;
  left: 37px !important;
  top: auto !important;
  z-index: 11;
  text-align: left;
  width: auto;
  display: table;
  margin: 0 0;
}
@media (max-width: 767px) {
  .experience-blocks-slider-wrapper .experience-blocks-slider-pagination {
    bottom: 24px !important;
    left: 24px !important;
  }
}

.experience-blocks-full {
  width: 100%;
  padding: 40px;
  background-color: #AE0F0A;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1550px) {
  .experience-blocks-full {
    padding: 30px;
  }
}
@media (max-width: 1299px) {
  .experience-blocks-full {
    padding: 24px;
  }
}
.experience-blocks-full .experience-blocks-full-content {
  flex: 1;
  padding: 0 40px 0 0;
}
.experience-blocks-full h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 0 0;
}
@media (max-width: 1550px) {
  .experience-blocks-full h4 {
    font-size: 36px;
  }
}
@media (max-width: 1299px) {
  .experience-blocks-full h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .experience-blocks-full h4 {
    font-size: 28px;
  }
}
.experience-blocks-full .btn-primary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  padding: 14px 19px 15px 23px;
}
/*# sourceMappingURL=bento_grid_section.min.css.map */
