@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0; }
  50% {
    opacity: 100%; }
  100% {
    opacity: 0; } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  50% {
    opacity: 100%; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInOutDelayed {
  0% {
    opacity: 0; }
  10% {
    opacity: 100%; }
  90% {
    opacity: 100%; }
  100% {
    opacity: 0; } }

@keyframes fadeInOutDelayed {
  0% {
    opacity: 0; }
  10% {
    opacity: 100%; }
  90% {
    opacity: 100%; }
  100% {
    opacity: 0; } }

@-webkit-keyframes orb-outer-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

@keyframes orb-outer-pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

.hidden {
  display: none !important; }

.delay {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

html {
  overflow-y: overlay;
  width: 100vw; }

html,
body {
  background: #F5F5F4;
  font-family: Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  /* Prevents the browser from adding its own 'heavy' momentum */
  scroll-behavior: auto !important;
  /* Improves performance during high-speed scrolls */
  -webkit-overflow-scrolling: touch; }

main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%; }

.page-content {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 3; }

#loader_landing {
  -webkit-animation: fadeInOutDelayed 4s forwards;
          animation: fadeInOutDelayed 4s forwards;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #053333;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  opacity: 0;
  z-index: 6; }
  #loader_landing.hidden {
    z-index: 0; }
  #loader_landing svg.border {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute; }
  #loader_landing .border-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    -webkit-box-shadow: inset 0px 2px 12px 14px #09b4b4;
            box-shadow: inset 0px 2px 12px 14px #09b4b4; }
  #loader_landing .content {
    width: 66%;
    max-width: 345px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    position: relative; }
  #loader_landing svg.logo {
    width: 100%;
    height: auto;
    overflow: hidden; }
  #loader_landing svg.orb {
    width: 33%;
    height: auto;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: visible; }

nav {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  background: transparent;
  left: 50%;
  opacity: 0;
  padding: 20px 0;
  position: fixed;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 4; }

@media (min-width: 480px) and (orientation: landscape) {
  nav {
    padding: 0; } }

@media (min-width: 768px) {
  nav {
    padding: 40px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
  nav.green-link .link-container a {
    color: #007F7C; }
  nav.white-link .link-container a {
    color: #FFFFFF; }
  nav.dark-green-link .link-container a {
    color: #013333; }
  nav.about-nav {
    background: #F5F5F4; }
    nav.about-nav .about-link {
      border-bottom: 2px solid #007F7C; }
  nav.services-nav {
    background: #013333; }
    nav.services-nav .services-link {
      border-bottom: 2px solid #FFFFFF; }
  nav.contact-nav {
    background: #F5F5F4; }
    nav.contact-nav .connect-link {
      border-bottom: 2px solid #007F7C; }
  nav .nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto;
    max-width: 800px; }

@media (min-width: 768px) {
  nav .nav-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0; } }
  nav .link-container {
    border-bottom: 2px solid transparent;
    padding: 5px 10px;
    -webkit-transition: border-bottom .4s ease-in-out;
    transition: border-bottom .4s ease-in-out; }

@media (min-width: 768px) {
  nav .link-container {
    margin: 0 3.7rem; } }
    nav .link-container a {
      color: #007F7C;
      font-size: 1.5rem;
      text-decoration: none; }

.the-orb {
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
          animation: fadeIn 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  bottom: 50px;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25em;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 4;
  overflow: visible;
  cursor: pointer; }
  .the-orb .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    position: fixed;
    width: 52px;
    height: 52px;
    top: 9px;
    left: 9px;
    border: 4px solid #E63F3B;
    overflow: visible; }
  .the-orb .outer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    position: fixed;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    border: 4px solid #00B4B5;
    -webkit-box-shadow: inset 0 0 10px #00B4B5, 0 0 10px #00B4B5;
            box-shadow: inset 0 0 10px #00B4B5, 0 0 10px #00B4B5;
    overflow: visible; }
  .the-orb .outer-pulse {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    position: fixed;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    border: 4px solid #00B4B5;
    -webkit-animation: orb-outer-pulse 1.25s ease infinite;
            animation: orb-outer-pulse 1.25s ease infinite;
    overflow: visible; }
  .the-orb.grey {
    background-color: #F5F5F4; }
  .the-orb.green {
    background-color: #013333; }

.circle {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: transparent;
  border-radius: 50%;
  bottom: 50px;
  left: 50%;
  position: fixed;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: height 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), width 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), background 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: height 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), width 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), background 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .circle.main {
    width: 75px;
    z-index: 5; }
  .circle.low-z {
    z-index: 0 !important; }
  .circle.touch {
    background-color: transparent;
    bottom: -37%;
    height: 2px;
    opacity: 0;
    width: 2px; }
    .circle.touch.grow {
      height: 150vh;
      opacity: 1;
      width: 150vh;
      z-index: 2; }

@media (min-width: 480px) and (orientation: landscape) {
  .circle.touch.grow {
    height: 300vw;
    width: 300vw; } }

@media (min-width: 768px) {
  .circle.touch.grow {
    height: 160vw;
    width: 160vw; } }
    .circle.touch.grey {
      background-color: #F5F5F4; }
    .circle.touch.green {
      background-color: #013333; }
    .circle.touch.black {
      background-size: 111%;
      background-position: center 58%;
      background-repeat: no-repeat;
      background-color: #F5F5F4; }

@media (min-width: 768px) {
  .circle.touch.black {
    background-position: center 83%;
    background-size: 110vw; } }

.about {
  color: #007F7C;
  padding: 0; }

@media (min-width: 768px) {
  .about {
    padding: 0; } }
  .about .heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh; }
  .about .heading {
    margin-top: -9rem;
    padding: 0 40px; }

@media (min-width: 768px) {
  .about .heading {
    margin-top: -2rem;
    padding: 0; } }
    .about .heading h1 {
      font-size: 5rem;
      font-weight: 400;
      margin: 0 0 2rem; }

@media (min-width: 768px) {
  .about .heading h1 {
    font-size: 5rem; } }
    .about .heading h2 {
      font-size: 2.5rem;
      font-weight: 400;
      margin: 0 0 2rem; }

@media (min-width: 768px) {
  .about .heading h2 {
    font-size: 2.5rem; } }
    .about .heading p {
      font-size: 2.2rem;
      font-weight: 200;
      line-height: 1.3;
      margin: 0 auto;
      max-width: 800px; }

@media (min-width: 768px) {
  .about .heading p {
    font-size: 2rem;
    max-width: 450px; } }
    .about .heading .arrow {
      display: block;
      margin: 0 auto; }
      .about .heading .arrow path stroke {
        color: #007F7C; }
  .about .sections {
    padding: 0; }
    .about .sections .section {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0;
      max-width: 605px;
      padding: 3rem 10px 14rem;
      width: 100%; }

@media (min-width: 768px) {
  .about .sections .section {
    max-width: 100%;
    padding: 12rem 40px; } }
      .about .sections .section:nth-of-type(odd) {
        background: #EBEBEB; }

@media (min-width: 768px) {
  .about .sections .section:nth-of-type(odd) .section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto; } }
      .about .sections .section .section-inner {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 20px;
        width: 100%; }

@media (min-width: 768px) {
  .about .sections .section .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; } }
      .about .sections .section .text {
        margin-top: 8rem;
        max-width: 450px; }

@media (min-width: 480px) and (orientation: landscape) {
  .about .sections .section .text {
    margin-top: 3rem;
    padding: 0 20px; } }
      .about .sections .section .image {
        padding-top: 2rem; }

@media (min-width: 768px) {
  .about .sections .section .image {
    padding-top: 0; } }
  .about .mission {
    margin-bottom: 12rem; }
    .about .mission .text {
      margin: 0 auto;
      max-width: 450px;
      padding: 18rem 20px;
      text-align: center; }
  .about .leadership-container {
    margin: 8rem auto;
    max-width: 1320px;
    padding: 0 20px;
    display: block; }

@media (min-width: 768px) {
  .about .leadership-container {
    padding: 0 40px; } }
    .about .leadership-container h2 {
      width: 100%;
      margin-bottom: 4rem;
      font-size: 5rem;
      font-weight: 200;
      color: #007F7C; }
    .about .leadership-container h3 {
      width: 100%;
      margin-bottom: 1.5rem;
      margin-top: 2rem;
      font-size: 2.5rem;
      font-weight: 400;
      color: #007F7C; }
    .about .leadership-container .leadership-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      gap: 40px; }

@media (min-width: 768px) {
  .about .leadership-container .leadership-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
      .about .leadership-container .leadership-grid .leadership-card {
        width: 100%; }

@media (min-width: 768px) {
  .about .leadership-container .leadership-grid .leadership-card {
    width: 46%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%; } }
        .about .leadership-container .leadership-grid .leadership-card .image {
          width: 100%;
          margin-bottom: 2rem; }
          .about .leadership-container .leadership-grid .leadership-card .image img {
            width: 100%;
            height: auto;
            display: block;
            -o-object-fit: cover;
               object-fit: cover; }
        .about .leadership-container .leadership-grid .leadership-card .text {
          width: 100%; }
  .about h2 {
    font-size: 5rem;
    font-weight: 200;
    margin: 0 auto 2rem; }

@media (min-width: 768px) {
  .about h2 {
    font-size: 5rem; } }
  .about p {
    font-size: 2.2rem;
    font-weight: 200; }

@media (min-width: 768px) {
  .about p {
    font-size: 2rem; } }
    .about p img {
      margin: 3rem 0;
      padding-top: 8rem; }

@media (min-width: 768px) {
  .about p img {
    padding: 0; } }

.services {
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0; }
  .services .heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh; }
  .services .heading {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -16rem auto 0;
    max-width: 800px;
    text-align: center; }

@media (min-width: 768px) {
  .services .heading {
    margin: -2rem auto 0; } }
    .services .heading .arrow {
      display: inline-block;
      margin-top: 20px; }
  .services h2 {
    font-size: 4rem;
    font-weight: 200;
    padding: 0 40px;
    margin-top: 0; }

@media (min-width: 768px) {
  .services h2 {
    font-size: 5rem; } }
  .services p {
    font-size: 2.2rem;
    font-weight: 200;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .services p {
    font-size: 2rem; } }
  .services .services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -14rem 4rem 12rem;
    max-width: 900px; }

@media (min-width: 768px) {
  .services .services-grid {
    margin: -4rem auto 12rem; } }
    .services .services-grid .service {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 400px;
      padding: 30px;
      position: relative;
      -webkit-transition: opacity .5s ease-in-out, background .5s ease-in-out;
      transition: opacity .5s ease-in-out, background .5s ease-in-out;
      width: 100%; }

@media (min-width: 768px) {
  .services .services-grid .service {
    border-bottom: 1px solid #00B4B5;
    height: 400px;
    padding: 40px;
    width: 50%; }
    .services .services-grid .service:nth-of-type(5), .services .services-grid .service:nth-of-type(6) {
      border-bottom: 0; } }
      .services .services-grid .service.green {
        background: #007F7C; }
      .services .services-grid .service.show {
        background: #007F7C; }
        .services .services-grid .service.show .regular {
          opacity: 0; }
        .services .services-grid .service.show .hover {
          opacity: 1; }
      .services .services-grid .service .regular,
.services .services-grid .service .hover {
        max-width: calc(100vw - 135px);
        position: absolute;
        width: 100%; }

@media (min-width: 768px) {
  .services .services-grid .service .regular,
.services .services-grid .service .hover {
    max-width: 330px;
    width: 100%; } }
      .services .services-grid .service .regular {
        left: 50%;
        opacity: 1;
        text-align: center;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .services .services-grid .service .regular {
    left: auto;
    text-align: left;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }
      .services .services-grid .service .hover {
        opacity: 0; }
        .services .services-grid .service .hover.displayed {
          opacity: 1; }
      .services .services-grid .service:hover, .services .services-grid .service:active {
        background: #007F7C; }
        .services .services-grid .service:hover .regular, .services .services-grid .service:active .regular {
          opacity: 0; }
        .services .services-grid .service:hover .hover, .services .services-grid .service:active .hover {
          opacity: 1; }

@media (hover: hover) and (pointer: fine) {
  .services .services-grid .service:hover, .services .services-grid .service:active {
    background: #007F7C; }
    .services .services-grid .service:hover .regular, .services .services-grid .service:active .regular {
      opacity: 0; }
    .services .services-grid .service:hover .hover, .services .services-grid .service:active .hover {
      opacity: 1; } }
    .services .services-grid h3 {
      font-size: 3rem;
      font-weight: 300;
      margin-top: 1rem; }

@media (min-width: 768px) {
  .services .services-grid h3 {
    font-size: 3rem;
    margin-top: 0; } }
    .services .services-grid p {
      font-size: 1.9rem; }

@media (min-width: 768px) {
  .services .services-grid p {
    font-size: 1.6rem; } }

.contact {
  color: #007F7C;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 95vh; }
  .contact .heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact .info {
    margin: 10rem auto 0;
    max-width: 1000px; }

@media (min-width: 768px) {
  .contact .info {
    margin: 16rem auto 0; } }
    .contact .info p {
      margin-bottom: 20px; }
  .contact h2 {
    font-size: 4.3rem;
    font-weight: 200;
    margin: 0 0 2rem; }

@media (min-width: 768px) {
  .contact h2 {
    font-size: 5rem; } }
  .contact p {
    font-size: 2.2rem;
    font-weight: 200;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .contact p {
    font-size: 2rem; } }
  .contact a {
    color: #007F7C;
    font-size: 2.2rem;
    font-weight: 200;
    margin-bottom: 0;
    text-decoration: none; }

@media (min-width: 768px) {
  .contact a {
    font-size: 2rem; } }
  .contact .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem auto;
    width: 64px; }
    .contact .socials img {
      width: 24px; }
  .contact .arrow-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 42px 0 0 0; }

_::-webkit-full-page-media, _:future, :root ::-webkit-scrollbar {
  display: none; }

.privacy {
  color: #007F7C;
  padding: 0;
  background: #F5F5F4; }
  .privacy .privacy-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
    padding: 20px; }
    .privacy .privacy-container .privacy-content {
      margin-top: 2rem;
      max-width: 800px; }
      .privacy .privacy-container .privacy-content h1 {
        font-size: 3rem;
        font-weight: 500;
        margin: 2rem 0; }
      .privacy .privacy-container .privacy-content h2 {
        font-size: 2.5rem;
        font-weight: 500;
        margin: 2rem 0; }
      .privacy .privacy-container .privacy-content h3 {
        font-size: 2rem;
        font-weight: 500;
        margin: 2rem 0; }
      .privacy .privacy-container .privacy-content h4, .privacy .privacy-container .privacy-content h5 {
        font-size: 1.6rem;
        font-weight: 500;
        margin: 2rem 0; }
      .privacy .privacy-container .privacy-content p, .privacy .privacy-container .privacy-content li {
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 1.3;
        max-width: 800px; }

@media (min-width: 768px) {
  .privacy .privacy-container .privacy-content {
    margin-top: 10rem; }
    .privacy .privacy-container .privacy-content h1 {
      font-size: 3.5rem; }
    .privacy .privacy-container .privacy-content h2 {
      font-size: 3rem; }
    .privacy .privacy-container .privacy-content h3 {
      font-size: 2.5rem; }
    .privacy .privacy-container .privacy-content h4, .privacy .privacy-container .privacy-content h5 {
      font-size: 2rem; }
    .privacy .privacy-container .privacy-content p, .privacy .privacy-container .privacy-content li {
      font-size: 1.6rem; } }

.section-footer {
  padding: 0px 20px 60px 20px;
  text-align: center;
  width: 100%;
  margin: 0 0 7rem 0; }
  .section-footer p {
    font-size: 1.4rem;
    font-weight: 200;
    margin: 0; }

.section-footer a {
  font-size: 1.4rem;
  font-weight: 200;
  text-decoration: none; }

/* Specific color handling for the dark services page */
.services .section-footer a {
  color: #FFFFFF; }

.about .section-footer a,
.contact .section-footer a,
.privacy .section-footer a {
  color: #007F7C; }

.logo-marquee {
  margin: 1rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  margin-left: -20px; }

@media (min-width: 768px) {
  .logo-marquee {
    margin: 2rem auto;
    margin-left: auto;
    max-width: 800px; } }
  .logo-marquee::before, .logo-marquee::after {
    background: -webkit-gradient(linear, left top, right top, from(#F5F5F4), to(rgba(245, 245, 244, 0)));
    background: -webkit-linear-gradient(left, #F5F5F4 0%, rgba(245, 245, 244, 0) 100%);
    background: linear-gradient(to right, #F5F5F4 0%, rgba(245, 245, 244, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 80px;
    z-index: 2; }

@media (min-width: 768px) {
  .logo-marquee::before, .logo-marquee::after {
    width: 100px; } }
  .logo-marquee::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg); }
  .logo-marquee::before {
    left: 0;
    top: 0; }
  .logo-marquee .logo-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    padding: 20px 0; }
  .logo-marquee .logo-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .logo-marquee .logo-item img {
    max-width: 80px;
    height: auto;
    display: block;
    -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(2%) saturate(9%) hue-rotate(331deg) brightness(89%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(56%) sepia(2%) saturate(9%) hue-rotate(331deg) brightness(89%) contrast(94%); }

@media (min-width: 768px) {
  .logo-marquee .logo-item img {
    max-width: 120px; } }
    .logo-marquee .logo-item img:hover {
      -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(6119%) hue-rotate(139deg) brightness(100%) contrast(103%);
              filter: brightness(0) saturate(100%) invert(15%) sepia(9%) saturate(6119%) hue-rotate(139deg) brightness(100%) contrast(103%); }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    /* This moves the track exactly halfway, creating the infinite loop */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    /* This moves the track exactly halfway, creating the infinite loop */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.instagram-container {
  max-width: 1200px;
  margin: 4rem auto 8rem;
  padding: 0 20px; }
  .instagram-container .instagram-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-bottom: 0.5rem; }
    .instagram-container .instagram-header img {
      width: 32px; }
  .instagram-container h3 {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 200;
    font-size: 2.5rem;
    color: #007F7C; }
  .instagram-container #sb_instagram {
    width: 100% !important;
    padding: 0 !important; }
    .instagram-container #sb_instagram .sb_instagram_header, .instagram-container #sb_instagram .sbi_header_text, .instagram-container #sb_instagram .sbi_header, .instagram-container #sb_instagram .sbi_footer, .instagram-container #sb_instagram .sbi_follow_btn, .instagram-container #sb_instagram #sbi_load {
      display: none !important; }
    .instagram-container #sb_instagram #sbi_images {
      display: grid !important;
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 15px !important; }

@media (min-width: 768px) {
  .instagram-container #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important; } }

@media (min-width: 1020px) {
  .instagram-container #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important; } }
    .instagram-container #sb_instagram .sbi_item {
      padding: 0 !important; }
      .instagram-container #sb_instagram .sbi_item .sbi_photo {
        display: block !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden; }
        .instagram-container #sb_instagram .sbi_item .sbi_photo img {
          display: block !important;
          width: 100% !important;
          height: 100% !important;
          -o-object-fit: cover !important;
             object-fit: cover !important;
          opacity: 1 !important; }

/* Badges */
.badges-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: -0.7rem; }

@media (min-width: 768px) {
  .badges-container {
    gap: 8px;
    margin-bottom: 0; } }

.badge-item img {
  display: block;
  width: auto;
  height: 84px;
  -o-object-fit: contain;
     object-fit: contain; }

@media (min-width: 768px) {
  .badge-item img {
    height: 120px; } }
