#customPageTitle {
  display: none;
}

h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: start;
  display: block;
  font-size: calc((var(--h1-font-size)) - 12px);
}

.centeredContent > section {
  width: 90%;
  margin: 40px auto;
}
.section1 img {
  border-radius: 6px;
  margin: 0 auto;
  width: auto;
  display: block;
  max-height: 14vw;
}
.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%;
}

.container {
  display: flex;
  margin: 0 auto;
}

.section1 {
  margin-bottom: 60px;
}

.about .left {
  width: 50vw;
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 120px;
}

.about .section4 .left {
  padding-bottom: 0px;
}

.about .textContainer {
  width: 100%;
}

.about .right {
  width: 50vw;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #648ff9;
  justify-content: center;
  padding-left: 40px;
  padding-bottom: 120px;
}

.about .section4 .right {
  padding-bottom: 0px;
}

.infoDescription {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.infoDescription h3 {
  font-weight: 700;
}

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

.section1 figure {
  margin: auto;
}

.about img {
  object-fit: contain;
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}

.about .right img {
  height: 24px;
  width: auto;
  position: absolute;
  right: 104%;
}

.section2 .right img {
  top: 19%;
}

.section3 .right img {
  top: 22%;
  left: 104%;
  transform: rotateZ(180deg);
}

.section4 .right img {
  top: 22%;
}

.about .right > p {
  color: #9d9d9d;
}

.about .right a {
  font-size: 16px;
  color: var(--main);
  text-decoration: underline;
  margin-top: 22px;
}

.centeredContent {
  width: 100%;
  margin: 0 auto;
}

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

.about .textInfo {
  margin-bottom: 1rem;
}

section.about .info-about p {
  font-size: 13px;
  margin-bottom: 1rem;
}

.centeredContent h2 {
  margin: 20px auto;
  text-transform: uppercase;
  width: 100%;
  max-width: unset;
  font-size: 50px;
  line-height: 60px;
}

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

.section3.reverse .left {
  padding-left: 40px;
  padding-right: 0;
}

.section3.reverse .right {
  border-right: 1px solid #648ff9;
  padding-right: 40px;
  padding-left: 0;
  border-left: 0;
  align-items: flex-end;
}

.section3.reverse .right > * {
  text-align: end;
}

@media screen and (max-width: 1100px) {
  .centeredContent,
  .widthContainer {
    width: 100% !important;
  }

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

  .about .container {
    display: flex;
    flex-direction: column;
  }

  .row {
    flex-direction: column;
  }

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

  .col-2 {
    width: 100%;
  }

  .h1 {
    text-align: center;
  }

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

  .centeredContent h2 {
    margin-bottom: 17px;
    font-size: 30px;
  }

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

  .section1 img {
    max-height: 40vw;
    margin-top: 25px;
  }

  .info-about {
    width: 90%;
    margin: auto;
  }

  .about .left {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .about .right {
    width: 75%;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 70px;
  }

  .about .right img {
    transform: none;
    position: relative;
    margin: 0;
    top: 80px;
    left: -52px;
  }

  .about .right > p {
    font-size: calc((var(--menu-font-size)-1px));
  }

  .about .textInfo p {
    font-size: var(--menu-font-size);
  }

  .section3.reverse {
    display: flex;
    flex-direction: column;
  }

  .section3.reverse .left {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }

  .section3.reverse .right {
    border-right: 0;
    width: 75%;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 70px;
    align-items: flex-start;
    border-left: 1px solid #648ff9;
    padding-left: 40px;
    padding-right: 0;
  }

  .section3.reverse .right > * {
    text-align: left;
  }
}
