/*
Theme Name: XT Grid Theme
Author: Xtensive Web Design
Author URI: https://www.xtensive.co.uk
Description: A base theme built with CSS Grid
Version: 1.0
*/
/* Breakpoints */
/* Colors */
/* Weights */
/* Breakpoints */
strong {
  font-weight: 700; }

h1, h2, h3 {
  font-family: "new-hero", sans-serif;
  font-size: 2rem;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #E9F4FF; }
  @media (min-width: 801px) {
    h1, h2, h3 {
      font-size: 2.5rem; } }

* {
  font-family: "roboto", sans-serif; }

p, li {
  font-size: 1.1rem;
  line-height: 1.6rem; }

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: 0; }

.screen-reader-text {
  visibility: hidden; }

html {
  background: #1E2839; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes scroll {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(calc(-150px * 8)); } }
@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.btn, #gform_submit_button_1 {
  background: #C2EA84;
  padding: 1rem 1.5rem 0.9rem 1.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  color: #000A22;
  font-family: "new-hero", sans-serif;
  text-decoration-color: transparent;
  transition: .3s;
  align-items: center;
  display: flex;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.1rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .btn:before, #gform_submit_button_1:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #E9F4FF;
    border-radius: 4px;
    z-index: -1;
    transition: .3s; }
  .btn:hover:before, .btn:focus:before, #gform_submit_button_1:hover:before, #gform_submit_button_1:focus:before {
    left: 0; }

#gform_submit_button_1 {
  font-size: 1.2rem; }

.btn-outline {
  background: none;
  border: 2px solid #E9F4FF;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  color: #E9F4FF;
  font-family: "new-hero", sans-serif;
  text-decoration-color: transparent;
  transition: .3s; }
  .btn-outline:hover, .btn-outline:focus {
    background: #E9F4FF;
    color: #000A22; }

main {
  margin-top: 133px; }
  @media (min-width: 992px) {
    main {
      margin-top: 0; } }

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #1E2839;
  z-index: 100;
  transition: .3s; }
  @media (min-width: 992px) {
    .site-header {
      background: rgba(30, 40, 57, 0.5); } }
  .site-header .toolbar {
    background: #8DB8B3;
    padding: 0.5rem 1rem;
    text-align: center;
    transition: .3s; }
    .site-header .toolbar a {
      color: #1E2839;
      font-size: 0.9rem;
      text-transform: uppercase;
      text-decoration-color: transparent; }
  .site-header .container {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem; }
    @media (min-width: 992px) {
      .site-header .container {
        padding: 1rem 4rem; } }
  .site-header .site-title {
    padding: 0;
    margin: 0; }
    .site-header .site-title a {
      display: flex; }
      .site-header .site-title a img {
        width: 100%;
        max-width: 80px;
        height: auto;
        z-index: 100; }
        @media (min-width: 992px) {
          .site-header .site-title a img {
            max-width: 100px; } }
  .site-header #mobile-button {
    appearance: none;
    cursor: pointer;
    background: none;
    border: 0;
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 100; }
    @media (min-width: 992px) {
      .site-header #mobile-button {
        display: none; } }
    .site-header #mobile-button.active span {
      background: none; }
      .site-header #mobile-button.active span:before {
        transform: rotate(45deg);
        top: 0; }
      .site-header #mobile-button.active span:after {
        transform: rotate(-45deg);
        bottom: 0; }
    .site-header #mobile-button span {
      width: 100%;
      height: 2px;
      background: #E9F4FF;
      position: relative;
      display: block;
      transition: .3s; }
      .site-header #mobile-button span:before {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 2px;
        background: #E9F4FF;
        top: -8px;
        left: 0;
        transition: .3s; }
      .site-header #mobile-button span:after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 2px;
        background: #E9F4FF;
        bottom: -8px;
        left: 0;
        transition: .3s; }
  .site-header.scroll {
    background: #1E2839; }
    .site-header.scroll .toolbar {
      height: 0;
      overflow: hidden;
      padding: 0; }
    .site-header.scroll .site-title a img {
      max-width: 80px; }

@media (min-width: 992px) {
  .home-header {
    background: transparent; } }

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1E2839;
  display: flex;
  flex-direction: column;
  clip-path: circle(0 at 0% 40px);
  /* percent is where it starts so 0 = top left */
  transition: clip-path 0.5s ease-in-out;
  padding: 2rem 2rem 4rem 2rem;
  margin-top: 37px;
  overflow: scroll; }
  #mobile-menu.active {
    display: flex;
    clip-path: circle(150% at 90% 40px); }
    #mobile-menu.active .menu li {
      opacity: 1;
      transform: translateY(0);
      transition-delay: .3s; }
      #mobile-menu.active .menu li:nth-child(2) {
        transition-delay: .4s; }
      #mobile-menu.active .menu li:nth-child(3) {
        transition-delay: .5s; }
      #mobile-menu.active .menu li:nth-child(4) {
        transition-delay: .6s; }
      #mobile-menu.active .menu li:nth-child(5) {
        transition-delay: .7s; }
      #mobile-menu.active .menu li:nth-child(6) {
        transition-delay: .8s; }
  #mobile-menu .menu {
    padding: 6rem 0 0 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 0; }
    #mobile-menu .menu li {
      margin: 0 0 1rem 0;
      opacity: 0;
      transform: translateY(1rem);
      transition: .3s; }
      #mobile-menu .menu li:last-child {
        margin-bottom: 0; }
      #mobile-menu .menu li a {
        color: #E9F4FF;
        text-decoration-color: transparent;
        font-size: 1.2rem;
        transition: .3s; }
        #mobile-menu .menu li a:hover, #mobile-menu .menu li a:focus {
          color: #C2EA84; }
  #mobile-menu .menu-item-has-children > a {
    position: relative; }
    #mobile-menu .menu-item-has-children > a:after {
      position: absolute;
      content: ' ';
      width: 8px;
      height: 8px;
      right: -20px;
      top: 50%;
      transform: translateY(-50%);
      background: url("/wp-content/uploads/2026/02/down-arrow.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(-90deg);
      margin-top: -0.1rem;
      transition: .3s; }
  #mobile-menu .sub-menu {
    list-style-type: none;
    padding: 0 0 0 1rem;
    margin: 0;
    display: none;
    transition: .3s; }
  #mobile-menu .menu-item-has-children .sub-menu {
    display: none; }
  #mobile-menu .menu-item-has-children.active a:after {
    transform: rotate(0deg); }
  #mobile-menu .menu-item-has-children.active .sub-menu {
    display: block;
    padding-top: 1rem; }

#main-menu {
  display: none; }
  @media (min-width: 992px) {
    #main-menu {
      display: flex;
      padding: 0;
      margin: 0;
      align-items: center; } }
  #main-menu .menu {
    display: flex;
    list-style-type: none;
    align-items: center; }
    #main-menu .menu li {
      padding: 0.5rem;
      position: relative;
      margin-right: 2rem;
      display: flex; }
      #main-menu .menu li:after {
        content: ' ';
        position: absolute;
        top: 50%;
        right: -1rem;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #8DB8B3; }
      #main-menu .menu li:last-child {
        margin-right: 0; }
        #main-menu .menu li:last-child:after {
          display: none; }
      #main-menu .menu li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.9rem;
        line-height: 0.9rem;
        text-decoration-color: transparent;
        transition: .3s;
        padding: 0.5rem 0; }
      #main-menu .menu li:hover > a, #main-menu .menu li:focus-within > a {
        color: #C2EA84; }
      #main-menu .menu li:hover > .sub-menu, #main-menu .menu li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible; }
    #main-menu .menu .menu-item-has-children:hover, #main-menu .menu .menu-item-has-children:focus-within {
      background: #1E2839; }
    #main-menu .menu .sub-menu {
      position: absolute;
      width: 100%;
      background: #1E2839;
      left: 0;
      height: auto;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      transition: .3s ease-in-out;
      display: flex;
      flex-direction: column;
      top: 45px;
      padding: 1rem 0.5rem;
      margin: 0;
      list-style-type: none;
      box-sizing: border-box;
      width: 500px; }
      @media (min-width: 801px) {
        #main-menu .menu .sub-menu {
          flex-direction: row;
          flex-wrap: wrap; } }
      #main-menu .menu .sub-menu > li {
        height: auto;
        margin-bottom: 0.5rem; }
        @media (min-width: 801px) {
          #main-menu .menu .sub-menu > li {
            width: 50%;
            margin-right: 0; } }
        #main-menu .menu .sub-menu > li:last-child {
          margin-bottom: 0; }
        #main-menu .menu .sub-menu > li:after {
          display: none; }
        #main-menu .menu .sub-menu > li a {
          font-size: 0.9rem; }
        #main-menu .menu .sub-menu > li .menu-excerpt {
          color: rgba(255, 255, 255, 0.8);
          font-size: 0.9rem;
          margin-top: 0.2rem; }
  #main-menu .btn {
    margin-left: 0.7rem;
    font-size: 0.9rem; }

.site-footer {
  width: 100%;
  background: #000A22; }
  .site-footer .container {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 801px) {
      .site-footer .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
    @media (min-width: 992px) {
      .site-footer .container {
        padding: 2rem 4rem; } }
    .site-footer .container img {
      width: 100%;
      max-width: 150px;
      margin-bottom: 2rem; }
      @media (min-width: 801px) {
        .site-footer .container img {
          max-width: 100px;
          margin-bottom: 0; } }
    .site-footer .container .socials {
      text-align: center; }
      @media (min-width: 801px) {
        .site-footer .container .socials {
          text-align: right; } }
      .site-footer .container .socials a {
        margin: 0 0.2rem; }
        .site-footer .container .socials a iconify-icon {
          border: 1px solid #E9F4FF;
          padding: 0.5rem;
          border-radius: 100%;
          color: #E9F4FF;
          transition: .3s; }
          .site-footer .container .socials a iconify-icon:hover, .site-footer .container .socials a iconify-icon:focus {
            background: #E9F4FF;
            color: #000A22; }
      .site-footer .container .socials p {
        font-size: 0.9rem;
        color: #E9F4FF; }
        .site-footer .container .socials p a {
          color: #C2EA84; }
    .site-footer .container .footer-bottom {
      margin-top: 2rem;
      border-top: 1px solid #E9F4FF;
      width: 100%;
      padding-top: 1rem;
      text-align: center;
      color: #E9F4FF;
      font-size: 0.8rem; }
      @media (min-width: 801px) {
        .site-footer .container .footer-bottom {
          text-align: left; } }
      .site-footer .container .footer-bottom a {
        color: #E9F4FF; }
        .site-footer .container .footer-bottom a:hover, .site-footer .container .footer-bottom a:focus {
          color: #C2EA84; }

.carousel {
  width: 100%;
  height: calc(100svh - 133px);
  position: relative; }
  @media (min-width: 801px) {
    .carousel {
      height: 100svh; } }
  .carousel .carousel-container {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative; }
    .carousel .carousel-container .slide {
      width: 100%;
      height: calc(100svh - 133px);
      position: relative; }
      @media (min-width: 801px) {
        .carousel .carousel-container .slide {
          height: 100svh; } }
      .carousel .carousel-container .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
      .carousel .carousel-container .slide .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end; }
        .carousel .carousel-container .slide .overlay .container {
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          padding: 2rem 2rem 3rem 2rem; }
          @media (min-width: 992px) {
            .carousel .carousel-container .slide .overlay .container {
              padding: 2rem 4rem 3rem 4rem; } }
          .carousel .carousel-container .slide .overlay .container .title {
            font-size: 2.5rem;
            line-height: 3rem;
            font-weight: 700;
            color: #E9F4FF;
            padding: 0;
            margin: 0;
            position: relative;
            opacity: 0;
            transform: translateY(1rem);
            animation: fadeup 1s ease;
            animation-delay: .3s;
            animation-fill-mode: forwards; }
            @media (min-width: 801px) {
              .carousel .carousel-container .slide .overlay .container .title {
                font-size: 3.5rem;
                line-height: 3.5rem;
                max-width: 600px; } }
          .carousel .carousel-container .slide .overlay .container .description {
            color: #E9F4FF;
            opacity: 0;
            transform: translateY(1rem);
            animation: fadeup 1s ease;
            animation-delay: .5s;
            animation-fill-mode: forwards; }
            @media (min-width: 801px) {
              .carousel .carousel-container .slide .overlay .container .description {
                font-size: 1.2rem;
                max-width: 600px; } }
          .carousel .carousel-container .slide .overlay .container .btn {
            margin-top: 1rem;
            display: flex;
            opacity: 0;
            transform: translateY(1rem);
            animation: fadeup 1s ease;
            animation-delay: .7s;
            animation-fill-mode: forwards; }
  .carousel .slick-dots {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style-type: none;
    padding: 0 2rem;
    display: flex;
    width: 100%;
    max-width: 1600px; }
    @media (min-width: 992px) {
      .carousel .slick-dots {
        padding: 0 4rem; } }
    .carousel .slick-dots button {
      font-size: 0;
      appearance: none;
      cursor: pointer;
      background: #E9F4FF;
      border-radius: 200px;
      border: 0;
      width: 12px;
      height: 12px;
      margin-right: 0.5rem; }
      .carousel .slick-dots button:hover, .carousel .slick-dots button:focus {
        background: #C2EA84; }
    .carousel .slick-dots .slick-active button {
      background: #C2EA84; }

.blog-header {
  width: 100%;
  background: #333;
  padding: 2rem;
  text-align: center; }
  .blog-header h2 {
    color: #E9F4FF; }

.blog-main {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.25rem;
  padding: 2rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .blog-main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .blog-main {
      grid-template-columns: repeat(3, 1fr); } }

.blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none; }
  @media (min-width: 551px) {
    .blog-post {
      width: 48%;
      margin: 0 1%; }
      @supports (display: grid) {
        .blog-post {
          width: 100%;
          margin: 0; } } }
  .blog-post .image {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center center !important; }
  .blog-post .meta {
    color: #1E2839;
    text-transform: uppercase;
    font-size: 0.9rem; }
  .blog-post .title {
    color: #1E2839;
    font-size: 1.2rem; }
  .blog-post p {
    color: #1E2839; }

.post-single {
  width: 100%;
  max-width: 75rem;
  padding: 2rem;
  margin: 0 auto; }
  .post-single .attachment-post-thumbnail {
    width: 100%;
    height: auto; }

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0 0 3.75rem;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }
  .share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(33.3333333% - 1px);
    margin-right: 0.063rem; }
    .share-buttons li:last-child {
      width: 33.3333333%;
      margin-right: 0; }
      .share-buttons li:last-child a {
        border-radius: 0 0.188rem 0.188rem 0; }
    .share-buttons li:first-child a {
      border-radius: 0.188rem 0 0 0.188rem; }
  .share-buttons svg {
    fill: #fff;
    margin-right: 0.313rem;
    width: 1rem;
    height: 1rem; }
  .share-buttons a {
    display: block;
    padding: 0.75rem 0.75rem 0.563rem;
    text-align: center;
    color: White; }

.share-twitter {
  background: #1da1f2; }

.share-facebook {
  background: #3b5998; }

.share-pinterest {
  background: #b5071a; }

.error {
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .error .content {
    max-width: 61.25rem;
    width: 100%;
    padding: 2rem;
    text-align: center; }
    .error .content h1 {
      font-size: 14rem;
      font-weight: 900;
      margin: 0;
      padding: 0;
      color: #1E2839; }
    .error .content h3 {
      font-size: 5rem;
      font-weight: 900;
      color: #000;
      margin: 0;
      padding: 0; }
    .error .content h4 {
      font-size: 2rem;
      color: #000;
      margin-top: 0.625rem; }
    .error .content a {
      background: #FFF;
      border: 3px solid #1E2839;
      color: #000;
      margin-top: 0.625rem;
      padding: 0.5rem 2rem;
      display: inline-block; }
      .error .content a:hover {
        background: #000;
        text-decoration: none;
        color: #FFF; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

body {
  font-size: 16px;
  padding: 0;
  margin: 0; }

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

.js-scroll {
  opacity: 0;
  transition: opacity 500ms; }

.js-scroll.scrolled {
  opacity: 1; }

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both; }

.home-text {
  width: 100%;
  background: #000A22;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  margin-top: 4rem; }
  .home-text article {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media (min-width: 992px) {
      .home-text article {
        width: 50%;
        padding-right: 4rem;
        padding-left: 1rem; } }
    .home-text article h1 {
      color: #E9F4FF;
      position: relative; }
    .home-text article p {
      color: #E9F4FF;
      margin-top: 0; }
    .home-text article .btn {
      margin-top: 1rem; }
  .home-text aside {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .home-text aside {
        width: 50%;
        height: 600px;
        margin-top: 0; } }
    @media (min-width: 1201px) {
      .home-text aside {
        height: 450px; } }
    .home-text aside img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.fade {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }

.home-services {
  width: 100%;
  text-align: center;
  padding: 4rem 0; }
  @media (min-width: 992px) {
    .home-services {
      padding: 6rem 0; } }
  .home-services img {
    width: 50px; }
  .home-services h2 {
    color: #E9F4FF;
    margin: 0 0 2rem 0; }
  .home-services .services-container {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .home-services .services-container .slide {
      margin: 0 1rem;
      background: #000A22;
      border-radius: 10px;
      overflow: hidden;
      padding: 1rem; }
      .home-services .services-container .slide a {
        text-decoration-color: transparent; }
        .home-services .services-container .slide a:hover .image img, .home-services .services-container .slide a:focus .image img {
          transform: scale(1.1, 1.1); }
        .home-services .services-container .slide a:hover .btn:before, .home-services .services-container .slide a:focus .btn:before {
          left: 0; }
      .home-services .services-container .slide .image {
        width: 100%;
        height: 250px;
        border-radius: 10px;
        overflow: hidden; }
        .home-services .services-container .slide .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: .3s; }
      .home-services .services-container .slide .text {
        padding: 2rem 1rem 1rem 1rem; }
        .home-services .services-container .slide .text h3 {
          padding: 0;
          margin: 0;
          font-size: 1.5rem;
          font-weight: 500; }
        .home-services .services-container .slide .text p {
          color: #E9F4FF;
          margin-top: 0.5rem; }
      .home-services .services-container .slide .btn {
        display: flex;
        width: 100%;
        margin-top: 2rem;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        line-height: 1.1rem;
        padding: 1rem; }
  .home-services .slider-arrows {
    margin-top: 2rem; }
    .home-services .slider-arrows button {
      appearance: none;
      cursor: pointer;
      background: none;
      border: 0;
      color: #E9F4FF;
      font-size: 1.2rem; }
      .home-services .slider-arrows button:hover, .home-services .slider-arrows button:focus {
        color: #C2EA84; }
  .home-services .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none; }
    .home-services .slick-dots .slick-dots {
      display: flex;
      padding: 0;
      margin: 0; }
    .home-services .slick-dots li {
      margin: 0 0.5rem;
      background: none;
      padding: 0; }
    .home-services .slick-dots button {
      font-size: 0;
      background: #E9F4FF;
      border-radius: 200px;
      width: 12px;
      height: 12px;
      appearance: none;
      border: 0;
      cursor: pointer; }
      .home-services .slick-dots button:hover, .home-services .slick-dots button:focus {
        background: #C2EA84; }
    .home-services .slick-dots .slick-active button {
      background: #C2EA84; }

.content-container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem; }
  @media (min-width: 992px) {
    .content-container {
      padding: 0 4rem; } }

.package {
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block; }
  .package img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s; }
  .package .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .package .overlay h2 {
      margin: 0; }
    .package .overlay p {
      margin-top: 0;
      color: #E9F4FF;
      max-width: 1000px; }
    .package .overlay .btn {
      margin-top: 1rem; }
  .package:hover img, .package:focus img {
    transform: scale(1.1, 1.1); }
  .package:hover .btn:before, .package:focus .btn:before {
    left: 0; }

.promotions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-top: 2rem; }
  @media (min-width: 801px) {
    .promotions {
      grid-template-columns: repeat(2, 1fr); } }
  .promotions .box {
    background: linear-gradient(119deg, #8DB8B3 0%, #8DB8B3 50%, #C2EA84 100%);
    padding: 2rem;
    border-radius: 10px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration-color: transparent;
    text-align: center; }
    .promotions .box:nth-child(even) {
      background: linear-gradient(240deg, #8DB8B3 0%, #8DB8B3 50%, #C2EA84 100%); }
    .promotions .box h2 {
      margin: 0;
      font-size: 2.2rem;
      line-height: 2.2rem;
      color: #1E2839; }
    .promotions .box p {
      color: #1E2839; }
    .promotions .box .btn {
      display: inline-flex;
      margin-top: 1rem;
      background: #E9F4FF; }
      .promotions .box .btn:before {
        background: #1E2839; }
    .promotions .box:hover .btn, .promotions .box:focus .btn {
      color: #E9F4FF; }
      .promotions .box:hover .btn:before, .promotions .box:focus .btn:before {
        left: 0; }

.reviews {
  width: 100%;
  text-align: center;
  padding: 4rem 0; }
  @media (min-width: 992px) {
    .reviews {
      padding: 6rem 0; } }
  .reviews img {
    width: 50px; }
  .reviews .reviews-container {
    margin: 2rem 0 0 0;
    padding: 0;
    list-style-type: none; }
  .reviews .slide {
    border: 1px solid #8DB8B3;
    padding: 2rem;
    margin: 0;
    padding: 1rem;
    border-radius: 10px;
    color: #E9F4FF; }
    @media (min-width: 650px) {
      .reviews .slide {
        margin: 0 1rem; } }
    @media (min-width: 769px) {
      .reviews .slide {
        margin: 0 2rem; } }
  .reviews .slick-dots-two {
    padding: 2rem 0 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none; }
    .reviews .slick-dots-two .slick-dots {
      display: flex;
      padding: 0;
      margin: 0; }
    .reviews .slick-dots-two li {
      margin: 0 0.5rem; }
    .reviews .slick-dots-two button {
      font-size: 0;
      background: #E9F4FF;
      border-radius: 200px;
      width: 10px;
      height: 10px;
      appearance: none;
      border: 0;
      cursor: pointer; }
      .reviews .slick-dots-two button:hover, .reviews .slick-dots-two button:focus {
        background: #C2EA84; }
    .reviews .slick-dots-two .slick-active button {
      background: #C2EA84; }

.book-in {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #000A22;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4rem; }
  @media (min-width: 801px) {
    .book-in {
      margin-bottom: 6rem; } }
  .book-in #map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .book-in #map {
        width: 50%; } }
  .book-in .content {
    width: 100%;
    padding: 2rem; }
    @media (min-width: 801px) {
      .book-in .content {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 4rem;
        margin-top: 0; } }
    .book-in .content h2 {
      color: #E9F4FF; }
    .book-in .content p {
      margin-top: 0;
      color: #E9F4FF; }
      .book-in .content p strong {
        margin-bottom: 0;
        font-weight: 700;
        color: #E9F4FF; }
    .book-in .content ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      left: 0;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .book-in .content ul li {
        margin-bottom: 0.5rem;
        color: #E9F4FF;
        width: 100%; }
        @media (min-width: 551px) {
          .book-in .content ul li {
            width: 50%;
            padding-right: 1rem; } }
  .book-in .buttons {
    width: 100%;
    display: flex;
    margin-top: 2rem; }
    .book-in .buttons .btn {
      margin-right: 1rem; }

#map {
  width: 100%;
  height: 500px;
  margin-bottom: 2rem; }

.page-header {
  width: 100%;
  height: 300px;
  position: relative; }
  @media (min-width: 992px) {
    .page-header {
      height: 500px; } }
  .page-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem; }
    @media (min-width: 992px) {
      .page-header .overlay {
        justify-content: center;
        padding: 120px 0 0 0; } }
    .page-header .overlay h1 {
      padding: 0;
      margin: 0;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .3s;
      animation-fill-mode: forwards; }
      @media (min-width: 992px) {
        .page-header .overlay h1 {
          font-size: 3rem; } }
    .page-header .overlay p {
      padding: 0;
      margin: 0;
      opacity: 0;
      transform: translateY(1rem);
      animation: fadeup 1s ease;
      animation-delay: .5s;
      animation-fill-mode: forwards;
      color: #E9F4FF; }

.std-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  .std-page .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    padding: 0.5rem; }
  .std-page .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a {
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden; }
    .std-page .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a img {
      transition: .3s; }
    .std-page .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:hover img, .std-page .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a:focus img {
      transform: scale(1.1, 1.1); }
  .std-page p {
    color: #E9F4FF; }
  .std-page .wp-block-separator {
    border-top: 1px solid #C2EA84; }

.std-page-small {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  .std-page-small h2 {
    font-size: 1.3rem; }

.split-page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .7s;
  animation-fill-mode: forwards; }
  @media (min-width: 992px) {
    .split-page {
      padding: 4rem; } }
  .split-page aside {
    width: 100%; }
    @media (min-width: 801px) {
      .split-page aside {
        width: 50%;
        padding-right: 4rem; } }
    .split-page aside p strong {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .split-page aside p strong iconify-icon {
        background: #C2EA84;
        padding: 0.5rem;
        border-radius: 200px;
        margin-right: 0.5rem;
        color: #1E2839; }
      .split-page aside p strong a {
        color: #E9F4FF;
        text-decoration-color: transparent;
        font-size: 1.5rem; }
  .split-page article {
    width: 100%; }
    @media (min-width: 801px) {
      .split-page article {
        width: 50%; } }
  .split-page .gform_wrapper {
    background: #000A22;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 0; }
    .split-page .gform_wrapper .gfield_label {
      color: rgba(255, 255, 255, 0.8);
      font-weight: 400 !important;
      font-size: 0.8rem !important; }
    .split-page .gform_wrapper .gfield_required {
      color: #C2EA84 !important;
      font-size: 0.6rem !important; }
    .split-page .gform_wrapper input[type='text'], .split-page .gform_wrapper input[type='tel'], .split-page .gform_wrapper input[type='email'] {
      background: none;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      color: rgba(255, 255, 255, 0.8);
      padding: 0 !important;
      margin: 0 !important;
      height: 40px; }
    .split-page .gform_wrapper textarea {
      background: none;
      border-color: rgba(255, 255, 255, 0.8);
      color: rgba(255, 255, 255, 0.8); }
    .split-page .gform_wrapper .gfield_consent_label {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.8rem; }
      .split-page .gform_wrapper .gfield_consent_label a {
        color: #C2EA84; }

.reviews-page {
  width: 100%;
  max-width: 1600px;
  padding: 4rem 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem; }
  @media (min-width: 801px) {
    .reviews-page {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .reviews-page {
      grid-template-columns: repeat(3, 1fr);
      padding: 4rem; } }
  .reviews-page .review {
    border: 1px solid #8DB8B3;
    padding: 2rem;
    border-radius: 8px;
    color: #E9F4FF; }
    .reviews-page .review iconify-icon {
      color: #8DB8B3; }
    .reviews-page .review span {
      font-size: 0.8rem;
      color: #8DB8B3; }

.two-col {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: repeat(1, fr);
  grid-gap: 2rem; }
  @media (min-width: 801px) {
    .two-col {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem 4rem;
      padding: 4rem; } }
  .two-col table {
    width: 100%;
    color: #E9F4FF; }
    .two-col table tr {
      margin: 0.5rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .two-col table td {
      padding: 0.5rem 0; }
  .two-col .stats {
    grid-column: 1/2;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    display: grid;
    margin-bottom: 4rem; }
    @media (min-width: 551px) {
      .two-col .stats {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 801px) {
      .two-col .stats {
        grid-column: 1/3;
        grid-template-columns: repeat(4, 1fr); } }
    .two-col .stats .stat {
      background: #000A22;
      border-radius: 8px;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #E9F4FF; }
      .two-col .stats .stat p {
        font-size: 1.1rem; }
        .two-col .stats .stat p strong {
          font-size: 2rem; }
  .two-col .top {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    background: #000A22;
    padding: 2rem;
    border-radius: 8px; }
    .two-col .top h2 {
      font-size: 1.5rem; }
    .two-col .top p {
      color: #E9F4FF; }
    @media (min-width: 801px) {
      .two-col .top {
        grid-column: 1/3; } }
    .two-col .top ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .two-col .top li {
      position: relative;
      color: #E9F4FF;
      padding: 0 0.5rem 0 1rem; }
      .two-col .top li:before {
        content: ' ';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #8DB8B3;
        left: 0;
        top: 11px;
        border-radius: 100%; }
    .two-col .top .wp-block-column {
      padding: 0 1rem; }
  .two-col .treatment {
    border-bottom: 2px solid #C2EA84;
    padding-bottom: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
    .two-col .treatment:nth-child(2) {
      animation-delay: .6s; }
    .two-col .treatment:nth-child(3) {
      animation-delay: .7s; }
    .two-col .treatment:nth-child(4) {
      animation-delay: .8s; }
    .two-col .treatment:nth-child(n+5) {
      animation-delay: 1s; }
    .two-col .treatment h2 {
      font-size: 2rem;
      padding: 0;
      margin: 0; }
    .two-col .treatment span {
      color: #8DB8B3;
      font-weight: 900; }
    .two-col .treatment p {
      color: #E9F4FF; }
    .two-col .treatment ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .two-col .treatment li {
      position: relative;
      color: #E9F4FF;
      padding: 0 0.5rem 0 1rem; }
      .two-col .treatment li:before {
        content: ' ';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #8DB8B3;
        left: 0;
        top: 11px;
        border-radius: 100%; }

.two-col-additonal {
  background: #000A22;
  border-radius: 10px;
  margin-bottom: 4rem; }

.stacked {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid; }
  @media (min-width: 801px) {
    .stacked {
      padding: 4rem; } }
  .stacked .top {
    background: #000A22;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-fill-mode: forwards;
    animation-delay: .5s; }
    .stacked .top h2 {
      font-size: 1.5rem; }
    .stacked .top p {
      color: #E9F4FF; }
  .stacked .treatment {
    border-bottom: 2px solid #C2EA84;
    padding: 2rem 0;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards; }
    .stacked .treatment:nth-child(2) {
      animation-delay: .6s; }
    .stacked .treatment:nth-child(3) {
      animation-delay: .7s; }
    .stacked .treatment:nth-child(4) {
      animation-delay: .8s; }
    .stacked .treatment:nth-child(n+5) {
      animation-delay: 1s; }
    .stacked .treatment h2 {
      font-size: 2rem;
      padding: 0;
      margin: 0; }
    .stacked .treatment span {
      color: #8DB8B3;
      font-weight: 900; }
    .stacked .treatment p, .stacked .treatment li {
      color: #E9F4FF; }
    .stacked .treatment ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .stacked .treatment ul li {
        padding: 0 0 0.5rem 1rem;
        position: relative; }
        .stacked .treatment ul li:before {
          content: ' ';
          position: absolute;
          width: 6px;
          height: 6px;
          background: #8DB8B3;
          left: 0;
          top: 11px;
          border-radius: 100%; }
        .stacked .treatment ul li:last-child {
          padding: 0 0 0 1rem; }

.std-page .stacked {
  background: #000A22;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 4rem; }
  .std-page .stacked hr {
    border-top: 2px solid #C2EA84;
    border-bottom: 0;
    margin-top: 2rem; }

.packages-main {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  padding: 4rem 0;
  text-align: center; }
  .packages-main h2 {
    grid-column: 1/2;
    font-size: 2rem;
    padding: 0 0 1rem 0; }
    @media (min-width: 551px) {
      .packages-main h2 {
        grid-column: 1/3; } }
    @media (min-width: 801px) {
      .packages-main h2 {
        grid-column: 1/5; } }
  @media (min-width: 551px) {
    .packages-main {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 801px) {
    .packages-main {
      grid-template-columns: repeat(4, 1fr); } }
  .packages-main .box {
    background: linear-gradient(119deg, #8DB8B3 0%, #8DB8B3 50%, #C2EA84 100%);
    padding: 2rem;
    border-radius: 8px; }
    .packages-main .box h3 {
      padding: 0;
      margin: 0;
      color: #1E2839; }
    .packages-main .box p {
      padding: 0;
      margin: 0;
      font-size: 1.3rem;
      font-weight: 900;
      color: #1E2839; }
    .packages-main .box a {
      color: #1E2839;
      font-size: 1.3rem;
      text-decoration-color: transparent;
      margin-top: 1rem;
      display: block; }

.packages-main-six {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
  @media (min-width: 801px) {
    .packages-main-six {
      grid-template-columns: repeat(3, 1fr); }
      .packages-main-six h2 {
        grid-column: 1/4; } }

.packages-main-five {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeup 1s ease;
  animation-delay: .5s;
  animation-fill-mode: forwards; }
  .packages-main-five h3 {
    font-size: 3rem;
    line-height: 3rem;
    display: flex;
    flex-direction: column; }
    .packages-main-five h3 span {
      font-size: 1.1rem;
      line-height: 1.1rem;
      font-weight: 400; }
  .packages-main-five p {
    margin-top: 2rem !important;
    display: block;
    font-weight: 400 !important;
    font-size: 1rem !important; }
  @media (min-width: 801px) {
    .packages-main-five {
      grid-template-columns: repeat(5, 1fr); }
      .packages-main-five h2 {
        grid-column: 1/6; } }

.important {
  margin-bottom: 4rem;
  background: #000A22;
  padding: 2rem;
  border-radius: 8px; }
  .important p {
    color: #E9F4FF; }

.tables {
  padding: 4rem 0; }
  .tables .top {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeup 1s ease;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    background: #000A22;
    padding: 2rem;
    border-radius: 8px; }
    .tables .top h2 {
      font-size: 1.5rem; }
    .tables .top p {
      color: #E9F4FF; }
  .tables .tables-feed {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .tables .tables-feed .column {
      width: 100%; }
      @media (min-width: 801px) {
        .tables .tables-feed .column {
          width: 50%;
          padding-right: 2rem; }
          .tables .tables-feed .column:nth-child(2) {
            padding-right: 0;
            padding-left: 2rem; } }
      .tables .tables-feed .column table {
        width: 100%;
        margin-bottom: 4rem; }
        .tables .tables-feed .column table th {
          background: #8DB8B3;
          padding: 0.5rem;
          text-align: left; }
        .tables .tables-feed .column table tr {
          background: rgba(255, 255, 255, 0.2); }
          .tables .tables-feed .column table tr td {
            padding: 0.5rem;
            color: #E9F4FF; }

@media (min-width: 551px) {
  .two-col-table {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 801px) {
  .two-col-table {
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) {
  .two-col-table {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 2rem; } }
@media (min-width: 551px) {
  .two-col-table .top {
    grid-column: 1/3; } }
@media (min-width: 801px) {
  .two-col-table .top {
    grid-column: 1/4; } }
@media (min-width: 551px) {
  .two-col-table h3 {
    grid-column: 1/3; } }
@media (min-width: 801px) {
  .two-col-table h3 {
    grid-column: 1/4; } }
.two-col-table .treatment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-color: rgba(255, 255, 255, 0.4); }

.blemish {
  background: #000A22;
  border-radius: 10px;
  padding: 4rem;
  text-align: center;
  color: #E9F4FF;
  margin-bottom: 4rem; }
  .blemish ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0 0 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem; }
    @media (min-width: 551px) {
      .blemish ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 801px) {
      .blemish ul {
        grid-template-columns: repeat(3, 1fr); } }
    .blemish ul li {
      padding: 0 0 0.5rem 1rem;
      position: relative; }
  .blemish h3 {
    font-size: 1.5rem;
    margin: 2rem 0;
    display: block; }

.split-content {
  width: 100%;
  background: none;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  margin-top: 4rem; }
  .split-content article {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    @media (min-width: 992px) {
      .split-content article {
        width: 50%;
        padding-right: 4rem;
        padding-left: 1rem; } }
    .split-content article h1 {
      color: #E9F4FF;
      position: relative; }
    .split-content article p {
      color: #E9F4FF;
      margin-top: 0; }
    .split-content article .btn {
      margin-top: 1rem; }
  .split-content aside {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem; }
    @media (min-width: 992px) {
      .split-content aside {
        width: 50%;
        height: 600px;
        margin-top: 0; } }
    @media (min-width: 1201px) {
      .split-content aside {
        height: 450px; } }
    .split-content aside img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.meet-the-team {
  width: 100%;
  margin: 4rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media (min-width: 551px) {
    .meet-the-team {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 801px) {
    .meet-the-team {
      grid-template-columns: repeat(3, 1fr); } }
  .meet-the-team h2 {
    grid-column: 1/2;
    text-align: center; }
    @media (min-width: 551px) {
      .meet-the-team h2 {
        grid-column: 1/3; } }
    @media (min-width: 801px) {
      .meet-the-team h2 {
        grid-column: 1/4; } }
  .meet-the-team .box {
    background: #000A22;
    padding: 1rem;
    border-radius: 10px; }
    .meet-the-team .box .image {
      width: 100%;
      height: 300px;
      border-radius: 10px;
      overflow: hidden; }
      .meet-the-team .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .meet-the-team .box p {
      font-size: 1.5rem;
      font-weight: 900;
      color: #E9F4FF; }
      .meet-the-team .box p span {
        font-size: 1.2rem;
        color: #8DB8B3;
        font-weight: 400; }

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