 .section-1 {
  min-height: 1002px;
}

.section-1 .shape-1 {
  height: 255px;
  margin: 60px 0 0;
}

.section-1 .image-1 {
  width: 995px;
  height: 550px;
  margin: -402px auto 0;
}

.section-1 .text-1 {
  font-weight: 700;
  margin: 40px 123px 0;
}

.section-1 .text-2 {
  margin: 30px 122px 0;
}

.section-1 .btn-1 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 40px auto -88px;
}

@media (max-width: 1199px) {
   .section-1 {
    min-height: 972px;
  }

  .section-1 .shape-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .section-1 .image-1 {
    width: 940px;
    height: 520px;
  }

  .section-1 .text-1 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .section-1 .text-2 {
    margin-left: 22px;
    margin-right: 22px;
  }
}

@media (max-width: 991px) {
   .section-1 {
    min-height: 838px;
  }

  .section-1 .image-1 {
    width: 720px;
    height: 398px;
    margin-top: -326px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-1 .text-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-1 .text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-1 .btn-1 {
    margin-bottom: -11px;
  }
}

@media (max-width: 767px) {
   .section-1 {
    min-height: 709px;
  }

  .section-1 .shape-1 {
    height: 157px;
    margin-right: initial;
    margin-left: initial;
  }

  .section-1 .image-1 {
    width: 540px;
    height: 299px;
    margin-top: -228px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-1 .text-1 {
    width: auto;
  }

  .section-1 .text-2 {
    width: auto;
  }
}

@media (max-width: 575px) {
   .section-1 {
    min-height: 564px;
  }

  .section-1 .shape-1 {
    height: 86px;
    margin-right: initial;
    margin-left: initial;
  }

  .section-1 .image-1 {
    width: 340px;
    height: 188px;
    margin-top: -137px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-1 .text-1 {
    margin-top: 20px;
  }

  .section-1 .btn-1 {
    margin-bottom: 9px;
  }
}.section-2 .sheet-1 {
  min-height: 602px;
}

.section-2 .text-1 {
  margin: 60px auto 0;
}

.section-2 .text-2 {
  width: 740px;
  margin: 20px auto 0;
}

.section-2 .list-1 {
  grid-template-rows: repeat(1, auto);
  margin-top: 34px;
  margin-bottom: 60px;
}

.section-2 .repeater-1 {
  grid-auto-columns: calc(25% - 23.25px);
  grid-template-columns: repeat(4, calc(25% - 23.25px));
  min-height: 318px;
  --gap: 31px;
}

.section-2 .container-layout-1 {
  padding: 30px;
}

.section-2 .icon-1 {
  height: 74px;
  width: 74px;
  background-image: none;
  margin: 0 auto;
  padding: 15px;
}

.section-2 .text-3 {
  margin: 20px 0 0;
}

.section-2 .text-4 {
  margin: 20px 0 0;
}

.section-2 .container-layout-2 {
  padding: 30px;
}

.section-2 .icon-2 {
  height: 74px;
  width: 74px;
  background-image: none;
  margin: 0 auto;
  padding: 15px;
}

.section-2 .text-5 {
  margin: 20px 0 0;
}

.section-2 .text-6 {
  margin: 20px 0 0;
}

.section-2 .container-layout-3 {
  padding: 30px;
}

.section-2 .icon-3 {
  height: 74px;
  width: 74px;
  background-image: none;
  margin: 0 auto;
  padding: 15px;
}

.section-2 .text-7 {
  margin: 20px 0 0;
}

.section-2 .text-8 {
  margin: 20px 0 0;
}

.section-2 .container-layout-4 {
  padding: 30px;
}

.section-2 .icon-4 {
  height: 74px;
  width: 74px;
  background-image: none;
  margin: 0 auto;
  padding: 15px;
}

.section-2 .text-9 {
  margin: 20px 0 0;
}

.section-2 .text-10 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .section-2 .repeater-1 {
    min-height: 262px;
    grid-gap: 31px;
  }
}

@media (max-width: 991px) {
  .section-2 .text-2 {
    width: 720px;
  }

  .section-2 .repeater-1 {
    grid-auto-columns: calc(50% - 15.5px);
    grid-template-columns: repeat(2, calc(50% - 15.5px));
    min-height: 803px;
  }
}

@media (max-width: 767px) {
  .section-2 .text-2 {
    width: 540px;
  }

  .section-2 .repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .section-2 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 .container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 .container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 .container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .section-2 .text-2 {
    width: 340px;
  }

  .section-2 .repeater-1 {
    grid-auto-columns: 100%;
  }
}.section-3 .sheet-1 {
  min-height: 789px;
}

.section-3 .layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-3 .layout-cell-1 {
  min-height: 669px;
}

.section-3 .container-layout-1 {
  padding: 30px 50px 30px 0;
}

.section-3 .text-1 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 0;
}

.section-3 .list-1 {
  margin-top: 50px;
  margin-bottom: 0;
}

.section-3 .repeater-1 {
  grid-template-columns: repeat(1, 100%);
  min-height: 437px;
  margin-left: auto;
  --gap: 0px;
  grid-auto-columns: 100%;
}

.section-3 .list-item-1 {
  margin-left: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-3 .container-layout-2 {
  padding: 10px 20px 10px 0;
}

.section-3 .text-2 {
  margin: 0 auto 0 0;
}

.section-3 .text-3 {
  margin: 26px 0 0;
}

.section-3 .list-item-2 {
  margin-left: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-3 .container-layout-3 {
  padding: 10px 20px 10px 0;
}

.section-3 .text-4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 auto 0 0;
}

.section-3 .text-5 {
  margin: 26px 0 0;
}

.section-3 .list-item-3 {
  margin-left: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-3 .container-layout-4 {
  padding: 10px 20px 10px 0;
}

.section-3 .text-6 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 auto 0 0;
}

.section-3 .text-7 {
  margin: 26px 0 0;
}

.section-3 .layout-cell-2 {
  min-height: 669px;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-3 .container-layout-5 {
  padding: 30px;
}

.section-3 .gallery-1 {
  height: 542px;
  width: 492px;
  margin: 0 auto;
}

.section-3 .gallery-inner-1 {
  grid-template-columns: repeat(2, auto);
  --gap: 0px;
}

.section-3 .gallery-item-1 {
  margin-right: 10px;
}

.section-3 .over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.section-3 .gallery-item-2 {
  margin-right: 10px;
}

.section-3 .over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.section-3 .gallery-item-3 {
  margin-right: 10px;
}

.section-3 .over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.section-3 .gallery-item-4 {
  margin-right: 10px;
}

.section-3 .over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.section-3 .gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
}

.section-3 .gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1199px) {
  .section-3 .sheet-1 {
    min-height: 672px;
  }

  .section-3 .layout-cell-1 {
    min-height: 552px;
  }

  .section-3 .container-layout-1 {
    padding-right: 30px;
  }

  .section-3 .repeater-1 {
    grid-template-columns: 100%;
    grid-gap: 0px;
  }

  .section-3 .layout-cell-2 {
    min-height: 646px;
  }

  .section-3 .gallery-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-3 .gallery-inner-1 {
    grid-gap: 10px;
  }
}

@media (max-width: 991px) {
  .section-3 .sheet-1 {
    min-height: 1066px;
  }

  .section-3 .layout-cell-1 {
    min-height: 450px;
  }

  .section-3 .layout-cell-2 {
    min-height: 1031px;
  }
}

@media (max-width: 767px) {
  .section-3 .sheet-1 {
    min-height: 855px;
  }

  .section-3 .layout-cell-1 {
    min-height: 100px;
  }

  .section-3 .container-layout-1 {
    padding-right: 10px;
  }

  .section-3 .container-layout-2 {
    padding-right: 10px;
  }

  .section-3 .container-layout-3 {
    padding-right: 10px;
  }

  .section-3 .container-layout-4 {
    padding-right: 10px;
  }

  .section-3 .layout-cell-2 {
    min-height: 1547px;
  }

  .section-3 .container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 .gallery-1 {
    width: 450px;
    margin-right: auto;
    margin-left: 0;
  }

  .section-3 .gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 575px) {
  .section-3 .sheet-1 {
    min-height: 620px;
  }

  .section-3 .layout-cell-2 {
    min-height: 974px;
  }

  .section-3 .gallery-1 {
    width: 320px;
  }
}.section-4 .sheet-1 {
  min-height: 680px;
}

.section-4 .text-1 {
  margin: 60px auto 0;
}

.section-4 .list-1 {
  grid-template-rows: repeat(1, auto);
  width: 1078px;
  margin: 80px auto 0;
}

.section-4 .repeater-1 {
  grid-auto-columns: calc(33.3333% - 30px);
  grid-template-columns: repeat(3, calc(33.3333% - 30px));
  min-height: 378px;
  --gap: 45px;
}

.section-4 .list-item-1 {
  background-image: none;
}

.section-4 .container-layout-1 {
  padding: 0 30px 30px 0;
}

.section-4 .image-1 {
  width: 114px;
  height: 114px;
  background-image: url("images/6adc50df.jpeg");
  background-position: 50% 50%;
  margin: -30px auto 0 -29px;
}

.section-4 .text-2 {
  font-weight: 700;
  margin: 20px 0 0 30px;
}

.section-4 .text-3 {
  font-style: italic;
  margin: 12px 0 0 30px;
}

.section-4 .text-4 {
  margin: 15px 0 0 30px;
}

.section-4 .list-item-2 {
  background-image: none;
}

.section-4 .container-layout-2 {
  padding: 0 30px 30px 0;
}

.section-4 .image-2 {
  width: 114px;
  height: 114px;
  background-image: url("images/7ec7e3cb.jpeg");
  background-position: 50% 50%;
  margin: -30px auto 0 -29px;
}

.section-4 .text-5 {
  font-weight: 700;
  margin: 20px 0 0 30px;
}

.section-4 .text-6 {
  font-style: italic;
  margin: 12px 0 0 30px;
}

.section-4 .text-7 {
  margin: 15px 0 0 30px;
}

.section-4 .list-item-3 {
  background-image: none;
}

.section-4 .container-layout-3 {
  padding: 0 30px 30px 0;
}

.section-4 .image-3 {
  width: 114px;
  height: 114px;
  background-image: url("images/d2fed6d9.jpeg");
  background-position: 50% 50%;
  margin: -30px auto 0 -29px;
}

.section-4 .text-8 {
  font-weight: 700;
  margin: 20px 0 0 30px;
}

.section-4 .text-9 {
  font-style: italic;
  margin: 12px 0 0 30px;
}

.section-4 .text-10 {
  margin: 15px 0 0 30px;
}

.section-4 .text-11 {
  margin: 30px auto 60px;
}

.section-4 .btn-1 {
  background-image: none;
  border-style: solid;
  font-style: normal;
  padding: 0;
}

@media (max-width: 1199px) {
  .section-4 .list-1 {
    width: 940px;
  }

  .section-4 .repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 30px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 30px));
    min-height: 330px;
    grid-gap: 45px;
  }

  .section-4 .text-2 {
    width: auto;
  }

  .section-4 .text-3 {
    width: auto;
  }

  .section-4 .text-4 {
    width: auto;
    margin-top: 14px;
  }

  .section-4 .text-5 {
    width: auto;
  }

  .section-4 .text-6 {
    width: auto;
  }

  .section-4 .text-7 {
    width: auto;
    margin-top: 14px;
  }

  .section-4 .text-8 {
    width: auto;
  }

  .section-4 .text-9 {
    width: auto;
  }

  .section-4 .text-10 {
    width: auto;
    margin-top: 14px;
  }
}

@media (max-width: 991px) {
  .section-4 .list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-4 .repeater-1 {
    grid-auto-columns: calc(50% - 22.5px);
    grid-template-columns: repeat(2, calc(50% - 22.5px));
    min-height: 752px;
  }
}

@media (max-width: 767px) {
  .section-4 .list-1 {
    width: 515px;
    margin-right: 0;
    margin-left: auto;
  }

  .section-4 .repeater-1 {
    grid-auto-columns: calc(100% + 0px);
    grid-template-columns: 100%;
    min-height: 860px;
  }

  .section-4 .text-4 {
    margin-top: 13px;
  }

  .section-4 .text-7 {
    margin-top: 13px;
  }

  .section-4 .text-10 {
    margin-top: 13px;
  }
}

@media (max-width: 575px) {
  .section-4 .list-1 {
    width: 340px;
  }

  .section-4 .repeater-1 {
    grid-auto-columns: 100%;
  }
}.section-5 .sheet-1 {
  min-height: 621px;
}

.section-5 .layout-wrap-1 {
  pointer-events: auto;
  margin: 60px 0;
}

.section-5 .layout-cell-1 {
  min-height: 501px;
  pointer-events: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-1 {
  padding: 30px;
}

.section-5 .text-1 {
  margin: 0;
}

.section-5 .text-2 {
  margin: 34px 0 0;
}

.section-5 .btn-1 {
  background-image: none;
  margin: 37px auto 0 0;
}

.section-5 .layout-cell-2 {
  min-height: 501px;
  pointer-events: auto;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-2 {
  padding: 30px 0;
}

.section-5 .list-1 {
  width: 710px;
  grid-template-rows: repeat(1, auto);
  grid-auto-rows: 100%;
  margin: 3px auto 0;
}

.section-5 .repeater-1 {
  grid-template-columns: repeat(2, calc(50% - 11px));
  min-height: 431px;
  grid-auto-columns: calc(50% - 11px);
  --gap: 22px;
}

.section-5 .list-item-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-3 {
  padding: 30px;
}

.section-5 .image-1 {
  height: 309px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 .text-3 {
  font-weight: 700;
  margin: 20px auto 0;
}

.section-5 .list-item-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-4 {
  padding: 30px;
}

.section-5 .image-2 {
  height: 309px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 .text-4 {
  font-weight: 700;
  margin: 20px auto 0;
}

.section-5 .list-item-3 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-5 {
  padding: 30px;
}

.section-5 .image-3 {
  height: 309px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 .text-5 {
  font-weight: 700;
  margin: 20px auto 0;
}

.section-5 .list-item-4 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-6 {
  padding: 30px;
}

.section-5 .image-4 {
  height: 309px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 .text-6 {
  font-weight: 700;
  margin: 20px auto 0;
}

.section-5 .list-item-5 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-7 {
  padding: 30px;
}

.section-5 .image-5 {
  height: 309px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 .text-7 {
  font-weight: 700;
  margin: 20px auto 0;
}

.section-5 .list-item-6 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-5 .container-layout-8 {
  padding: 30px;
}

.section-5 .image-6 {
  height: 309px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 .text-8 {
  font-weight: 700;
  margin: 20px auto 0;
}

.section-5 .gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
}

.section-5 .gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1199px) {
  .section-5 .sheet-1 {
    min-height: 592px;
  }

  .section-5 .layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .section-5 .layout-cell-1 {
    min-height: 472px;
  }

  .section-5 .layout-cell-2 {
    min-height: 472px;
  }

  .section-5 .list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-5 .repeater-1 {
    grid-gap: 22px;
  }

  .section-5 .image-1 {
    height: 268px;
  }

  .section-5 .image-2 {
    height: 268px;
  }

  .section-5 .image-3 {
    height: 268px;
  }

  .section-5 .image-4 {
    height: 268px;
  }

  .section-5 .image-5 {
    height: 268px;
  }

  .section-5 .image-6 {
    height: 268px;
  }
}

@media (max-width: 991px) {
  .section-5 .sheet-1 {
    min-height: 279px;
  }

  .section-5 .layout-cell-1 {
    min-height: 100px;
  }

  .section-5 .text-1 {
    width: auto;
  }

  .section-5 .text-2 {
    width: auto;
  }

  .section-5 .btn-1 {
    margin-left: auto;
  }

  .section-5 .layout-cell-2 {
    min-height: 100px;
  }

  .section-5 .image-1 {
    height: 312px;
  }

  .section-5 .image-2 {
    height: 312px;
  }

  .section-5 .image-3 {
    height: 312px;
  }

  .section-5 .image-4 {
    height: 312px;
  }

  .section-5 .image-5 {
    height: 312px;
  }

  .section-5 .image-6 {
    height: 312px;
  }
}

@media (max-width: 767px) {
  .section-5 .sheet-1 {
    min-height: 379px;
  }

  .section-5 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .image-1 {
    height: 268px;
  }

  .section-5 .container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .image-2 {
    height: 268px;
  }

  .section-5 .container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .image-3 {
    height: 268px;
  }

  .section-5 .container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .image-4 {
    height: 268px;
  }

  .section-5 .container-layout-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .image-5 {
    height: 268px;
  }

  .section-5 .container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5 .image-6 {
    height: 268px;
  }
}

@media (max-width: 575px) {
  .section-5 .container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-5 .repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .section-5 .image-1 {
    height: 273px;
  }

  .section-5 .image-2 {
    height: 273px;
  }

  .section-5 .image-3 {
    height: 273px;
  }

  .section-5 .image-4 {
    height: 273px;
  }

  .section-5 .image-5 {
    height: 273px;
  }

  .section-5 .image-6 {
    height: 273px;
  }
} .section-6 {
  background-image: none;
}

.section-6 .sheet-1 {
  min-height: 664px;
}

.section-6 .text-1 {
  margin: 60px auto 0;
}

.section-6 .list-1 {
  margin-top: 60px;
  margin-bottom: 0;
}

.section-6 .repeater-1 {
  grid-template-columns: repeat(2, calc(50% - 15px));
  min-height: 315px;
  grid-auto-columns: calc(50% - 15px);
  --gap: 30px;
}

.section-6 .container-layout-1 {
  padding: 30px 30px 30px 0;
}

.section-6 .image-1 {
  background-image: url("images/6adc50df.jpeg");
  width: 90px;
  height: 90px;
  background-position: 50% 50%;
  object-position: 50% 50%;
  margin: 0 335px 0 0;
}

.section-6 .text-2 {
  width: auto;
  margin: -90px 0 0 126px;
}

.section-6 .text-3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1rem;
  width: auto;
  margin: 36px 0 0 125px;
}

.section-6 .container-layout-2 {
  padding: 30px 30px 30px 0;
}

.section-6 .image-2 {
  background-position: 50% 50%;
  object-position: 50% 50%;
  width: 90px;
  height: 90px;
  margin: 0 335px 0 0;
}

.section-6 .text-4 {
  width: auto;
  margin: -90px 0 0 126px;
}

.section-6 .text-5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1rem;
  width: auto;
  margin: 36px 0 0 125px;
}

.section-6 .container-layout-3 {
  padding: 30px 30px 30px 0;
}

.section-6 .image-3 {
  background-image: url("images/d2fed6d9.jpeg");
  width: 90px;
  height: 90px;
  background-position: 50% 50%;
  object-position: 50% 50%;
  margin: 0 335px 0 0;
}

.section-6 .text-6 {
  width: auto;
  margin: -90px 0 0 126px;
}

.section-6 .text-7 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1rem;
  width: auto;
  margin: 36px 0 0 125px;
}

.section-6 .container-layout-4 {
  padding: 30px 30px 30px 0;
}

.section-6 .image-4 {
  background-image: url("images/e610d339.jpeg");
  width: 90px;
  height: 90px;
  background-position: 50% 50%;
  object-position: 50% 50%;
  margin: 0 335px 0 0;
}

.section-6 .text-8 {
  width: auto;
  margin: -90px 0 0 126px;
}

.section-6 .text-9 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1rem;
  width: auto;
  margin: 36px 0 0 125px;
}

.section-6 .text-10 {
  font-style: italic;
  font-size: 1rem;
  margin: 20px auto 60px;
}

.section-6 .btn-1 {
  border-style: solid;
  font-weight: 400;
  font-style: italic;
  padding: 0;
}

@media (max-width: 1199px) {
  .section-6 .repeater-1 {
    grid-gap: 30px;
    min-height: 260px;
  }
}

@media (max-width: 991px) {
  .section-6 .text-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-3 {
    margin-left: 0;
  }

  .section-6 .text-4 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-5 {
    margin-left: 0;
  }

  .section-6 .text-6 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-7 {
    margin-left: 0;
  }

  .section-6 .text-8 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-9 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .section-6 .repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .section-6 .container-layout-1 {
    padding-right: 10px;
  }

  .section-6 .text-2 {
    margin-top: -90px;
    margin-left: 129px;
  }

  .section-6 .text-3 {
    margin-left: 129px;
  }

  .section-6 .container-layout-2 {
    padding-right: 10px;
  }

  .section-6 .text-4 {
    margin-top: -90px;
    margin-left: 129px;
  }

  .section-6 .text-5 {
    margin-left: 129px;
  }

  .section-6 .container-layout-3 {
    padding-right: 10px;
  }

  .section-6 .text-6 {
    margin-top: -90px;
    margin-left: 129px;
  }

  .section-6 .text-7 {
    margin-left: 129px;
  }

  .section-6 .container-layout-4 {
    padding-right: 10px;
  }

  .section-6 .text-8 {
    margin-top: -90px;
    margin-left: 129px;
  }

  .section-6 .text-9 {
    margin-left: 129px;
  }
}

@media (max-width: 575px) {
  .section-6 .repeater-1 {
    grid-auto-columns: 100%;
  }

  .section-6 .image-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 .text-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-3 {
    margin-left: 0;
  }

  .section-6 .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 .text-4 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-5 {
    margin-left: 0;
  }

  .section-6 .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 .text-6 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-7 {
    margin-left: 0;
  }

  .section-6 .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 .text-8 {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-6 .text-9 {
    margin-left: 0;
  }
} .section-7 {
  background-image: none;
}

.section-7 .sheet-1 {
  min-height: 607px;
}

.section-7 .layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-7 .image-1 {
  min-height: 575px;
  background-image: url("images/photo-1540206395-68808572332f.jpeg");
  background-position: 50% 50%;
}

.section-7 .container-layout-1 {
  padding: 30px;
}

.section-7 .layout-cell-2 {
  min-height: 575px;
}

.section-7 .container-layout-2 {
  padding: 30px;
}

.section-7 .text-1 {
  font-size: 3rem;
  margin: 0 auto 0 0;
}

.section-7 .text-2 {
  font-size: 1.25rem;
  line-height: 2;
  margin: 20px auto 0 0;
}

.section-7 .line-1 {
  width: 679px;
  transform-origin: left center;
  margin: 40px auto 0 0;
}

.section-7 .list-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.section-7 .repeater-1 {
  grid-template-columns: repeat(3, 33.3333%);
  min-height: 157px;
  --gap: 0px;
  grid-auto-columns: 33.3333%;
}

.section-7 .container-layout-3 {
  padding: 20px 0;
}

.section-7 .text-3 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 auto 0 0;
}

.section-7 .text-4 {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 20px 0 0;
}

.section-7 .container-layout-4 {
  padding: 20px 0;
}

.section-7 .text-5 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 auto 0 0;
}

.section-7 .text-6 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.section-7 .container-layout-5 {
  padding: 20px 0;
}

.section-7 .text-7 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 auto 0 0;
}

.section-7 .text-8 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .section-7 .sheet-1 {
    min-height: 506px;
  }

  .section-7 .image-1 {
    min-height: 474px;
    --animation-custom_in-translate_x: -400px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 180deg;
    --animation-custom_in-scale: 1;
  }

  .section-7 .layout-cell-2 {
    min-height: 474px;
    --animation-custom_in-translate_x: 300px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-scale: 1;
  }

  .section-7 .line-1 {
    width: 557px;
  }

  .section-7 .repeater-1 {
    grid-template-columns: repeat(3, 33.333333333333336%);
    min-height: 127px;
    grid-gap: 0px;
    grid-auto-columns: 33.333333333333336%;
  }
}

@media (max-width: 991px) {
  .section-7 .sheet-1 {
    min-height: 1121px;
  }

  .section-7 .image-1 {
    min-height: 1089px;
  }

  .section-7 .layout-cell-2 {
    min-height: 783px;
  }

  .section-7 .repeater-1 {
    grid-template-columns: repeat(2, 50%);
    min-height: 379px;
    grid-auto-columns: 50%;
  }

  .section-7 .text-4 {
    font-size: 1.25rem;
  }

  .section-7 .text-6 {
    font-size: 1.25rem;
  }

  .section-7 .text-8 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .section-7 .sheet-1 {
    min-height: 949px;
  }

  .section-7 .image-1 {
    min-height: 817px;
  }

  .section-7 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 .layout-cell-2 {
    min-height: 100px;
  }

  .section-7 .container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 .text-1 {
    font-size: 2.25rem;
  }

  .section-7 .text-2 {
    font-size: 1rem;
  }

  .section-7 .line-1 {
    width: 520px;
  }

  .section-7 .repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
  }

  .section-7 .text-3 {
    font-size: 1.875rem;
  }

  .section-7 .text-4 {
    width: auto;
  }

  .section-7 .text-5 {
    font-size: 1.875rem;
  }

  .section-7 .text-6 {
    width: auto;
  }

  .section-7 .text-7 {
    font-size: 1.875rem;
  }

  .section-7 .text-8 {
    width: auto;
  }
}

@media (max-width: 575px) {
  .section-7 .sheet-1 {
    min-height: 646px;
  }

  .section-7 .image-1 {
    min-height: 514px;
  }

  .section-7 .text-1 {
    font-size: 1.875rem;
  }

  .section-7 .line-1 {
    width: 320px;
  }

  .section-7 .text-3 {
    font-size: 1.5rem;
  }

  .section-7 .text-5 {
    font-size: 1.5rem;
  }

  .section-7 .text-7 {
    font-size: 1.5rem;
  }
}.section-8 .sheet-1 {
  min-height: 709px;
}

.section-8 .layout-wrap-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-8 .image-1 {
  min-height: 568px;
  background-image: url("images/photo-1455218873509-8097305ee378.jpeg");
  background-position: 50% 50%;
}

.section-8 .container-layout-1 {
  padding: 30px 60px;
}

.section-8 .layout-cell-2 {
  min-height: 582px;
}

.section-8 .container-layout-2 {
  padding: 30px;
}

.section-8 .group-1 {
  min-height: 241px;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none;
}

.section-8 .container-layout-3 {
  padding: 20px;
}

.section-8 .text-1 {
  margin: 0;
}

.section-8 .text-2 {
  margin: 20px 0 0;
}

.section-8 .text-3 {
  margin: 30px auto 0;
}

.section-8 .btn-1 {
  border-style: solid;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 30px auto 0 0;
  padding: 3px 0;
}

.section-8 .layout-cell-3 {
  min-height: 568px;
}

.section-8 .container-layout-4 {
  padding: 30px 30px 18px;
}

.section-8 .text-4 {
  margin: 0;
}

.section-8 .group-2 {
  min-height: 242px;
  margin-top: 38px;
  margin-bottom: 0;
  background-image: none;
}

.section-8 .container-layout-5 {
  padding: 20px;
}

.section-8 .text-5 {
  margin: 0;
}

.section-8 .text-6 {
  margin: 20px 0 0;
}

@media (max-width: 1199px) {
  .section-8 .sheet-1 {
    min-height: 607px;
  }

  .section-8 .image-1 {
    min-height: 468px;
  }

  .section-8 .layout-cell-2 {
    min-height: 480px;
  }

  .section-8 .layout-cell-3 {
    min-height: 468px;
  }
}

@media (max-width: 991px) {
  .section-8 .sheet-1 {
    min-height: 665px;
  }

  .section-8 .image-1 {
    min-height: 538px;
  }

  .section-8 .container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-8 .layout-cell-2 {
    min-height: 100px;
  }

  .section-8 .container-layout-2 {
    padding-left: 0;
  }

  .section-8 .layout-cell-3 {
    min-height: 100px;
  }

  .section-8 .container-layout-4 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .section-8 .sheet-1 {
    min-height: 1034px;
  }

  .section-8 .image-1 {
    min-height: 807px;
  }

  .section-8 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8 .container-layout-2 {
    padding-right: 0;
  }

  .section-8 .container-layout-4 {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .section-8 .sheet-1 {
    min-height: 735px;
  }

  .section-8 .image-1 {
    min-height: 508px;
  }
} .section-9 {
  background-image: none;
}

.section-9 .sheet-1 {
  min-height: 492px;
}

.section-9 .text-1 {
  font-size: 3rem;
  background-image: none;
  text-transform: none;
  font-weight: 700;
  margin: 60px auto 0 0;
}

.section-9 .text-2 {
  font-style: normal;
  margin: 20px 276px 0 0;
}

.section-9 .accordion-1 {
  margin: 30px auto 60px 0;
}

.section-9 .accordion-link-1 {
  background-image: none;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 25px 30px;
}

.section-9 .icon-1 {
  height: 37px;
  width: 37px;
  background-image: none;
  padding: 10px;
}

.section-9 .accordion-pane-1 {
  min-height: 150px;
}

.section-9 .container-layout-1 {
  padding: 20px 30px;
}

.section-9 .accordion-link-2 {
  background-image: none;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 25px 30px;
}

.section-9 .icon-2 {
  height: 37px;
  width: 37px;
  background-image: none;
  padding: 10px;
}

.section-9 .accordion-pane-2 {
  min-height: 150px;
}

.section-9 .container-layout-2 {
  padding: 20px 30px;
}

.section-9 .accordion-link-3 {
  background-image: none;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 25px 30px;
}

.section-9 .icon-3 {
  height: 37px;
  width: 37px;
  background-image: none;
  padding: 10px;
}

.section-9 .accordion-pane-3 {
  min-height: 150px;
}

.section-9 .container-layout-3 {
  padding: 20px 30px;
}

@media (max-width: 1199px) {
  .section-9 .text-2 {
    margin-right: 76px;
  }

  .section-9 .accordion-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 991px) {
  .section-9 .text-2 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .section-9 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-9 .container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-9 .container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .section-9 .text-1 {
    font-size: 1.875rem;
  }
} .section-10 {
  background-image: none;
}

.section-10 .sheet-1 {
  min-height: 813px;
}

.section-10 .layout-wrap-1 {
  pointer-events: auto;
  width: 1140px;
  margin: 164px auto 60px;
}

.section-10 .layout-cell-1 {
  min-height: 590px;
  pointer-events: auto;
  background-image: none;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-10 .container-layout-1 {
  padding: 0 50px 50px;
}

.section-10 .image-1 {
  height: 682px;
  margin-top: -92px;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-10 .layout-cell-2 {
  min-height: 597px;
  pointer-events: auto;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background-image: none;
}

.section-10 .container-layout-2 {
  padding: 30px 40px;
}

.section-10 .text-1 {
  margin: 0;
}

.section-10 .text-2 {
  margin: 30px 0 0;
}

.section-10 .btn-1 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px auto 0 0;
}

@media (max-width: 1199px) {
  .section-10 .sheet-1 {
    min-height: 705px;
  }

  .section-10 .layout-wrap-1 {
    margin-top: 130px;
    margin-bottom: -73px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-10 .layout-cell-1 {
    min-height: 517px;
  }

  .section-10 .image-1 {
    height: 537px;
    margin-top: -73px;
  }

  .section-10 .layout-cell-2 {
    min-height: 517px;
  }
}

@media (max-width: 991px) {
  .section-10 .sheet-1 {
    min-height: 633px;
  }

  .section-10 .layout-wrap-1 {
    margin-top: 110px;
    margin-bottom: 60px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-10 .layout-cell-1 {
    min-height: 463px;
  }

  .section-10 .container-layout-1 {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .section-10 .image-1 {
    height: 478px;
    margin-top: -45px;
  }

  .section-10 .layout-cell-2 {
    min-height: 100px;
  }

  .section-10 .container-layout-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .section-10 .sheet-1 {
    min-height: 1128px;
  }

  .section-10 .layout-cell-1 {
    min-height: 660px;
  }

  .section-10 .image-1 {
    height: 676px;
  }

  .section-10 .container-layout-2 {
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .section-10 .sheet-1 {
    min-height: 902px;
  }

  .section-10 .layout-wrap-1 {
    margin-top: 100px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-10 .layout-cell-1 {
    min-height: 375px;
  }

  .section-10 .image-1 {
    height: 390px;
  }

  .section-10 .container-layout-2 {
    padding-right: 30px;
  }
}.section-11 .sheet-1 {
  min-height: 718px;
}

.section-11 .layout-wrap-1 {
  pointer-events: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-11 .layout-cell-1 {
  min-height: 588px;
  pointer-events: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-1 {
  padding: 30px 30px 30px 0;
}

.section-11 .text-1 {
  margin: 0;
}

.section-11 .text-2 {
  text-align: left;
  margin: 20px 0 0;
}

.section-11 .text-3 {
  font-style: italic;
  font-size: 1rem;
  margin: 30px auto 0 0;
}

.section-11 .btn-1 {
  border-style: solid;
  font-weight: 400;
  font-style: italic;
  padding: 0;
}

.section-11 .btn-2 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px auto 0 0;
}

.section-11 .layout-cell-2 {
  min-height: 588px;
  pointer-events: auto;
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-2 {
  padding: 0 0 30px;
}

.section-11 .list-1 {
  width: 710px;
  grid-template-rows: repeat(1, auto);
  grid-auto-rows: 100%;
  margin: 16px auto 0;
}

.section-11 .repeater-1 {
  grid-template-columns: repeat(2, calc(50% - 11px));
  min-height: 522px;
  grid-auto-columns: calc(50% - 11px);
  --gap: 22px;
}

.section-11 .list-item-1 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-3 {
  padding: 30px;
}

.section-11 .image-1 {
  height: 357px;
  object-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  width: 357px;
  margin: 0;
}

.section-11 .text-4 {
  font-weight: 700;
  margin: 21px auto 0;
}

.section-11 .text-5 {
  margin: 17px 0 0;
}

.section-11 .list-item-2 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-4 {
  padding: 30px;
}

.section-11 .image-2 {
  height: 357px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  object-position: 50% 50%;
  width: 357px;
  margin: 0;
}

.section-11 .text-6 {
  font-weight: 700;
  margin: 21px auto 0;
}

.section-11 .text-7 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin: 17px 0 0;
}

.section-11 .list-item-3 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-5 {
  padding: 30px;
}

.section-11 .image-3 {
  height: 357px;
  object-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  width: 357px;
  margin: 0;
}

.section-11 .text-8 {
  font-weight: 700;
  margin: 21px auto 0;
}

.section-11 .text-9 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin: 17px 0 0;
}

.section-11 .list-item-4 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-6 {
  padding: 30px;
}

.section-11 .image-4 {
  height: 357px;
  object-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  width: 357px;
  margin: 0;
}

.section-11 .text-10 {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  margin: 21px auto 0;
}

.section-11 .text-11 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin: 17px 0 0;
}

.section-11 .list-item-5 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-7 {
  padding: 30px;
}

.section-11 .image-5 {
  height: 357px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  object-position: 50% 50%;
  width: 357px;
  margin: 0;
}

.section-11 .text-12 {
  font-weight: 700;
  margin: 21px auto 0;
}

.section-11 .text-13 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin: 17px 0 0;
}

.section-11 .list-item-6 {
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.section-11 .container-layout-8 {
  padding: 30px;
}

.section-11 .image-6 {
  height: 357px;
  object-position: 50% 50%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  width: 357px;
  margin: 0;
}

.section-11 .text-14 {
  font-weight: 700;
  margin: 21px auto 0;
}

.section-11 .text-15 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin: 17px 0 0;
}

.section-11 .gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
}

.section-11 .gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1199px) {
  .section-11 .sheet-1 {
    min-height: 649px;
  }

  .section-11 .layout-cell-1 {
    min-height: 485px;
  }

  .section-11 .layout-cell-2 {
    min-height: 529px;
  }

  .section-11 .list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-11 .repeater-1 {
    min-height: 474px;
    grid-gap: 22px;
  }

  .section-11 .image-1 {
    height: 309px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-11 .image-2 {
    height: 309px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-11 .image-3 {
    height: 309px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-11 .image-4 {
    height: 309px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-11 .image-5 {
    height: 309px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-11 .image-6 {
    height: 309px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

@media (max-width: 991px) {
  .section-11 .sheet-1 {
    min-height: 264px;
  }

  .section-11 .layout-cell-1 {
    min-height: 100px;
  }

  .section-11 .container-layout-1 {
    padding-left: 30px;
  }

  .section-11 .text-1 {
    width: auto;
  }

  .section-11 .text-2 {
    width: auto;
  }

  .section-11 .text-3 {
    margin-left: auto;
  }

  .section-11 .btn-2 {
    margin-left: auto;
  }

  .section-11 .layout-cell-2 {
    min-height: 100px;
  }

  .section-11 .image-1 {
    height: 360px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .image-2 {
    height: 360px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .image-3 {
    height: 360px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .image-4 {
    height: 360px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .image-5 {
    height: 360px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .image-6 {
    height: 360px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }
}

@media (max-width: 767px) {
  .section-11 .sheet-1 {
    min-height: 364px;
  }

  .section-11 .container-layout-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-11 .repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .section-11 .image-1 {
    height: 526px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .image-2 {
    height: 526px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .text-7 {
    font-size: 1rem;
  }

  .section-11 .image-3 {
    height: 526px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .text-9 {
    font-size: 1rem;
  }

  .section-11 .image-4 {
    height: 526px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .text-11 {
    font-size: 1rem;
  }

  .section-11 .image-5 {
    height: 526px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .text-13 {
    font-size: 1rem;
  }

  .section-11 .image-6 {
    height: 526px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .text-15 {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .section-11 .repeater-1 {
    grid-auto-columns: 100%;
  }

  .section-11 .container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 .image-1 {
    height: 340px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 .image-2 {
    height: 340px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 .image-3 {
    height: 340px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 .image-4 {
    height: 340px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .container-layout-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 .image-5 {
    height: 340px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .section-11 .container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 .image-6 {
    height: 340px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }
} .section-12 {
  background-image: none;
}

.section-12 .sheet-1 {
  min-height: 728px;
}

.section-12 .layout-wrap-1 {
  margin: 60px 0;
}

.section-12 .layout-cell-1 {
  min-height: 608px;
}

.section-12 .container-layout-1 {
  padding: 30px;
}

.section-12 .text-1 {
  margin: 0 auto 0 0;
}

.section-12 .text-2 {
  margin: 34px 0 0;
}

.section-12 .btn-1 {
  margin: 37px auto 0 0;
}

.section-12 .layout-cell-2 {
  min-height: 608px;
}

.section-12 .container-layout-2 {
  padding: 30px 0;
}

.section-12 .list-1 {
  grid-template-rows: repeat(1, auto);
  width: 633px;
  margin: 0 auto;
}

.section-12 .repeater-1 {
  grid-auto-columns: 33.3333%;
  grid-template-columns: repeat(3, 33.3333%);
  min-height: 528px;
  --gap: 0px;
}

.section-12 .container-layout-3 {
  padding: 21px 30px 19px;
}

.section-12 .icon-1 {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 0;
}

.section-12 .container-layout-4 {
  padding: 21px 30px 19px;
}

.section-12 .icon-2 {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 0;
}

.section-12 .container-layout-5 {
  padding: 21px 30px 19px;
}

.section-12 .icon-3 {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 0;
}

.section-12 .container-layout-6 {
  padding: 21px 30px 19px;
}

.section-12 .icon-4 {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 0;
}

.section-12 .container-layout-7 {
  padding: 21px 30px 19px;
}

.section-12 .icon-5 {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 0;
}

.section-12 .container-layout-8 {
  padding: 21px 30px 19px;
}

.section-12 .icon-6 {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 0;
}

.section-12 .container-layout-9 {
  padding: 0 30px;
}

.section-12 .icon-7 {
  width: 135px;
  height: 135px;
  margin: 29px auto 0;
  padding: 0;
}

.section-12 .container-layout-10 {
  padding: 0 30px;
}

.section-12 .icon-8 {
  width: 135px;
  height: 135px;
  margin: 29px auto 0;
  padding: 0;
}

.section-12 .container-layout-11 {
  padding: 0 30px;
}

.section-12 .icon-9 {
  width: 135px;
  height: 135px;
  margin: 29px auto 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .section-12 .sheet-1 {
    min-height: 637px;
  }

  .section-12 .layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .section-12 .layout-cell-1 {
    min-height: 517px;
  }

  .section-12 .layout-cell-2 {
    min-height: 517px;
  }

  .section-12 .list-1 {
    width: 519px;
  }

  .section-12 .repeater-1 {
    grid-auto-columns: 33.333333333333336%;
    min-height: 448px;
    grid-gap: 0px;
  }

  .section-12 .icon-1 {
    width: 107px;
    height: 107px;
  }

  .section-12 .icon-2 {
    width: 107px;
    height: 107px;
  }

  .section-12 .icon-3 {
    width: 107px;
    height: 107px;
  }

  .section-12 .icon-4 {
    width: 107px;
    height: 107px;
  }

  .section-12 .icon-5 {
    width: 107px;
    height: 107px;
  }

  .section-12 .icon-6 {
    width: 107px;
    height: 107px;
  }

  .section-12 .container-layout-9 {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .section-12 .icon-7 {
    width: 107px;
    height: 107px;
    margin-top: 0;
  }

  .section-12 .container-layout-10 {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .section-12 .icon-8 {
    width: 107px;
    height: 107px;
    margin-top: 0;
  }

  .section-12 .container-layout-11 {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .section-12 .icon-9 {
    width: 107px;
    height: 107px;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .section-12 .sheet-1 {
    min-height: 894px;
  }

  .section-12 .layout-cell-1 {
    min-height: 100px;
  }

  .section-12 .text-1 {
    margin-left: auto;
  }

  .section-12 .text-2 {
    width: auto;
  }

  .section-12 .btn-1 {
    margin-left: auto;
  }

  .section-12 .layout-cell-2 {
    min-height: 546px;
  }

  .section-12 .list-1 {
    width: 619px;
    margin-top: 6px;
  }

  .section-12 .repeater-1 {
    grid-auto-columns: 33.3333%;
    min-height: 475px;
  }
}

@media (max-width: 767px) {
  .section-12 .sheet-1 {
    min-height: 802px;
  }

  .section-12 .container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-12 .layout-cell-2 {
    min-height: 903px;
  }

  .section-12 .list-1 {
    margin-top: 0;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .section-12 .repeater-1 {
    grid-auto-columns: 50%;
    grid-template-columns: repeat(2, 50%);
    min-height: 838px;
  }

  .section-12 .container-layout-3 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-1 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-4 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-2 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-5 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-3 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-6 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-4 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-7 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-5 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-8 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-6 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-9 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-7 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-10 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-8 {
    width: 134px;
    height: 134px;
  }

  .section-12 .container-layout-11 {
    padding: 17px 10px 15px;
  }

  .section-12 .icon-9 {
    width: 134px;
    height: 134px;
  }
}

@media (max-width: 575px) {
  .section-12 .sheet-1 {
    min-height: 589px;
  }

  .section-12 .layout-cell-2 {
    min-height: 569px;
  }

  .section-12 .repeater-1 {
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
  }
} .section-13 {
  background-image: none;
  min-height: 811px;
}

.section-13 .shape-1 {
  height: 532px;
  margin-top: 60px;
  margin-bottom: 0;
}

.section-13 .layout-wrap-1 {
  width: 1140px;
  margin: -591px auto 1px;
}

.section-13 .layout-cell-1 {
  min-height: 677px;
}

.section-13 .container-layout-1 {
  padding: 50px 30px 30px;
}

.section-13 .list-1 {
  grid-auto-rows: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-13 .repeater-1 {
  grid-template-columns: repeat(1, 100%);
  min-height: 397px;
  grid-auto-columns: 100%;
  --gap: 0px;
}

.section-13 .list-item-1 {
  background-image: none;
}

.section-13 .container-layout-2 {
  padding: 20px 30px;
}

.section-13 .text-1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}

.section-13 .icon-1 {
  margin-right: 5px;
}

.section-13 .text-2 {
  margin: 20px 0 0;
}

.section-13 .list-item-2 {
  background-image: none;
}

.section-13 .container-layout-3 {
  padding: 20px 30px;
}

.section-13 .text-3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}

.section-13 .icon-2 {
  font-size: 0.95em;
  margin-right: 5px;
}

.section-13 .text-4 {
  margin: 20px 0 0;
}

.section-13 .list-item-3 {
  background-image: none;
}

.section-13 .container-layout-4 {
  padding: 20px 30px;
}

.section-13 .text-5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
}

.section-13 .icon-3 {
  margin-right: 5px;
}

.section-13 .text-6 {
  margin: 20px 0 0;
}

.section-13 .btn-1 {
  padding: 0;
}

.section-13 .layout-cell-2 {
  min-height: 677px;
}

.section-13 .container-layout-5 {
  box-shadow: 5px 5px 30px 0 rgba(0,0,0,0.4);
  padding: 40px 30px;
}

.section-13 .form-1 {
  height: 588px;
  width: 499px;
  margin: 0 auto;
}

.section-13 .text-7 {
  margin-left: 0;
}

.section-13 .form-group-5 {
  margin-left: 0;
}

.section-13 .btn-2 {
  background-image: none;
  padding: 0;
}

.section-13 .btn-3 {
  letter-spacing: 0px;
  background-image: none;
  font-size: 1.25rem;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 0 12px;
}

@media (max-width: 1199px) {
   .section-13 {
    min-height: 692px;
  }

  .section-13 .layout-wrap-1 {
    width: 940px;
  }

  .section-13 .layout-cell-1 {
    min-height: 558px;
  }

  .section-13 .container-layout-1 {
    padding-left: 0;
  }

  .section-13 .repeater-1 {
    grid-template-columns: 100%;
    grid-gap: 0px;
  }

  .section-13 .layout-cell-2 {
    min-height: 558px;
  }

  .section-13 .form-1 {
    width: 397px;
  }
}

@media (max-width: 991px) {
   .section-13 {
    min-height: 1268px;
  }

  .section-13 .shape-1 {
    height: 644px;
  }

  .section-13 .layout-wrap-1 {
    width: 720px;
    margin-bottom: 60px;
  }

  .section-13 .layout-cell-1 {
    min-height: 100px;
  }

  .section-13 .container-layout-1 {
    padding-top: 30px;
  }

  .section-13 .layout-cell-2 {
    min-height: 618px;
  }

  .section-13 .container-layout-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-13 .form-1 {
    height: 532px;
    width: 511px;
  }
}

@media (max-width: 767px) {
   .section-13 {
    min-height: 334px;
  }

  .section-13 .layout-wrap-1 {
    width: 540px;
  }

  .section-13 .container-layout-1 {
    padding-right: 10px;
  }

  .section-13 .container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-13 .container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-13 .container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-13 .layout-cell-2 {
    min-height: 611px;
  }

  .section-13 .form-1 {
    height: 525px;
    width: 452px;
  }
}

@media (max-width: 575px) {
  .section-13 .layout-wrap-1 {
    width: 340px;
  }

  .section-13 .layout-cell-2 {
    min-height: 604px;
  }

  .section-13 .container-layout-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-13 .form-1 {
    height: 518px;
    width: 287px;
  }
} .section-14 {
  min-height: 500px;
}