
.u-section-1 {
  background-image: url("images/fotos/corridadobatom-86-1081-011-min.jpg");
  background-position: 50% 50%;
}

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

.u-section-1 .u-group-1 {
  min-height: 631px;
  width: 966px;
  height: auto;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 9px auto 0 65px;
}

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

/* CSS Estilo do nome da corrida e logo */
.u-section-1 .u-logo-container {
  display: flex;  /* Usar flexbox */
  justify-content: space-between;  /* Alinha os itens nas extremidades: texto à esquerda e logo à direita */
  align-items: center;  /* Alinha verticalmente os itens no centro */
  margin: 0px 20px 20px;
}

.u-section-1 .u-logo {
  max-width: 220px; 
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-family: Oswald, sans-serif;
  font-style: italic;
}

@media (max-width: 575px) {
  .u-section-1 .u-logo-container {
    flex-direction: column;  /* Alinha os itens na coluna, colocando o logo abaixo do texto */
    align-items: flex-start;  /* Alinha o texto à esquerda e o logo à direita */
  }

  .u-section-1 .u-text-1 {
    font-size: 2.5rem;
    font-family: Oswald, sans-serif;
    font-style: italic;
    margin: 0 20px 15px;
    width: 80%;  /* O texto ocupará 80% da largura da div */
  }

  .u-section-1 .u-logo {
    max-width: 220px;
    margin-top: 10px;  /* Dá um pequeno espaço entre o texto e o logo */
    align-self: flex-end;  /* Alinha o logo à direita */
  }
}

/* Linha divisoria texto e informação */
.u-section-1 .u-line-1 {
  border-style: double;
  left: auto;
  top: 105px;
  position: absolute;
  height: 248px;
  transform-origin: center top 0px;
  right: 465px;
}

/* Area de Informação */
/* Estilo para a seção */
.u-section-text-info {
  display: flex;  /* Faz com que as divs fiquem lado a lado */
  justify-content: space-between;  /* Garante que as divs fiquem com espaçamento */
  flex-wrap: wrap;  /* Permite que as divs se movam para baixo em telas menores */
  gap: 20px; /* Adiciona um espaço entre as divs */
  margin-top: 20px; /* Espaço extra em cima, ajustável */
}

/* As duas divs internas vão ocupar o mesmo espaço */
.u-section-text-info .u-texto-geral,
.u-section-text-info .u-info {
  flex: 1;
  margin: 10px;  /* Adiciona espaçamento entre as divs */
}

/* Ajustes nas informações */
.u-section-1 .u-text-7 {
  line-height: 1.6;
  font-size: 1rem;
  margin: 00px;
}

/* Informações */
.u-section-1 .u-text-2,
.u-section-1 .u-text-3,
.u-section-1 .u-text-4,
.u-section-1 .u-text-5,
.u-section-1 .u-text-6 {
  margin: 0; /* Remove margens desnecessárias */
}

/* Ajuste das margens em telas grandes (sem quebra de layout) */
.u-section-1 .u-text-2 {
  margin-top: 0px;
  margin-left: 20px;
}

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

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

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

.u-section-1 .u-text-6 {
  display: block; /* Garante que o texto respeite a largura disponível */
  line-height: 1.2; /* Reduz a distância entre as linhas */
  text-align: center; /* Centraliza o texto */
  margin: 10px auto; /* Ajusta o espaçamento externo */
  max-width: 90%; /* Evita que o texto fique muito espalhado */
}
.u-section-1 .u-icon-4 {
  font-size: 1.7778em;
}

.u-section-1 .u-line-2 {
  width: 849px;
  border-style: double;
  margin: 25px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  letter-spacing: 1px;
  font-size: 1.125rem;
  background-image: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 35px auto 0;
  padding: 20px 59px 21px 58px;
}

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

.u-section-1 .u-countdown-1 {
  margin: 48px auto 19px;
  padding: 0;
}

.u-section-1 .u-countdown-item-1 {
  background-image: none;
  padding: 20px;
}

.u-section-1 .u-countdown-counter-1 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-label-1 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.u-section-1 .u-countdown-separator-1 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-item-2 {
  background-image: none;
  padding: 20px;
}

.u-section-1 .u-countdown-counter-2 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-label-2 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.u-section-1 .u-countdown-separator-2 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-item-3 {
  background-image: none;
  padding: 20px;
}

.u-section-1 .u-countdown-counter-3 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-label-3 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.u-section-1 .u-countdown-separator-3 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-item-4 {
  background-image: none;
  padding: 20px;
}

.u-section-1 .u-countdown-counter-4 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-label-4 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.u-section-1 .u-countdown-separator-4 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-item-5 {
  background-image: none;
  padding: 20px;
}

.u-section-1 .u-countdown-counter-5 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-label-5 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.u-section-1 .u-countdown-separator-5 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-item-6 {
  background-image: none;
  padding: 20px;
}

.u-section-1 .u-countdown-counter-6 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}

.u-section-1 .u-countdown-label-6 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

@media (max-width: 767px) {
  .u-section-1 .u-line-2 {
    margin-right: initial;
    margin-left: initial;
    width: 80%;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 17px;
  }

  .u-section-1 .u-text-8 {
    margin-top: 43px;
    margin-left: 23px;
    margin-right: 23px;
  }

  .u-section-1 .u-countdown-1 {
    margin-top: 39px;
    margin-bottom: 2px;
  }

  .u-section-1 .u-countdown-counter-1 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-separator-1 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-counter-2 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-separator-2 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-counter-3 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-separator-3 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-counter-4 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-separator-4 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-counter-5 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-separator-5 {
    font-size: 3rem;
  }

  .u-section-1 .u-countdown-counter-6 {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {

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

  /* Ajuste na disposição dos blocos */
  .u-section-text-info {
    flex-direction: column; /* Faz com que os elementos fiquem um abaixo do outro */
    align-items: center; /* Centraliza os elementos */
    text-align: center;
  }

  /* Ajuste no texto geral */
  .u-section-text-info .u-texto-geral {
    width: 80%; /* Mantém o texto ocupando 80% da largura */
    margin-bottom: 20px; /* Espaço entre os blocos */
  }
  
  /* Ajuste nas informações */
  .u-section-text-info .u-info {
    width: 80%; /* Define a largura para manter um layout uniforme */
  }

  /* Ícones e textos dentro da área de informações */
  .u-section-1 .u-text-2,
  .u-section-1 .u-text-3,
  .u-section-1 .u-text-4,
  .u-section-1 .u-text-5,
  .u-section-1 .u-text-6 {
    display: flex;
    align-items: center;
    justify-content: center; /* Centraliza os itens */
    gap: 8px; /* Espaço entre ícone e texto */
    text-align: center;
    margin: 10px auto; /* Ajusta o espaçamento */
  }

  .u-section-1 .u-text-5 {
    display: block; /* Garante que a lista ocupe toda a largura disponível */
    text-align: center; /* Centraliza os itens */
  }

  .u-section-1 .u-text-5 li {
    display: block; /* Faz com que cada item da lista fique em uma linha */
    margin: 5px 0; /* Adiciona espaçamento entre os itens */
  }
  
  /* Ícones dentro das informações */
  .u-section-1 .u-icon-1,
  .u-section-1 .u-icon-2,
  .u-section-1 .u-icon-3,
  .u-section-1 .u-icon-4 {
    font-size: 1.5em; /* Reduz um pouco o tamanho dos ícones */
  }

  /* Ajuste específico no .u-text-6 */
  .u-section-1 .u-text-6 {
    line-height: 1.2; /* Reduz o espaçamento entre as linhas */
    max-width: 90%;
    text-align: center;
  }

  .u-section-1 .u-btn-1 {
    margin-top: 23px;
    padding-right: 16px;
    padding-left: 14px;
  }

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

  .u-section-1 .u-countdown-1 {
    margin-top: 28px;
    margin-right: -6px;
    margin-bottom: 19px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 188px;
}

.u-section-2 .u-list-1 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-2 .u-repeater-1 {
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-gap: 0px 0px;
  min-height: 188px;
  grid-auto-columns: 33.3333%;
}

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

.u-section-2 .u-image-1 {
  width: 323px;
  height: auto;
  margin: 0 0 0 0;
}

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

.u-section-2 .u-image-2 {
  width: 323px;
  height: 128px;
  margin: 0 auto 0 0;
}

.u-section-2 .u-container-layout-3 {
  padding: 30px;
}

.u-section-2 .u-image-3 {
  width: 323px;
  height: auto;
  margin: 0 auto 0 0;
}

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

  .u-section-2 .u-repeater-1 {
    min-height: 155px;
    grid-auto-columns: 33.333333333333336%;
    grid-template-columns: repeat(3, 33.333333333333336%);
  }
}

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

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

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

  .u-section-2 .u-list-1 {
    margin-bottom: 20px;
  }

  .u-section-2 .u-repeater-1 {
    min-height: 474px;
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
  }

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

  .u-section-2 .u-image-1 {
    width: 232px;
    margin-left: auto;
  }

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

  .u-section-2 .u-image-2 {
    width: 232px;
    margin-left: auto;
  }

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

  .u-section-2 .u-image-3 {
    width: 232px;
    margin-left: auto;
  }
} .u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 476px;
}

.u-section-3 .u-text-1 {
  font-weight: 700;
  margin: 60px auto 0;
}

.u-section-3 .u-accordion-1 {
  width: 800px;
  margin: 35px auto 60px;
}

.u-section-3 .u-accordion-link-1 {
  background-image: none;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: none;
  padding: 30px;
}

.u-section-3 .u-accordion-pane-1 {
  min-height: 118px;
  background-image: none;
  height: auto;
}

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

.u-section-3 .u-text-2 {
  font-weight: 700;
  margin: 0;
}

.u-section-3 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-accordion-link-2 {
  background-image: none;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: none;
  padding: 30px;
}

.u-section-3 .u-accordion-pane-2 {
  min-height: 118px;
  background-image: none;
  height: auto;
}

.u-section-3 .u-container-layout-2 {
  padding: 30px;
}

.u-section-3 .u-text-3 {
  line-height: 1.8;
  margin: 0;
}

.u-section-3 .u-accordion-link-3 {
  background-image: none;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: none;
  padding: 30px;
}

.u-section-3 .u-accordion-pane-3 {
  min-height: 172px;
  background-image: none;
  height: auto;
}

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

.u-section-3 .u-text-4 {
  line-height: 1.8;
  margin: 0;
}

.u-section-3 .u-btn-2 {
  background-image: none;
  padding: 0;
}

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

@media (max-width: 767px) {
  .u-section-3 .u-accordion-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-accordion-1 {
    width: 340px;
  }
} .u-section-4 {
  background-image: none;
}

.u-section-4 .u-sheet-1 {
  min-height: 610px;
}

.u-section-4 .u-layout-wrap-1 {
  width: 1008px;
  margin: 60px auto;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 379px;
  --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: 0.3;
}

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

.u-section-4 .u-text-1 {
  margin: 0 auto;
}

.u-section-4 .u-text-2 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 30px 0 0;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 91px;
  --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;
}

.u-section-4 .u-container-layout-2 {
  padding-right: 10px;
  padding-top: 0;
  padding-left: 7px;
}

.u-section-4 .u-btn-1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.125rem;
  font-weight: 400;
  border-style: solid;
  margin: 0 0 0 auto;
  padding: 13px 87px;
}

.u-section-4 .u-layout-cell-3 {
  min-height: 91px;
  --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;
}

.u-section-4 .u-container-layout-3 {
  padding: 0 7px 0 10px;
}

.u-section-4 .u-btn-2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.125rem;
  font-weight: 400;
  border-style: solid;
  margin: 0 auto 0 0;
  padding: 13px 40px 13px 39px;
}

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

  .u-section-4 .u-layout-wrap-1 {
    width: 731px;
    margin-left: 105px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 321px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-4 .u-layout-cell-3 {
    min-height: 100px;
  }
}

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

  .u-section-4 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

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

  .u-section-4 .u-layout-cell-1 {
    min-height: 386px;
  }

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

  .u-section-4 .u-container-layout-2 {
    padding-bottom: 20px;
  }

  .u-section-4 .u-btn-1 {
    margin-right: auto;
  }

  .u-section-4 .u-btn-2 {
    margin-left: auto;
  }
}

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

  .u-section-4 .u-layout-wrap-1 {
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-btn-1 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 55px;
    padding-left: 54px;
  }

  .u-section-4 .u-btn-2 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 44px;
    padding-left: 43px;
  }
} .u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 602px;
}

.u-section-5 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 0 auto;
}

.u-section-5 .u-image-1 {
  width: 426px;
  height: 426px;
  margin: -7px auto 0;
}

.u-section-5 .u-image-2 {
  width: 500px;
  height: 150px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .u-section-5 .u-image-1 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-image-1 {
    margin-top: -7px;
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-text-1 {
    margin-top: 60px;
  }

  .u-section-5 .u-image-1 {
    margin-top: 20px;
  }
}

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

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

  .u-section-5 .u-image-1 {
    height: 340px;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-5 .u-image-2 {
    height: 102px;
    width: 340px;
  }
} .u-section-6 {
  background-image: none;
}

.u-section-6 .u-sheet-1 {
  min-height: 1107px;
}

.u-section-6 .u-layout-wrap-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.u-section-6 .u-image-1 {
  min-height: 1087px;
  background-image: url("images/fotos/corridadobatom-189-min.jpg");
  background-position: 50% 50%;
}

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

.u-section-6 .u-layout-cell-2 {
  min-height: 1087px;
}

.u-section-6 .u-container-layout-2 {
  padding: 30px 14px;
}

.u-section-6 .u-text-1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 9px auto 0 47px;
}

.u-section-6 .u-text-2 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 21px 47px 0;
}

.u-section-6 .u-text-3 {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 15px 47px 0;
}

.u-section-6 .u-icon-1 {
  font-size: 3em;
}

.u-section-6 .u-line-1 {
  width: 370px;
  height: 0;
  margin: 29px auto 0 101px;
}

.u-section-6 .u-text-4 {
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: underline !important;
  margin: 18px 430px 0 24px;
}

.u-section-6 .u-text-5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: -8px 47px 0;
}

.u-section-6 .u-icon-2 {
  font-size: 1.4em;
}

.u-section-6 .u-text-6 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: -14px 47px 0;
}

.u-section-6 .u-icon-3 {
  font-size: 1.4em;
}

.u-section-6 .u-text-7 {
  font-weight: normal;
  text-decoration: none solid rgb(149, 37, 87);
  font-size: 1.125rem;
  margin: -126px 222px 0 101px;
}

.u-section-6 .u-image-2 {
  width: 258px;
  height: 71px;
  margin: 90px auto 0 22px;
}

.u-section-6 .u-text-8 {
  font-size: 0.75rem;
  margin: -6px 16px 0 22px;
}

.u-section-6 .u-btn-1 {
  background-image: none;
  margin: -75px 35px 0 auto;
}

.u-section-6 .u-line-2 {
  width: 370px;
  margin: 63px 80px 0 auto;
}

.u-section-6 .u-text-9 {
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: underline !important;
  margin: 29px 391px 0 24px;
}

.u-section-6 .u-text-10 {
  font-weight: normal;
  font-size: 1.125rem;
  width: 277px;
  text-decoration: underline !important;
  margin: -8px auto 0;
}

.u-section-6 .u-text-11 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 24px;
}

.u-section-6 .u-text-12 {
  font-weight: normal;
  font-size: 1.125rem;
  text-decoration: underline !important;
  margin: 9px 129px 0 141px;
}

.u-section-6 .u-text-13 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 32px 0 24px;
}

.u-section-6 .u-image-3 {
  width: 196px;
  height: 106px;
  margin: 8px auto 0 47px;
}

.u-section-6 .u-btn-2 {
  background-image: none;
  margin: -74px 66px 0 auto;
}

.u-section-6 .u-text-14 {
  font-size: 0.75rem;
  margin: 42px 13px 0 25px;
}

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

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 49px;
    margin-bottom: 22px;
  }

  .u-section-6 .u-image-1 {
    min-height: 994px;
  }

  .u-section-6 .u-layout-cell-2 {
    min-height: 994px;
  }

  .u-section-6 .u-container-layout-2 {
    padding: 4px 0;
  }

  .u-section-6 .u-text-1 {
    margin-top: 35px;
    margin-left: 61px;
  }

  .u-section-6 .u-text-2 {
    margin-right: 14px;
    margin-left: 61px;
  }

  .u-section-6 .u-text-3 {
    width: auto;
    margin-top: 9px;
    margin-left: 37px;
    margin-right: 37px;
  }

  .u-section-6 .u-line-1 {
    margin-top: 28px;
    margin-left: auto;
  }

  .u-section-6 .u-text-4 {
    width: auto;
    margin-top: 8px;
    margin-right: 367px;
    margin-left: 15px;
  }

  .u-section-6 .u-text-5 {
    width: auto;
    margin-top: -1px;
    margin-right: 0;
    margin-left: 36px;
  }

  .u-section-6 .u-text-6 {
    width: auto;
    margin-right: 0;
    margin-left: 36px;
  }

  .u-section-6 .u-text-7 {
    width: auto;
    margin-top: -134px;
    margin-right: 148px;
    margin-left: 102px;
  }

  .u-section-6 .u-image-2 {
    margin-top: 103px;
    margin-left: 14px;
  }

  .u-section-6 .u-text-8 {
    font-size: 0.625rem;
    width: auto;
    margin-top: -1px;
    margin-right: 14px;
    margin-left: 23px;
  }

  .u-section-6 .u-btn-1 {
    margin-top: -77px;
    margin-right: 14px;
  }

  .u-section-6 .u-line-2 {
    margin-top: 35px;
    margin-right: auto;
  }

  .u-section-6 .u-text-9 {
    width: auto;
    margin-top: -3px;
    margin-right: 322px;
    margin-left: 21px;
  }

  .u-section-6 .u-text-10 {
    width: auto;
    margin-top: -3px;
    margin-right: 48px;
    margin-left: 141px;
  }

  .u-section-6 .u-text-11 {
    width: auto;
    margin-top: 2px;
    margin-right: 9px;
    margin-left: 18px;
  }

  .u-section-6 .u-text-12 {
    width: auto;
    margin-top: 3px;
    margin-right: 83px;
    margin-left: 115px;
  }

  .u-section-6 .u-text-13 {
    width: auto;
    margin-top: -4px;
    margin-right: 9px;
    margin-left: 18px;
  }

  .u-section-6 .u-image-3 {
    margin-top: 7px;
    margin-left: 27px;
  }

  .u-section-6 .u-btn-2 {
    margin-top: -85px;
    margin-right: 61px;
  }

  .u-section-6 .u-text-14 {
    width: auto;
    margin-top: 39px;
    margin-right: 10px;
    margin-left: -10px;
  }
}

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

  .u-section-6 .u-layout-wrap-1 {
    margin-bottom: 18px;
  }

  .u-section-6 .u-image-1 {
    min-height: 1145px;
  }

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

  .u-section-6 .u-layout-cell-2 {
    min-height: 1145px;
  }

  .u-section-6 .u-text-2 {
    margin-right: 0;
  }

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

  .u-section-6 .u-line-1 {
    margin-top: 20px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-text-4 {
    margin-top: 4px;
    margin-right: 252px;
    margin-left: 20px;
  }

  .u-section-6 .u-text-5 {
    font-size: 1rem;
    margin-top: -13px;
    margin-right: -10px;
    margin-left: 20px;
  }

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

  .u-section-6 .u-text-7 {
    margin-top: -104px;
    margin-right: 31px;
    margin-left: 109px;
  }

  .u-section-6 .u-image-2 {
    margin-top: 89px;
    margin-left: -48px;
  }

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

  .u-section-6 .u-btn-1 {
    margin-top: -99px;
    margin-right: 19px;
    padding: 10px 8px 10px 7px;
  }

  .u-section-6 .u-line-2 {
    width: 355px;
    margin-top: 58px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-6 .u-text-9 {
    margin-top: 19px;
    margin-right: 221px;
    margin-left: 12px;
  }

  .u-section-6 .u-text-10 {
    margin-top: 0;
    margin-right: 20px;
    margin-left: 58px;
  }

  .u-section-6 .u-text-11 {
    margin-top: 9px;
    margin-left: 9px;
  }

  .u-section-6 .u-text-12 {
    margin-top: 6px;
    margin-right: 46px;
    margin-left: 42px;
  }

  .u-section-6 .u-text-13 {
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .u-section-6 .u-image-3 {
    margin-top: 20px;
    margin-left: -10px;
  }

  .u-section-6 .u-btn-2 {
    margin-top: -74px;
    margin-right: 9px;
    padding: 10px 18px 10px 17px;
  }

  .u-section-6 .u-text-14 {
    margin-top: 31px;
    margin-right: -6px;
    margin-left: 6px;
  }
}

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

  .u-section-6 .u-layout-wrap-1 {
    margin-top: 161px;
    margin-bottom: 26px;
  }

  .u-section-6 .u-image-1 {
    min-height: 1714px;
  }

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

  .u-section-6 .u-layout-cell-2 {
    min-height: 1119px;
  }

  .u-section-6 .u-text-3 {
    width: 378px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-6 .u-line-1 {
    width: 540px;
    margin-top: 300px;
    margin-right: -4px;
    margin-left: auto;
  }

  .u-section-6 .u-text-4 {
    margin-top: -276px;
  }

  .u-section-6 .u-text-7 {
    margin-top: -103px;
    margin-right: 39px;
    margin-left: 101px;
  }

  .u-section-6 .u-image-2 {
    margin-top: 83px;
    margin-left: 15px;
  }

  .u-section-6 .u-text-8 {
    font-size: 0.875rem;
    margin-top: 21px;
    margin-right: 1px;
    margin-left: 9px;
  }

  .u-section-6 .u-btn-1 {
    margin-top: -110px;
    margin-right: 61px;
  }

  .u-section-6 .u-line-2 {
    width: 537px;
    transform-origin: left center 0px;
    margin-top: -197px;
    margin-right: auto;
  }

  .u-section-6 .u-text-9 {
    margin-top: 305px;
    margin-right: 223px;
    margin-left: 10px;
  }

  .u-section-6 .u-text-10 {
    margin-top: 18px;
    margin-right: 96px;
    margin-left: 157px;
  }

  .u-section-6 .u-text-11 {
    margin-top: 15px;
  }

  .u-section-6 .u-text-12 {
    margin-top: 12px;
    margin-right: 49px;
    margin-left: 39px;
  }

  .u-section-6 .u-text-13 {
    margin-top: 9px;
  }

  .u-section-6 .u-image-3 {
    margin-top: 16px;
    margin-left: 66px;
  }

  .u-section-6 .u-btn-2 {
    margin-top: -77px;
    margin-right: auto;
    margin-left: 292px;
  }

  .u-section-6 .u-text-14 {
    margin-top: 64px;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .u-section-6 .u-image-1 {
    min-height: 1079px;
  }

  .u-section-6 .u-layout-cell-2 {
    min-height: 114px;
  }

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

  .u-section-6 .u-line-1 {
    margin-top: 10px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-6 .u-text-4 {
    margin-top: -392px;
    margin-right: 66px;
    margin-left: 6px;
  }

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

  .u-section-6 .u-text-6 {
    margin-top: 1px;
    margin-right: 2px;
    margin-left: 37px;
  }

  .u-section-6 .u-text-7 {
    margin-top: -137px;
    margin-right: 15px;
    margin-left: 90px;
  }

  .u-section-6 .u-image-2 {
    margin-top: 118px;
    margin-right: 35px;
    margin-left: auto;
  }

  .u-section-6 .u-text-8 {
    margin-top: 90px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .u-section-6 .u-btn-1 {
    margin-top: -125px;
    margin-right: auto;
    margin-left: 95px;
  }

  .u-section-6 .u-line-2 {
    width: 340px;
    margin-top: -322px;
  }

  .u-section-6 .u-text-9 {
    margin-top: 457px;
    margin-right: 24px;
    margin-left: 9px;
  }

  .u-section-6 .u-text-10 {
    margin-top: 6px;
    margin-right: -9px;
    margin-left: 9px;
  }

  .u-section-6 .u-text-11 {
    margin-top: 0;
    margin-left: 11px;
    margin-right: 11px;
  }

  .u-section-6 .u-text-12 {
    margin-top: 0;
    margin-right: -15px;
    margin-left: 16px;
  }

  .u-section-6 .u-text-13 {
    margin-right: 5px;
    margin-left: 17px;
  }

  .u-section-6 .u-image-3 {
    margin-top: 15px;
    margin-left: -15px;
  }

  .u-section-6 .u-btn-2 {
    margin-top: -74px;
    margin-right: 26px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-6 .u-text-14 {
    margin-top: 38px;
  }
}

.u-section-7 .u-text-1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 25px auto 0;
}

.u-section-7 .u-list-1 {
  margin-top: 57px;
  margin-bottom: 41px;
}

.u-section-7 .u-repeater-1 {
  grid-template-columns: calc(33.3333% - 10px) calc(33.3333% - 10px) calc(33.3333% - 10px);
  min-height: 343px;
  grid-auto-columns: calc(33.3333% - 10px);
  grid-gap: 15px 15px;
}

.u-section-7 .u-container-layout-1 {
  padding: 10px 0;
}

.u-section-7 .u-image-1 {
  height: 144px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-7 .u-container-layout-2 {
  padding: 10px 0;
}

.u-section-7 .u-image-2 {
  height: 160px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-7 .u-container-layout-3 {
  padding: 10px 0;
}

.u-section-7 .u-image-3 {
  height: 144px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-7 .u-container-layout-4 {
  padding: 10px 0;
}

.u-section-7 .u-image-4 {
  height: 144px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.u-section-7 .u-image-5 {
  height: 144px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-7 .u-container-layout-6 {
  padding: 10px 0;
}

.u-section-7 .u-image-6 {
  height: 144px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .u-section-7 .u-text-1 {
    margin-top: 90px;
  }

  .u-section-7 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(33.333333333333336% - 10px));
    grid-auto-columns: calc(33.333333333333336% - 10px);
    min-height: 284px;
  }

  .u-section-7 .u-image-1 {
    height: 119px;
  }

  .u-section-7 .u-image-2 {
    height: 135px;
  }

  .u-section-7 .u-image-3 {
    height: 119px;
  }

  .u-section-7 .u-image-4 {
    height: 119px;
  }

  .u-section-7 .u-image-5 {
    height: 119px;
  }

  .u-section-7 .u-image-6 {
    height: 119px;
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 7.5px));
    grid-auto-columns: calc(50% - 7.5px);
    min-height: 499px;
  }

  .u-section-7 .u-image-1 {
    height: 137px;
  }

  .u-section-7 .u-image-2 {
    height: 145px;
  }

  .u-section-7 .u-image-3 {
    height: 137px;
  }

  .u-section-7 .u-image-4 {
    height: 137px;
  }

  .u-section-7 .u-image-5 {
    height: 137px;
  }

  .u-section-7 .u-image-6 {
    height: 137px;
  }
}

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

  .u-section-7 .u-text-1 {
    margin-top: 30px;
  }

  .u-section-7 .u-list-1 {
    margin-bottom: 0;
  }

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

  .u-section-7 .u-image-1 {
    height: 206px;
  }

  .u-section-7 .u-image-2 {
    height: 225px;
  }

  .u-section-7 .u-image-3 {
    height: 206px;
  }

  .u-section-7 .u-image-4 {
    height: 206px;
  }

  .u-section-7 .u-image-5 {
    height: 206px;
  }

  .u-section-7 .u-image-6 {
    height: 206px;
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-repeater-1 {
    grid-auto-columns: 100%;
  }

  .u-section-7 .u-image-1 {
    height: 344px;
  }

  .u-section-7 .u-image-2 {
    height: 365px;
  }

  .u-section-7 .u-image-3 {
    height: 344px;
  }

  .u-section-7 .u-image-4 {
    height: 344px;
  }

  .u-section-7 .u-image-5 {
    height: 344px;
  }

  .u-section-7 .u-image-6 {
    height: 344px;
  }
}.u-section-8 .u-sheet-1 {
  min-height: 190px;
}

.u-section-8 .u-list-1 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-8 .u-repeater-1 {
  grid-auto-columns: calc(20% - 8px);
  grid-template-columns: calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px);
  min-height: 190px;
  grid-gap: 10px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

  .u-section-8 .u-repeater-1 {
    grid-template-columns: repeat(5, calc(20% - 8px));
    min-height: 155px;
  }

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

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

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

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

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

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

  .u-section-8 .u-repeater-1 {
    grid-auto-columns: calc(33.333333333333336% - 6.666666666666667px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 6.666666666666667px));
    min-height: 412px;
  }

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

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

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

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

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

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

  .u-section-8 .u-list-1 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .u-section-8 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    min-height: 505px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-section-8 .u-image-5 {
    height: 148px;
  }
}.u-section-9 .u-sheet-1 {
  min-height: 280px;
}

.u-section-9 .u-text-1 {
  font-size: 1.875rem;
  font-weight: normal;
  margin: 25px auto 0;
}

.u-section-9 .u-list-1 {
  margin-top: 15px;
  margin-bottom: 0;
}

.u-section-9 .u-repeater-1 {
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-gap: 0px 0px;
  min-height: 80px;
  grid-auto-columns: 33.3333%;
}

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

.u-section-9 .u-image-1 {
  height: 70px;
  margin-bottom: 0;
  width: 100%;
}

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

.u-section-9 .u-image-2 {
  height: 70px;
  margin-bottom: 0;
  width: 100%;
}

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

.u-section-9 .u-image-3 {
  height: 70px;
  margin-bottom: 0;
  width: 100%;
}


@media (max-width: 1199px) {
  .u-section-9 .u-text-1 {
    margin-top: 90px;
  }

  .u-section-9 .u-repeater-1 {
    grid-template-columns: repeat(3, calc(12.5% - 13.125px));
    min-height: 132px;
  }

  .u-section-9 .u-image-1 {
    margin-top: 0;
  }

  .u-section-9 .u-image-2 {
    margin-top: 0;
  }

  .u-section-9 .u-image-3 {
    margin-top: 0;
  }

  .u-section-9 .u-image-4 {
    margin-top: 0;
  }

  .u-section-9 .u-image-5 {
    margin-top: 0;
  }

  .u-section-9 .u-image-6 {
    margin-top: 0;
  }

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

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

@media (max-width: 991px) {
  .u-section-9 .u-text-1 {
    font-size: 3.75rem;
  }

  .u-section-9 .u-repeater-1 {
    grid-template-columns: repeat(4, calc(25% - 11.25px));
    grid-auto-columns: calc(25% - 11.25px);
    min-height: 442px;
  }

  .u-section-9 .u-image-7 {
    height: 137px;
  }

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

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

  .u-section-9 .u-text-1 {
    margin-top: 10px;
  }

  .u-section-9 .u-list-1 {
    margin-bottom: 6px;
  }

  .u-section-9 .u-repeater-1 {
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
    grid-auto-columns: calc(50% - 7.5px);
    min-height: 418px;
  }

  .u-section-9 .u-container-layout-1 {
    padding-bottom: 0;
  }

  .u-section-9 .u-container-layout-2 {
    padding-bottom: 0;
  }

  .u-section-9 .u-container-layout-3 {
    padding-bottom: 0;
  }

  .u-section-9 .u-container-layout-4 {
    padding-bottom: 0;
  }

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

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

  .u-section-9 .u-container-layout-7 {
    padding-bottom: 0;
  }

  .u-section-9 .u-image-7 {
    height: 70px;
  }

  .u-section-9 .u-container-layout-8 {
    padding-bottom: 0;
  }

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

@media (max-width: 575px) {
  .u-section-9 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
  }
  .u-section-9 .u-image-1 {
    height: 100px;
  }

  .u-section-9 .u-sheet-1 {
    min-height: auto;
  }
  
  .u-section-9 .u-image-7 {
    height: 344px;
  }

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

.u-section-10 .u-sheet-1 {
  min-height: 290px;
}

.u-section-10 .u-list-1 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-10 .u-repeater-1 {
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-gap: 0px 0px;
  min-height: 290px;
  grid-auto-columns: 33.3333%;
}

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

.u-section-10 .u-image-1 {
  width: 323px;
  height: 128px;
  margin: 0 -2px;
}

.u-section-10 .u-text-1 {
  margin: 30px auto 0;
}

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

.u-section-10 .u-image-2 {
  width: 323px;
  height: 128px;
  margin: 0 -2px;
}

.u-section-10 .u-text-2 {
  margin: 30px auto 0;
}

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

.u-section-10 .u-image-3 {
  width: 323px;
  height: 128px;
  margin: 0 -2px;
}

.u-section-10 .u-text-3 {
  margin: 30px auto 0;
}

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

  .u-section-10 .u-repeater-1 {
    min-height: 239px;
    grid-auto-columns: 33.333333333333336%;
    grid-template-columns: repeat(3, 33.333333333333336%);
  }
}

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

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

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

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

  .u-section-10 .u-repeater-1 {
    min-height: 672px;
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
  }

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

  .u-section-10 .u-image-1 {
    width: 232px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .u-section-10 .u-image-2 {
    width: 232px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .u-section-10 .u-image-3 {
    width: 232px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .u-section-10 .u-list-1 {
    height: auto;
  }
} .u-section-11 {
  background-image: none;
}

.u-section-11 .u-sheet-1 {
  min-height: 745px;
}

.u-section-11 .u-text-1 {
  margin: 96px auto 0;
}

.u-section-11 .u-list-1 {
  margin-top: 63px;
  margin-bottom: 60px;
}

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

.u-section-11 .u-list-item-1 {
  --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;
}

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

.u-section-11 .u-icon-1 {
  height: 98px;
  width: 98px;
  background-image: none;
  color: rgb(255, 255, 255) !important;
  margin: 0 auto;
  padding: 20px;
}

.u-section-11 .u-text-2 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.5rem;
  margin: 30px 0 0;
}

.u-section-11 .u-text-3 {
  font-style: italic;
  font-size: 1.125rem;
  margin: 22px 0 0;
}

.u-section-11 .u-list-item-2 {
  --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;
}

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

.u-section-11 .u-icon-2 {
  height: 98px;
  width: 98px;
  background-image: none;
  color: rgb(255, 255, 255) !important;
  margin: 0 auto;
  padding: 20px;
}

.u-section-11 .u-text-4 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.5rem;
  margin: 30px 0 0;
}

.u-section-11 .u-text-5 {
  font-style: italic;
  font-size: 1.125rem;
  margin: 22px 0 0;
}

.u-section-11 .u-list-item-3 {
  --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;
}

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

.u-section-11 .u-icon-3 {
  height: 98px;
  width: 98px;
  background-image: none;
  color: rgb(255, 255, 255) !important;
  margin: 0 auto;
  padding: 20px;
}

.u-section-11 .u-text-6 {
  margin: 30px 0 0;
}

.u-section-11 .u-text-7 {
  font-style: italic;
  font-size: 1.125rem;
  margin: 22px 0 0;
}

.u-section-11 .u-list-item-4 {
  --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;
}

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

.u-section-11 .u-icon-4 {
  height: 98px;
  width: 98px;
  background-image: none;
  color: rgb(255, 255, 255) !important;
  margin: 0 auto;
  padding: 20px;
}

.u-section-11 .u-text-8 {
  margin: 30px 0 0;
}

.u-section-11 .u-text-9 {
  font-style: italic;
  font-size: 1.125rem;
  margin: 22px 0 0;
}

@media (max-width: 1199px) {
  .u-section-11 .u-text-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: 0.3;
  }

  .u-section-11 .u-repeater-1 {
    min-height: 344px;
  }
}

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

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

@media (max-width: 767px) {
  .u-section-11 .u-repeater-1 {
    grid-template-columns: 100%;
  }
}

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

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

  .u-section-11 .u-list-1 {
    margin-top: 65px;
  }

  .u-section-11 .u-repeater-1 {
    min-height: 1412px;
    grid-gap: 20px 20px;
  }
} .u-section-12 {
  background-image: none;
}

.u-section-12 .u-sheet-1 {
  min-height: 278px;
}

.u-section-12 .u-text-1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 0 auto;
}

.u-section-12 .u-image-1 {
  width: 570px;
  height: 163px;
  --radius: 10px;
  margin: 49px auto 33px;
}

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

  .u-section-12 .u-image-1 {
    width: 540px;
    height: 154px;
  }
}

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

  .u-section-12 .u-text-1 {
    width: auto;
    margin-top: 10px;
    margin-right: auto;
  }

  .u-section-12 .u-image-1 {
    height: 97px;
    margin-top: 37px;
    margin-bottom: 35px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}
.u-section-13 {
  background-image: none;
}

.u-section-13 .u-sheet-1 {
  min-height: 897px;
}

.u-section-13 .u-text-1 {
  font-size: 3rem;
  margin: 35px 345px 0 222px;
}

.u-section-13 .u-list-1 {
  width: 696px;
  margin: 35px auto 0 206px;
}

.u-section-13 .u-repeater-1 {
  grid-template-columns: 100%;
  min-height: 340px;
  grid-gap: 20px 20px;
}

.u-section-13 .u-list-item-1 {
  background-image: none;
}

.u-section-13 .u-container-layout-1 {
  padding: 0;
}

.u-section-13 .u-group-1 {
  width: 209px;
  min-height: 116px;
  background-image: none;
  height: auto;
  margin: 20px auto 0 20px;
}

.u-section-13 .u-container-layout-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-section-13 .u-text-2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 34px 15px 0;
}

.u-section-13 .u-text-3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: -82px 15px 0 259px;
}

.u-section-13 .u-list-item-2 {
  background-image: none;
}

.u-section-13 .u-container-layout-3 {
  padding: 0;
}

.u-section-13 .u-group-2 {
  width: 209px;
  min-height: 116px;
  background-image: none;
  height: auto;
  margin: 20px auto 0 20px;
}

.u-section-13 .u-container-layout-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-section-13 .u-text-4 {
  font-size: 3rem;
  font-weight: 700;
  margin: 34px 15px 0;
}

.u-section-13 .u-text-5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: -82px 15px 0 259px;
}

.u-section-13 .u-group-3 {
  --radius: 30px;
  width: 696px;
  min-height: 290px;
  height: auto;
  margin: 34px auto 0 208px;
}

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

.u-section-13 .u-text-6 {
  margin: 23px 30px 0;
}

.u-section-13 .u-text-7 {
  margin: 5px auto 0 70px;
}

.u-section-13 .u-list-icon-1 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-2 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-3 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-1 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-1 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-1 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-1 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-list-icon-1 {
  color: rgb(164, 90, 164) !important;
}

.u-section-13 .u-text-8 {
  text-decoration: underline !important;
  margin: -183px 35px 0 302px;
}

.u-section-13 .u-text-9 {
  line-height: 1.6;
  margin: 0 35px 0 302px;
}

.u-section-13 .u-text-10 {
  margin: 35px 201px 43px 169px;
}

.u-section-13 .u-text-1 {
  margin-right: 245px;
  margin-left: 122px;
}
@media (max-width: 1199px) {
  .u-section-13 .u-sheet-1 {
    min-height: 847px;
  }

  .u-section-13 .u-text-1 {
    margin-right: 245px;
    margin-left: 122px;
  }

  .u-section-13 .u-list-1 {
    margin-left: auto;
  }

  .u-section-13 .u-repeater-1 {
    min-height: 284px;
  }

  .u-section-13 .u-group-1 {
    min-height: 73px;
    margin-top: 29px;
    height: auto;
  }

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

  .u-section-13 .u-text-3 {
    margin-top: -48px;
  }

  .u-section-13 .u-group-2 {
    min-height: 73px;
    margin-top: 29px;
    height: auto;
  }

  .u-section-13 .u-text-4 {
    width: auto;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 7px;
  }

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

  .u-section-13 .u-group-3 {
    margin-top: 54px;
    margin-left: auto;
    height: auto;
  }

  .u-section-13 .u-text-10 {
    width: auto;
    margin: 29px 96px 35px 74px;
  }
}

@media (max-width: 991px) {
  .u-section-13 .u-text-1 {
    margin-right: 147px;
    margin-left: 0;
  }

  .u-section-13 .u-list-1 {
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

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

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

  .u-section-13 .u-text-1 {
    margin-right: 0;
  }

  .u-section-13 .u-list-1 {
    margin-top: 29px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-13 .u-repeater-1 {
    min-height: 186px;
  }

  .u-section-13 .u-group-1 {
    width: 141px;
    min-height: 49px;
    margin-top: 17px;
    margin-left: 19px;
  }

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

  .u-section-13 .u-text-3 {
    width: auto;
    margin-top: -47px;
    margin-right: -89px;
    margin-left: 172px;
    font-size: 1.125rem;
  }

  .u-section-13 .u-group-2 {
    width: 141px;
    min-height: 49px;
    margin-top: 17px;
    margin-left: 19px;
  }

  .u-section-13 .u-text-4 {
    font-size: 1.25rem;
  }

  .u-section-13 .u-text-5 {
    width: auto;
    margin-top: -47px;
    margin-right: -89px;
    margin-left: 172px;
    font-size: 1.125rem;
  }

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

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

  .u-section-13 .u-text-6 {
    width: auto;
    margin-top: 17px;
    margin-right: auto;
    margin-left: 45px;
  }

  .u-section-13 .u-text-7 {
    width: auto;
    margin-top: 16px;
    margin-left: 45px;
  }

  .u-section-13 .u-text-8 {
    width: auto;
    margin-top: -122px;
    margin-left: 231px;
  }

  .u-section-13 .u-text-9 {
    width: auto;
    margin-top: 12px;
    margin-left: 231px;
  }

  .u-section-13 .u-text-10 {
    margin-top: 35px;
  }
}

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

  .u-section-13 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-13 .u-repeater-1 {
    min-height: 528px;
  }

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

  .u-section-13 .u-group-1 {
    width: 260px;
    min-height: 83px;
    margin-top: 13px;
    margin-left: 13px;
  }

  .u-section-13 .u-text-2 {
    font-size: 2.75rem;
    margin-top: 9px;
  }

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

  .u-section-13 .u-container-layout-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-13 .u-group-2 {
    width: 260px;
    min-height: 83px;
    margin-top: 13px;
    margin-left: 13px;
  }

  .u-section-13 .u-text-4 {
    font-size: 2.75rem;
    margin-top: 9px;
  }

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

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

  .u-section-13 .u-text-6 {
    margin-top: 26px;
  }

  .u-section-13 .u-text-7 {
    margin-top: 7px;
    margin-left: auto;
  }

  .u-section-13 .u-text-8 {
    margin-top: 24px;
    margin-right: -18px;
    margin-left: 18px;
  }

  .u-section-13 .u-text-9 {
    margin-top: 7px;
    margin-right: 26px;
    margin-left: 18px;
  }
} 
.u-section-14 {
  min-height: 1185px;
}

.u-section-14 .u-image-1 {
  height: 680px;
  margin-top: 0;
  margin-bottom: 0;
  filter: brightness(0.55);
  object-position: 50% 0%;
}

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

.u-section-14 .u-text-2 {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 14px calc(((100% - 1140px) / 2) + 216px) 0 calc(((100% - 1140px) / 2) + 279px);
}

.u-section-14 .u-list-1 {
  width: 747px;
  margin: 53px auto 0;
}

.u-section-14 .u-repeater-1 {
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  min-height: 471px;
  grid-gap: 40px 40px;
  grid-auto-columns: calc(50% - 20px);
}

.u-section-14 .u-list-item-1 {
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-14 .u-container-layout-1 {
  padding: 50px 29px 30px;
}

.u-section-14 .u-text-3 {
  font-weight: 700;
  margin: 0;
}

.u-section-14 .u-text-4 {
  margin: 13px 0 0;
}

.u-section-14 .u-text-5 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  margin: 13px 0 0;
}

.u-section-14 .u-btn-1 {
  font-size: 1.125rem;
  border-style: none;
  text-transform: uppercase;
  --radius: 29px;
  background-image: none;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 24px auto 0;
}

.u-section-14 .u-list-item-2 {
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}

.u-section-14 .u-container-layout-2 {
  padding: 50px 29px 30px;
}

.u-section-14 .u-text-6 {
  font-weight: 700;
  margin: 0;
}

.u-section-14 .u-text-7 {
  margin: 13px 0 0;
}

.u-section-14 .u-text-8 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: normal;
  margin: 13px 0 0;
}

.u-section-14 .u-btn-2 {
  font-size: 1.125rem;
  border-style: none;
  text-transform: uppercase;
  --radius: 29px;
  background-image: none;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 24px auto 0;
}

.u-section-14 .u-text-9 {
  font-size: 0.875rem;
  width: 743px;
  margin: 29px auto 44px;
}

@media (max-width: 1199px) {
   .u-section-14 {
    min-height: 860px;
  }

  .u-section-14 .u-text-2 {
    width: 504px;
    margin-left: calc(((100% - 940px) / 2) + 179px);
    margin-right: calc(((100% - 940px) / 2) + 116px);
  }

  .u-section-14 .u-repeater-1 {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }

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

  .u-section-14 .u-btn-1 {
    font-size: 1rem;
    padding: 14px 40px 16px 39px;
  }

  .u-section-14 .u-container-layout-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-section-14 .u-btn-2 {
    font-size: 1rem;
  }

  .u-section-14 .u-text-9 {
    width: 504px;
  }
}

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

  .u-section-14 .u-text-2 {
    margin-left: calc(((100% - 720px) / 2) + 69px);
    margin-right: calc(((100% - 720px) / 2) + 6px);
  }

  .u-section-14 .u-list-1 {
    width: 720px;
  }

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

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

  .u-section-14 .u-container-layout-2 {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-14 .u-text-1 {
    font-size: 2.75rem;
    width: 540px;
  }

  .u-section-14 .u-text-2 {
    margin-left: calc(((100% - 540px) / 2));
    margin-right: calc(((100% - 540px) / 2));
  }

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

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

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

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

@media (max-width: 575px) {
   .u-section-14 {
    min-height: 1983px;
  }

  .u-section-14 .u-image-1 {
    height: 1015px;
  }

  .u-section-14 .u-text-1 {
    font-size: 1.875rem;
    width: 340px;
    margin-top: -937px;
  }

  .u-section-14 .u-text-2 {
    width: 340px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .u-section-14 .u-repeater-1 {
    min-height: 938px;
  }

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

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

  .u-section-14 .u-text-9 {
    width: 340px;
    margin-top: 31px;
  }
}.u-section-15 .u-sheet-1 {
  min-height: 207px;
}

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

.u-section-15 .u-list-1 {
  grid-template-rows: auto;
  margin: 0 0 11px;
}

.u-section-15 .u-repeater-1 {
  grid-auto-columns: 100%;
  grid-template-columns: 100%;
  grid-gap: 10px 10px;
  min-height: 157px;
}

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

.u-section-15 .u-image-1 {
  width: 287px;
  height: 111px;
  margin: 16px auto 0 381px;
}

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

  .u-section-15 .u-text-1 {
    width: auto;
    margin-top: 10px;
  }

  .u-section-15 .u-list-1 {
    height: auto;
    margin-top: -39px;
    margin-bottom: 1px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-15 .u-image-1 {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .u-section-15 .u-list-1 {
    margin-top: 20px;
    margin-bottom: 11px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-15 .u-repeater-1 {
    grid-auto-columns: calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .u-section-15 .u-list-1 {
    margin-bottom: 1px;
    margin-right: initial;
    margin-left: initial;
  }

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

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

  .u-section-15 .u-text-1 {
    margin-left: 0;
  }

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

  .u-section-15 .u-image-1 {
    height: 79px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
} .u-section-16 {
  background-image: none;
}

.u-section-16 .u-sheet-1 {
  min-height: 236px;
}

.u-section-16 .u-layout-wrap-1 {
  margin-top: 42px;
  margin-bottom: 26px;
}

.u-section-16 .u-layout-cell-1 {
  min-height: 146px;
  --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;
}

.u-section-16 .u-container-layout-1 {
  padding: 20px 40px;
}

.u-section-16 .u-text-1 {
  margin: 0 auto 0 0;
}

.u-section-16 .u-text-2 {
  font-size: 1.875rem;
  font-style: italic;
  margin: 20px 0 0;
}

.u-section-16 .u-layout-cell-2 {
  min-height: 129px;
  --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;
}

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

.u-section-16 .u-text-3 {
  margin: 0 auto;
}

.u-section-16 .u-social-icons-1 {
  height: 32px;
  min-height: 16px;
  width: 74px;
  min-width: 42px;
  margin: 20px auto 0;
}

.u-section-16 .u-icon-1 {
  height: 0;
}

.u-section-16 .u-icon-2 {
  height: 32px;
}

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

  .u-section-16 .u-layout-cell-1 {
    min-height: 120px;
  }

  .u-section-16 .u-layout-cell-2 {
    min-height: 106px;
  }
}

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

  .u-section-16 .u-layout-cell-1 {
    min-height: 100px;
  }

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

  .u-section-16 .u-layout-cell-2 {
    min-height: 210px;
  }

  .u-section-16 .u-text-3 {
    width: auto;
    margin-top: 47px;
  }
}

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

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

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

  .u-section-16 .u-layout-cell-2 {
    min-height: 100px;
  }

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

  .u-section-16 .u-text-3 {
    margin-top: 0;
  }
} .u-section-17 {
  background-image: none;
  min-height: 925px;
}

.u-section-17 .u-shape-1 {
  width: calc(((100% - 1140px) / 2)  + 442px);
  left: 0;
  right: auto;
  --animation-custom_in-translate_x: 700px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  top: 0;
}

.u-section-17 .u-layout-wrap-1 {
  width: 1140px;
  margin: 56px auto 4px;
}

.u-section-17 .u-image-1 {
  background-image: url("images/dfdfdffffffffff.jpg");
  background-position: 50% 50%;
  min-height: 865px;
  --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;
}

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

.u-section-17 .u-layout-cell-2 {
  min-height: 865px;
  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;
}

.u-section-17 .u-container-layout-2 {
  padding: 30px;
}

.u-section-17 .u-text-1 {
  margin: 110px auto 0 0;
}

.u-section-17 .u-form-1 {
  height: 357px;
  width: 510px;
  margin: 29px 0 0;
}

.u-section-17 .u-btn-1 {
  border-style: none;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 2px;
  padding-left: 0;
  padding-right: 0;
  background-image: none;
  font-weight: bold;
}

.u-section-17 .u-text-2 {
  font-size: 1.875rem;
  margin: 33px auto 0 0;
}

.u-section-17 .u-social-icons-1 {
  white-space: nowrap;
  height: 32px;
  min-height: 16px;
  width: 84px;
  min-width: 52px;
  margin: 30px auto 0 0;
}

.u-section-17 .u-icon-1 {
  height: 100%;
}

.u-section-17 .u-icon-2 {
  height: 100%;
}

@media (max-width: 1199px) {
   .u-section-17 {
    min-height: 773px;
  }

  .u-section-17 .u-shape-1 {
    width: calc(((100% - 940px) / 2)  + 349px);
  }

  .u-section-17 .u-layout-wrap-1 {
    width: 940px;
  }

  .u-section-17 .u-image-1 {
    min-height: 713px;
  }

  .u-section-17 .u-layout-cell-2 {
    min-height: 713px;
  }

  .u-section-17 .u-form-1 {
    width: 410px;
  }
}

@media (max-width: 991px) {
   .u-section-17 {
    min-height: 343px;
  }

  .u-section-17 .u-shape-1 {
    width: calc(((100% - 720px) / 2) + 349px);
  }

  .u-section-17 .u-layout-wrap-1 {
    width: 720px;
  }

  .u-section-17 .u-image-1 {
    min-height: 546px;
  }

  .u-section-17 .u-layout-cell-2 {
    min-height: 100px;
  }

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

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

  .u-section-17 .u-shape-1 {
    width: calc(((100% - 540px) / 2) + 349px);
  }

  .u-section-17 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-17 .u-image-1 {
    min-height: 667px;
  }

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

  .u-section-17 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
   .u-section-17 {
    min-height: 1230px;
  }

  .u-section-17 .u-shape-1 {
    width: calc(((100% - 340px) / 2)  + 298px);
  }

  .u-section-17 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-17 .u-image-1 {
    min-height: 420px;
  }

  .u-section-17 .u-layout-cell-2 {
    min-height: 681px;
  }

  .u-section-17 .u-text-1 {
    width: auto;
    margin-top: 18px;
    margin-right: 144px;
  }

  .u-section-17 .u-form-1 {
    width: 320px;
  }

  .u-section-17 .u-text-2 {
    font-size: 2.25rem;
  }
} .u-section-18 {
  background-image: none;
}

.u-section-18 .u-sheet-1 {
  min-height: 539px;
}

.u-section-18 .u-text-1 {
  font-size: 1.25rem;
  width: 817px;
  --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;
  margin: 30px auto 0;
}

.u-section-18 .u-table-1 {
  margin-top: 38px;
  margin-bottom: 32px;
  width: 100%;
}

.u-block-2317-4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.u-block-2317-59 {
  font-weight: 700;
  background-image: none;
}

.u-block-2317-60 {
  font-weight: 700;
  background-image: none;
}

.u-section-18 .u-table-cell-1 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
}

.u-section-18 .u-table-cell-2 {
  background-image: none;
  text-transform: uppercase;
  font-weight: 700;
}

.u-section-18 .u-table-cell-3 {
  background-image: none;
  font-weight: 700;
  text-transform: uppercase;
}

.u-section-18 .u-table-cell-4 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-5 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-6 {
  text-decoration: line-through !important;
}

.u-section-18 .u-table-cell-7 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-8 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-9 {
  text-decoration: line-through !important;
  font-weight: 400;
}

.u-section-18 .u-table-cell-10 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-11 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-12 {
  text-decoration: line-through !important;
  font-weight: 400;
}

.u-section-18 .u-table-cell-13 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-14 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-15 {
  text-decoration: line-through !important;
}

.u-section-18 .u-table-cell-16 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-17 {
  text-decoration: line-through !important;
  font-weight: 700;
}

.u-section-18 .u-table-cell-18 {
  text-decoration: line-through !important;
}

.u-block-2317-35 {
  background-image: none;
}

@media (max-width: 1199px) {
  .u-section-18 .u-table-1 {
    width: auto;
  }
}

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

@media (max-width: 767px) {
  .u-section-18 .u-text-1 {
    width: 540px;
  }
}

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

/* CSS Customizado */
.image-container {
  display: flex;
  justify-content: center; /* Centraliza os itens */
  gap: 20px; /* Espaço entre as imagens */
  text-align: center; /* Centraliza os títulos */
}

.image-item {
  display: flex;
  flex-direction: column; /* Título abaixo da imagem */
  align-items: center;
}

.image-item img {
  width: 320px;
  height: auto; /* Mantém a proporção */
  object-fit: contain;
}

.image-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.flash-banner {
    display: inline-block;
    vertical-align: middle;
    margin-left: 00px; /* Ajuste conforme necessário */
    margin-top:00px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: #ff007f;
    padding: 10px;
    animation: blink-bg 0.45s infinite alternate;
}

@keyframes blink-bg {
    0% { background-color: #ff007f; }
    100% { background-color: #ffcc00; }
}

.u-sheet-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .flash-banner {
    position: relative; /* Mantém alinhado com o fluxo normal da página */
    display: block; /* Ocupa toda a linha */
    width: 100vw; /* 100% da largura da tela */
    height: 100px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: #ff007f;
    padding: 10px;
    animation: blink-bg 0.35s infinite alternate;
  }

}
@media (max-width: 768px) {
  .u-container-layout-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .u-logo-container {
    margin-top: 20px; /* Espaço entre o texto e o logo */
    text-align: center; /* Centraliza o logo */
  }
}