#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
}
.bkgImg {
  display: block;
  width: 100vw;
  height: 100%;
}

.bkgImg img {
  width: 100%;
  height: 100%;
}
.imgMobile{
  display: none;
}
.infoContainer{
    gap: 30px;
    width: 68%;
    margin: 0rem auto;
    margin-bottom:2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    top: -10rem;
    background: var(--white);
    border: 1px solid #CFCFCF;
    padding: 5rem;
    box-sizing: border-box;
}

.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 2rem;
  width: 100%
}

.text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem
}
.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  padding: 0rem 5rem;
}

.productGrouptitle {
  margin: 2rem 0 1.5rem;
  line-height: 22px;
  font-size: 25px;
  font-weight: 500;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  display: flex;
  align-items: center
}

.openClose {
  position: absolute;
  float: right;
  right: 5%;
}

.productGroupInfo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  height: 0;
  line-height: 20px;
  box-sizing: border-box;
}

.productInfoText {
  margin-top: 0;
  font-weight: 500;
}

.productInfoText:last-child {
  margin-bottom: 1.2rem
}
@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;
  }
  .locationContainer {
    width: 100%;
}

  .textBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
  }

  .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/200;
  }

  .bkgImg .imgDesktop {
    display: none;
  }

  .infoContainer {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 1.5rem 11% 1.5rem 5%;
    gap: 1rem;
    top: -6rem;
  }

  .productGrouptitle{
    margin:0;
    font-size: 18px;
  }
  .productInfoText:last-child{
    margin-top: 15px;
  }
  .titleBox {
    font-size: 20px;
    width: 100%;
    line-height: 32px;
    margin: 15px 0;
  }

  .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
  }
}