#customPageTitle {
  display: none
}

h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 45px
}

.centeredContent>section {
  width: 95%;
  margin: 0 auto
}

.centeredContent>section {
  width: 100%
}

.row {
  display: flex;
  flex-direction: row
}

.row:nth-of-type(even) {
  flex-direction: row-reverse
}

.row:nth-of-type(odd) .col-2:first-child .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-left 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.row:nth-of-type(even) .col-2:first-child .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-right 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-right 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both
}


.leftText.onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) both
}

.rightText.onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) both
}

.imgBox.onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(.39, .575, .565, 1) both
}
.secondHeader{
  background: var(--base);
  color: white;
}
.box{
  background: var(--base);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 3rem 0;
}
.box .textBox{
  width: 40%;
}
.linksWrapper li:not(.active):hover::before {
  filter:invert(1)
}
.linksWrapper li.active{
  filter:invert(1);
  color:black
}
.bkgImg {
  display: flex;
  width: 100vw;
  height: 100%;
  margin-bottom: 1.2rem;
}

#headerDummy.headerIndex {
  height: 0;
}

.bkgImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1512 / 618;
}
.boxContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 65%;
  gap: 20px;
  margin: auto;
  padding: 3rem 0 4rem;
}
.boxInfo {
  width: calc((100% - 80px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blockContainer {
    border: none;
    width: 50%;
    margin: 0;
}
.imgContainer{
  width:100%;
}
.section {
    display: flex;
}
.section:nth-child(odd) {
    display: flex;
  flex-direction:row-reverse
}
.sectionInfo {
    display: flex;
    flex-direction: column;
    margin: auto 0;
    padding: 0 5%;
}
.titleBox{
  margin-bottom:1rem
}
.btnContainer{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 3rem;
}
.btnTop{
  display: flex;
  gap: 15px;
}
.btnContainer .btnTop .btnMenu{
  width: 50%;
}
.btnContainer .btnTop .btnMenu:hover,
.btnContainer .btnMenu:hover{
  background:var(--white);
  color:var(--base)
}
.btnContainer .btnMenu{
  background-color: var(--base);
  color: var(--white);
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  line-height: 46px;
  border:1px solid var(--base);
  transition: 0.4s all ease;
}
@media screen and (max-width: 1100px) {
  .row {
    flex-direction: column
  }

  h1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: calc(var(--h1-font-size) - 5px);
    line-height: calc(var(--h1-line-height) - 5px)
  }

  .row:nth-of-type(even) {
    flex-direction: column
  }

  .col-2 {
    width: 100%
  }

  .info {
    width: 92%;
    margin: 40px 0
  }

  .centeredContent h2 {
    margin-bottom: 1rem;
  }

  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9
  }

  .locationsContainer {
    flex-direction: column
  }

  .locationTitle {
    font-size: 25px;
    line-height: 30px;
  }

  .ourLocation {
    margin: 4rem auto;
    gap: 3rem;
  }

  .locationsContainer {
    display: flex;
    gap: 3rem;
  }

  .locationName {
    font-size: 25px;
    line-height: 30px;
  }

  .locationAddress {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    width: 90%;
    gap: 0;
    margin-bottom: 20px;
  }
.blockContainer {
    width: 100%;
}
  .sectionInfo{
    margin-top: 2.5rem;
  }
  .locationContainer {
    width: 100%;
}
.section {
    flex-direction:column;
    margin: 25px 0 4rem;
}
.section:nth-child(odd) {
    display: flex;
    flex-direction: column;
}
.btnContainer{
  margin-top:15px
}
.btnTop{
  flex-direction:column;
}
 .btnContainer .btnTop .btnMenu{
    width:100%;
    height: 53px;
    line-height: 53px;
  }
  .btnContainer .btnMenu{
     height: 53px;
    line-height: 53px;
  }
  .leftText {
    border: none;
    border-bottom: 1px solid var(--black);
    padding-bottom: 3rem;
    width: 100%
  }

  .rightText,
  .rightText p,
  .leftText p,
  .info,
  .info p {
    width: 100%
  }

  .rightText {
    gap: 10px
  }

  .reverse {
    flex-direction: column-reverse
  }

  .imgBox {
    width: 100%;
    flex-direction: column;
    gap: 20px
  }

  .imgBox img {
    width: 100%
  }


  .textContainer {
    width: 100%
  }

  .imagesContainer {
    width: 100%
  }

  .infoDescription {
    width: 100%
  }

  .textInfo {
    width: 100%
  }

  .bkgImg {
    height: auto;
  }

  .bkgImg .imgMobile {
    display: block;
    aspect-ratio: 390/287;
  }

  .bkgImg .imgDesktop {
    display: none;
  }

    .imgContainer img {
        width: 100%;
        aspect-ratio: 11 / 10;
        object-fit: cover;
    }
  .articleBox {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .article {
    width: 100%;
  }

  .bottomInfo {
    bottom: 50px
  }

  .bottomTitle {
    font-size: 30px;
    line-height: 30px;
    width: 90%;
  }

  .bottomText {
    font-size: 14px;
    line-height: 17px;
    font-weight: 100;
    width: 82%;
  }

  .statsInfo {
    display: flex;
    flex-direction: column;
    margin: 0 auto 2rem;
  }

  .statItem {
    margin: 5rem auto;
  }

  .statNumber {
    font-size: 50px;
  }

  .statName {
    font-size: 30px
  }
  .blockContainer .slick-dots {
  bottom: 20px;
  top: unset;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  height: fit-content;
}

.slick-dots
  li {
  width: 16px;
  height: 16px;
  margin: 0 3px;
}

.slick-dots li button:before {
  border: none;
  background-color: transparent;
  color: transparent;
}
.blockContainer .slick-dots .slick-active button{
  height: 16px;
  width: 16px;
  border-radius: 50px;
  border: 1px solid var(--white);
}
.blockContainer .slick-dots li button{
  height: 15px;
  width: 15px;
  border-radius: 50px;
  padding: 0;
}
.blockContainer .slick-dots li.slick-active button:before,
.blockContainer .slick-dots button:before{
    background-color: white;
    padding: 0;
    height: 6px;
    width: 6px;
    opacity: 1;
    content:  '';
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: 5px 5px;
}
#sliderImgContainer .slick-dots li.slick-active{
  /* border:1px solid red; */
}
}