#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(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.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(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.imgContainer,
.img {
  width: 100%;
  display: block;
}

.centeredContent {
  width: 90%;
}

.info {
  opacity: 0;
  width: 71%;
}

figure.bannerAbout img {
  width: 100%;
}
.centeredContent h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  max-width: unset;
}
section.textAndImage {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.slick-dots li.slick-active button:before {
  background-color: var(--third);
}
.slick-dots li button:before {
  border: 1px solid white;
}
section.textAndImage .text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

section.textAndImage .image {
  width: 55%;
}

section.textAndImage .image img {
  width: 100%;
}

.text h2 {
  font-size: 30px;
  text-transform: unset;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 30px;
}

.text p {
  font-size: 13px;
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .row {
    flex-direction: column;
  }
  h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    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%;
  }
  figure.bannerAbout img {
    width: 100%;
  }
  section.textAndImage .image img {
    margin: 0px 6px;
  }

  .centeredContent.customPageCenteredContent.font1 {
    width: 100% !important;
    margin: 0px;
  }

  section.textAndImage {
    flex-direction: column;
  }

  section.textAndImage .text {
    width: 90%;
    margin: auto;
  }

  section.textAndImage .image {
    width: 100%;
    margin: 30px auto 50px;
  }
  .info {
    width: 92%;
    margin: 40px 0;
  }

  .centeredContent h2 {
    margin-bottom: 36px;
  }
  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
