.hp-hero-block {
  color: white;
  padding: 10vh 0;
  padding-bottom: 0;
  padding-bottom: 18vh;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block {
    padding-bottom: 10vh;
  }
}
.hp-hero-block-background {
  background: linear-gradient(180deg, #91C0D5 0%, #C8E6F4 28.65%, rgba(200, 230, 244, 0.08) 100%);
  padding-bottom: 5%;
}
.hp-hero-block-background::after {
  display: flex;
  content: "";
  background-image: url("../../images/surfers.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 350px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-background::after {
    bottom: -1px;
  }
}
.hp-hero-block-dark {
  height: 81vh;
  width: 20%;
  position: absolute;
  background-size: cover;
  right: 0;
  top: -52px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 1550px) {
  .hp-hero-block-dark {
    width: 15%;
    background-size: contain;
    top: -68px;
  }
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-dark {
    display: none;
  }
}
.hp-hero-block-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  /*    &-left {
      width: 50%;

      @include mobile-media {
          width: 90%;
          margin: auto;
      }
  }*/
  /*&-button {
      margin-top: 3vh;
      width: 50%;
      border-radius: 18px;
      display: flex;
      justify-content: center;
      padding: 10px 35px;
      font-size: 18px;
      cursor: pointer;
      font-weight: bold;
      transition: 0.1s linear;

      @include mobile-media {
          display: none;
      }

      &:hover {
          transform: scale(1.03);
          transition: 0.1s linear;
          @include btn-shadow;
      }
  }*/
  /*&-right {
      width: 50%;

      @include small-laptop-media {
          width: 45%;
      }

      @include mobile-media {
          width: 100%;
      }

      img {
          max-width: 90%;
          margin: auto;
      }
  }*/
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-con {
    flex-direction: column;
  }
}
.hp-hero-block-con h1 {
  color: #064564;
  width: 50%;
  text-align: center;
  margin: 0;
  margin-top: 3%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-con h1 {
    text-align: center;
    width: 90%;
  }
}
.hp-hero-block-flags {
  background-size: cover;
  text-align: center;
  padding: 3vh 0;
  min-height: 15vh;
  max-height: 29vh;
  margin-top: -18vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-flags {
    min-height: 20vh;
    max-height: 20vh;
    margin-top: -10vh;
    padding-top: 5vh;
    padding-bottom: 4vh;
  }
}
.hp-hero-block-flags b {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-size: 32px;
  color: #064564;
  font-family: "ff-cocon-pro";
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-flags b {
    font-size: 24px;
  }
}
.hp-hero-block-flags-con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  margin-top: 3vh;
}
@media only screen and (max-width: 1400px) {
  .hp-hero-block-flags-con {
    transform: scale(0.8);
    margin-top: 1vh;
  }
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-flags-con {
    gap: 10%;
  }
}
.hp-hero-block-flags-flag {
  transition: 0.1s linear;
}
.hp-hero-block-flags-flag img {
  width: 115px;
  height: 77px;
  border-radius: 5px;
}
@media only screen and (max-width: 700px) {
  .hp-hero-block-flags-flag img {
    width: 70px;
    height: 70px;
  }
}
.hp-hero-block-flags-flag:hover {
  transform: scale(1.06);
  transition: 0.1s linear;
}
.hp-hero-block-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30vw;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 50;
  background: transparent linear-gradient(180deg, #85BED9 0%, #4081A2 100%) 0% 0% no-repeat padding-box;
  border-radius: 58px;
  padding: 35px;
  text-align: center;
  visibility: hidden;
}
.hp-hero-block-popup-cross {
  width: 30px;
  position: absolute;
  top: 30px;
  right: 35px;
  z-index: 51;
  height: 30px;
  cursor: pointer;
}
.hp-hero-block-popup-cross span {
  width: 100%;
  height: 4px;
  background-color: white;
  display: block;
}
.hp-hero-block-popup-cross span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 4px);
}
.hp-hero-block-popup-cross span:nth-child(2) {
  transform: rotate(-45deg) translate(0px, 5px);
}
.hp-hero-block-popup b {
  font-size: 32px;
  color: white;
}
.hp-hero-block-popup p {
  color: white;
  margin-top: 0;
}
.hp-hero-block-popup-filter {
  position: fixed;
  z-index: 49;
  background-color: white;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
}
.hp-hero-block-popup-flags {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  gap: 5%;
}
.hp-hero-block-popup-flags .hp-hero-block-flags-flag {
  width: 20%;
  transition: none !important;
}
.hp-hero-block-popup-flags .hp-hero-block-flags-flag a {
  width: 100%;
  transition: none !important;
}
.hp-hero-block-popup-flags .hp-hero-block-flags-flag a img {
  width: 100%;
  transition: none !important;
}

.hp-show-popup {
  visibility: visible;
}

.video-block-con {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.video-block iframe {
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .video-block iframe {
    height: 200px;
    max-width: 90%;
  }
}

.splide .splide__arrows .splide__arrow {
  width: 35px;
  height: 35px;
  background-color: #064564;
  opacity: 0.9;
}
.splide .splide__arrows .splide__arrow:hover {
  opacity: 0.8;
}
.splide .splide__arrows .splide__arrow svg {
  fill: white;
  stroke: white;
}
.splide .splide__arrows .splide__arrow--next {
  right: -2em;
}
@media only screen and (max-width: 700px) {
  .splide .splide__arrows .splide__arrow--next {
    right: -5%;
  }
}
.splide .splide__arrows .splide__arrow--prev {
  left: -2em;
}
@media only screen and (max-width: 700px) {
  .splide .splide__arrows .splide__arrow--prev {
    left: -5%;
  }
}

[data-content-element-type-alias=imageSlider] {
  background: linear-gradient(180deg, rgb(151, 196, 216) -13%, #C8E6F4 28.65%, rgba(200, 230, 244, 0.08) 100%);
}
.image-slider-block {
  padding-top: 0;
  padding-bottom: 4vh;
}
.image-slider-block-con {
  max-width: 70%;
}
.image-slider-block-con h2 {
  color: #064564;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .image-slider-block-con h2 {
    font-size: 24px;
  }
}
.image-slider-block .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-slider-block .splide__slide img {
  max-width: 70%;
  object-fit: contain;
  max-height: 70px;
}

[data-content-element-type-alias=contentSlider] {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  [data-content-element-type-alias=contentSlider] {
    margin-bottom: 0;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 700px) {
  [data-content-element-type-alias=contentSlider] .wave {
    margin-bottom: 0;
  }
}

.review-card {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(200, 230, 244, 0.08) 0%, #C8E6F4 39%, #91C0D5 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  flex-direction: column;
  height: 80%;
  padding-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .review-card {
    opacity: 1;
    width: 75%;
  }
}
.review-card::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 5%;
  width: 70px;
  height: 50px;
  background-image: url("../../images/quatationMark.svg");
  background-repeat: no-repeat;
  z-index: 1;
  transform: scale(0.8);
}
@media only screen and (max-width: 700px) {
  .review-card::before {
    right: 15%;
    top: 0;
  }
}
.review-card-stars {
  margin-left: 5%;
  padding-top: 5%;
}
.review-card-reviewer {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 10%;
  padding-bottom: 10px;
  margin-top: 10px;
}
.review-card-reviewer img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: flex;
  margin-right: 3%;
  bottom: 10%;
  position: absolute;
  margin-left: 5%;
}
.review-card-reviewer b {
  display: flex;
  bottom: 16%;
  position: absolute;
  padding: 5% 5% 0 5%;
}
.review-card span {
  display: block;
  padding: 5%;
  padding-bottom: 10%;
  font-size: 17px;
}

.member-card {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 0.7;
}
@media only screen and (max-width: 700px) {
  .member-card {
    opacity: 1;
    width: 75%;
  }
}
.member-card img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.member-card-content {
  width: 80%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.member-card-content-line {
  width: 80%;
  height: 1px;
  background-color: #86BED9;
  margin: 10px auto;
}
.member-card-content span {
  color: #006A9E;
  font-size: 14px;
}
.content-slider-block .splide__slide.is-next .member-card {
  opacity: 1 !important;
}

.testimonial {
  display: flex;
  height: fit-content;
  padding: 5%;
  background: linear-gradient(360deg, #91C0D5 -15.41%, #C8E6F4 22.55%, rgba(200, 230, 244, 0.08) 117.12%);
  flex-direction: column;
  border-radius: 10px;
  margin-top: 5%;
  justify-content: center;
  align-items: center;
}
.testimonial::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url("../../images/quatationMark.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .testimonial::before {
    right: -8%;
    top: -13px;
  }
}
.testimonial::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #85c0da;
  opacity: 0.7;
  transform: scale(2);
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .testimonial::after {
    left: 45%;
    transform: scale(2);
  }
}
.testimonial span {
  color: rgb(7, 55, 79);
  font-size: 25px;
  display: flex;
  position: relative;
  text-align: center;
  margin-bottom: 3%;
  font-weight: 600;
}
.testimonial-member {
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  color: rgb(7, 55, 79);
  font-weight: 400;
  min-width: 300px;
  width: fit-content;
}
@media only screen and (max-width: 700px) {
  .testimonial-member {
    font-size: 17px;
  }
}
.testimonial-member img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 5%;
}