body.is-scrolled{
  padding-left: 100px;
  transition: padding-left 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  body.is-scrolled{
    padding-left: 0;
  }
}
@media (max-width: 1600px) {
    .main-content .three-images-block {
        padding: 100px 70px 100px 80px;
    }
}
@media (max-width: 1024px) {
    .main-content .three-images-block {
        padding: 70px 0;
    }
}
.container{
  padding: 0 25px;
}
.featured-img .container{
  padding: 0 .75rem;
}

.video-block .hero-text h1 svg {
  display: inline-block;
}

footer .footer-wrap .footer-social img {
  display: inline;
}

#og-popup {
  z-index: 1000;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50rem;
  text-align: center;
  background: white;
  border-radius: 10px;
  filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
}

.privacy-policy .featured-img,
.page-id-2851 .featured-img,
.page-id-3632 .featured-img {
  background: #9bb0bc !important;
}

.privacy-policy .featured-img h1 {
  color: white;
}

.popup-image {
  margin-bottom: 2rem;
}

.pink-bg.big-text-section p {
  color: #2e3f4b;
}

.popup-image {
  width: 17.5rem;
}

.popup-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}

#close-popup {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  cursor: pointer;
  background: white;
  border-radius: 0 10px 0 0;
}

#close-popup svg {
  pointer-events: none;
}

.mt-10 {
  margin-top: 2rem;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  #og-popup {
    width: 45rem;
  }
}

@media only screen and (max-width: 480px) {
  #og-popup {
    width: 29rem;
  }
  #og-popup p {
    font-size: 1rem;
  }
  .popup-image {
    width: 10rem;
  }
}
