#main.sustainable-labs {
  margin-bottom: 0!important;
}
#footer.sustainable-labs {
z-index: 5!important;
}
#sustainable_labs {
  position:relative;
  z-index:9999;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-12px);
		-ms-transform:     translateY(-12px);
		transform:         translateY(-12px)
	}
	60% {
		-webkit-transform: translateY(-6px);
		-ms-transform:     translateY(-6px);
		transform:         translateY(-6px)
	}
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} 
svg #wheel {
  -webkit-animation: scroll ease 1.5s infinite;
          animation: scroll ease 1.5s infinite;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
  padding: 10px 20px;
  color: #fff;
  background: #d54216;
  border-radius: 6px;
  display: none;
  text-decoration: none;
  text-transform: uppercase;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 1260px) {
  #scrollToTopBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#scrollToTopBtn svg {
  height: 40px;
  width: 40px;
}

.hideShowScrollTo {
  display: none !important;
}

.bounceUp {
  -webkit-animation: MoveUpDown 1.5s linear infinite;
          animation: MoveUpDown 1.5s linear infinite;
}

.popup__landing {
  position: relative;
}
.popup__landing .pop__splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: none;
}
@media screen and (min-width: 1024px) {
  .popup__landing .pop__splash.show-splash {
    display: block;
    z-index: 5;
  }
}
.popup__landing .pop__splash--inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: center;
}
.popup__landing .pop__splash--inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #102f82;
  opacity: 0.5;
  z-index: -1;
}
.popup__landing .pop__splash--inner .splash__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
}
.popup__landing .pop__splash--inner .pop__splash--content {
  padding: 15%;
  position: relative;
  z-index: 1;
}
.popup__landing .pop__splash--inner .pop__splash--content h1 {
  font-size: 70px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.popup__landing .pop__splash--inner .pop__splash--content p {
  margin-bottom:30px;
}
@media screen and (max-width: 1299px) {
  .popup__landing .pop__splash--inner .pop__splash--content h1 {
    font-size: 60px;
  }
}
.popup__landing .pop__splash--inner .pop__splash--content button {
  border: 0;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border: 5px solid #fff;
  border-radius: 48px;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup__landing .pop__splash--inner .pop__splash--content button:hover {
  background-color: #fff;
  color: #102f82;
}
.popup__landing .pop__splash--inner .pop__splash--content button:focus {
  outline: 2px solid #102f82;
}
.popup__landing .popup-onboarding {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 1024px) {
  .popup__landing .popup-onboarding {
    display: block;
  }
}
.popup__landing .popup-onboarding.remove-onboarding-helper {
  display: none;
}
.popup__landing--inner {
  background-color: #003087;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .popup__landing--inner {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.popup__landing--inner .main__hero--container .body__title {
  color: #fff !important;
}
.popup__landing--main-image {
  width: 100%;
}
.popup__landing .pin-overlay {
  display: none;
}
@media screen and (min-width: 1024px) {
  .popup__landing .pin-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: block;
  }
  .popup__landing .pin-overlay svg {
    height: 100%;
    width: 100%;
  }
}
.popup__landing g.nv-btn-trigger .pin-click {
  cursor: pointer;
}
.popup__landing g.nv-btn-trigger path {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position:relative;
  overflow-y: visible;
  top:-10px;
  padding-top:10px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.fadeInDown {
  animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
#contentArea1 { animation-delay: 0.2s; }
#contentArea2 { animation-delay: 0.6s; }
#contentArea3 { animation-delay: 1s; }
#contentArea4 { animation-delay: 1.4s; }
#contentArea5 { animation-delay: 1.5s; }
#contentArea6 { animation-delay: 1.2s; }
#contentArea7 { animation-delay: 0.8s; }
#contentArea8 { animation-delay: 0.4s; }

.popup__landing g.nv-btn-trigger:hover path {
  animation-name: bounce;
  -moz-animation-name: bounce;
  overflow: visible;
}
.popup__landing g.nv-btn-trigger:hover .pin-fill {
  fill: #e36f5a !important;
  transition: all 0.5s ease-in-out;
}
.popup__landing #pinGroup.animation .nv-trigger:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.popup__landing #pinGroup.animation .nv-trigger:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.popup__landing #pinGroup.animation .nv-trigger:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  fill: #e36f5a;
}
.popup__landing .nv-btn-trigger-content {
  display: block;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content {
    display: none;
  }
}
.popup__landing .nv-btn-trigger-content.show-content-area {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: block;
  z-index: 4;
  opacity:0;
}
@media screen and (max-width: 1023px) {
  .popup__landing .nv-btn-trigger-content.show-content-area {
    position: relative;
  }
}
.popup__landing .nv-btn-trigger-content--inner {
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .popup__landing .nv-btn-trigger-content--inner .content__img--container {
    position: relative;
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__img--container .mobile__picture--icon {
  display: block;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content--inner .content__img--container .mobile__picture--icon {
    display: none;
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content--inner .content__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    filter: blur(5px);
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__body {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.popup__landing .nv-btn-trigger-content--inner .content__body--content {
  background-color: #003087;
  color: #fff;
  display: block;
  padding: 46px 40px;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content--inner .content__body--content {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 30%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 30px 40px 60px;
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__body--icon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content--inner .content__body--icon {
    display: block;
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__body--text {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content--inner .content__body--text {
    font-size: 20px;
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__body--text .body__title {
  font-size: 20px;
  color: #ffb549;
  margin-bottom: 15px;
  font-family: "Bitter", sans-serif;
}
.popup__landing .nv-btn-trigger-content--inner .content__body--text p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .popup__landing .nv-btn-trigger-content--inner .content__body--text .body__title {
    font-size: 21px;
  }
}
.popup__landing .nv-btn-trigger-content--inner .content__body--icon {
  max-width: 33px;
}
.popup__landing .nv-btn-trigger-content .close-content-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 3;
  padding: 20px;
  border: 0;
  background-color: #003087;
  height: 60px;
  width: 60px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .popup__landing .nv-btn-trigger-content .close-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.popup__landing .nv-btn-trigger-content .close-content-btn svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup__landing .nv-btn-trigger-content .close-content-btn:hover svg {
  -webkit-transform: scale(1.3) rotate(-90deg);
          transform: scale(1.3) rotate(-90deg);
}

#footer {
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  #footer::before {
    padding-top: 0;
  }
}