*,
::after,
::before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: white;
  font-family: "Rubik", sans-serif;
  font-size: 1.125rem !important;
}
@media (max-width: 992px) {
  body {
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem !important;
  }
}

.background-green {
  background-color: rgba(92, 229, 0, 0.06);
}

.story-wrapper {
  width: 100%;
  height: auto;
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #0E243A;
}
.story-wrapper h2, .story-wrapper p {
  width: 75%;
  margin: 0 auto;
}

.border-radius--top {
  border-radius: 0.5rem 0.5rem 0 0;
}
.border-radius--both {
  border-radius: 0.5rem;
}
.border-radius--bottom {
  border-radius: 0 0 0.5rem 0.5rem;
}

.label {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
}
.label--primary {
  background-color: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
}
.label--success {
  background-color: rgba(92, 229, 0, 0.12);
  color: #5CE500;
}
.label--info {
  background-color: rgba(13, 202, 240, 0.12);
  color: #0dcaf0;
}
.label--warning {
  background-color: rgba(255, 193, 7, 0.12);
  color: #ffc107;
}
.label--danger {
  background-color: rgba(220, 53, 69, 0.12);
  color: #dc3545;
}

.embed-video {
  width: 100%;
  height: 720px;
}
@media (max-width: 992px) {
  .embed-video {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .embed-video {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .embed-video {
    height: 250px;
  }
}

.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  /* generated by https://loading.io/ */
}
.loader.hide {
  opacity: 0;
  visibility: hidden;
}
@keyframes ldio-5w04efakihn {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader .ldio-5w04efakihn div {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 6px solid #5ce500;
  border-top-color: transparent;
  border-radius: 50%;
}
.loader .ldio-5w04efakihn div {
  animation: ldio-5w04efakihn 1s linear infinite;
}
.loader .loadingio-spinner-rolling-sr64ao005ie {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.loader .ldio-5w04efakihn {
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.loader .ldio-5w04efakihn div {
  box-sizing: content-box;
}

@-webkit-keyframes upDown {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.animate-scroll-down {
  -webkit-animation: upDown 1s infinite alternate;
  animation: upDown 1s infinite alternate;
}

a, a:visited, a:hover {
  text-decoration: none !important;
}

p, h1, h2, h3, h4 {
  margin-top: 0;
}

p {
  line-height: 2;
}

.header {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header__contact--wrapper {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background-color: #5CE500;
}
@media (max-width: 768px) {
  .header__contact--wrapper {
    padding: 0.6rem 0;
  }
}
.header__contact--content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .contact__info span:first-child {
  padding-right: 2rem;
}
@media (max-width: 576px) {
  .header .contact__info span:first-child {
    padding-right: 0.5rem;
  }
}
.header .contact__info span img {
  display: inline-block;
  vertical-align: middle;
  height: 1rem;
  margin-right: 0.8rem;
}
@media (max-width: 576px) {
  .header .contact__info span img {
    margin-right: 0.4rem;
  }
}
.header .contact__info span a {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-weight: 500;
  font-family: "Rubik", sans-serif !important;
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .header .contact__info span a {
    font-size: 0.75rem;
  }
}
.header .contact__socmed {
  display: block;
}
@media (max-width: 768px) {
  .header .contact__socmed {
    display: none;
  }
}
.header .contact__socmed a {
  margin-left: 0.8rem;
}
.header .contact__socmed a img {
  width: 28px;
}
.header__nav {
  width: 100%;
  height: auto;
  background-color: white;
}
@media (max-width: 768px) {
  .header__nav {
    padding: 1rem 0;
  }
}
.header .nav__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .nav__logo img {
  height: 38px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header .nav__logo img {
    height: 28px;
  }
}
.header .nav__list--wrapper {
  display: flex;
  width: calc(100% - 164px);
  height: auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header .nav__list--wrapper {
    flex-direction: column;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    height: 0;
    background-color: #f7f7f7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header .nav__list--wrapper.active {
    top: 95px;
    opacity: 1;
    visibility: visible;
    height: calc(100% - 95px);
    z-index: 4;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.header .nav__list {
  padding-left: 2rem;
  height: auto;
}
@media (max-width: 768px) {
  .header .nav__list {
    padding-left: 0;
    width: 100%;
  }
}
.header .nav__list--link {
  display: inline-block;
  color: #A6A6A6;
  font-weight: 500;
  padding: 1.8rem 1rem;
}
.header .nav__list--link:hover, .header .nav__list--link.active {
  color: black;
}
.header .nav__list--link.active {
  position: relative;
}
.header .nav__list--link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0.3em;
  background-color: #5CE500;
}
@media (max-width: 992px) {
  .header .nav__list--link.active::after {
    bottom: -4px;
  }
}
@media (max-width: 768px) {
  .header .nav__list--link {
    display: block !important;
    text-align: center;
    border-bottom: solid 1px #e2e2e2;
  }
}
.header .nav__list .hvr-border-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.header .nav__list .hvr-border-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #5CE500;
  height: 0.3em;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 1rem;
}
.header .nav__list .hvr-border-center:hover::before, .header .nav__list .hvr-border-center:focus::before, .header .nav__list .hvr-border-center:active::before {
  left: 0;
  right: 0;
}
.header .nav__button {
  display: inline-block;
}
@media (max-width: 768px) {
  .header .nav__button {
    margin-bottom: 1rem;
    padding: 0 1rem;
    width: 100%;
  }
  .header .nav__button a {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
.header .nav__toggle {
  display: none;
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .header .nav__toggle {
    display: block;
  }
}
.header .nav__toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #505050;
  border-radius: 0.5rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .nav__toggle span:nth-child(1) {
  top: 0px;
}
.header .nav__toggle span:nth-child(2), .header .nav__toggle span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .nav__toggle span:nth-child(4) {
  bottom: 0;
}
.header .nav__toggle.active span:nth-child(1) {
  width: 0%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .nav__toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .nav__toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .nav__toggle.active span:nth-child(4) {
  width: 0%;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.below-navbar {
  margin-top: 143px;
}
@media (max-width: 768px) {
  .below-navbar {
    margin-top: 95px;
  }
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 88px;
}
.footer__sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.8rem 0;
  width: 100%;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.footer__sticky > div > div > span > p {
  font-size: 15px !important;
}
.footer__sticky--img {
  height: 35px;
}
@media (max-width: 992px) {
  .footer__sticky--img {
    height: 25px;
  }
}
.footer__normal {
  background-color: #FAFAFA;
}
.footer__top, .footer__bottom {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__top, .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}
.footer__logo {
  display: block;
  height: 40px;
}
.footer__copyright {
  text-align: left;
  word-break: break-word;
  width: 340px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .footer__copyright {
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .footer__copyright {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .footer__contact-info > span {
    display: block;
  }
  .footer__contact-info > span:first-child {
    margin-bottom: 1rem;
  }
}
.footer__contact-info > span:first-child {
  margin-right: 1.5rem;
}
.footer__contact-info > span > img {
  filter: brightness(0) saturate(100%);
  width: 20px;
  margin-right: 5px;
}
.footer__contact-info > span > a {
  color: black;
}
@media (max-width: 768px) {
  .footer__contact-socmed {
    margin-top: 2rem;
  }
}
.footer__contact-socmed > a > img {
  filter: brightness(0) saturate(100%);
  width: 35px;
  margin-right: 0.5rem;
}

.wrapper--wrap, .wrapper--full {
  display: block;
  position: relative;
  height: auto;
}

.wrapper--full {
  width: 100%;
}
.wrapper--wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.banner {
  display: block;
  width: 100%;
  position: relative;
}
.banner--main {
  height: 700px;
}
.banner--contact-us {
  height: 400px;
}
.banner__img {
  width: 100%;
}
.banner__img--cover {
  object-fit: cover;
  height: 100%;
}
.banner__img--auto {
  height: auto;
}
.banner__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 90%;
  max-width: 1100px;
}
.banner__button-wrapper {
  display: block;
  margin-top: 3rem;
}
.banner__button-wrapper a {
  margin: 0 1rem;
}

.button {
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  border: solid 2px #5CE500;
  font-weight: 500;
  display: inline-block;
}
.button--green {
  background-color: #5CE500;
  color: white;
}
.button--green:hover {
  color: white;
}
.button--outline-green {
  background-color: transparent;
  color: #5CE500;
}
.button--outline-green:hover {
  color: #5CE500;
}

.card--resources {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border: solid 1px #ededed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card--resources:hover {
  -webkit-box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 19px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.card--resources__img {
  width: 100%;
  height: 250px;
  position: relative;
}
@media (max-width: 1200px) {
  .card--resources__img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .card--resources__img {
    height: 150px;
  }
}
.card--resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card--resources__body {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
}

.image--advantage {
  width: 100%;
  height: 490px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  position: relative;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .image--advantage {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .image--advantage {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .image--advantage {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .image--advantage {
    height: 250px;
  }
}
.image--pattern {
  position: absolute;
  right: -10px;
  bottom: -30px;
  z-index: -1;
}
@media (max-width: 768px) {
  .image--pattern {
    width: 70px;
    height: auto;
    bottom: -20px;
  }
}
.image--contact-us {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.contact-us__wrapper {
  display: block;
  margin: 4rem auto 0 auto;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 768px) {
  .contact-us__wrapper {
    margin-top: 3rem;
  }
}
.contact-us__form {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 3rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 4px 25px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 25px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 25px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .contact-us__form {
    padding: 1.5rem;
  }
}
.contact-us__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
@media (max-width: 1200px) {
  .contact-us__background {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .contact-us__background {
    height: 500px;
  }
}

/*# sourceMappingURL=style.css.map */
