.layout__main__content {
  padding: 0 !important;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.container {
  max-width: var(--ats-max-width);
  margin-right: auto;
  margin-left: auto;
}

.glide__slide img {
  width: 100%;
  border-radius: 20px;
}

.glide__arrow {
  border: 0 solid;
  font-size: 25px;
  box-shadow: 0 0 0 0;
  text-shadow: 0 0 0;
}

.glide__arrow--right {
  right: 0.5em;
}

.glide__arrow--left {
  left: 0.5em;
}

.glide__bullets {
  bottom: -1em;
}

.glide__bullet {
  background-color: #dedddd;
  box-shadow: 0 0 0 0;
}

  .glide__bullet:hover, .glide__bullet:focus {
    background-color: #4c4a4a;
    border: 1px solid #cecece;
  }

.glide__bullet--active {
  background-color: #4c4a4a;
}

.glide__arrow--circle {
  background-color: #ffffff;
  color: #919495;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1.title-section {
  font-weight: 700;
}

section[name=header] {
  margin-top: 15px;
  width: 100%;
  padding: 20px 0;
}

  section[name=header] > .section-background {
    width: 100%;
    background-color: var(--color-primary);
    height: 200px;
    color: #ffffff;
    padding-top: 20px;
  }

  section[name=header] > div.container:nth-child(2) {
    margin-top: 12em;
  }

.main-carousel {
  margin-top: 20px;
}

.main-carouse > div.glide__track > ul.glide__slides > li.glide__slide img {
  height: 200px;
  object-fit: cover;
}

section[name=video] > div.container {
  display: flex;
  width: 100%;
  margin-top: 25px;
}

  section[name=video] > div.container > div {
    width: 100%;
    margin-left: 50px;
    white-space: pre-line;
  }

  section[name=video] > div.container > ats-youtube-player > iframe {
    border-radius: 7px;
    width: 418px;
    height: 242px;
    margin-top: 25px;
  }

section[name=complementaryInformation] {
  margin-top: 50px;
  background-color: var(--color-primary);
  width: 100%;
  color: #ffffff;
  padding: 42px;
}

  section[name=complementaryInformation] .complementary-images,
  section[name=complementaryInformation] .single-complementary-image {
    display: flex;
    gap: 17px;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
  }

    section[name=complementaryInformation] .complementary-images > img,
    section[name=complementaryInformation] .single-complementary-image > img {
      width: 326px;
      height: 326px;
      border-radius: 20px;
      object-fit: cover;
    }

.complementary-images-carousel {
  display: none;
  margin-top: 40px;
}

  .complementary-images-carousel > div.glide__track > ul.glide__slides > li.glide__slide img {
    height: 326px;
    min-width: 100%;
    object-fit: cover;
  }

.container > div {
  font-size: 18px;
}

@media screen and (max-width: 1102px) {
  .complementary-images-carousel {
    display: block;
  }

  section[name=complementaryInformation] .complementary-images {
    display: none;
  }
}

@media screen and (max-width: 1035px) {
  div .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  section[name=complementaryInformation] > div.container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 876px) {
  section[name=header] > div.container:nth-child(2) {
    margin-top: 10em;
  }
}

@media screen and (max-width: 768px) {
  section[name=header] > div.container:nth-child(2) {
    margin-top: 7.5em;
  }

  .main-carousel > div.glide__track > ul.glide__slides > li.glide__slide img {
    object-fit: cover;
  }

  section[name=video] > div.container {
    flex-wrap: wrap;
    justify-content: center;
  }

    section[name=video] > div.container > div {
      margin-left: 0;
      margin-top: 20px;
    }

  section[name=complementaryInformation] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 494px) {
  section[name=header] > div.container:nth-child(2) {
    margin-top: 10em;
  }

  section[name=video] > div.container {
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  section[name=video] > div.container > ats-youtube-player > iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 369px) {
  section[name=header] > div.container:nth-child(2) {
    margin-top: 10em;
  }
}
