body h1, body h2 {
  margin-top: 0;
  letter-spacing: 5px;
}
body.home .section__banner {
  height: 80vh;
  max-height: inherit;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  body.home .section__banner {
    height: 62vh;
  }
}

.section__banner {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: 370px -110px;
}
@media screen and (max-width: 1024px) {
  .section__banner {
    background-position: center;
  }
}
.section__banner--block {
  z-index: 5;
  position: relative;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .section__banner--block {
    align-items: flex-end;
    height: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__banner--block {
    grid-template-columns: 1fr;
    align-items: flex-end;
    height: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section__banner--block h1 {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section__banner--block .title {
    font-size: 1rem;
  }
}
.section__banner--reviews {
  margin-top: 6rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .section__banner--reviews {
    margin-top: 2rem;
  }
}

.section__blocks {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .section__blocks .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section__blocks h2 {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__blocks .grid-2-col, .section__blocks .grid-2-col-7-5 {
    grid-template-columns: 1fr;
  }
}
.section__blocks--border {
  padding: 1rem 0 1rem 6rem;
  border-left: 6px solid #2ACBDD;
}
@media screen and (max-width: 767px) {
  .section__blocks--border {
    padding: 1rem 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__blocks--border {
    padding: 1rem 0 1rem 3rem;
    margin-bottom: 3rem;
  }
}
.section__blocks--border-img {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .section__blocks--border-img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .section__blocks--doctor {
    grid-template-columns: 5fr 7fr;
  }
}
.section__blocks--gallery {
  position: relative;
  z-index: 10;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .section__blocks--gallery {
    padding: 4rem 2rem !important;
  }
}
.section__blocks--gallery-column {
  grid-gap: 180px;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .section__blocks--gallery-column {
    grid-gap: 30px;
    margin: 3rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__blocks--gallery-column {
    grid-gap: 30px;
    margin: 3rem 0;
    grid-template-columns: 1fr;
  }
}
.section__blocks--gallery-column div {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__blocks--gallery-column div {
    justify-content: center;
  }
}
.section__blocks--gallery-column div img {
  max-width: 324px;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section__blocks--gallery-column div img {
    max-width: 100%;
  }
}
.section__blocks--info {
  position: relative;
  z-index: 10;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section__blocks--info-column {
  margin: 5rem 0;
}
.section__blocks--benefits {
  grid-gap: 140px;
}
@media screen and (max-width: 767px) {
  .section__blocks--benefits {
    grid-gap: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__blocks--benefits {
    grid-gap: 40px;
  }
}
.section__blocks--svg {
  margin: 3rem 0;
}
.section__blocks--svg:before, .section__blocks--svg:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  display: inline-block;
  width: 40%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section__blocks--svg:before {
  left: 0;
}
.section__blocks--svg:after {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .section__blocks--align-column {
    padding: 4rem 2rem 0 !important;
  }
}
.section__blocks--align-column .title, .section__blocks--align-column h2 {
  margin-left: -50%;
}
@media screen and (max-width: 1024px) {
  .section__blocks--align-column .title, .section__blocks--align-column h2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .section__blocks--align-column .title, .section__blocks--align-column h2 {
    margin-left: 0;
  }
}
.section__blocks--align img {
  max-width: 390px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section__blocks--align img {
    display: none;
  }
}
.section__blocks--video {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  min-height: 22rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__blocks--video-column {
    grid-template-columns: 1fr;
  }
}
.section__blocks--video-column .video-player {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .section__blocks--video-column div:nth-of-type(2) {
    margin-top: 3rem;
  }
  .section__blocks--video-column div:nth-of-type(3) {
    order: 2;
  }
  .section__blocks--video-column div:nth-of-type(4) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.section__blocks--video-svg {
  background: transparent;
  fill: #2ACBDD;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2ACBDD;
  transition: all 0.3s ease-in;
  margin-bottom: 2rem;
}
.section__blocks--video-svg:hover {
  background: #2ACBDD;
  fill: #ffffff;
}
.section__blocks--video-title {
  font-weight: 700;
  text-transform: uppercase;
}
.section__blocks--video p {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .section__blocks--video p {
    margin-bottom: 1rem;
  }
}
.section__blocks .padding-xl {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section__blocks .padding-xl {
    padding-top: 2rem;
  }
}

.section__footer--column {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.video-player {
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.video-player > *:not(.bg-cover-photo) {
  position: relative;
  z-index: 1;
  max-width: 31.25rem;
}
.video-player h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2.125;
  font-family: roboto, sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .video-player h3 {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.video-player h3 + p {
  margin-top: 0.625rem;
}
.video-player .bg-cover-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in, filter 0.3s ease-in;
  transform: scale(1);
}
.video-player .bg-cover-photo:after {
  transition: background-color 0.3s ease-in;
}
.video-player .button-play-video {
  width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  border: 0.0625rem solid #2ACBDD;
  margin-bottom: 1.625rem;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.video-player .button-play-video:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .video-player .button-play-video {
    margin-top: 3.4375vw;
  }
}
@media screen and (min-width: 1921px) {
  .video-player .button-play-video {
    margin-top: 4.125rem;
  }
}
.video-player .button-play-video svg {
  transform: translateX(0.125rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .video-player {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .video-player {
    padding: 24px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  a.video-player:hover.inverted {
    color: #ffffff !important;
  }
  a.video-player:hover .bg-cover-photo {
    transform: scale(1.025);
    filter: blur(7px) grayscale(0.67);
  }
  a.video-player:hover .bg-cover-photo:after {
    background-color: rgba(62, 62, 62, 0.8);
  }
}
#modal,
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#modal {
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.8);
}

button.modal__close {
  position: fixed;
  top: 0.25rem;
  right: 0.25rem;
  padding: 1.875rem;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
button.modal__close svg {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  fill: #ffffff;
  opacity: 0.66;
  transition: opacity 0.3s ease-in;
}
button.modal__close:hover svg, button.modal__close:focus-visible svg {
  opacity: 1;
}

#modal__content {
  position: relative;
  z-index: 11;
  background: #000000;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  #modal__content {
    width: calc(100% - 5rem);
    max-width: 1920px;
    box-shadow: 0 0.625rem 3.125rem rgba(0, 0, 0, 0.5);
  }
}
#modal__content iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: fadeIn 1s forwards;
}

.js-modal-is-active #modal {
  display: flex;
  animation: fadeIn 0.15s forwards;
}
