@keyframes slide-in-from-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-in-left {
  transform: translateX(-100%);
}
.slide-in-left.animate {
  animation: 1s ease-out 0s 1 slide-in-from-left forwards;
}
@media screen and (max-width: 991px) {
  .slide-in-left {
    transform: translateX(0);
    animation: none !important;
  }
}
@keyframes slide-in-from-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-in-right {
  transform: translateX(100%);
}
.slide-in-right.animate {
  animation: 1s ease-out 0s 1 slide-in-from-right forwards;
}
@media screen and (max-width: 991px) {
  .slide-in-right {
    transform: translateX(0);
    animation: none !important;
  }
}
.scale-in {
  transform: scale(0);
  transition: transform 1s;
}
.scale-in.animate {
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .scale-in {
    transform: scale(1);
  }
}
.scale-out {
  transform: scale(1);
  transition: transform 1s;
}
.scale-out.animate {
  transform: scale(0);
}
@media screen and (max-width: 991px) {
  .scale-out {
    transform: scale(0);
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 1s;
}
.fade-in.animate {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .fade-in {
    opacity: 1;
  }
}
.fade-out {
  opacity: 1;
  transition: opacity 1s;
}
.fade-out.animate {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .fade-out {
    opacity: 0;
  }
}
.animation-delay-1 {
  animation-delay: 0.2s !important;
}
.animation-delay-2 {
  animation-delay: 0.4s !important;
}
.animation-delay-3 {
  animation-delay: 0.6s !important;
}
#headerContent {
  box-shadow: 0 0 0 !important;
}
#headerContent .btn-always-hamburger-menu .icon {
  transition: fill 0.5s;
  fill: #fff;
}
.it-nav-wrapper, .it-header-center-wrapper {
  background-color: #000 !important;
}
@media (min-width: 768px) {
  .it-nav-wrapper, .it-header-center-wrapper {
    background-color: transparent !important;
  }
}
.no-full-height, .no-full-height > div.uk-container, .no-full-height > div.uk-container > div.uk-container {
  height: auto !important;
  min-height: auto !important;
  max-height: unset !important;
}
.it-header-slim-wrapper + .it-nav-wrapper .it-right-zone {
  top: 200px;
}
.highlights > div {
  display: flex;
  flex-direction: column;
}
.highlights > div h2 {
  padding: 80px 150px;
}
@media screen and (max-width: 991px) {
  .highlights > div h2 {
    padding: 40px;
  }
}
.gallery-highlights > div {
  width: calc(100% * 1 / 3);
  overflow: hidden;
  padding-left: 50px !important;
  margin-bottom: 50px !important;
}
@media (min-width: 960px) {
  .gallery-highlights > div:nth-child(5):not(:last-of-type) {
    width: calc(100% * 2 / 3);
  }
}
.gallery-highlights > div:nth-child(5):not(:last-of-type) .el-image {
  height: 450px;
}
.gallery-highlights > div:nth-child(6) {
  transform: translateY(-250px);
}
.gallery-highlights > div .el-image {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 200px;
}
.gallery-highlights > div .el-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body {
  font-family: "Red Hat Display", sans-serif !important;
}
.elite-locations-layout .location-item .address {
  font-family: Lora;
}
.body1 {
  font-family: Lora;
}
#headerContent .blackJs {
  display: none;
}
#headerContent .whiteJs {
  display: block;
}
#headerContent.dark-menu .blackJs {
  display: none;
}
#headerContent.dark-menu .whiteJs {
  display: block;
}
#headerContent.light-menu .blackJs {
  display: block;
}
#headerContent.light-menu .whiteJs {
  display: none;
}
.it-right-zone {
  display: inherit;
}
.back-to-top {
  display: none;
}
#mainContent > main {
  margin-top: 0px !important;
}
@media screen and (max-width: 991px) {
  #headerContent {
    position: absolute !important;
  }
}
.elite-lab-container > div.uk-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.elite-lab-section {
  position: relative;
  height: 100vh;
  color: #000;
}
@media screen and (max-width: 991px) {
  .elite-lab-section {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
.elite-lab-section.dark {
  color: #fff;
}
.elite-lab-section.light {
  color: #000;
}
.elite-lab-section > div {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  max-width: 100% !important;
}
@media screen and (max-width: 991px) {
  .elite-lab-section > div {
    max-height: none;
    min-height: 0;
    height: auto;
  }
}
.elite-lab-section .best-practice-layout, .elite-lab-section .elite-community-layout, .elite-lab-section .elite-news-layout, .elite-lab-section .elite-locations-layout, .elite-lab-section .elite-footer-layout {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout, .elite-lab-section .elite-community-layout, .elite-lab-section .elite-news-layout, .elite-lab-section .elite-locations-layout, .elite-lab-section .elite-footer-layout {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.elite-lab-section .best-practice-layout .section-label, .elite-lab-section .elite-community-layout .section-label, .elite-lab-section .elite-news-layout .section-label, .elite-lab-section .elite-locations-layout .section-label, .elite-lab-section .elite-footer-layout .section-label {
  font-family: "Red Hat Display", sans-serif;
  flex: 250px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 250px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-label, .elite-lab-section .elite-community-layout .section-label, .elite-lab-section .elite-news-layout .section-label, .elite-lab-section .elite-locations-layout .section-label, .elite-lab-section .elite-footer-layout .section-label {
    max-width: 30% !important;
    flex: auto 0 0;
  }
}
.elite-lab-section .best-practice-layout .section-label hr, .elite-lab-section .elite-community-layout .section-label hr, .elite-lab-section .elite-news-layout .section-label hr, .elite-lab-section .elite-locations-layout .section-label hr, .elite-lab-section .elite-footer-layout .section-label hr {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-label hr, .elite-lab-section .elite-community-layout .section-label hr, .elite-lab-section .elite-news-layout .section-label hr, .elite-lab-section .elite-locations-layout .section-label hr, .elite-lab-section .elite-footer-layout .section-label hr {
    margin-top: 30px;
  }
}
.elite-lab-section .best-practice-layout .section-label h5, .elite-lab-section .elite-community-layout .section-label h5, .elite-lab-section .elite-news-layout .section-label h5, .elite-lab-section .elite-locations-layout .section-label h5, .elite-lab-section .elite-footer-layout .section-label h5 {
  color: inherit !important;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1.06px;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-label h5, .elite-lab-section .elite-community-layout .section-label h5, .elite-lab-section .elite-news-layout .section-label h5, .elite-lab-section .elite-locations-layout .section-label h5, .elite-lab-section .elite-footer-layout .section-label h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.elite-lab-section .best-practice-layout .section-content, .elite-lab-section .elite-community-layout .section-content, .elite-lab-section .elite-news-layout .section-content, .elite-lab-section .elite-locations-layout .section-content, .elite-lab-section .elite-footer-layout .section-content {
  flex: calc(100% - 250px) 1 0;
  max-width: calc(100% - 250px);
  height: 100%;
  padding: 0 6px 0 100px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content, .elite-lab-section .elite-community-layout .section-content, .elite-lab-section .elite-news-layout .section-content, .elite-lab-section .elite-locations-layout .section-content, .elite-lab-section .elite-footer-layout .section-content {
    padding: 40px 12px 40px 40px;
    flex: auto 1 0;
    max-width: 100%;
  }
}
.elite-lab-section .best-practice-layout .section-content > .row, .elite-lab-section .elite-community-layout .section-content > .row, .elite-lab-section .elite-news-layout .section-content > .row, .elite-lab-section .elite-locations-layout .section-content > .row, .elite-lab-section .elite-footer-layout .section-content > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content > .row, .elite-lab-section .elite-community-layout .section-content > .row, .elite-lab-section .elite-news-layout .section-content > .row, .elite-lab-section .elite-locations-layout .section-content > .row, .elite-lab-section .elite-footer-layout .section-content > .row {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .elite-lab-section.hero-container > div {
    width: 100vw;
  }
}
.elite-lab-section.hero-container .hero {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .elite-lab-section.hero-container .hero {
    height: auto;
    min-height: 40rem;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .elite-lab-section.hero-container .hero {
    min-height: 30rem;
  }
}
@media screen and (max-width: 575px) {
  .elite-lab-section.hero-container .hero {
    min-height: 20rem;
  }
}
.elite-lab-section.hero-container .hero img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  object-position: top center;
}
@media screen and (max-width: 991px) {
  .elite-lab-section.hero-container .hero img {
    min-height: 40rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .elite-lab-section.hero-container .hero img {
    min-height: 30rem;
  }
}
@media screen and (max-width: 575px) {
  .elite-lab-section.hero-container .hero img {
    min-height: 20rem;
  }
}
.elite-lab-section.hero-container .hero-mouse {
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .elite-lab-section.hero-container .hero-mouse {
    display: none;
  }
}
.elite-lab-section.hero-container .hero-mouse .hero-mouse-label {
  color: #000;
  font-size: 14px;
  letter-spacing: -0.51px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.elite-lab-section.hero-container .hero-mouse .mdi {
  color: #000;
}
.elite-lab-section.hero-container .hero-mouse hr {
  border-top: 0;
  border-right: 1px solid #000;
  height: 60px;
  width: 1px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content {
    flex-direction: column-reverse !important;
  }
}
.elite-lab-section .best-practice-layout .section-content .text-container {
  padding-right: 200px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content .text-container {
    padding-right: 20px;
  }
}
.elite-lab-section .best-practice-layout .section-content .text-container h1 {
  color: inherit !important;
  font-size: 65px !important;
  font-weight: bold !important;
  letter-spacing: -2.75px !important;
  line-height: 58px !important;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content .text-container h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}
.elite-lab-section .best-practice-layout .section-content .text-container .body1 > span {
  color: inherit !important;
  font-family: Lora !important;
  font-size: 16px !important;
  letter-spacing: -0.68px !important;
  line-height: 24px !important;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content .text-container .body1 > span {
    display: inline-block;
    padding-right: 40px;
  }
}
.elite-lab-section .best-practice-layout .section-content .text-container .logo img {
  height: 50px;
  max-width: 100%;
}
.elite-lab-section .best-practice-layout .section-content .text-container .website a, .elite-lab-section .best-practice-layout .section-content .text-container .website a:hover, .elite-lab-section .best-practice-layout .section-content .text-container .website a:focus, .elite-lab-section .best-practice-layout .section-content .text-container .website a:visited {
  color: inherit !important;
}
@media (max-width: 575px) {
  .elite-lab-section .best-practice-layout .section-content .text-container .website {
    display: none;
  }
}
.elite-lab-section .best-practice-layout .section-content .text-container a, .elite-lab-section .best-practice-layout .section-content .text-container a:hover, .elite-lab-section .best-practice-layout .section-content .text-container a:focus, .elite-lab-section .best-practice-layout .section-content .text-container a:visited {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.59px;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content .text-container a, .elite-lab-section .best-practice-layout .section-content .text-container a:hover, .elite-lab-section .best-practice-layout .section-content .text-container a:focus, .elite-lab-section .best-practice-layout .section-content .text-container a:visited {
    font-size: 16px;
  }
}
.elite-lab-section .best-practice-layout .section-content .text-container a span, .elite-lab-section .best-practice-layout .section-content .text-container a:hover span, .elite-lab-section .best-practice-layout .section-content .text-container a:focus span, .elite-lab-section .best-practice-layout .section-content .text-container a:visited span {
  margin-right: 5px;
}
.elite-lab-section .best-practice-layout .section-content .img-container {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .best-practice-layout .section-content .img-container {
    margin-top: 50px;
    padding-right: 40px;
    display: none;
  }
}
.elite-lab-section .best-practice-layout .section-content .best-practice-cover {
  height: 100%;
  width: auto;
  padding: 100px 0;
}
.elite-lab-section .best-practice-layout .section-content .best-practice-cover img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.elite-lab-section .best-practice-layout.white {
  color: #000;
  background: #fff;
}
.elite-lab-section .best-practice-layout.white hr {
  border-color: #000 !important;
}
.elite-lab-section .best-practice-layout.white a, .elite-lab-section .best-practice-layout.white a:hover, .elite-lab-section .best-practice-layout.white a:focus, .elite-lab-section .best-practice-layout.white a:visited {
  color: #297a39;
}
.elite-lab-section .best-practice-layout.black {
  color: #fff;
  background: #000;
}
.elite-lab-section .best-practice-layout.black hr {
  border-color: #fff !important;
}
.elite-lab-section .best-practice-layout.black a, .elite-lab-section .best-practice-layout.black a:hover, .elite-lab-section .best-practice-layout.black a:focus, .elite-lab-section .best-practice-layout.black a:visited {
  color: #e4b42f;
}
.elite-lab-section .best-practice-layout.grey {
  color: #fff;
  background: #4a4a46;
}
.elite-lab-section .best-practice-layout.grey hr {
  border-color: #fff !important;
}
.elite-lab-section .best-practice-layout.grey a, .elite-lab-section .best-practice-layout.grey a:hover, .elite-lab-section .best-practice-layout.grey a:focus, .elite-lab-section .best-practice-layout.grey a:visited {
  color: #db5959;
}
.elite-lab-section .best-practice-layout.green {
  color: #fff;
  background: #297a39;
}
.elite-lab-section .best-practice-layout.green hr {
  border-color: #fff !important;
}
.elite-lab-section .best-practice-layout.green a, .elite-lab-section .best-practice-layout.green a:hover, .elite-lab-section .best-practice-layout.green a:focus, .elite-lab-section .best-practice-layout.green a:visited {
  color: #a2c614;
}
.elite-lab-section .hero-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw + 12px);
  height: 95vh;
  margin: 0 -6px;
  max-width: unset;
  object-fit: cover;
  object-position: bottom center;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .hero-image img {
    height: auto;
    min-height: 100vh;
    width: 100vw;
    margin: 0 -12px;
  }
}
.elite-lab-section .elite-community-layout {
  background-color: #101e13;
}
.elite-lab-section .elite-community-layout .section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elite-lab-section .elite-community-layout .elite-community-list-title > div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .elite-community-layout .elite-community-list-title > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.elite-lab-section .elite-community-layout .elite-community-list-title > div h1 {
  color: inherit;
  font-size: 65px;
  font-weight: bold;
  line-height: 1.2em;
}
@media (max-width: 575px) {
  .elite-lab-section .elite-community-layout .elite-community-list-title > div h1 {
    letter-spacing: 0;
    font-size: 30px;
  }
}
.elite-lab-section .elite-community-layout .elite-community-list-title > div .elite-lab-find-out-more {
  margin-bottom: 15px;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .elite-community-layout .elite-community-list-title > div .elite-lab-find-out-more {
    margin-left: 0;
  }
}
.elite-lab-section .elite-community-layout .elite-community-list-title > div .elite-lab-find-out-more a, .elite-lab-section .elite-community-layout .elite-community-list-title > div .elite-lab-find-out-more a:hover, .elite-lab-section .elite-community-layout .elite-community-list-title > div .elite-lab-find-out-more a:focus, .elite-lab-section .elite-community-layout .elite-community-list-title > div .elite-lab-find-out-more a:visited {
  color: #a2c614;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.59px;
  line-height: 24px;
  text-decoration: underline;
  text-transform: uppercase;
}
.elite-lab-section .elite-community-layout .elite-community-container {
  display: grid;
  grid-template-columns: 35% 35% 30%;
  grid-template-rows: 50% 50%;
  width: calc(100% + 32px);
  margin: 50px -16px;
}
@media screen and (max-width: 767px) {
  .elite-lab-section .elite-community-layout .elite-community-container {
    display: flex;
    flex-direction: column;
    margin: 40px -12px;
    width: 100%;
  }
}
.elite-lab-section .elite-community-layout .elite-community-container > div {
  padding: 0 16px;
}
.elite-lab-section .elite-community-layout .elite-community-container .elite-community-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .elite-lab-section .elite-community-layout .elite-community-container .elite-community-item {
    margin-bottom: 16px;
    margin-top: 0px !important;
  }
}
.elite-lab-section .elite-community-layout .elite-community-container .elite-community-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.elite-lab-section .elite-community-layout .elite-community-container .elite-community-item a, .elite-lab-section .elite-community-layout .elite-community-container .elite-community-item a:hover, .elite-lab-section .elite-community-layout .elite-community-container .elite-community-item a:focus, .elite-lab-section .elite-community-layout .elite-community-container .elite-community-item a:visited {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 30px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1.06px;
  line-height: 24px;
  text-decoration: none;
}
.elite-lab-section .elite-community-layout .elite-community-container > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.elite-lab-section .elite-community-layout .elite-community-container > div:nth-child(2) .elite-community-item {
  padding-bottom: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .elite-lab-section .elite-community-layout .elite-community-container > div:nth-child(2) .elite-community-item {
    padding-bottom: 100%;
    margin-bottom: 16px;
  }
}
.elite-lab-section .elite-community-layout .elite-community-container > div:nth-child(2) > div:last-child {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .elite-lab-section .elite-community-layout .elite-community-container > div:nth-child(2) > div:last-child {
    margin-top: 0px;
  }
}
.elite-lab-section .elite-community-layout .elite-community-container > div:last-child .elite-community-item {
  padding-bottom: 118.6%;
}
@media screen and (max-width: 767px) {
  .elite-lab-section .elite-community-layout .elite-community-container > div:last-child .elite-community-item {
    padding-bottom: 100%;
  }
}
.elite-lab-section .elite-news-layout {
  background-color: #101e13;
}
.elite-lab-section .elite-news-layout .bi-plugin-header, .elite-lab-section .elite-news-layout .subtitle-notizie {
  display: none !important;
}
.elite-lab-section .elite-news-layout .card-notizie-container .summary-design, .elite-lab-section .elite-news-layout .card-notizie-container .avatar-wrapper, .elite-lab-section .elite-news-layout .card-notizie-container .pagination-wrapper, .elite-lab-section .elite-news-layout .card-notizie-container hr, .elite-lab-section .elite-news-layout .card-notizie-container .card-description, .elite-lab-section .elite-news-layout .card-notizie-container .read-more {
  display: none !important;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card {
  background-color: transparent !important;
}
.elite-lab-section .elite-news-layout .card-notizie-container .list-view-design {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card-calendar {
  position: static !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  left: 0 !important;
  top: 0 !important;
  height: auto !important;
  width: auto !important;
  text-align: left !important;
  margin-top: 20px;
  background-color: transparent;
  box-shadow: 0 0 0;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card-calendar span {
  color: #a2c614 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: -0.68px !important;
  line-height: 24px !important;
  text-transform: none !important;
  margin-right: 3px;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card-title a {
  color: inherit !important;
  font-size: 40px !important;
  font-weight: bold !important;
  letter-spacing: -1.69px !important;
  line-height: 44px !important;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card-title a .icon-secondary {
  fill: #fff !important;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card-category {
  background-color: #a2c614;
}
.elite-lab-section .elite-news-layout .card-notizie-container .card-category.text-secondary {
  color: contrast(#a2c614);
}
.elite-lab-section .map-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: right;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .map-image img {
    display: none;
  }
}
.elite-lab-section .map-image.visible img {
  opacity: 1;
}
.elite-lab-section .location-detail {
  height: 260px;
  width: 260px;
  border-radius: 130px;
  position: absolute;
  right: 16%;
  bottom: 100px;
  overflow: hidden;
  background-color: white;
  transform: scale(0);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  z-index: 100;
}
.elite-lab-section .location-detail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .location-detail {
    display: none;
  }
}
.elite-lab-section .location-detail.visible {
  transform: scale(1);
  opacity: 1;
  z-index: 200;
}
.elite-lab-section .green-message-container {
  position: absolute;
  top: 100px;
  right: -6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.elite-lab-section .green-message-container .green-icon {
  border-radius: 100px;
  background-color: #a2c614;
  padding: 20px;
}
.elite-lab-section .green-message-container .green-icon img {
  height: 60px;
  width: 60px;
}
.elite-lab-section .green-message-container h6 {
  background-color: #a2c614;
  padding: 12px 24px;
  margin-left: -8px;
  margin-bottom: 0;
}
.elite-lab-section .green-message-container h6 a, .elite-lab-section .green-message-container h6 a:hover, .elite-lab-section .green-message-container h6 a:focus, .elite-lab-section .green-message-container h6 a:visited {
  color: #297a38;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.85px;
  line-height: 26px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .green-message-container {
    display: none;
  }
}
.elite-lab-section .elite-locations-layout {
  background-color: #2b2d2f;
}
.elite-lab-section .elite-locations-layout .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 100px;
}
.elite-lab-section .elite-locations-layout .location-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
  min-width: 240px;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .elite-locations-layout .location-item {
    margin: 50px 0;
    opacity: 1;
  }
}
.elite-lab-section .elite-locations-layout .location-item .name {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -2.11px;
  line-height: 58px;
}
.elite-lab-section .elite-locations-layout .location-item hr {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 15px;
  transform-origin: center left;
  border-color: #fff !important;
  transform: scale(0);
  transition: transform 0.5s;
}
@media screen and (max-width: 991px) {
  .elite-lab-section .elite-locations-layout .location-item hr {
    transform: scale(1) !important;
  }
}
.elite-lab-section .elite-locations-layout .location-item .address {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.85px;
  line-height: 24px;
}
.elite-lab-section .elite-locations-layout .location-item:hover, .elite-lab-section .elite-locations-layout .location-item.active {
  opacity: 1;
}
.elite-lab-section .elite-locations-layout .location-item:hover hr, .elite-lab-section .elite-locations-layout .location-item.active hr {
  transform: scale(1);
}
@media (max-width: 768px) {
  .space-header-mobile .hero-container {
    padding-top: 94px;
    position: relative;
  }
}
.video .dim > video {
  object-position: 0 !important;
}
