@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;
}
body {
  height: 100vh;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  body {
    overflow: unset;
    height: auto;
  }
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper .logo-ED-design.blackJs {
  display: none;
}
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper .logo-ED-design.whiteJs {
  display: block !important;
}
@media (max-width: 440px) {
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper {
    padding: 0;
  }
}
#mainContent > main {
  margin-top: 0px !important;
}
#headerContent {
  position: absolute !important;
}
.elite-lab-container > div.uk-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.elite-lab-section {
  position: relative;
  min-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 {
  min-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-footer-layout {
  width: 100%;
  min-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-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-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-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-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-footer-layout .section-label hr {
    margin-top: 30px;
  }
}
.elite-lab-section .best-practice-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-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-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-footer-layout .section-content {
    padding: 40px 12px 40px 40px;
    flex: auto 1 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .elite-lab-section .best-practice-layout .section-content, .elite-lab-section .elite-footer-layout .section-content {
    padding: 0 15px 0 50px;
  }
}
.elite-lab-section .best-practice-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-footer-layout .section-content > .row {
    height: auto;
  }
}
.elite-lab-section .it-right-zone {
  display: none;
}
@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 .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.black {
  color: #fff;
  background: #151515;
}
.elite-lab-section .best-practice-layout.black hr {
  border-color: #fff !important;
}
.elite-lab-section .best-practice-layout.grey {
  color: #fff;
  background: #4a4a46;
}
.elite-lab-section .best-practice-layout.grey hr {
  border-color: #fff !important;
}
.best-practice-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.best-practice-container > .uk-container {
  padding: 0 !important;
}
.best-practice-container > div {
  max-width: 100vw !important;
}
.best-practice-container > div .row {
  width: calc(100% + 12px);
}
@media screen and (max-width: 991px) {
  .best-practice-container > div .row {
    width: calc(100% + 24px);
    margin: 0 -12px;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .best-practice-container > div .row > div {
    width: 100%;
    max-width: 100%;
  }
}
.best-practice-section {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  color: #000;
}
@media screen and (max-width: 991px) {
  .best-practice-section {
    height: auto;
    min-height: 0;
  }
}
.best-practice-section > div, .best-practice-section > div.uk-container > .uk-container {
  min-height: 100vh;
  max-width: 100vw !important;
}
@media screen and (max-width: 991px) {
  .best-practice-section > div, .best-practice-section > div.uk-container > .uk-container {
    height: auto;
    min-height: 0;
  }
}
.best-practice-section > div.uk-container > .uk-container {
  width: calc(100% + 12px);
  margin: 0 -6px;
}
@media screen and (max-width: 991px) {
  .best-practice-section > div.uk-container > .uk-container {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}
.best-practice-section .section-label {
  flex: 250px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 250px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .best-practice-section .section-label {
    max-width: 30% !important;
    flex: auto 0 0;
  }
}
.best-practice-section .section-label hr {
  width: 100%;
  border-color: #000 !important;
}
@media screen and (max-width: 991px) {
  .best-practice-section .section-label hr {
    margin-top: 30px;
  }
}
.best-practice-section .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) {
  .best-practice-section .section-label h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.best-practice-section .section-content {
  flex: calc(100% - 250px) 1 0;
  max-width: calc(100% - 250px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 991px) {
  .best-practice-section .section-content {
    padding: 40px 0 40px 40px;
    flex: auto 1 0;
    max-width: 100%;
  }
}
.best-practice-section .section-content > .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .best-practice-section .section-content > .row {
    height: auto;
  }
}
.best-practice-section .section-content .text-container {
  padding-right: 200px;
}
@media screen and (max-width: 991px) {
  .best-practice-section .section-content .text-container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .best-practice-section .section-content .img-container {
    margin-top: 50px;
    padding-right: 40px;
  }
}
.best-practice-section .best-practice-layout {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .best-practice-section .best-practice-layout {
    height: auto;
    min-height: auto;
  }
}
.best-practice-section h3 {
  color: #000;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 40px;
  letter-spacing: -0.89px;
  line-height: 53px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .best-practice-section h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
.best-practice-section h3.bottom-margin-headline {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .best-practice-section h3.bottom-margin-headline {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .best-practice-section h3.bottom-margin-headline {
    font-size: 40px;
  }
}
.best-practice-section .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) {
  .best-practice-section .body1 > span {
    display: inline-block;
    padding-right: 40px;
  }
}
@media (min-width: 576px) {
  .best-practice-section .body1 > span {
    padding-right: 10px;
  }
}
.best-practice-section h2 {
  color: #000;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -2.75px;
  line-height: 58px;
}
@media screen and (max-width: 991px) {
  .best-practice-section h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
.best-practice-section .white-text {
  color: #fff;
}
.best-practice-section .hero {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .best-practice-section .hero {
    height: auto;
  }
}
.best-practice-section .hero h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 84px;
  font-weight: bold;
  letter-spacing: -3.55px;
  line-height: 74px;
  max-width: 680px;
  margin-left: calc(100px + 250px);
}
@media screen and (max-width: 991px) {
  .best-practice-section .hero h1 {
    max-width: 100%;
    margin-left: 40px;
    font-size: 50px;
    line-height: 50px;
  }
}
.best-practice-section .hero .hero-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw + 12px);
  height: 100vh;
  margin: 0 -6px;
  max-width: unset;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 991px) {
  .best-practice-section .hero .hero-image img {
    height: auto;
    min-height: 100vh;
    width: calc(100vw + 24px);
    margin: 0 -12px;
  }
}
.best-practice-section .hero .hero-image.mask img {
  object-position: center bottom;
}
.best-practice-section .what {
  padding-right: 250px;
}
@media screen and (max-width: 991px) {
  .best-practice-section .what {
    padding-right: 40px;
  }
}
.best-practice-section .how .text-container {
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .best-practice-section .how .text-container {
    padding-bottom: 0;
  }
}
.best-practice-section .how .section-content > div {
  align-items: flex-start;
}
.best-practice-section .how .section-content .img-container {
  position: relative;
}
.best-practice-section .how .section-content .img-container img {
  max-width: unset;
  max-height: 600px;
  z-index: 50;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .best-practice-section .how .section-content .img-container img {
    position: static;
    max-height: unset;
    max-width: 100%;
  }
}
.best-practice-section .footer-image > div {
  position: relative;
  align-items: flex-start;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .best-practice-section .footer-image > div {
    height: auto;
  }
}
.best-practice-section .footer-image > div img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (max-width: 991px) {
  .best-practice-section .footer-image > div img {
    position: static;
    width: 100vw;
    max-width: 100vw;
  }
}
.best-practice-section .grey {
  background-color: #e0e0e0;
}
.best-practice-section .white {
  background-color: #fff;
}
.best-practice-section .black {
  background-color: #000;
}
.dark-grey {
  background: #4a4a46;
}
