@import url(../inc/modal/jquery.modal.min.css);
@import url(../inc/swiper/swiper-bundle.min.css);
html {
  font-size: 16px;
  background-color: #fff;
  scroll-padding-top: 5rem;
}
@media screen and (min-width: 1777px) {
  html {
    font-size: 0.9vw;
  }
}

body {
  background-color: #fff;
  line-height: 1.3;
}

.custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.animated {
  animation-duration: 1s;
}

a {
  color: inherit;
  transition: all 0.3s ease;
}

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

/*----------------------------------
------------ GENERAL ---------------
----------------------------------*/
.img-cont {
  position: relative;
  padding-top: 100%;
}
.img-cont.rounded {
  overflow: hidden;
}
.img-cont.img-cont-21 {
  padding-top: 50%;
}
.img-cont.img-cont-169 {
  padding-top: 56.25%;
}
.img-cont.img-cont-32 {
  padding-top: 66.667%;
}
.img-cont.img-cont-43 {
  padding-top: 75%;
}
.img-cont.img-cont-54 {
  padding-top: 80%;
}
.img-cont.img-cont-1217 {
  padding-top: 141%;
}
.img-cont.max-viewport {
  padding: 0;
  height: calc((100vw - var(--site-padding) * 2) * 0.5625);
  max-height: calc(100vh - 150px);
}
.img-cont img, .img-cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body .elementor-location-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 200;
  background-color: #fff;
}

.rk-mobile-menu {
  background-color: #F8F5EF;
  background-color: #00433E;
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .rk-mobile-menu {
    padding-top: 6rem;
  }
}
@media (max-width: 575px) {
  .rk-mobile-menu {
    padding-left: 20px;
  }
}
.rk-mobile-menu li {
  color: #F8F5EF;
  margin-bottom: 0.333em;
}
.rk-mobile-menu li a:hover {
  color: #18B897;
}
.rk-mobile-menu .rk-mm-footer {
  padding-top: 3rem;
}
.rk-mobile-menu .rk-mm-footer .button {
  display: inline-block;
  background-color: #277755;
  color: #fff;
  padding: 1.125em 1.33em 1.125em 1.33em;
  border-radius: 999px;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.rk-mobile-menu .rk-mm-footer .button:hover {
  background-color: #18B897;
}

.rk-menu-curtain {
  z-index: 150;
}

/* ----------------------
---- ICON CAROUSEL ------
---------------------- */
.icon-carousel {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: #18B897;
  --swiper-pagination-bullet-horizontal-gap: 0.15rem;
  --swiper-pagination-bullet-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .icon-carousel {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    --swiper-pagination-bullet-size: 0.75rem;
  }
}
.icon-carousel .img-cont {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  padding: 0;
}
.icon-carousel .img-cont img {
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-carousel__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00433E;
  text-wrap: balance;
  padding: 0.5em 1em;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .icon-carousel__title {
    font-size: 1.125rem;
    padding: 1em 0;
  }
}
.icon-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}
.icon-carousel .swiper-pagination-bullet {
  background-color: #277755;
}
.icon-carousel .swiper-button-next, .icon-carousel .swiper-button-prev {
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .icon-carousel .swiper-button-next, .icon-carousel .swiper-button-prev {
    display: none;
  }
}

/* ----------------------
----- GPs CAROUSEL ------
---------------------- */
.gp-carousel {
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .gp-carousel {
    margin-bottom: -1rem;
    padding-top: 0;
  }
}
.gp-carousel .img-cont {
  padding-top: 80%;
}
.gp-carousel__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00433E;
  z-index: 2;
  background-color: rgba(214, 236, 204, 0.8);
  width: 100%;
}
@media (max-width: 767px) {
  .gp-carousel__title {
    font-size: 1rem;
    padding: 1em;
  }
}
.gp-carousel .swiper-button-next, .gp-carousel .swiper-button-prev {
  background-image: url(../img/arrows/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 1.5rem;
  margin: 0;
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  .gp-carousel .swiper-button-next, .gp-carousel .swiper-button-prev {
    width: 2.25rem;
    height: 1.125rem;
  }
}
.gp-carousel .swiper-button-next::after, .gp-carousel .swiper-button-prev::after {
  opacity: 0;
}
.gp-carousel .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 5rem;
}
@media (max-width: 767px) {
  .gp-carousel .swiper-button-prev {
    right: 3rem;
  }
}
.gp-carousel .swiper-button-next {
  right: 0;
}
.gp-carousel a .img-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18B897;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
}
.gp-carousel a:hover .img-cont::before {
  opacity: 1;
}

.elementor-icon-list-item {
  align-items: flex-start !important;
}

.elementor-icon-list-icon {
  position: relative;
  top: 0.66em !important;
}
@media (max-width: 767px) {
  .elementor-icon-list-icon {
    top: 0.5em !important;
  }
}

.arrow-link .elementor-button-content-wrapper {
  gap: 0.5rem;
}
.arrow-link .elementor-button-icon svg {
  width: 1.5em;
  transition: all 0.3s ease;
}
.arrow-link a:hover .elementor-button-icon svg {
  transform: translateX(0.5rem);
}

/* ----------------------
------ WEIRD FIX --------
---------------------- */
@media (max-width: 767px) {
  .weird-fix {
    display: block !important;
  }
  .weird-fix > div, .weird-fix > div > div {
    display: block !important;
  }
}

/* ----------------------
----- STAFF GRID --------
---------------------- */
.staff-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .staff-grid {
    gap: 0.75rem;
  }
}
.staff-grid__item {
  width: calc(33.333% - 0.333rem);
}
@media (max-width: 1024px) {
  .staff-grid__item {
    width: calc(50% - 0.25rem);
  }
}
@media (max-width: 575px) {
  .staff-grid__item {
    width: 100%;
  }
}
.staff-grid__item .img-cont {
  padding-top: 85%;
}
@media (max-width: 575px) {
  .staff-grid__item .img-cont {
    padding-top: 80%;
  }
}
.staff-grid a .img-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18B897;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
}
.staff-grid a:hover .img-cont::before {
  opacity: 1;
}

.blocker {
  z-index: 300;
}

.staff-modal {
  max-width: 64rem;
  box-shadow: none;
  background: #D6ECCC;
  padding: 3rem;
  width: 100%;
}
@media (max-width: 575px) {
  .staff-modal {
    padding: 1.5rem;
  }
}
.staff-modal__row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .staff-modal__row {
    flex-wrap: wrap;
  }
}
.staff-modal__col-1 {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .staff-modal__col-1 {
    width: 100%;
  }
}
.staff-modal__col-1 > div {
  width: 100%;
}
.staff-modal__col-1 .button {
  display: none !important;
}
@media (max-width: 767px) {
  .staff-modal__col-1 .button {
    display: block !important;
  }
}
.staff-modal__col-2 {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 767px) {
  .staff-modal__col-2 {
    width: 100%;
    order: -1;
  }
}
.staff-modal__col-2 > div {
  width: 100%;
}
.staff-modal__col-2 .button {
  display: block;
}
@media (max-width: 767px) {
  .staff-modal__col-2 .button {
    display: none !important;
  }
}
.staff-modal__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00433E;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .staff-modal__name {
    font-size: 1.333rem;
  }
}
.staff-modal__subtitle {
  font-size: 1.32rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .staff-modal__subtitle {
    font-size: 1rem;
  }
}
.staff-modal__bio {
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.55;
  font-size: 1rem;
}
@media (max-width: 575px) {
  .staff-modal__bio {
    font-size: 0.875rem;
    padding: 1rem 0;
  }
}
.staff-modal__interests-title {
  font-size: 1.32rem;
  font-weight: 800;
  color: #00433E;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .staff-modal__interests-title {
    font-size: 1rem;
  }
}
.staff-modal__interests {
  font-size: 1rem;
  line-height: 1.55;
}
@media (max-width: 575px) {
  .staff-modal__interests {
    font-size: 0.875rem;
  }
}
.staff-modal .button {
  display: inline-block;
  background-color: #00433E;
  color: #fff;
  padding: 1.125em 1.33em 1.125em 1.33em;
  border-radius: 999px;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  .staff-modal .button {
    font-size: 0.75rem;
  }
}
.staff-modal .button:hover {
  background-color: #277755;
}
@media (max-width: 767px) {
  .staff-modal .img-cont {
    padding-top: 80%;
  }
}
@media (max-width: 575px) {
  .staff-modal .img-cont {
    padding-top: 75%;
  }
}
.staff-modal .dummy-button {
  pointer-events: none;
  background-color: transparent !important;
  color: #00433E;
  border: 1px solid #00433E;
}

/* ----------------------
---- ICON TILE LINK -----
---------------------- */
.icon-tile-link {
  border: 2px solid #D6ECCC;
  border-radius: 1.5rem;
  padding: 2rem 1rem 2.25rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .icon-tile-link {
    padding: 1rem 1rem 1.25rem;
  }
}
.icon-tile-link .elementor-icon-box-title a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 6rem;
  padding-bottom: 0.25rem;
}
.icon-tile-link .elementor-icon-box-content::after {
  content: "";
  width: 3rem;
  height: 1rem;
  background-image: url(../img/arrows/right-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .icon-tile-link .elementor-icon-box-content::after {
    right: 0.5rem;
  }
}
.icon-tile-link:hover .elementor-icon-box-content::after {
  transform: translatex(0.5rem);
}
.icon-tile-link:hover {
  background-color: #F1F7DD;
}

#rk-load-more-btn {
  display: inline-block;
  background-color: transparent;
  color: #00433E;
  padding: 0.667em 1.33em 0.667em 1.33em;
  border: 2px solid #00433E;
  border-radius: 999px;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-top: 2rem;
  text-align: center;
  min-width: 10rem;
}
@media (max-width: 575px) {
  #rk-load-more-btn {
    font-size: 0.75rem;
  }
}
#rk-load-more-btn:hover {
  background-color: #00433E;
  color: #fff;
}

.single-format-standard h1.elementor-heading-title {
  font-weight: 800 !important;
}
.single-format-standard .svmc-post-content .elementor-widget-container p:first-child {
  font-size: 1.222em;
  line-height: 1.55em;
}
.single-format-standard .svmc-post-content ul, .single-format-standard .svmc-post-content ol {
  padding-left: 1.25em;
}
.single-format-standard .svmc-post-content h1, .single-format-standard .svmc-post-content h2, .single-format-standard .svmc-post-content h3, .single-format-standard .svmc-post-content h4, .single-format-standard .svmc-post-content h5, .single-format-standard .svmc-post-content h6 {
  color: #00433E;
  margin-top: 2.5rem;
}
.single-format-standard .svmc-post-content h2 {
  font-size: 1.602rem;
  font-weight: 800;
}
@media (max-width: 575px) {
  .single-format-standard .svmc-post-content h2 {
    font-size: 1.266rem;
  }
}
.single-format-standard .svmc-post-content h3 {
  font-size: 1.266rem;
  font-weight: 700;
  font-weight: 800;
  color: #414141;
}
@media (max-width: 575px) {
  .single-format-standard .svmc-post-content h3 {
    font-size: 1.126rem;
  }
}
.single-format-standard .svmc-post-content h4 {
  font-size: 1.266rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .single-format-standard .svmc-post-content h4 {
    font-size: 1.126rem;
  }
}
.single-format-standard .svmc-post-content h5 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .single-format-standard .svmc-post-content h5 {
    font-size: 1rem;
  }
}
.single-format-standard .svmc-post-content h6 {
  font-size: 1rem;
  font-weight: 500;
}

.useful-links {
  border-top: 1px solid #00433E;
  margin-top: 4rem;
  padding-top: 1.5rem;
}
.useful-links h3 {
  font-size: 1.8rem;
  color: #00433E;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.useful-links__item {
  margin-bottom: 0.75rem;
}
.useful-links .button {
  display: inline-block;
  background-color: #D6ECCC;
  color: #414141;
  padding: 1em 1.33em 1em 1.33em;
  border-radius: 999px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  min-width: 30rem;
  display: inline-flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .useful-links .button {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .useful-links .button {
    font-size: 0.875rem;
  }
}
.useful-links .button::after {
  content: "";
  width: 2rem;
  height: 1rem;
  background-image: url(../img/arrows/right-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1em;
  position: relative;
  top: 0.1em;
  transition: all 0.3s ease;
}
.useful-links .button:hover::after {
  transform: translateX(0.5rem);
}

body .elementor-widget .elementor-icon-list-icon .fa-circle {
  font-size: 0.75em;
  margin-right: 0.5em;
}
body .elementor-widget-theme-post-content h2 {
  margin-top: 2.5rem;
}
body .elementor-widget-theme-post-content h3 {
  margin-top: 2rem;
}
body .elementor-widget-theme-post-content h4 {
  margin-top: 2rem;
}
body .elementor-widget-theme-post-content h5 {
  margin-top: 2rem;
}
body .elementor-widget-theme-post-content h6 {
  margin-top: 2rem;
}
body .elementor-posts-container .elementor-post__thumbnail {
  position: relative;
}
body .elementor-posts-container .elementor-post__thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18B897;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
}
body .elementor-posts-container a:hover .elementor-post__thumbnail::before {
  opacity: 1;
}
body .elementor-posts-container .elementor-post__read-more {
  transition: all 0.3s ease;
}
body .elementor-posts-container .elementor-post__read-more:hover {
  color: #18B897 !important;
}
body .elementor-posts-container .elementor-post__title a {
  transition: all 0.3s ease;
}
body .elementor-posts-container .elementor-post__title a:hover {
  color: #18B897 !important;
}
@media (max-width: 575px) {
  body.home .elementor-posts-container > .elementor-grid-item:last-child {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */