.u-section-1 .u-sheet-1 {
  min-height: 0px;
}
.section-b .yazi-b{
  font-weight: 700;
  letter-spacing: 3px;
  margin: 6px 0 0;
}
* {
    box-sizing: border-box;
}
.responsive-image {
  width: 100%;
  display: block;
  margin-top: 20px;
}




.responsivea-banner {
  width: 100%;
  height: 400px; /* İstediğiniz yükseklik */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

/* Masaüstü görünümü (varsayılan) */
.responsivea-banner {
  background-image: url('images/enyuka/nisan1.png');
}

/* Mobil görünüm (768px altı) */
@media (max-width: 767px) {
  .responsivea-banner {
    background-image: url('images/enyuka/konusmaci1.png');
    height: 470px; /* Mobilde daha kısa olabilir */
    border-radius: 0; /* Kenar yuvarlaklığını kaldır */
    margin: 0 -15px; /* Kenarlara taşır */
    width: calc(100% + 30px);
  }
}


.responsiveb-banner {
  width: 100%;
  height: 400px; /* İstediğiniz yükseklik */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

/* Masaüstü görünümü (varsayılan) */
.responsiveb-banner {
  background-image: url('images/enyuka/nisan2.png');
}

/* Mobil görünüm (768px altı) */
@media (max-width: 767px) {
  .responsiveb-banner {
    background-image: url('images/enyuka/konusmaci2.png');
    height: 470px; /* Mobilde daha kısa olabilir */
    border-radius: 0; /* Kenar yuvarlaklığını kaldır */
    margin: 0 -15px; /* Kenarlara taşır */
    width: calc(100% + 30px);
  }
}

.responsivec-banner {
  display: none;
}

/* Mobil görünüm (768px altı) */
@media (max-width: 767px) {
  .responsivec-banner {
    display: block;
    background-image: url('images/enyuka/gun1.png');
    height: 631px; /* Mobilde daha kısa olabilir */
    border-radius: 0; /* Kenar yuvarlaklığını kaldır */
    margin: 10px -12px; /* Kenarlara taşır */
    width: calc(100% + 14px);
  }
}


.responsived-banner {
  display: none;
}

/* Mobil görünüm (768px altı) */
@media (max-width: 767px) {
  .responsived-banner {
    display: block;
    background-image: url('images/enyuka/gun2.png');
    height: 680px; /* Mobilde daha kısa olabilir */
    border-radius: 0; /* Kenar yuvarlaklığını kaldır */
    margin: 5px -12px; /* Kenarlara taşır */
    width: calc(100% + 13px);
  }
}



.responsivef-banner {
  width: 100%;
  height: 500px; /* İstediğiniz yükseklik */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

/* Masaüstü görünümü (varsayılan) */
.responsivef-banner {
  background-image: url('images/enyuka/sponsor.png');
}

/* Mobil görünüm (768px altı) */
@media (max-width: 767px) {
  .responsivef-banner {
    background-image: url('images/enyuka/sponsor.png');
    height: 170px; /* Mobilde daha kısa olabilir */
    border-radius: 0; /* Kenar yuvarlaklığını kaldır */
    margin: 0 -15px; /* Kenarlara taşır */
    width: calc(100% + 30px);
  }
}

.responsiveg-banner {
  width: 100%;
  height: 550px; /* İstediğiniz yükseklik */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

/* Masaüstü görünümü (varsayılan) */
.responsiveg-banner {
  background-image: url('images/enyuka/destek.png');
}

/* Mobil görünüm (768px altı) */
@media (max-width: 767px) {
  .responsiveg-banner {
    background-image: url('images/enyuka/destek.png');
    height: 170px; /* Mobilde daha kısa olabilir */
    border-radius: 0; /* Kenar yuvarlaklığını kaldır */
    margin: 0 -15px; /* Kenarlara taşır */
    width: calc(100% + 30px);
  }
}









.responsive-image {
  width: 100%;
  height: auto; /* Resmin orantılı olarak ölçeklenmesini sağlar */
  display: block;
  margin-top: 20px;
}

.responsive-image {
  width: 100%;
  height: auto; /* Resmin orantılı olarak ölçeklenmesini sağlar */
  display: block;
  margin-top: 20px;
  content: url('images/enyuka/ustyeni.png'); /* Varsayılan resim */
}

/* Tablet görünümü için (örneğin, maksimum 1024px genişlik) */
@media (max-width: 1024px) {
  .responsive-image {
    content: url('images/enyuka/altyeni.png');
    width: 100%; /* Resmin genişliği ekrana sığacak şekilde ayarlanır */
    height: auto; /* Yükseklik otomatik olarak ayarlanır */
  }
}

/* Mobil görünümü için (örneğin, maksimum 768px genişlik) */
@media (max-width: 768px) {
  .responsive-image {
    content: url('images/enyuka/altyeni.png');
    width: 100%; /* Resmin genişliği ekrana sığacak şekilde ayarlanır */
    height: auto; /* Yükseklik otomatik olarak ayarlanır */
    max-width: 100%; /* Resmin taşmasını engeller */
  }
}
.kodlayiruk-slider {
    max-width: 52em;
    position: relative;
    margin: auto;
}

.slide {
    display: none;
}

.slide-image {
    width: 100%;
    height: 27em; 
    object-fit: cover;
}
.slide-imagea {
  width: 100%;
  height: 30em; 
  object-fit: cover;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from { opacity: .4 } 
    to { opacity: 1 }
}

/* Mobil cihazlar için uyumluluk */
@media only screen and (max-width: 768px) {
    .kodlayiruk-slider {
        max-width: 100%;
    }

    .slide-image {
        height: 15em; /* Mobil için daha küçük resim yüksekliği */
    }
    .slide-imagea {
      height: 15em; /* Mobil için daha küçük resim yüksekliği */
  }

    .prev, .next {
        padding: 8px; /* Butonları küçültün */
        font-size: 12px;
    }

    .dot {
        height: 10px;
        width: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .slide-image {
        height: 12em; /* Daha küçük ekranlar için daha küçük resim yüksekliği */
    }
    .slide-imagea {
      height: 13em; /* Daha küçük ekranlar için daha küçük resim yüksekliği */
  }

    .prev, .next {
        font-size: 10px;
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next {
        font-size: 11px;
    }
}




.loader-container {
  width: 80%;
  height: 80px;
  background-color: #ddd;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin: 20px auto 200px; /* Ortalamak için */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); /* Gölge ekleme */
}

.loader-bar {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  border-radius: 15px 0 0 15px;
  transition: width 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.loader-text {
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 2em;
}

@media only screen and (max-width: 768px) {
  .loader-container {
    width: 92%;
    height: 80px;
    background-color: #ddd;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 15px auto 100px; /* Ortalamak için */
  }
  .loader-text {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 480px) {
  .loader-container {
    width: 92%;
    height: 80px;
    background-color: #ddd;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 15px auto 100px; /* Ortalamak için */
  }
  .loader-text {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 300px) {
  .loader-container {
    width: 92%;
    height: 80px;
    background-color: #ddd;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 15px auto 100px; /* Ortalamak için */
  }
  .loader-text {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
  }
}





.u-section-1 .u-text-1 {
  letter-spacing: 7px;
  line-height: 1.2;
  font-size: 6.375rem;
  font-weight: 700;
  margin: 30px auto 0;
}
.section-a .yazi-a {
  letter-spacing: 7px;
  line-height: 1.2;
  font-size: 5.375rem;
  font-weight: 700;
  margin: 30px auto 5px;
}
.ayaz{
  font-size: 1.675rem;
  color: black;
  text-align: center;
}
.ayazb{
  font-size: 1.175rem;
  color: black;
  text-align: center;
}
@media (max-width: 575px){
  .ayazb{
    font-size: 0.905rem;
    color: black;
    text-align: center;
  }
}
.u-section-1 .u-group-1 {
  width: 711px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 70px;
  margin: 2px 200px 17px auto;
}

.u-section-1 .u-container-layout-1 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-section-1 .u-text-2 {
  font-size: 2.25rem;
  margin: 7px 0 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 285px;
  }

  .u-section-1 .u-text-1 {
    font-size: 6rem;
    width: auto;
    margin-top: 80px;
  }

  .u-section-1 .u-group-1 {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 207px;
  }

  .u-section-1 .u-text-1 {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 241px;
  }

  .u-section-1 .u-text-1 {
    font-size: 4.5rem;
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .section-a .yazi-a {
    font-size: 2.4rem;
    margin-top: 35px;
    margin-bottom: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
  }

  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-2 {
    font-size: 1.75rem;
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 50px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 20px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-1 .u-group-1 {
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    line-height: 1.12;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 821px;
}

.u-section-2 .u-group-elements-1 {
  width: 354px;
  min-height: 1157px;
  height: auto;
  margin: -57px -214px 0 auto;
}

.u-section-2 .u-group-elements-2 {
  min-height: 1157px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-2 .u-rotation-parent-1 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -1008px auto 0 0;
}

.u-section-2 .u-shape-1 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-2 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -84px auto 0 0;
}

.u-section-2 .u-shape-2 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-3 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -82px auto 0 0;
}

.u-section-2 .u-shape-3 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-4 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -271px auto 0 83px;
}

.u-section-2 .u-shape-4 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-5 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -569px auto 0 135px;
}

.u-section-2 .u-shape-5 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-6 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -516px auto 0 135px;
}

.u-section-2 .u-shape-6 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-7 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -517px auto 0 135px;
}

.u-section-2 .u-shape-7 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-8 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -514px auto 0 136px;
}

.u-section-2 .u-shape-8 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-9 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: 401px auto 0 136px;
}

.u-section-2 .u-shape-9 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-rotation-parent-10 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -1162px auto 0 136px;
}

.u-section-2 .u-shape-10 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.u-section-2 .u-group-elements-3 {
  width: 489px;
  min-height: 1156px;
  height: auto;
  margin: -1157px auto 0 -344px;
}

.u-section-2 .u-rotation-parent-11 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: 133px 0 0 auto;
}

.u-section-2 .u-shape-11 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-12 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -84px 0 0 auto;
}

.u-section-2 .u-shape-12 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-13 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -90px 0 0 auto;
}

.u-section-2 .u-shape-13 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-14 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -888px auto 0 26px;
}

.u-section-2 .u-shape-14 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-15 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -219px auto 0 0;
}

.u-section-2 .u-shape-15 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-16 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -248px auto 0 0;
}

.u-section-2 .u-shape-16 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-17 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -192px auto 0 0;
}

.u-section-2 .u-shape-17 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-18 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -249px auto 0 0;
}

.u-section-2 .u-shape-18 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-19 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -189px auto 0 1px;
}

.u-section-2 .u-shape-19 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-rotation-parent-20 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -1156px auto 0 1px;
}

.u-section-2 .u-shape-20 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.u-section-2 .u-text-1 {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  width: 735px;
  margin: -797px auto 0;
}

.u-section-2 .u-text-2 {
  letter-spacing: 11px;
  font-size: 3.75rem;
  width: 668px;
  margin: 217px auto 0;
}

.u-section-2 .u-rotation-parent-21 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: 29px auto 0 241px;
}

.u-section-2 .u-shape-21 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.u-section-2 .u-rotation-parent-22 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -354px 222px 0 323px;
}

.u-section-2 .u-shape-22 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  margin-left: 241px;
  margin-right: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.u-section-2 .u-rotation-parent-23 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -1191px auto 0 203px;
}

.u-section-2 .u-shape-23 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  margin-left: auto;
  margin-right: 222px;
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

.u-section-2 .u-rotation-parent-24 {
  animation-timing-function: ease;
  width: 354px;
  height: 354px;
  margin: -353px 263px 60px auto;
}

.u-section-2 .u-shape-24 {
  width: 250px;
  height: 250px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
  margin-left: auto;
  margin-right: 20px;
}

.u-section-2 .u-text-3 {
  letter-spacing: 3px;
  width: auto;
  font-size: 1rem;
  margin: 316px 0 60px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-1 {
    font-size: 3.375rem;
  }

  .u-section-2 .u-text-2 {
    font-size: 3.375rem;
  }

  .u-section-2 .u-rotation-parent-23 {
    margin-top: -1192px;
  }

  .u-section-2 .u-rotation-parent-24 {
    margin-top: -354px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-text-1 {
    font-size: 3rem;
    width: auto;
    margin-top: -773px;
    margin-left: 29px;
    margin-right: 29px;
  }

  .u-section-2 .u-text-2 {
    font-size: 3rem;
    margin-top: 193px;
  }

  .u-section-2 .u-rotation-parent-22 {
    margin-right: 133px;
    margin-left: 234px;
  }

  .u-section-2 .u-rotation-parent-24 {
    margin-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1197px;
  }

  .u-section-2 .u-text-1 {
    font-size: 3.75rem;
    margin-top: 367px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 113px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-rotation-parent-21 {
    width: 307px;
    height: 307px;
    margin-top: 125px;
    margin-left: 0;
  }

  .u-section-2 .u-shape-21 {
    width: 217px;
    height: 217px;
  }

  .u-section-2 .u-rotation-parent-22 {
    width: 307px;
    height: 307px;
    margin-top: -307px;
    margin-right: 4px;
    margin-left: -12px;
  }

  .u-section-2 .u-shape-22 {
    width: 217px;
    height: 217px;
  }

  .u-section-2 .u-rotation-parent-23 {
    width: 307px;
    height: 307px;
    margin-top: -1250px;
    margin-right: 0;
    margin-left: auto;
  }

  .u-section-2 .u-shape-23 {
    width: 217px;
    height: 217px;
  }

  .u-section-2 .u-rotation-parent-24 {
    width: 307px;
    height: 307px;
    margin: -307px auto 60px 0;
  }

  .u-section-2 .u-shape-24 {
    width: 217px;
    height: 217px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 896px;
  }

  .u-section-2 .u-text-1 {
    font-size: 2.625rem;
    margin-top: 270px;
  }

  .u-section-2 .u-text-2 {
    margin-top: 31px;
  }

  .u-section-2 .u-rotation-parent-21 {
    width: 194px;
    height: 194px;
    margin-top: 229px;
  }

  .u-section-2 .u-shape-21 {
    width: 137px;
    height: 137px;
  }

  .u-section-2 .u-rotation-parent-22 {
    width: 194px;
    height: 194px;
    margin-top: -194px;
    margin-right: 2px;
    margin-left: -97px;
  }

  .u-section-2 .u-shape-22 {
    width: 137px;
    height: 137px;
  }

  .u-section-2 .u-rotation-parent-23 {
    width: 194px;
    height: 194px;
    margin-top: -865px;
  }

  .u-section-2 .u-shape-23 {
    width: 137px;
    height: 137px;
  }

  .u-section-2 .u-rotation-parent-24 {
    width: 194px;
    height: 194px;
    margin-top: -194px;
    margin-bottom: 0;
  }

  .u-section-2 .u-shape-24 {
    width: 137px;
    height: 137px;
  }

  .u-section-2 .u-text-3 {
    font-size: 2.375rem;
    margin-top: 324px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 917px;
}

.u-section-3 .u-text-1 {
  font-weight: 700;
  font-size: 3rem;
  width: 601px;
  margin: 217px auto 0;
}

.u-section-3 .u-text-2 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 1px;
  width: 601px;
  margin: 13px auto 0;
}

.u-section-3 .u-group-elements-1 {
  width: 590px;
  min-height: 85px;
  height: auto;
  margin: 24px auto 0;
}

.u-section-3 .u-shape-1 {
  width: 425px;
  height: 85px;
  margin: 0 0 0 auto;
}

.u-section-3 .u-shape-2 {
  width: 425px;
  height: 85px;
  margin: -85px auto 0 0;
}

.u-section-3 .u-countdown-1 {
  margin: 164px auto 60px;
  padding: 32px 74px;
}

.u-section-3 .u-countdown-counter-1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-label-1 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.u-section-3 .u-countdown-separator-1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-counter-2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-label-2 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.u-section-3 .u-countdown-separator-2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-counter-3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-label-3 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.u-section-3 .u-countdown-separator-3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-counter-4 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-label-4 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.u-section-3 .u-countdown-separator-4 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-counter-5 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-label-5 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.u-section-3 .u-countdown-separator-5 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-counter-6 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.u-section-3 .u-countdown-label-6 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 919px;
  }

  .u-section-3 .u-text-1 {
    margin-top: 220px;
  }

  .u-section-3 .u-countdown-1 {
    padding: 50px 102px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 863px;
  }

  .u-section-3 .u-text-1 {
    margin-top: 164px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 651px;
  }

  .u-section-3 .u-text-1 {
    width: auto;
    margin-top: 13px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-3 .u-text-2 {
    width: 540px;
  }

  .u-section-3 .u-group-elements-1 {
    margin-top: 13px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-shape-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-shape-2 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-3 .u-countdown-1 {
    margin-top: 187px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 654px;
  }

  .u-section-3 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 4px;
  }

  .u-section-3 .u-text-2 {
    width: 340px;
  }

  .u-section-3 .u-countdown-1 {
    margin-top: 139px;
    padding-left: 34px;
    padding-right: 34px;
  }
}.u-section-4 .u-sheet-1 {
  min-height: 370px;
}

.u-section-4 .u-group-1 {
  width: 800px;
  min-height: 262px;
  height: auto;
  --radius: 9px;
  margin: 22px auto 0;
}

.u-section-4 .u-container-layout-1 {
  padding: 30px;
}

.u-section-4 .u-text-1 {
  font-size: 3rem;
  margin: 1px 0 0;
}

.u-section-4 .u-btn-1 {
  --radius: 6px;
  font-weight: 700;
  font-size: 2.25rem;
  background-image: none;
  box-shadow: 0px 0px 22px 1px rgba(150,120,51,0.95);
  margin: 32px auto 0;
  padding: 8px 33px;
}

@media (max-width: 1199px) {
  .u-section-4 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-group-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-group-1 {
    width: 540px;
    margin-bottom: 60px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-group-1 {
    width: 340px;
  }

  .u-section-4 .u-text-1 {
    font-size: 1.5rem;
  }
}.u-section-5 .u-sheet-1 {
  /*min-height: 3291px;*/
}

.u-section-5 .u-group-1 {
  width: 645px;
  --radius: 50px;
  height: auto;
  min-height: 55px;
  margin: 0 auto 0 248px;
}

.u-section-5 .u-container-layout-1 {
  padding-left: 22px;
  padding-right: 22px;
}

.u-section-5 .u-text-1 {
  letter-spacing: 7px;
  font-weight: 700;
  margin: 6px 0 0;
}

.u-section-5 .u-text-2 {
  font-size: 1.5rem;
  margin: 12px 36px 0;
}

.u-section-5 .u-group-2 {
  width: 932px;
  --radius: 50px;
  height: auto;
  min-height: 55px;
  margin: 78px auto 0 -267px;
}

.u-section-5 .u-container-layout-2 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-5 .u-text-3 {
  letter-spacing: 7px;
  font-weight: 700;
  margin: 0 23px 0 270px;
}

.u-section-5 .u-text-4 {
  background-image: none;
  font-size: 1.5rem;
  margin: 37px 36px 0;
}

.u-section-5 .u-group-3 {
  width: 932px;
  --radius: 50px;
  height: auto;
  min-height: 55px;
  margin: 63px -267px 0 auto;
}

.u-section-5 .u-container-layout-3 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-5 .u-text-5 {
  letter-spacing: 7px;
  font-weight: 700;
  margin: 0 270px 0 23px;
}

.u-section-5 .u-group-4 {
  width: 234px;
  --radius: 50px;
  height: auto;
  min-height: 161px;
  margin: 63px auto 0 0;
}

.u-section-5 .u-container-layout-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-section-5 .u-text-6 {
  font-size: 2rem;
  margin: 0 auto 0 0;
}

.u-section-5 .u-group-5 {
  width: 234px;
  --radius: 50px;
  height: auto;
  min-height: 161px;
  margin: -161px auto 0 297px;
}

.u-section-5 .u-container-layout-5 {
  padding: 0 16px;
}

.u-section-5 .u-text-7 {
  font-size: 2.25rem;
  margin: 0 auto;
}

.u-section-5 .u-group-6 {
  width: 234px;
  --radius: 50px;
  height: auto;
  min-height: 161px;
  margin: -161px 306px 0 auto;
}

.u-section-5 .u-container-layout-6 {
  padding: 0;
}

.u-section-5 .u-text-8 {
  font-size: 2.25rem;
  margin: 0 auto;
}

.u-section-5 .u-group-7 {
  width: 234px;
  --radius: 50px;
  height: auto;
  min-height: 161px;
  margin: -161px 0 0 auto;
}

.u-section-5 .u-container-layout-7 {
  padding: 0 11px;
}

.u-section-5 .u-text-9 {
  font-size: 1.875rem;
  margin: 0;
}

.u-section-5 .u-text-10 {
  font-size: 1.5rem;
  margin: 79px 138px 0 79px;
}

.u-section-5 .u-group-8 {
  width: 932px;
  --radius: 50px;
  height: auto;
  min-height: 55px;
  margin: 69px auto 0 -267px;
}

.u-section-5 .u-container-layout-8 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-5 .u-text-11 {
  letter-spacing: 7px;
  font-weight: 700;
  margin: 0 23px 0 270px;
}

.u-section-5 .u-list-1 {
  grid-template-rows: repeat(1, auto);
  margin-top: 42px;
  margin-bottom: 0;
}

.u-section-5 .u-repeater-1 {
  grid-auto-columns: calc(25% - 7.5px);
  grid-template-columns: repeat(4, calc(25% - 7.5px));
  min-height: 261px;
  grid-gap: 10px;
}

.u-section-5 .u-list-item-1 {
  --radius: 50px;
}

.u-section-5 .u-container-layout-9 {
  padding: 30px;
}

.u-section-5 .u-text-12 {
  background-image: none;
  font-size: 3.75rem;
  font-weight: 700;
  margin: 0 auto;
}

.u-section-5 .u-text-13 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 23px 0 0;
}

.u-section-5 .u-list-item-2 {
  --radius: 50px;
}

.u-section-5 .u-container-layout-10 {
  padding: 30px;
}

.u-section-5 .u-text-14 {
  font-size: 3.75rem;
  font-weight: 700;
  background-image: none;
  margin: 0 auto;
}

.u-section-5 .u-text-15 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 23px 0 0;
}

.u-section-5 .u-list-item-3 {
  --radius: 50px;
}

.u-section-5 .u-container-layout-11 {
  padding: 30px;
}

.u-section-5 .u-text-16 {
  font-size: 3.75rem;
  font-weight: 700;
  background-image: none;
  margin: 0 auto;
}

.u-section-5 .u-text-17 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 23px 0 0;
}

.u-section-5 .u-list-item-4 {
  --radius: 50px;
}

.u-section-5 .u-container-layout-12 {
  padding: 30px;
}

.u-section-5 .u-text-18 {
  font-size: 3.75rem;
  font-weight: 700;
  background-image: none;
  margin: 0 auto;
}

.u-section-5 .u-text-19 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 23px 0 0;
}

.u-section-5 .u-group-9 {
  width: 932px;
  --radius: 50px;
  height: auto;
  min-height: 55px;
  margin: 103px -267px 0 auto;
}

.u-section-5 .u-container-layout-13 {
  padding-left: 0;
  padding-right: 0;
}

.u-section-5 .u-text-20 {
  letter-spacing: 7px;
  font-weight: 700;
  margin: 0 270px 0 23px;
}

.u-section-5 .u-table-1 {
  margin-top: 38px;
  margin-bottom: 0;
}

.u-section-5 .u-table-header-1 {
  font-weight: 700;
  background-image: none;
  font-size: 1.875rem;
}

.u-section-5 .u-table-body-1 {
  font-size: 1.875rem;
}

.u-section-5 .u-group-10 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 66px;
  margin: -906px auto 0 79px;
}

.u-section-5 .u-container-layout-14 {
  padding: 15px 22px;
}

.u-section-5 .u-text-21 {
  font-size: 1.875rem;
  margin: 0;
}

.u-section-5 .u-group-11 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 32px auto 0 84px;
}

.u-section-5 .u-container-layout-15 {
  padding: 14px 26px;
}

.u-section-5 .u-text-22 {
  font-size: 1.875rem;
  margin: 0;
}

.u-section-5 .u-group-12 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 32px auto 0 79px;
}

.u-section-5 .u-container-layout-16 {
  padding: 12px 25px;
}

.u-section-5 .u-text-23 {
  font-size: 1.875rem;
  margin: 5px 0 -18px;
}

.u-section-5 .u-group-13 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 32px auto 0 79px;
}

.u-section-5 .u-container-layout-17 {
  padding: 15px 22px;
}

.u-section-5 .u-text-24 {
  font-size: 1.875rem;
  margin: 0 0 -15px;
}

.u-section-5 .u-group-14 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 12px auto 0 84px;
}

.u-section-5 .u-container-layout-18 {
  padding: 12px 25px;
}

.u-section-5 .u-text-25 {
  font-size: 1.875rem;
  margin: 5px 0 -18px;
}

.u-section-5 .u-group-15 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 12px auto 0 84px;
}

.u-section-5 .u-container-layout-19 {
  padding: 15px 22px;
}

.u-section-5 .u-text-26 {
  font-size: 1.875rem;
  margin: 0 0 -15px;
}

.u-section-5 .u-group-16 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 32px auto 0 79px;
}

.u-section-5 .u-container-layout-20 {
  padding: 12px 25px;
}

.u-section-5 .u-text-27 {
  font-size: 1.875rem;
  margin: 5px 0 -18px;
}

.u-section-5 .u-group-17 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 31px auto 0 84px;
}

.u-section-5 .u-container-layout-21 {
  padding: 15px 22px;
}

.u-section-5 .u-text-28 {
  font-size: 1.875rem;
  margin: 0 0 -15px;
}

.u-section-5 .u-group-18 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 31px auto 0 79px;
}

.u-section-5 .u-container-layout-22 {
  padding: 12px 25px;
}

.u-section-5 .u-text-29 {
  font-size: 1.875rem;
  margin: 5px 0 -18px;
}

.u-section-5 .u-group-19 {
  width: 230px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 65px;
  margin: 35px auto 60px 79px;
}

.u-section-5 .u-container-layout-23 {
  padding: 15px 22px;
}

.u-section-5 .u-text-30 {
  font-size: 1.875rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    /*min-height: 3220px;*/
  }

  .u-section-5 .u-group-1 {
    margin-left: auto;
    height: auto;
  }

  .u-section-5 .u-text-2 {
    font-size: 1.375rem;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-group-2 {
    height: auto;
  }

  .u-section-5 .u-text-3 {
    letter-spacing: 5px;
  }

  .u-section-5 .u-text-4 {
    font-size: 1.375rem;
    width: auto;
    margin-right: 0;
    margin-left: 13px;
  }

  .u-section-5 .u-group-3 {
    height: auto;
  }

  .u-section-5 .u-text-5 {
    letter-spacing: 5px;
  }

  .u-section-5 .u-group-4 {
    width: 213px;
    min-height: 128px;
    height: auto;
  }

  .u-section-5 .u-text-6 {
    font-size: 1.75rem;
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
  }

  .u-section-5 .u-group-5 {
    width: 213px;
    min-height: 128px;
    margin-top: -128px;
    margin-left: 242px;
    height: auto;
  }

  .u-section-5 .u-container-layout-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .u-section-5 .u-group-6 {
    width: 213px;
    min-height: 128px;
    margin-top: -128px;
    margin-right: 243px;
    height: auto;
  }

  .u-section-5 .u-container-layout-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .u-section-5 .u-group-7 {
    width: 213px;
    min-height: 128px;
    margin-top: -122px;
    height: auto;
  }

  .u-section-5 .u-text-9 {
    font-size: 1.625rem;
    width: auto;
  }

  .u-section-5 .u-text-10 {
    font-size: 1.375rem;
    width: auto;
    margin-top: 51px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .u-section-5 .u-group-8 {
    margin-top: 89px;
    height: auto;
  }

  .u-section-5 .u-list-1 {
    margin-top: 81px;
  }

  .u-section-5 .u-repeater-1 {
    min-height: 219px;
  }

  .u-section-5 .u-text-13 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-text-15 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-text-17 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-text-19 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-group-9 {
    margin-top: 105px;
    height: auto;
  }

  .u-section-5 .u-table-1 {
    margin-top: 81px;
  }

  .u-section-5 .u-table-body-1 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-group-10 {
    min-height: 60px;
    margin-top: -900px;
    margin-left: 43px;
    height: auto;
  }

  .u-section-5 .u-container-layout-14 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .u-section-5 .u-text-21 {
    width: auto;
  }

  .u-section-5 .u-group-11 {
    min-height: 60px;
    margin-top: 37px;
    margin-left: 45px;
    height: auto;
  }

  .u-section-5 .u-container-layout-15 {
    padding: 0;
  }

  .u-section-5 .u-text-22 {
    width: auto;
    margin-top: 13px;
    margin-right: 21px;
    margin-left: 13px;
  }

  .u-section-5 .u-group-12 {
    min-height: 60px;
    margin-top: 40px;
    margin-left: 45px;
    height: auto;
  }

  .u-section-5 .u-container-layout-16 {
    padding-bottom: 0;
  }

  .u-section-5 .u-text-23 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-section-5 .u-group-13 {
    min-height: 60px;
    margin-left: 43px;
    height: auto;
  }

  .u-section-5 .u-container-layout-17 {
    padding-bottom: 8px;
  }

  .u-section-5 .u-group-14 {
    min-height: 60px;
    margin-top: 20px;
    margin-left: 45px;
    height: auto;
  }

  .u-section-5 .u-container-layout-18 {
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-25 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-section-5 .u-group-15 {
    min-height: 60px;
    margin-left: 40px;
    height: auto;
  }

  .u-section-5 .u-container-layout-19 {
    padding-bottom: 8px;
  }

  .u-section-5 .u-group-16 {
    min-height: 60px;
    margin-top: 39px;
    margin-left: 45px;
    height: auto;
  }

  .u-section-5 .u-container-layout-20 {
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-27 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-section-5 .u-group-17 {
    min-height: 60px;
    margin-top: 37px;
    margin-left: 45px;
    height: auto;
  }

  .u-section-5 .u-container-layout-21 {
    padding-bottom: 8px;
  }

  .u-section-5 .u-group-18 {
    min-height: 60px;
    margin-top: 37px;
    margin-left: 45px;
    height: auto;
  }

  .u-section-5 .u-container-layout-22 {
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-29 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-section-5 .u-group-19 {
    min-height: 60px;
    margin-top: 37px;
    margin-bottom: 9px;
    margin-left: 51px;
    height: auto;
  }

  .u-section-5 .u-container-layout-23 {
    padding-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
   /* min-height: 3171px;*/
  }

  .u-section-5 .u-text-4 {
    margin-left: 0;
  }

  .u-section-5 .u-group-4 {
    width: 153px;
    min-height: 97px;
  }

  .u-section-5 .u-container-layout-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .u-section-5 .u-text-6 {
    font-size: 1.25rem;
    margin-left: 1px;
    margin-right: 1px;
  }

  .u-section-5 .u-group-5 {
    width: 153px;
    min-height: 97px;
    margin-top: -97px;
    margin-left: 191px;
  }

  .u-section-5 .u-container-layout-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .u-section-5 .u-text-7 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-group-6 {
    width: 153px;
    min-height: 97px;
    margin-top: -97px;
    margin-right: 184px;
  }

  .u-section-5 .u-container-layout-6 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .u-section-5 .u-text-8 {
    font-size: 1.5rem;
  }

  .u-section-5 .u-group-7 {
    width: 153px;
    min-height: 97px;
    margin-top: -97px;
  }

  .u-section-5 .u-text-9 {
    font-size: 1.125rem;
  }

  .u-section-5 .u-text-10 {
    margin-top: 39px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-group-8 {
    margin-top: 56px;
  }

  .u-section-5 .u-list-1 {
    margin-top: 69px;
  }

  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px));
    min-height: 388px;
  }

  .u-section-5 .u-container-layout-9 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-12 {
    width: auto;
    margin-top: 20px;
  }

  .u-section-5 .u-text-13 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 5px;
  }

  .u-section-5 .u-container-layout-10 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-14 {
    width: auto;
    margin-top: 20px;
  }

  .u-section-5 .u-text-15 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 5px;
  }

  .u-section-5 .u-container-layout-11 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-16 {
    width: auto;
    margin-top: 20px;
  }

  .u-section-5 .u-text-17 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 5px;
  }

  .u-section-5 .u-container-layout-12 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .u-section-5 .u-text-18 {
    width: auto;
    margin-top: 20px;
  }

  .u-section-5 .u-text-19 {
    font-size: 1.875rem;
    width: auto;
    margin-top: 5px;
  }

  .u-section-5 .u-group-9 {
    margin-top: 91px;
    margin-right: -258px;
  }

  .u-section-5 .u-table-1 {
    margin-top: 78px;
  }

  .u-section-5 .u-group-10 {
    margin-top: -894px;
    margin-left: 7px;
  }

  .u-section-5 .u-group-11 {
    margin-top: 32px;
    margin-left: 6px;
  }

  .u-section-5 .u-text-22 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-5 .u-group-12 {
    min-height: 56px;
    margin-top: 38px;
    margin-left: 5px;
  }

  .u-section-5 .u-container-layout-16 {
    padding-bottom: 12px;
  }

  .u-section-5 .u-text-23 {
    margin-top: 12px;
  }

  .u-section-5 .u-group-13 {
    margin-top: 25px;
    margin-left: 5px;
  }

  .u-section-5 .u-group-14 {
    margin-top: 16px;
    margin-left: 4px;
  }

  .u-section-5 .u-group-15 {
    margin-top: 15px;
    margin-left: 3px;
  }

  .u-section-5 .u-group-16 {
    margin-top: 40px;
    margin-left: 5px;
  }

  .u-section-5 .u-group-17 {
    margin-top: 32px;
    margin-left: 6px;
  }

  .u-section-5 .u-group-18 {
    margin-top: 40px;
    margin-left: 5px;
  }

  .u-section-5 .u-group-19 {
    margin-top: 36px;
    margin-bottom: 60px;
    margin-left: 6px;
  }

  .u-section-5 .u-container-layout-23 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .u-section-5 .u-text-30 {
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
   /* min-height: 3875px;*/
  }

  .u-section-5 .u-group-1 {
    width: 540px;
  }

  .u-section-5 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-2 {
    width: 540px;
    margin-left: 0;
  }

  .u-section-5 .u-text-3 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-group-3 {
    width: 540px;
    margin-right: 0;
  }

  .u-section-5 .u-text-5 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-group-4 {
    margin-top: 61px;
    margin-left: 89px;
  }

  .u-section-5 .u-group-5 {
    margin-left: 298px;
  }

  .u-section-5 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-6 {
    margin-top: 19px;
    margin-right: auto;
    margin-left: 298px;
  }

  .u-section-5 .u-group-7 {
    margin-top: -95px;
    margin-right: auto;
    margin-left: 89px;
  }

  .u-section-5 .u-container-layout-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-text-10 {
    margin-top: 40px;
  }

  .u-section-5 .u-group-8 {
    width: 540px;
    margin-left: 0;
  }

  .u-section-5 .u-text-11 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-list-1 {
    margin-top: 47px;
  }

  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(100% + 0px);
    grid-template-columns: 100%;
    min-height: 836px;
  }

  .u-section-5 .u-container-layout-9 {
    padding: 0 10px 30px;
  }

  .u-section-5 .u-text-12 {
    margin-top: 21px;
  }

  .u-section-5 .u-text-13 {
    margin-top: 0;
  }

  .u-section-5 .u-container-layout-10 {
    padding: 0 10px 30px;
  }

  .u-section-5 .u-text-14 {
    margin-top: 21px;
  }

  .u-section-5 .u-text-15 {
    margin-top: 0;
  }

  .u-section-5 .u-container-layout-11 {
    padding: 0 10px 30px;
  }

  .u-section-5 .u-text-16 {
    margin-top: 21px;
  }

  .u-section-5 .u-text-17 {
    margin-top: 0;
  }

  .u-section-5 .u-container-layout-12 {
    padding: 0 10px 30px;
  }

  .u-section-5 .u-text-18 {
    margin-top: 21px;
  }

  .u-section-5 .u-text-19 {
    margin-top: 0;
  }

  .u-section-5 .u-group-9 {
    margin-top: 82px;
    width: 540px;
    margin-right: 0;
  }

  .u-section-5 .u-text-20 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-section-5 .u-table-1 {
    margin-top: 47px;
  }

  .u-section-5 .u-table-body-1 {
    font-size: 1.25rem;
  }

  .u-section-5 .u-group-10 {
    margin-top: -900px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-11 {
    margin-top: 37px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-15 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .u-section-5 .u-text-22 {
    margin-right: 9px;
  }

  .u-section-5 .u-group-12 {
    min-height: 60px;
    margin-top: 31px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-16 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-text-23 {
    margin-top: 0;
  }

  .u-section-5 .u-group-13 {
    margin-top: 40px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-14 {
    margin-top: 18px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-15 {
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-16 {
    margin-top: 34px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-17 {
    margin-top: 42px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-18 {
    margin-top: 32px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-5 .u-group-19 {
    margin-top: 42px;
    margin-left: 0;
  }

  .u-section-5 .u-container-layout-23 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    /*min-height: 2855px;*/
  }

  .u-section-5 .u-group-1 {
    width: 340px;
  }

  .u-section-5 .u-text-1 {
    width: auto;
    margin-top: 0;
  }

  .u-section-5 .u-group-2 {
    width: 340px;
  }

  .u-section-5 .u-text-4 {
    font-size: 1.125rem;
  }

  .u-section-5 .u-group-3 {
    margin-top: 84px;
    width: 340px;
  }

  .u-section-5 .u-group-4 {
    margin-top: 38px;
    margin-left: 0;
  }

  .u-section-5 .u-group-5 {
    margin-right: 0;
    margin-left: auto;
  }

  .u-section-5 .u-group-6 {
    margin-top: 21px;
    margin-right: 0;
    margin-left: auto;
  }

  .u-section-5 .u-group-7 {
    margin-left: 0;
  }

  .u-section-5 .u-text-10 {
    font-size: 1.25rem;
  }

  .u-section-5 .u-group-8 {
    width: 340px;
  }

  .u-section-5 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-5 .u-group-9 {
    margin-bottom: 21px;
    width: 340px;
  }

  .u-section-5 .u-container-layout-15 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-5 .u-text-22 {
    margin-right: 13px;
  }
}.u-section-6 .u-sheet-1 {
  min-height: 1344px;
}

.u-section-6 .u-table-1 {
  margin-top: 56px;
  margin-bottom: 49px;
}

.u-section-6 .u-table-header-1 {
  background-image: none;
  font-weight: 700;
  font-size: 1.875rem;
}

.u-section-6 .u-table-body-1 {
  font-size: 1.25rem;
}

.u-section-6 .u-table-cell-3 {
  background-image: none;
}

.u-section-6 .u-table-cell-5 {
  background-image: none;
}

.u-section-6 .u-table-cell-7 {
  background-image: none;
}

.u-section-6 .u-table-cell-9 {
  background-image: none;
}

.u-section-6 .u-table-cell-11 {
  background-image: none;
}

.u-section-6 .u-table-cell-13 {
  background-image: none;
}

.u-section-6 .u-table-cell-15 {
  background-image: none;
}

.u-section-6 .u-table-cell-17 {
  background-image: none;
}

.u-section-6 .u-table-cell-19 {
  background-image: none;
}

.u-section-6 .u-table-cell-21 {
  background-image: none;
}

.u-section-6 .u-group-1 {
  width: 163px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 50px;
  margin: 0 auto 33px 79px;
}

.u-section-6 .u-text-1 {
  font-size: 1.25rem;
  margin: 15px 22px 0;
}

.u-section-6 .u-group-2 {
  width: 163px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 50px;
  margin: 0 auto 33px 79px;
}

.u-section-6 .u-text-2 {
  font-size: 1.25rem;
  margin: 15px 22px 0;
}

.u-section-6 .u-group-3 {
  width: 163px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 50px;
  margin: 0 auto 33px 79px;
}

.u-section-6 .u-text-3 {
  font-size: 1.25rem;
  margin: 15px 22px 0;
}

.u-section-6 .u-group-4 {
  width: 120px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 42px;
  margin: 7px auto 48px 79px;
}

.u-section-6 .u-text-4 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-6 .u-group-5 {
  width: 120px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 42px;
  margin: 7px auto 48px 79px;
}

.u-section-6 .u-text-5 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-6 .u-group-6 {
  width: 120px;
  --radius: 50px;
  height: auto;
  background-image: none;
  min-height: 42px;
  margin: 7px auto 48px 79px;
}

.u-section-6 .u-text-6 {
  font-size: 1rem;
  margin: 0 12px;
}

@media (max-width: 1199px) {
  .u-section-6 .u-group-1 {
    height: auto;
  }

  .u-section-6 .u-group-2 {
    height: auto;
  }

  .u-section-6 .u-group-3 {
    height: auto;
  }

  .u-section-6 .u-group-4 {
    height: auto;
  }

  .u-section-6 .u-group-5 {
    height: auto;
  }

  .u-section-6 .u-group-6 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-table-1 {
    margin-bottom: 52px;
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1062px;
  }

  .u-section-6 .u-table-1 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .u-section-6 .u-table-header-1 {
    font-size: 1.75rem;
  }

  .u-section-6 .u-table-body-1 {
    font-size: 1.5rem;
  }

  .u-section-6 .u-group-1 {
    width: 120px;
    min-height: 42px;
    margin: -1253px 0 60px;
  }

  .u-section-6 .u-text-1 {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .u-section-6 .u-group-2 {
    width: 120px;
    min-height: 42px;
    margin: -1253px 0 60px;
  }

  .u-section-6 .u-text-2 {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .u-section-6 .u-group-3 {
    width: 120px;
    min-height: 42px;
    margin: -203px 0 60px;
  }

  .u-section-6 .u-text-3 {
    font-size: 1rem;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .u-section-6 .u-group-4 {
    margin: -334px 0 60px;
  }

  .u-section-6 .u-group-5 {
    margin: -465px 0 60px;
  }

  .u-section-6 .u-group-6 {
    margin: -1299px 0 60px;
  }
}.u-section-7 .u-sheet-1 {
  min-height: 1109px;
}

.u-section-7 .u-table-1 {
  margin-top: 13px;
  margin-bottom: 60px;
}

.u-section-7 .u-table-header-1 {
  background-image: none;
  font-weight: 700;
  font-size: 1.75rem;
}

.u-section-7 .u-table-body-1 {
  font-size: 1.5rem;
}

.u-section-7 .u-table-cell-3 {
  background-image: none;
}

.u-section-7 .u-table-cell-5 {
  background-image: none;
}

.u-section-7 .u-table-cell-7 {
  background-image: none;
}

.u-section-7 .u-table-cell-9 {
  background-image: none;
}

.u-section-7 .u-table-cell-11 {
  background-image: none;
}

.u-section-7 .u-table-cell-13 {
  background-image: none;
}

.u-section-7 .u-table-cell-15 {
  background-image: none;
}

.u-section-7 .u-table-cell-17 {
  background-image: none;
}

.u-section-7 .u-table-cell-19 {
  background-image: none;
}

.u-section-7 .u-table-cell-21 {
  background-image: none;
}

.u-section-7 .u-group-1 {
  width: 120px;
  --radius: 50px;
  background-image: none;
  min-height: 42px;
  margin: -1253px 0 60px;
}

.u-section-7 .u-text-1 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-7 .u-group-2 {
  width: 120px;
  --radius: 50px;
  background-image: none;
  min-height: 42px;
  margin: -1253px 0 60px;
}

.u-section-7 .u-text-2 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-7 .u-group-3 {
  width: 120px;
  --radius: 50px;
  background-image: none;
  min-height: 42px;
  margin: -203px 0 60px;
}

.u-section-7 .u-text-3 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-7 .u-group-4 {
  width: 120px;
  --radius: 50px;
  background-image: none;
  min-height: 42px;
  margin: -334px 0 60px;
}

.u-section-7 .u-text-4 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-7 .u-group-5 {
  width: 120px;
  --radius: 50px;
  background-image: none;
  min-height: 42px;
  margin: -465px 0 60px;
}

.u-section-7 .u-text-5 {
  font-size: 1rem;
  margin: 0 12px;
}

.u-section-7 .u-group-6 {
  width: 120px;
  --radius: 50px;
  background-image: none;
  min-height: 42px;
  margin: -1299px 0 60px;
}

.u-section-7 .u-text-6 {
  font-size: 1rem;
  margin: 0 12px;
}

@media (max-width: 767px) {
  .u-section-7 .u-table-1 {
    margin-bottom: 52px;
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 1115px;
  }

  .u-section-7 .u-table-1 {
    margin-top: 20px;
    margin-bottom: 60px;
  }
} .u-section-8 {
  background-image: none;
}

.u-section-8 .u-sheet-1 {
  min-height: 567px;
}

.u-section-8 .u-text-1 {
  font-size: 3.75rem;
  font-weight: 700;
  width: 579px;
  margin: 82px auto 0;
}

.u-section-8 .u-list-1 {
  grid-template-rows: repeat(1, auto);
  margin-top: 82px;
  margin-bottom: 0;
}

.u-section-8 .u-repeater-1 {
  grid-template-columns: repeat(4, calc(25% - 15px));
  min-height: 231px;
  grid-auto-columns: calc(25% - 15px);
  grid-gap: 20px;
}

.u-section-8 .u-list-item-1 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-1 {
  padding: 16px 0;
}

.u-section-8 .u-image-1 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-item-2 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-2 {
  padding: 16px 0;
}

.u-section-8 .u-image-2 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-item-3 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-3 {
  padding: 16px 0;
}

.u-section-8 .u-image-3 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-item-4 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-4 {
  padding: 16px 0;
}

.u-section-8 .u-image-4 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-2 {
  grid-template-rows: repeat(1, auto);
  margin-top: 26px;
  margin-bottom: 60px;
}

.u-section-8 .u-repeater-2 {
  grid-template-columns: repeat(4, calc(25% - 15px));
  min-height: 231px;
  grid-auto-columns: calc(25% - 15px);
  grid-gap: 20px;
}

.u-section-8 .u-list-item-5 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-5 {
  padding: 16px 0;
}

.u-section-8 .u-image-5 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-item-6 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-6 {
  padding: 16px 0;
}

.u-section-8 .u-image-6 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-item-7 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-7 {
  padding: 16px 0;
}

.u-section-8 .u-image-7 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

.u-section-8 .u-list-item-8 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

.u-section-8 .u-container-layout-8 {
  padding: 16px 0;
}

.u-section-8 .u-image-8 {
  height: 208px;
  margin-top: -9px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .u-section-8 .u-sheet-1 {
    min-height: 440px;
  }

  .u-section-8 .u-text-1 {
    margin-top: 50px;
  }

  .u-section-8 .u-list-1 {
    margin-top: 30px;
  }

  .u-section-8 .u-repeater-1 {
    min-height: 195px;
  }

  .u-section-8 .u-image-1 {
    height: 172px;
  }

  .u-section-8 .u-image-2 {
    height: 172px;
  }

  .u-section-8 .u-image-3 {
    height: 172px;
  }

  .u-section-8 .u-image-4 {
    height: 172px;
  }

  .u-section-8 .u-list-2 {
    margin-top: 43px;
  }

  .u-section-8 .u-repeater-2 {
    min-height: 195px;
  }

  .u-section-8 .u-image-5 {
    height: 172px;
  }

  .u-section-8 .u-image-6 {
    height: 172px;
  }

  .u-section-8 .u-image-7 {
    height: 172px;
  }

  .u-section-8 .u-image-8 {
    height: 172px;
  }
}

@media (max-width: 991px) {
  .u-section-8 .u-sheet-1 {
    min-height: 937px;
  }

  .u-section-8 .u-list-1 {
    margin-top: 50px;
  }

  .u-section-8 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 10px));
    min-height: 640px;
    grid-auto-columns: calc(50% - 10px);
  }

  .u-section-8 .u-image-1 {
    height: 263px;
  }

  .u-section-8 .u-image-2 {
    height: 263px;
  }

  .u-section-8 .u-image-3 {
    height: 263px;
  }

  .u-section-8 .u-image-4 {
    height: 263px;
  }

  .u-section-8 .u-list-2 {
    margin-top: 24px;
  }

  .u-section-8 .u-repeater-2 {
    grid-template-columns: repeat(2, calc(50% - 10px));
    min-height: 640px;
    grid-auto-columns: calc(50% - 10px);
  }

  .u-section-8 .u-image-5 {
    height: 263px;
  }

  .u-section-8 .u-image-6 {
    height: 263px;
  }

  .u-section-8 .u-image-7 {
    height: 263px;
  }

  .u-section-8 .u-image-8 {
    height: 263px;
  }
}

@media (max-width: 767px) {
  .u-section-8 .u-sheet-1 {
    min-height: 2240px;
  }

  .u-section-8 .u-text-1 {
    width: auto;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-8 .u-list-1 {
    margin-top: 68px;
  }

  .u-section-8 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .u-section-8 .u-image-1 {
    height: 395px;
  }

  .u-section-8 .u-image-2 {
    height: 395px;
  }

  .u-section-8 .u-image-3 {
    height: 395px;
  }

  .u-section-8 .u-image-4 {
    height: 395px;
  }

  .u-section-8 .u-repeater-2 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }

  .u-section-8 .u-image-5 {
    height: 395px;
  }

  .u-section-8 .u-image-6 {
    height: 395px;
  }

  .u-section-8 .u-image-7 {
    height: 395px;
  }

  .u-section-8 .u-image-8 {
    height: 395px;
  }
}

@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 1396px;
  }

  .u-section-8 .u-text-1 {
    font-size: 1.875rem;
    margin-top: 46px;
  }

  .u-section-8 .u-list-1 {
    margin-top: 77px;
  }

  .u-section-8 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-8 .u-image-1 {
    height: 249px;
  }

  .u-section-8 .u-image-2 {
    height: 249px;
  }

  .u-section-8 .u-image-3 {
    height: 249px;
  }

  .u-section-8 .u-image-4 {
    height: 249px;
  }

  .u-section-8 .u-repeater-2 {
    grid-auto-columns: 100%;
  }

  .u-section-8 .u-image-5 {
    height: 249px;
  }

  .u-section-8 .u-image-6 {
    height: 249px;
  }

  .u-section-8 .u-image-7 {
    height: 249px;
  }

  .u-section-8 .u-image-8 {
    height: 249px;
  }
}

.u-block-da99-20:not([data-block-selected]):not([data-cell-selected]),
.u-block-da99-20:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-da99-20:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-da99-20:not([data-block-selected]):not([data-cell-selected]).u-block-da99-20:not([data-block-selected]):not([data-cell-selected]).u-block-da99-20:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-da99-20:not([data-block-selected]):not([data-cell-selected]).u-block-da99-20:not([data-block-selected]):not([data-cell-selected]).u-block-da99-20:not([data-block-selected]):not([data-cell-selected]).hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-da99-20:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-da99-20:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-da99-23:not([data-block-selected]):not([data-cell-selected]),
.u-block-da99-23:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-da99-23:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-da99-23:not([data-block-selected]):not([data-cell-selected]).u-block-da99-23:not([data-block-selected]):not([data-cell-selected]).u-block-da99-23:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-da99-23:not([data-block-selected]):not([data-cell-selected]).u-block-da99-23:not([data-block-selected]):not([data-cell-selected]).u-block-da99-23:not([data-block-selected]):not([data-cell-selected]).hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-da99-23:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-da99-23:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-da99-26:not([data-block-selected]):not([data-cell-selected]),
.u-block-da99-26:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-da99-26:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-da99-26:not([data-block-selected]):not([data-cell-selected]).u-block-da99-26:not([data-block-selected]):not([data-cell-selected]).u-block-da99-26:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-da99-26:not([data-block-selected]):not([data-cell-selected]).u-block-da99-26:not([data-block-selected]):not([data-cell-selected]).u-block-da99-26:not([data-block-selected]):not([data-cell-selected]).hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-da99-26:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-da99-26:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-da99-29:not([data-block-selected]):not([data-cell-selected]),
.u-block-da99-29:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-da99-29:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-da99-29:not([data-block-selected]):not([data-cell-selected]).u-block-da99-29:not([data-block-selected]):not([data-cell-selected]).u-block-da99-29:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-da99-29:not([data-block-selected]):not([data-cell-selected]).u-block-da99-29:not([data-block-selected]):not([data-cell-selected]).u-block-da99-29:not([data-block-selected]):not([data-cell-selected]).hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-da99-29:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-da99-29:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-da99-32:not([data-block-selected]):not([data-cell-selected]),
.u-block-da99-32:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-da99-32:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-da99-32:not([data-block-selected]):not([data-cell-selected]).u-block-da99-32:not([data-block-selected]):not([data-cell-selected]).u-block-da99-32:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-da99-32:not([data-block-selected]):not([data-cell-selected]).u-block-da99-32:not([data-block-selected]):not([data-cell-selected]).u-block-da99-32:not([data-block-selected]):not([data-cell-selected]).hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-da99-32:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-da99-32:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-1,
.u-section-8 .u-list-item-1:before,
.u-section-8 .u-list-item-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-1.u-list-item-1.u-list-item-1:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-1.u-list-item-1.u-list-item-1.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-1 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-2,
.u-section-8 .u-list-item-2:before,
.u-section-8 .u-list-item-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-2.u-list-item-2.u-list-item-2:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-2.u-list-item-2.u-list-item-2.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-2 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-3,
.u-section-8 .u-list-item-3:before,
.u-section-8 .u-list-item-3 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-3.u-list-item-3.u-list-item-3:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-3.u-list-item-3.u-list-item-3.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-3 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-4,
.u-section-8 .u-list-item-4:before,
.u-section-8 .u-list-item-4 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-4.u-list-item-4.u-list-item-4:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-4.u-list-item-4.u-list-item-4.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-4 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-block-da99-50:not([data-block-selected]):not([data-cell-selected]),
.u-block-da99-50:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-da99-50:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-block-da99-50:not([data-block-selected]):not([data-cell-selected]).u-block-da99-50:not([data-block-selected]):not([data-cell-selected]).u-block-da99-50:not([data-block-selected]):not([data-cell-selected]):hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-block-da99-50:not([data-block-selected]):not([data-cell-selected]).u-block-da99-50:not([data-block-selected]):not([data-cell-selected]).u-block-da99-50:not([data-block-selected]):not([data-cell-selected]).hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover .u-block-da99-50:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-block-da99-50:not([data-block-selected]):not([data-cell-selected]) {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-5,
.u-section-8 .u-list-item-5:before,
.u-section-8 .u-list-item-5 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-5.u-list-item-5.u-list-item-5:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-5.u-list-item-5.u-list-item-5.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-5 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-6,
.u-section-8 .u-list-item-6:before,
.u-section-8 .u-list-item-6 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-6.u-list-item-6.u-list-item-6:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-6.u-list-item-6.u-list-item-6.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-6 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-6 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-7,
.u-section-8 .u-list-item-7:before,
.u-section-8 .u-list-item-7 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-7.u-list-item-7.u-list-item-7:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-7.u-list-item-7.u-list-item-7.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-7 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-7 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-8 .u-list-item-8,
.u-section-8 .u-list-item-8:before,
.u-section-8 .u-list-item-8 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-8 .u-list-item-8.u-list-item-8.u-list-item-8:hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-section-8 .u-list-item-8.u-list-item-8.u-list-item-8.hover {
  transform: translateX(0px) translateY(-5px) scale(1) !important;
}

.u-container-layout:hover > .u-section-8 .u-list-item-8 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover > .u-section-8 .u-list-item-8 {
  transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}