@import url("../../inc/normalize/normalize.css");
@import url("../../inc/bootstrap/bootstrap-grid.min.css");
@import url("../../inc/aos/aos.css");
@import url("../../inc/lity/lity.min.css");
@import url("../../inc/swiper/swiper-bundle.min.css");
@import url("../../inc/modal/jquery.modal.min.css");
/*----------------------------------
------------ GLOBALS ---------------
----------------------------------*/
@font-face {
  font-family: "pp-mori";
  font-weight: 400;
  src: url("../fonts/pp-mori/PPMori-Regular.woff2") format("woff2"), url("../fonts/pp-mori/PPMori-Regular.woff") format("woff");
}
@font-face {
  font-family: "pp-mori";
  font-weight: 600;
  src: url("../fonts/pp-mori/PPMori-SemiBold.woff2") format("woff2"), url("../fonts/pp-mori/PPMori-SemiBold.woff") format("woff");
}
:root {
  --site-padding: 40px;
  --viewport-height: 100vh;
}
@media (max-width: 1199px) {
  :root {
    --site-padding: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --site-padding: 30px;
    --viewport-height: calc(100vh - 80px);
  }
}
@media (max-width: 575px) {
  :root {
    --site-padding: 20px;
  }
}

::-moz-selection {
  background-color: #C9FF59;
  color: #0F2930;
}

::selection {
  background-color: #C9FF59;
  color: #0F2930;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "pp-mori", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: #D9D9D9;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  background-color: #0F2930;
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.text-balance {
  text-wrap: balance;
}

.c-lime {
  color: #C9FF59;
}

.c-navy {
  color: #0F2930;
}

.bg-white {
  background-color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "pp-mori", sans-serif;
  line-height: 1;
  font-weight: 400;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

.h-xl {
  font-size: 105px;
  line-height: 0.95;
  margin: 0.67em 0;
}
@media (max-width: 991px) {
  .h-xl {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .h-xl {
    font-size: 54px;
  }
}

h1, .h1 {
  font-size: 80px;
  margin: 0.67em 0;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 60px;
  margin: 0.83em 0;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 1.125;
  }
}

h3, .h3 {
  font-size: 46px;
  margin: 1em 0;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 24px;
  margin: 1.33em 0;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  font-size: 17px;
  margin: 1.67em 0;
  font-weight: 600;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 15px;
  }
}

h6, .h6 {
  font-size: 12px;
  margin: 2.33em 0;
}

p, .p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: inherit;
}

.p-19 {
  font-size: 19px;
}
@media (max-width: 575px) {
  .p-19 {
    font-size: 18px;
  }
}

a {
  transition: all 0.3s ease;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img-cont {
  padding-top: 66.667%;
  position: relative;
  overflow: hidden;
}
.img-cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.img-cont.img-cont-21 {
  padding-top: 50%;
}
.img-cont.img-cont-11 {
  padding-top: 100%;
}
.img-cont.img-cont-23 {
  padding-top: 150%;
}
.img-cont.img-cont-31 {
  padding-top: 33.333%;
}
.img-cont.img-cont-34 {
  padding-top: 133.333%;
}
.img-cont.img-cont-43 {
  padding-top: 75%;
}
.img-cont.img-cont-45 {
  padding-top: 125%;
}
.img-cont.img-cont-94 {
  padding-top: 44.444%;
}
.img-cont.img-cont-169 {
  padding-top: 56.25%;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-300 {
  max-width: 300px;
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-700 {
  max-width: 700px;
}

.mw-800 {
  max-width: 800px;
}

.mw-900 {
  max-width: 900px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1500 {
  max-width: 1500px;
}

.mw-1600 {
  max-width: 1600px;
}

.mw-1700 {
  max-width: 1700px;
}

.mw-1800 {
  max-width: 1800px;
}

.rk-container {
  width: calc(100% - var(--site-padding) * 2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*----------------------------------
------------- HEADER ---------------
----------------------------------*/
.main-site-header {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.6s ease;
  height: 83px;
}
@media (max-width: 991px) {
  .main-site-header {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .main-site-header {
    height: 60px;
    padding: 10px 0;
  }
}
.main-site-header .row {
  align-items: center;
}
.main-site-header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0 3rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .main-site-header__nav ul {
    gap: 0 2rem;
  }
}
@media (max-width: 991px) {
  .main-site-header__nav ul {
    display: none;
  }
}
.main-site-header__nav li {
  display: inline-block;
}
.main-site-header__nav a:hover {
  color: #C9FF59;
}
.main-site-header__logo {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s ease;
  width: 236px;
  height: auto;
}
@media (max-width: 991px) {
  .main-site-header__logo {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .main-site-header__logo {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .main-site-header__logo {
    width: 120px;
    top: -8px;
  }
}

.rk-menu-toggle {
  display: none;
  width: 30px;
  height: 19px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .rk-menu-toggle {
    display: block;
  }
}
.rk-menu-toggle span {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #D9D9D9;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s ease;
}
.rk-menu-toggle span:nth-child(2) {
  top: 9px;
  opacity: 0 !important;
}
.rk-menu-toggle span:nth-child(3) {
  top: 13px;
}

.rk-menu-open .rk-menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.rk-menu-open .rk-menu-toggle span:nth-child(2) {
  opacity: 0;
}
.rk-menu-open .rk-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.flyout-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0 80px;
  overflow: auto;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  transform: translateY(-100%);
}
@media (max-width: 575px) {
  .flyout-menu {
    height: 360px;
    padding: 30px 0;
  }
}
.rk-menu-open .flyout-menu {
  transform: translateY(0);
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li {
  opacity: 1;
  transform: translateY(0px);
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(1) {
  transition-delay: 0.4s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(2) {
  transition-delay: 0.5s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(4) {
  transition-delay: 0.7s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(5) {
  transition-delay: 0.8s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(6) {
  transition-delay: 0.9s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(7) {
  transition-delay: 1s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(8) {
  transition-delay: 1.1s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
.rk-menu-open .flyout-menu .flyout-menu__nav ul li:nth-child(10) {
  transition-delay: 1.3s;
}
.rk-menu-open .flyout-menu .flyout-menu__social ul li {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1s;
}
.flyout-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 42px;
}
@media (max-width: 575px) {
  .flyout-menu__nav ul {
    font-size: 26px;
  }
}
.flyout-menu__nav ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.flyout-menu__nav ul li a {
  transition: all 0.3s ease;
}
.flyout-menu__nav ul li a:hover {
  color: #C9FF59;
}

.flyout-curtain {
  background-color: #072229;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
@media (max-width: 575px) {
  .flyout-curtain {
    height: 360px;
    padding: 30px 0;
  }
}
.rk-menu-open .flyout-curtain {
  transform: translateY(0);
}

.scrolled .main-site-header {
  background-color: #072229;
}
@media (max-width: 767px) {
  .scrolled .main-site-header {
    padding: 15px 0;
  }
}
.scrolled.scrolling-down .main-site-header {
  transform: translateY(-101%);
}
.scrolled .main-site-header__logo {
  width: 150px;
  top: -11px;
}
@media (max-width: 575px) {
  .scrolled .main-site-header__logo {
    width: 120px;
    top: -8px;
  }
}

/*----------------------------------
------------ PRELOADER -------------
----------------------------------*/
#scout-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F2930;
  display: block;
  z-index: 120;
  transition: transform 0.8s ease;
  transform: translateY(0);
}
#scout-preloader .bg-pattern-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-6.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition: all 3s ease;
}

.scout-preloader__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: auto;
  opacity: 0;
  transition: all 3s ease;
}
@media (max-width: 575px) {
  .scout-preloader__logo {
    width: 250px;
  }
}

.init-preloader .main-site-header__nav,
.init-preloader .rk-menu-toggle {
  opacity: 0;
}
.init-preloader .main-site-header {
  background-color: transparent;
}

.preloading .main-site-header {
  background-color: transparent;
}
.preloading .rk-menu-toggle {
  opacity: 0;
}
.preloading #scout-preloader .bg-pattern-0 {
  opacity: 1;
}
.preloading .scout-preloader__logo {
  opacity: 1;
  animation: fadeInOut 3.5s cubic-bezier(0.42, 0, 0.58, 1) forwards;
  animation: name duration timing-function delay iteration-count direction fill-mode;
}
.preloading .main-site-header__logo {
  opacity: 1;
  transition-duration: 2s;
  transition-delay: 1s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.end-preloader .scout-preloader__logo {
  transition-duration: 0.3s;
  opacity: 0;
}

/*----------------------------------
-------------- HOME ----------------
----------------------------------*/
.fh-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.main-site-content {
  position: relative;
}
.main-site-content .bg-pattern-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 125vw;
  background-image: url(../img/bg-3.png);
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
.main-site-content--article {
  padding: 200px 0 100px;
}
@media (max-width: 575px) {
  .main-site-content--article {
    padding: 140px 0 60px;
  }
}
.main-site-content--article h1, .main-site-content--article h2, .main-site-content--article h3, .main-site-content--article h4, .main-site-content--article h5, .main-site-content--article h6 {
  color: #C9FF59;
}

.home-hero {
  padding-top: 250px;
}
@media (max-width: 575px) {
  .home-hero {
    padding-top: 130px;
  }
}
.home-hero .bg-pattern-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vw;
  background-image: url(../img/bg-2.png);
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
.home-hero .h-xl {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .home-hero .h-xl {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .hero-swiper .img-cont {
    padding-top: 100%;
  }
}
.hero-swiper .swiper-pagination {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .hero-swiper .swiper-pagination {
    display: none;
  }
}
.hero-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin-right: 12px;
  width: 12px;
  height: 12px;
}
.hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C9FF59;
}

.intro-section {
  padding-top: 150px;
}
@media (max-width: 575px) {
  .intro-section {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .intro-section .h2 {
    margin-bottom: 5rem;
  }
}

.intro-facts__item {
  line-height: 1.3;
}

.image-section {
  padding-top: 100px;
}
@media (max-width: 575px) {
  .image-section {
    padding-top: 60px;
  }
}
.image-section .img-cont-45 {
  width: 82.5%;
  padding-top: 100%;
}
@media (max-width: 991px) {
  .image-section .img-cont-45 {
    width: 100%;
    padding-top: 125%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .image-section [data-aos=fade-up] {
    opacity: 1 !important;
    transform: none !important;
  }
}

.text-section {
  margin-top: -60px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .text-section {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .text-section {
    padding-bottom: 60px;
  }
}
.text-section .row {
  padding-right: 17.5%;
}
@media (max-width: 575px) {
  .text-section .row {
    padding-right: 0;
  }
}

.benefit-section {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 575px) {
  .benefit-section {
    padding: 80px 0;
  }
}
.benefit-section .bg-pattern-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75vw;
  height: 66%;
  background-image: url(../img/bg-4.png);
  background-size: cover;
  background-position: top left;
  z-index: 0;
}
@media (max-width: 575px) {
  .benefit-section .bg-pattern-2 {
    width: 100%;
  }
}

.benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 40px;
  padding-top: 120px;
}
@media (max-width: 575px) {
  .benefits-grid {
    gap: 40px;
    padding-top: 20px;
  }
}
.benefits-grid__item {
  width: calc(25% - 30px);
}
@media (max-width: 767px) {
  .benefits-grid__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .benefits-grid__item {
    width: 100%;
    display: flex;
  }
}
.benefits-grid__number {
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .benefits-grid__number {
    width: 54px;
  }
}
.benefits-grid__number span {
  display: inline-flex;
  background-image: url(../img/octagon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  color: #C9FF59;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.benefits-grid__text {
  max-width: 220px;
  text-wrap: balance;
}
@media (max-width: 575px) {
  .benefits-grid__text {
    width: calc(100% - 54px);
    max-width: none;
    text-wrap: wrap;
  }
}

.clients-section {
  padding: 150px 0;
}
@media (max-width: 575px) {
  .clients-section {
    padding: 80px 0;
  }
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw 0;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .logo-grid {
    gap: 8vw 0;
    padding-top: 30px;
  }
}
.logo-grid__item {
  width: 16.666%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .logo-grid__item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .logo-grid__item {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .logo-grid__item {
    width: 50%;
  }
}
.logo-grid__item .img-cont {
  width: 50%;
  padding-top: 15%;
  display: block;
  margin: 0 auto;
}
.logo-grid__item .img-cont.smaller {
  transform: scale(0.8);
}
.logo-grid__item .img-cont.larger {
  transform: scale(1.3);
}
.logo-grid__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-grid__item:nth-child(23) .img-cont, .logo-grid__item:nth-child(24) .img-cont {
  padding-top: 24%;
}

.testimonials-section {
  padding: 150px 0 70px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  align-content: center;
}
@media (max-width: 575px) {
  .testimonials-section {
    padding: 80px 0 70px;
  }
}

.testimonials-swiper .swiper-slide {
  height: auto;
}
.testimonials-swiper__outer {
  --swiper-left-padding: 22%;
  position: relative;
  padding-left: var(--swiper-left-padding);
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .testimonials-swiper__outer {
    --swiper-left-padding: 166px;
  }
}
@media (max-width: 575px) {
  .testimonials-swiper__outer {
    --swiper-left-padding: var(--site-padding);
    padding-top: 80px;
    margin-top: 20px;
  }
}
.testimonials-swiper__item {
  border-left: 2px solid #C9FF59;
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.testimonials-swiper__item > div {
  width: 100%;
}
.testimonials-swiper__quote {
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .testimonials-swiper__quote {
    font-size: 14px;
  }
}
.testimonials-swiper__byline {
  margin-bottom: 2rem;
}
.testimonials-swiper .img-cont {
  width: 150px;
  height: 80px;
  padding: 0;
}
.testimonials-swiper .img-cont img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.t-swiper-button-prev {
  position: absolute;
  top: 0;
  left: calc(var(--swiper-left-padding) - 130px);
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 575px) {
  .t-swiper-button-prev {
    left: calc(var(--site-padding));
  }
}
.t-swiper-button-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/arrow-left-rev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.t-swiper-button-prev:hover::before {
  opacity: 1;
}

.t-swiper-button-next {
  position: absolute;
  top: 0;
  left: calc(var(--swiper-left-padding) - 80px);
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
}
@media (max-width: 575px) {
  .t-swiper-button-next {
    left: calc(var(--site-padding) + 50px);
  }
}
.t-swiper-button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/arrow-left-rev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.t-swiper-button-next:hover::before {
  opacity: 1;
}

.team-section {
  padding: 130px 0;
  position: relative;
}
@media (max-width: 575px) {
  .team-section {
    padding: 80px 0;
  }
}
.team-section .bg-pattern-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-5.png);
  background-size: cover;
  background-position: top left;
  z-index: 0;
}
.team-section .h1 {
  margin-bottom: 0.5em;
}

.team-grid {
  display: flex;
  gap: 48px;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .team-grid {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .team-grid {
    gap: 96px;
  }
}
@media (max-width: 575px) {
  .team-grid {
    padding-top: 50px;
  }
}
.team-grid__item {
  width: calc(50% - 24px);
  border-left: 1px solid #C9FF59;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .team-grid__item {
    width: 100%;
  }
}
.team-grid__info {
  position: relative;
  margin-bottom: 2rem;
}
.team-grid__linkedin {
  position: absolute;
  top: 4px;
  right: 0;
}
.team-grid__linkedin svg path {
  transition: all 0.3s ease;
}
.team-grid__linkedin svg:hover path {
  fill: #C9FF59;
}
.team-grid__bio {
  font-size: 15px;
}
.team-grid__bio p {
  margin-bottom: 1em;
}
.team-grid__bio ul, .team-grid__bio ol {
  padding-left: 28px;
}
.team-grid .img-cont {
  padding-top: 100%;
  margin-bottom: 1.5rem;
}

.main-site-footer {
  padding: 40px 0 80px;
  background-color: #072229;
}
.main-site-footer__icon {
  text-align: right;
}
@media (max-width: 575px) {
  .main-site-footer__icon {
    margin-bottom: 50px;
  }
  .main-site-footer__icon img {
    width: 48px;
    height: auto;
  }
}
.main-site-footer .h1 {
  margin-top: 0;
}
.main-site-footer__row {
  align-items: flex-end;
}
.main-site-footer__row p:last-child {
  margin-bottom: 0;
}
.main-site-footer__contact {
  height: 100%;
  border-left: 1px solid #C9FF59;
  padding-left: 18px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .main-site-footer__contact {
    margin-top: 3rem;
  }
}
.main-site-footer__contact div {
  width: 100%;
}

.copyright-footer {
  background-color: #041C22;
  padding: 36px 0 30px;
}
.copyright-footer p {
  margin: 0;
  font-size: 12px;
}
.copyright-footer p a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
  }
}
@media (max-width: 575px) {
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 30px, 0);
  }
}/*# sourceMappingURL=main.css.map */