.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 850px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .mobile-show {
    display: initial !important;
  }
}
.tablet-show {
  display: none !important;
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .tablet-show {
    display: initial !important;
  }
}
.desktop-show {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .desktop-show {
    display: initial !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c-pad {
  padding-left: 20px;
  padding-right: 20px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1100px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
.footer-buttons-container {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  display: flex;
  justify-content: end;
  gap: 20px;
  width: 50px;
  height: 45px;
  z-index: 20;
}
@media screen and (max-width: 850px) {
  .footer-buttons-container {
    display: none !important;
  }
}
.footer-buttons-container:hover {
  width: 100%;
}
.footer-buttons-container:hover .button-footer {
  opacity: 1;
}
.footer-buttons-container:hover .dev-button {
  display: none;
}
.footer-buttons-container .button-footer {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  height: 45px;
}
.footer-buttons-container .dev-button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  order: 5;
  min-width: 50px;
  width: 50px;
  height: 45px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.footer-buttons-container * {
  box-sizing: border-box;
}
main {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
main > .grid,
main .grid-wrapper.grid {
  overflow: hidden;
}
main > .grid.panel-ready,
main .grid-wrapper.grid.panel-ready {
  transition: 0.6s;
  opacity: 0;
}
main > .grid.panel-ready.panel-active,
main .grid-wrapper.grid.panel-ready.panel-active {
  opacity: 1;
}
main > .grid:not(.full-width),
main .grid-wrapper.grid:not(.full-width) {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid article,
main .grid-wrapper.grid article {
  display: grid;
  gap: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 850px) {
  main > .grid article,
  main .grid-wrapper.grid article {
    gap: 0 !important;
  }
}
main > .grid article > .grid-block,
main .grid-wrapper.grid article > .grid-block {
  width: 100%;
}
.grid-clear-d-1 > article {
  grid-template-columns: 1fr;
}
.grid-clear-d-2 > article {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .grid-clear-d-2 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-3 > article {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .grid-clear-d-3 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-4 > article {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr 1fr !important;
  }
}
main > .grid.content-contained {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.content-contained > article {
  width: 100%;
  max-width: 1300px;
}
main > .grid.contained {
  width: 100%;
  max-width: 1300px;
  padding: 70px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
@media screen and (max-width: 850px) {
  main > .grid.contained {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 850px) {
  main > .grid.contained {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 850px) {
  main > .grid.contained {
    border-radius: 0 !important;
  }
}
main > .grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid.narrow > article {
  width: 1100px;
}
.grid-wrapper.grid.content-contained {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-wrapper.grid.content-contained > article {
  width: 1300px;
}
.grid-wrapper.grid.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-wrapper.grid.narrow > article {
  width: 1100px;
}
.spacer-container .spacer {
  display: none;
}
@media screen and (min-width: 1200px) {
  .spacer-container .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .spacer-container .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  .spacer-container .spacer.mobile-spacer {
    display: block !important;
  }
}
.sixty-forty article {
  grid-template-columns: 6fr 4fr;
}
@media screen and (max-width: 850px) {
  .sixty-forty article {
    grid-template-columns: 1fr !important;
  }
}
.forty-sixty article {
  grid-template-columns: 4fr 6fr;
}
@media screen and (max-width: 850px) {
  .forty-sixty article {
    grid-template-columns: 1fr !important;
  }
}
.offset-small {
  position: relative;
  top: -100px;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .offset-small {
    top: 0 !important;
  }
}
.offset-medium {
  position: relative;
  top: -150px;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .offset-medium {
    top: 0 !important;
  }
}
.offset-large {
  position: relative;
  top: -200px;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .offset-large {
    top: 0 !important;
  }
}
.header-transparent .header-lower .header-inner .nav-logo .site-logo.green-logo {
  display: none;
}
.header-transparent .header-lower .header-inner .nav-logo .site-logo.white-logo {
  display: block;
}
.header-opaque {
  background-color: #00594C;
}
.header-opaque .header-lower .header-inner .nav-logo .site-logo.green-logo {
  display: none;
}
.header-opaque .header-lower .header-inner .nav-logo .site-logo.white-logo {
  display: block;
}
.header-white {
  border-bottom: solid 1px #00594C;
}
.header-white .header-upper {
  background-color: #00594C;
}
.header-white .header-lower .header-inner .nav-logo .site-logo.green-logo {
  display: block;
}
.header-white .header-lower .header-inner .nav-logo .site-logo.white-logo {
  display: none;
}
.header-white .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > a {
  color: #00594C;
}
.header-white .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li:last-child > a {
  color: white;
}
html.scrolled header {
  background-color: #00594C;
}
@media screen and (max-width: 850px) {
  html.scrolled header {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 850px) {
  html.scrolled header {
    top: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  html.scrolled header:not(.active) {
    height: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  html.scrolled header .header-upper {
    height: 0 !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  html.scrolled header .header-upper {
    height: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  html.scrolled header .header-upper {
    height: 0 !important;
  }
}
html.scrolled header #mobile-menu-button {
  top: 30px;
}
html.desktop:not(.scrolled) header.no-banner {
  border-bottom: solid 1px #00594C;
}
html.desktop:not(.scrolled) header.no-banner .header-upper {
  background-color: #00594C;
}
html.desktop:not(.scrolled) header.no-banner .header-lower .header-inner .nav-logo .site-logo.green-logo {
  display: block;
}
html.desktop:not(.scrolled) header.no-banner .header-lower .header-inner .nav-logo .site-logo.white-logo {
  display: none;
}
html.desktop:not(.scrolled) header.no-banner .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > a {
  color: #00594C;
}
html.desktop:not(.scrolled) header.no-banner .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li:last-child > a {
  color: white;
}
html.mobile:not(.scrolled) header.no-banner {
  background-color: #00594C;
}
html.mobile:not(.scrolled) header.no-banner .header-lower .header-inner .nav-logo .site-logo.green-logo {
  display: none;
}
html.mobile:not(.scrolled) header.no-banner .header-lower .header-inner .nav-logo .site-logo.white-logo {
  display: block;
}
header {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: transparent;
  border-bottom: solid 1px transparent;
}
@media screen and (max-width: 850px) {
  header {
    height: 150px !important;
  }
}
@media screen and (max-width: 850px) {
  header {
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 850px) {
  header {
    padding-bottom: 150px !important;
  }
}
header::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  header::after {
    content: "" !important;
  }
}
@media screen and (max-width: 850px) {
  header::after {
    position: fixed !important;
  }
}
@media screen and (max-width: 850px) {
  header::after {
    inset: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  header::after {
    bottom: 100vh !important;
  }
}
@media screen and (max-width: 850px) {
  header.active {
    overflow-y: scroll !important;
  }
}
@media screen and (max-width: 850px) {
  header.active {
    height: 100vh !important;
  }
}
@media screen and (max-width: 850px) {
  header.active::after {
    inset: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  header.active::after {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  header.active::after {
    background: #00594C !important;
  }
}
@media screen and (max-width: 850px) {
  header.active .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 850px) {
  header.active .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    pointer-events: all !important;
  }
}
@media screen and (max-width: 850px) {
  header.active .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    z-index: 10 !important;
  }
}
@media screen and (max-width: 850px) {
  header.active .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    gap: 0 !important;
  }
}
header .header-upper {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0,89,76,0.7);
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  header .header-upper {
    height: 50px !important;
  }
}
header .header-upper .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
header .header-upper .header-inner .free-day-pass-button {
  border: solid 2px #F18557;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 6px 20px 3px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
}
header .header-upper .header-inner .member-portal-button {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
header .header-upper .header-inner .member-portal-button::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('../../images/member_portal_icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-lower {
  padding-left: 20px;
  padding-right: 20px;
}
header .header-lower .header-inner {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner {
    align-items: start !important;
  }
}
header .header-lower .header-inner .nav-logo .site-logo {
  display: block;
  width: auto;
  height: 52px;
}
header .header-lower .header-inner .nav-logo .site-logo.green-logo {
  display: none;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container {
    padding-top: 70px !important;
  }
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    pointer-events: none !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    z-index: -5 !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    align-items: stretch !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu {
    gap: 50px !important;
  }
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li {
  position: relative;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li {
    border-top: solid 1px rgba(255,255,255,0.5) !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li {
    padding-bottom: 15px !important;
  }
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > a {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > a {
    line-height: 1.2em !important;
  }
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > a:hover {
  text-decoration: underline;
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: white;
  border-radius: 5px;
  padding: 20px;
  list-style: none;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
    pointer-events: all !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
    position: relative !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
    background: none !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu {
    z-index: 1 !important;
  }
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu a {
  text-decoration: none;
  color: #00594C;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 850px) {
  header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu a {
    color: white !important;
  }
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li > .sub-menu a:hover {
  text-decoration: underline;
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li.menu-item-has-children > a::after {
  content: " +";
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
  z-index: 30;
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li:last-child a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li:last-child a:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li:last-child a.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
header .header-lower .header-inner .menu-main-menu-container #menu-main-menu > li:last-child a.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
#mobile-menu-button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  user-select: none;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 80px;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url('../../images/menu-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  #mobile-menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  #mobile-menu-button {
    display: none !important;
  }
}
#mobile-menu-button.active {
  transform: rotate(90deg);
}
.header-banner {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.header-banner .header-slider .slick-list .slick-track .slide {
  position: relative;
  height: 850px;
}
.header-banner .header-slider .slick-list .slick-track .slide .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.header-banner .header-slider .slick-list .slick-track .slide .background-tint {
  position: absolute;
  inset: 0;
  background-color: rgba(0,89,76,0.7);
  z-index: 2;
}
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 120px 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content {
  padding: 40px 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h1,
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h2,
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h3,
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h4,
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h5,
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content p {
  color: white;
  width: 60%;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h1,
  .header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h2,
  .header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h3,
  .header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h4,
  .header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content h5,
  .header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content p {
    width: 100% !important;
  }
}
.header-banner .header-slider .slick-list .slick-track .slide .slide-inner .content p {
  font-family: "Proda Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.header-banner .header-slider .slick-dots {
  bottom: 75px;
  list-style: none;
  text-align: left;
  left: clamp(20px,calc(50vw - calc(650px)),calc(50vw - calc(650px)));
}
.header-banner .header-slider .slick-dots li {
  margin-right: 22px;
}
.header-banner .header-slider .slick-dots li button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: transparent;
  border: solid 2px white;
  height: 33px;
  width: 33px;
  border-radius: 40px;
  font-size: 0;
}
.header-banner .header-slider .slick-dots li button::before {
  display: none;
}
.header-banner .header-slider .slick-dots li.slick-active button {
  background: white;
}
.header-banner .banner-content.half-banner {
  height: 600px;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.half-banner {
    height: unset !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.half-banner {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.half-banner {
    max-height: unset !important;
  }
}
.header-banner .banner-content.half-banner .banner-inner .content {
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.half-banner .banner-inner .content {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.half-banner .banner-inner .content {
    padding-top: 170px !important;
  }
}
.header-banner .banner-content.full-banner {
  height: 860px;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.full-banner {
    height: unset !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.full-banner {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.full-banner {
    max-height: unset !important;
  }
}
.header-banner .banner-content.full-banner .banner-inner .content {
  padding-bottom: 200px;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.full-banner .banner-inner .content {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.full-banner .banner-inner .content {
    padding-top: 170px !important;
  }
}
.header-banner .banner-content.full-banner .banner-inner .content h1 {
  font-size: 80px;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content.full-banner .banner-inner .content h1 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content {
    max-height: 100vh !important;
  }
}
.header-banner .banner-content .background-tint {
  position: absolute;
  inset: 0;
  background-color: rgba(0,89,76,0.7);
  z-index: 2;
}
.header-banner .banner-content .banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content .banner-image {
    position: absolute !important;
  }
}
.header-banner .banner-content .banner-inner {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content .banner-inner {
    position: relative !important;
  }
}
.header-banner .banner-content .banner-inner .content {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.header-banner .banner-content .banner-inner .content *:not(img):not(.button) {
  text-wrap: balance;
  color: white;
  width: 780px;
  max-width: 100%;
}
@media screen and (max-width: 850px) {
  .header-banner .banner-content .banner-inner .content *:not(img):not(.button) {
    width: 100% !important;
  }
}
.header-banner .banner-content .banner-inner .content h1 {
  margin-bottom: 25px;
}
.header-banner .banner-content .banner-inner .content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.header-banner .banner-content .banner-inner .content .button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: white;
  border: solid 2px white;
  color: #00594C;
  margin-top: 10px;
}
.header-banner .banner-content .banner-inner .content .button:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.header-banner .banner-content .banner-inner .content .button:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.header-banner .text-banner.half-banner {
  min-height: 600px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.half-banner {
    min-height: 560px !important;
  }
}
.header-banner .text-banner.half-banner .banner-inner {
  padding-top: 150px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.half-banner .banner-inner {
    padding-top: 100px !important;
  }
}
.header-banner .text-banner.half-banner .banner-inner .content h1 {
  font-size: 70px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.half-banner .banner-inner .content h1 {
    font-size: 34px !important;
  }
}
.header-banner .text-banner.half-banner .banner-inner .content h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.half-banner .banner-inner .content h2 {
    font-size: 24px !important;
  }
}
.header-banner .text-banner.half-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.header-banner .text-banner.full-banner {
  min-height: 860px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.full-banner {
    min-height: 100vh !important;
  }
}
.header-banner .text-banner.full-banner .banner-inner .content h1 {
  font-size: 70px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.full-banner .banner-inner .content h1 {
    font-size: 34px !important;
  }
}
.header-banner .text-banner.full-banner .banner-inner .content h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner.full-banner .banner-inner .content h2 {
    font-size: 24px !important;
  }
}
.header-banner .text-banner.full-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 850px) {
  .header-banner .text-banner {
    max-height: 100vh !important;
  }
}
.header-banner .text-banner .banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.header-banner .text-banner .banner-inner {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
}
.header-banner .text-banner .banner-inner .content {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-banner .text-banner .banner-inner .content *:not(img):not(.button):not(h1) {
  text-wrap: balance;
  text-align: center;
  color: white;
}
.header-banner .text-banner .banner-inner .content h1 {
  margin-bottom: 25px;
  color: #F18557;
  text-align: center;
}
.header-banner .text-banner .banner-inner .content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.header-banner .text-banner .banner-inner .content .button {
  margin-top: 10px;
}
footer {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00594C;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (max-width: 850px) {
  footer {
    padding-top: 50px !important;
  }
}
footer .footer-inner {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-inner .footer-upper {
  display: flex;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-upper {
    flex-wrap: wrap !important;
  }
}
footer .footer-inner .footer-upper .footer-column {
  flex: 1 1 0;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-upper .footer-column {
    flex-basis: 50% !important;
  }
}
footer .footer-inner .footer-upper .footer-column.logo-column {
  flex-basis: 40%;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-upper .footer-column.logo-column {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-upper .footer-column.logo-column {
    padding-bottom: 30px !important;
  }
}
footer .footer-inner .footer-upper .footer-column.logo-column .footer-logo {
  display: block;
  margin-bottom: 40px;
}
footer .footer-inner .footer-upper .footer-column.logo-column .footer-logo img {
  width: 185px;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-upper .footer-column.logo-column .footer-logo img {
    width: 140px !important;
  }
}
footer .footer-inner .footer-upper .footer-column span {
  display: block;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-upper .footer-column span {
    margin-top: 30px !important;
  }
}
footer .footer-inner .footer-upper .footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-inner .footer-upper .footer-column ul li a {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.14px;
  text-decoration: none;
}
footer .footer-inner .footer-upper .footer-column ul li a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-lower {
  border-top: solid 1px white;
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower {
    align-items: start !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower {
    justify-content: start !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower {
    flex-direction: column !important;
  }
}
footer .footer-inner .footer-lower .footer-column.copyright-column {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.copyright-column {
    margin-bottom: 20px !important;
  }
}
footer .footer-inner .footer-lower .footer-column.social-column {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column {
    align-items: start !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column {
    justify-content: start !important;
  }
}
footer .footer-inner .footer-lower .footer-column.social-column .page-links-group {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column .page-links-group {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column .page-links-group {
    margin-bottom: 20px !important;
  }
}
footer .footer-inner .footer-lower .footer-column.social-column .page-links-group a {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
  text-decoration: underline;
}
footer .footer-inner .footer-lower .footer-column.social-column .page-links-group a:hover {
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column .social-group .social {
    justify-content: center !important;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-inner .footer-lower .footer-column.social-column .social-group .social {
    display: flex !important;
  }
}
footer .footer-inner .footer-lower .footer-column.social-column .social-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-inner .footer-lower .footer-column.social-column .social-group ul li {
  display: flex;
  align-items: center;
}
footer .footer-inner .footer-lower .footer-column.social-column .social-group ul li a {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
footer .footer-inner .footer-lower .footer-column.social-column .social-group ul li.social-facebook a {
  background-image: url('../../images/footer-social-facebook.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer-inner .footer-lower .footer-column.social-column .social-group ul li.social-instagram a {
  background-image: url('../../images/footer-social-instagram.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
.button.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-white {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
.button-white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-clear {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 2px white;
}
.button-clear:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-clear.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
.button-clear.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-clear:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-green-outline {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 2px #00594C;
  color: #00594C;
}
.button-green-outline:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-green-outline.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
.button-green-outline.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-green-outline:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-primary {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #00594C;
  border: solid 2px #00594C;
}
.button-primary:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-primary.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
.button-primary.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.button-primary:hover {
  background-color: #F18557;
  border-color: #F18557;
  color: white;
}
.button-margin {
  margin-right: 20px;
  margin-bottom: 20px;
}
.af-form .af-fields .af-field {
  margin: 0;
  padding: 0;
  border-top: none;
}
.af-form .af-fields .af-submit {
  margin: 0;
  padding: 0;
}
.af-form .af-fields .af-submit button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.af-form .af-fields .af-submit button:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
.af-form .af-fields .af-submit button.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
.af-form .af-fields .af-submit button.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
#form_66e26c25965c1 .af-fields .af-field {
  margin-bottom: 20px;
  border: none;
}
#form_66e26c25965c1 .af-fields .af-field .af-label label {
  margin-bottom: 0;
}
#form_66e26c25965c1 .af-fields .af-field .af-input input {
  border-radius: 5px;
  border: solid 2px #00594C;
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 7px 15px;
}
#form_66e26c25965c1 .af-fields .af-field .af-input input::placeholder {
  color: #00594C;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#form_66df918d86ab4 .af-fields {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#form_66df918d86ab4 .af-fields .af-field .af-label {
  display: none;
}
#form_66df918d86ab4 .af-fields .af-field .af-input input {
  border-radius: 5px 0 0 5px;
  border-top: solid 2px #00594C;
  border-left: solid 2px #00594C;
  border-bottom: solid 2px #00594C;
  border-right: none;
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 7px 15px;
  height: 60px;
}
#form_66df918d86ab4 .af-fields .af-field .af-input input::placeholder {
  color: #00594C;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
#form_66df918d86ab4 .af-fields .af-field .af-input .acf-notice {
  position: absolute;
  top: 60px;
}
#form_66df918d86ab4 .af-fields .af-submit button {
  border-radius: 0 5px 5px 0;
  height: 60px;
}
#form_66e28c7d449c7 .af-fields .af-field {
  margin: 0;
  padding: 0;
  border-top: none;
}
#form_66e28c7d449c7 .af-fields .af-field .af-label {
  margin: 0;
  padding: 0;
}
#form_66e28c7d449c7 .af-fields .af-field .af-label label {
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#form_66e28c7d449c7 .af-fields .af-field .af-input input,
#form_66e28c7d449c7 .af-fields .af-field .af-input textarea {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 1px rgba(128,128,128,0.4);
  border-radius: 5px;
  margin-bottom: 20px;
  outline: none;
}
#form_66e28c7d449c7 .af-fields .af-field .af-input input:active,
#form_66e28c7d449c7 .af-fields .af-field .af-input textarea:active {
  border-color: #00594C;
}
#form_66e28c7d449c7 .af-fields .af-field .af-input input:valid,
#form_66e28c7d449c7 .af-fields .af-field .af-input textarea:valid {
  border-color: #00594C;
}
#form_66e28c7d449c7 .af-fields .af-field .af-input input:focus,
#form_66e28c7d449c7 .af-fields .af-field .af-input textarea:focus {
  border-color: #00594C;
}
#form_66e28c7d449c7 .af-fields .af-field .af-input .acf-radio-list {
  margin-bottom: 20px;
}
#form_66e28c7d449c7 .af-fields .af-field .af-input .acf-radio-list li label input {
  margin-bottom: 0;
}
#form_66e28c7d449c7 .af-fields .af-submit {
  margin: 0;
  padding: 0;
}
#form_66e28c7d449c7 .af-fields .af-submit button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #F18557;
  border: solid 2px #F18557;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#form_66e28c7d449c7 .af-fields .af-submit button:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
#form_66e28c7d449c7 .af-fields .af-submit button.white {
  background-color: white;
  border: solid 2px white;
  color: #00594C;
}
#form_66e28c7d449c7 .af-fields .af-submit button.white:hover {
  background-color: #00594C;
  border-color: #00594C;
  color: white;
}
#form_66f2440905bc2 * {
  z-index: 5;
}
#form_66f2440905bc2 .af-fields .acf-field[data-width] + .acf-field[data-width] {
  border: none;
}
@media screen and (max-width: 850px) {
  #form_66f2440905bc2 .af-fields .acf-field[data-width] + .acf-field[data-width] {
    width: 100% !important;
  }
}
#form_66f2440905bc2 .af-fields .af-field {
  margin-bottom: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 850px) {
  #form_66f2440905bc2 .af-fields .af-field {
    width: 100% !important;
  }
}
#form_66f2440905bc2 .af-fields .af-field .af-input input,
#form_66f2440905bc2 .af-fields .af-field .af-input textarea {
  border-radius: 5px;
  border-width: 1px;
  border-color: grey;
  outline: none;
}
#form_66f2440905bc2 .af-fields .af-field .select-field {
  display: none;
}
#form_66f2440905bc2 .af-fields .af-submit button {
  width: 100%;
  margin-top: 20px;
}
@font-face {
  font-family: "Proda Sans";
  src: url('../../fonts/ProdaSans-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proda Sans";
  src: url('../../fonts/ProdaSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Restora Neue";
  src: url('../../fonts/RestoraNeue-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
.font-base {
  font-family: "Proda Sans", sans-serif;
}
.font-heading {
  font-family: "Restora Neue", serif;
}
html,
body,
p {
  font-family: "Proda Sans", sans-serif;
  color: #00594C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.5px;
}
body:not(.single-post),
body:not(.single-post) p {
  text-wrap: balance;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Restora Neue", serif;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 20px;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
  font-style: normal;
  color: #F18557;
}
h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 850px) {
  h1 {
    font-size: 50px !important;
  }
}
h2 {
  color: #00594C;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 850px) {
  h2 {
    font-size: 40px !important;
  }
}
h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 850px) {
  h3 {
    font-size: 30px !important;
  }
}
h4 {
  font-family: "Proda Sans", sans-serif;
  color: #00594C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 850px) {
  h4 {
    font-size: 26px !important;
  }
}
h5 {
  font-family: "Proda Sans", sans-serif;
  color: #00594C;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 850px) {
  h5 {
    font-size: 18px !important;
  }
}
.the-word-featured {
  color: white;
  font-family: "Proda Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 4px;
}
.banner-content-block {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.banner-content-block .tint {
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .banner-content-block .tint {
    display: block !important;
  }
}
.banner-content-block .banner-content .banner-content-inner {
  padding: 150px 40px;
}
@media screen and (max-width: 850px) {
  .banner-content-block .banner-content .banner-content-inner {
    padding: 40px 20px 40px 20px !important;
  }
}
.banner-content-block .banner-content .banner-content-inner * {
  position: relative;
  color: white;
  text-wrap: balance;
  z-index: 2;
}
.banner-content-block .banner-content .banner-content-inner p {
  max-width: 40%;
}
@media screen and (max-width: 850px) {
  .banner-content-block .banner-content .banner-content-inner p {
    font-size: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .banner-content-block .banner-content .banner-content-inner p {
    max-width: 100% !important;
  }
}
.tab-selector {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .tab-selector.content-large {
    justify-content: start !important;
  }
}
@media screen and (max-width: 850px) {
  .tab-selector {
    align-items: center !important;
  }
}
@media screen and (max-width: 850px) {
  .tab-selector {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 850px) {
  .tab-selector {
    width: calc(100vw - calc(40px)) !important;
  }
}
.tab-selector .tab-button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
  padding: 15px 10px;
  opacity: 0.5;
  user-select: none;
  border-bottom: solid 2px #00594C;
  color: #00594C;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.75px;
  min-width: 170px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .tab-selector .tab-button {
    min-width: unset !important;
  }
}
@media screen and (max-width: 850px) {
  .tab-selector .tab-button {
    white-space: nowrap !important;
  }
}
.tab-selector .tab-button.active,
.tab-selector .tab-button:hover {
  opacity: 1;
}
.full-width article .grid-block .heading-button {
  padding-left: 20px;
  padding-right: 20px;
}
.background-green .heading-button .heading-column .minor-title {
  color: #F18557;
}
.background-green .heading-button .heading-column .major-title {
  color: white;
}
.heading-button {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .heading-button {
    align-items: start !important;
  }
}
@media screen and (max-width: 850px) {
  .heading-button {
    flex-direction: column !important;
  }
}
.heading-button .heading-column .major-title {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 850px) {
  .heading-button .heading-column .major-title {
    font-size: 38px !important;
  }
}
.heading-button .divider-column {
  flex-grow: 1;
  height: 2.5px;
  background-color: #F18557;
}
@media screen and (max-width: 850px) {
  .heading-button .divider-column {
    display: none !important;
  }
}
blockquote {
  margin: 0;
  padding: 0;
  border-top: solid 1px grey;
  border-bottom: solid 1px grey;
  padding: 35px 35px;
}
@media screen and (max-width: 850px) {
  blockquote {
    padding: 20px !important;
  }
}
blockquote .info p {
  font-family: "Restora Neue", serif;
  color: #00594C;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 850px) {
  blockquote .info p {
    font-size: 28px !important;
  }
}
.anchor-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .anchor-tabs {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
@media screen and (max-width: 850px) {
  .anchor-tabs {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 850px) {
  .anchor-tabs {
    justify-content: unset !important;
  }
}
@media screen and (max-width: 850px) {
  .anchor-tabs {
    align-items: stretch !important;
  }
}
.anchor-tabs .anchor-tab-button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.055px;
  padding: 13px 30px 11px 30px;
  border: solid 1px rgba(0,89,76,0.3);
  border-right: none;
  text-decoration: none;
}
.anchor-tabs .anchor-tab-button:first-child {
  border-radius: 10px 0 0 10px;
}
.anchor-tabs .anchor-tab-button:last-child {
  border-radius: 0 10px 10px 0;
  border-right: solid 1px rgba(0,89,76,0.3);
}
.anchor-tabs .anchor-tab-button:hover {
  background-color: #F18557;
  color: white;
  border-color: #F18557;
}
.grid-clear-d-2 .quote-slider {
  width: 550px;
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .grid-clear-d-2 .quote-slider {
    width: calc(100vw - calc(40px)) !important;
  }
}
.slick-dotted.slick-slider.quote-slider {
  margin-bottom: 0;
}
.quote-slider {
  overflow: hidden;
  width: 1300px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
.quote-slider .slick-list .slick-track .slide .content {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: normal;
  text-wrap: balance;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .quote-slider .slick-list .slick-track .slide .content {
    font-size: 25px !important;
  }
}
.quote-slider .slick-list .slick-track .slide .title {
  color: #00594C;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.quote-slider .slick-dots {
  bottom: 20px;
  list-style: none;
  display: flex;
  gap: 7px;
  justify-content: start;
  padding: 0;
}
.quote-slider .slick-dots li {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 1px #00594C;
  border-radius: 30px;
  height: 20px;
  width: 20px;
}
.quote-slider .slick-dots li button {
  opacity: 0;
}
.quote-slider .slick-dots li.slick-active {
  background: #00594C;
}
.center-slider {
  max-width: 100vw;
  padding-bottom: 80px;
}
.center-slider .slick-list .slick-track {
  display: flex;
  gap: 30px;
}
.center-slider .slick-list .slick-track .slide {
  height: 620px;
  width: 100%;
  max-width: 880px;
  border-radius: 10px;
  overflow: hidden;
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 850px) {
  .center-slider .slick-list .slick-track .slide {
    height: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  .center-slider .slick-list .slick-track .slide {
    width: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  .center-slider .slick-list .slick-track .slide {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .center-slider .slick-list .slick-track .slide {
    padding: 30px !important;
  }
}
.center-slider .slick-list .slick-track .slide .slide-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.center-slider .slick-list .slick-track .slide .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center-slider .slick-list .slick-track .slide .slide-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,0.3);
}
.center-slider .slick-list .slick-track .slide .title {
  font-family: "Restora Neue", serif;
  position: relative;
  z-index: 3;
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-wrap: balance;
  margin-bottom: 20px;
}
.center-slider .slick-list .slick-track .slide .content {
  position: relative;
  z-index: 3;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-wrap: balance;
  margin-bottom: 20px;
}
.center-slider .slick-list .slick-track .slide .button-container {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 20px;
}
.center-slider .slick-dots {
  bottom: -20px;
  list-style: none;
  display: flex;
  gap: 7px;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 850px) {
  .center-slider .slick-dots {
    bottom: 25px !important;
  }
}
.center-slider .slick-dots li {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 1px #00594C;
  border-radius: 30px;
  height: 20px;
  width: 20px;
}
.center-slider .slick-dots li button {
  opacity: 0;
}
.center-slider .slick-dots li.slick-active {
  background: #00594C;
}
.statistic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .statistic-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 850px) {
  .statistic-grid {
    gap: 40px 10px !important;
  }
}
.statistic-grid .statistic-card .statistic-text {
  margin-bottom: 20px;
  display: block;
}
.statistic-grid .statistic-card .statistic-text .statistic-value {
  font-family: "Restora Neue", serif;
  text-align: center;
  color: #F18557;
  font-size: 60px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.6px;
}
.statistic-grid .statistic-card .statistic-row .statistic-title {
  font-family: "Restora Neue", serif;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.25px;
}
.content-block.image-block {
  border-radius: 10px;
  max-width: 100%;
}
.video-container {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  display: flex;
}
.video-container .poster {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .poster .video-play-button {
  background-image: url('../../images/play-button.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 106px;
  height: 106px;
  cursor: pointer;
}
.video-container .poster .video-play-button:hover {
  transform: scale(1.1);
}
.video-container video {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.content-image .content-image-inner {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 850px) {
  .content-image .content-image-inner {
    gap: 20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image .content-image-inner {
    flex-direction: column !important;
  }
}
.content-image .content-image-inner .image-column {
  flex: 1 1 0;
}
@media screen and (max-width: 850px) {
  .content-image .content-image-inner .image-column {
    max-height: 300px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image .content-image-inner .image-column {
    order: -1 !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image .content-image-inner .image-column {
    flex: unset !important;
  }
}
.content-image .content-image-inner .image-column img {
  border-radius: 1px;
}
.content-image .content-image-inner .content-column {
  flex: 1 1 0;
}
.content-image.layout-image {
  border-radius: 1px;
  overflow: hidden;
}
.content-image.layout-image .content-image-inner {
  gap: 100px;
}
@media screen and (max-width: 850px) {
  .content-image.layout-image .content-image-inner {
    gap: 20px !important;
  }
}
.content-image.layout-image .content-image-inner .content-column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-image.layout-image .content-image-inner .content-column .button-container {
  padding-top: 20px;
}
.content-image.layout-image .content-image-inner .image-column {
  flex-basis: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.content-image.layout-image .content-image-inner .image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-image.layout-banner {
  position: relative;
  z-index: 2;
}
.content-image.layout-banner * {
  z-index: 2;
}
.content-image.layout-banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  background: #00594C;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner::after {
    display: none !important;
  }
}
.content-image.layout-banner .content-image-inner {
  gap: 0;
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner {
    gap: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
.content-image.layout-banner .content-image-inner .image-column {
  position: relative;
}
.content-image.layout-banner .content-image-inner .image-column .image-banner {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  max-width: unset;
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    height: 400px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    right: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    width: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .image-column .image-banner {
    position: relative !important;
  }
}
.content-image.layout-banner .content-image-inner .content-column {
  flex-basis: 20%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .content-column {
    padding: 100px 20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .content-column {
    background: #00594C !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .content-column {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .content-column {
    width: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.layout-banner .content-image-inner .content-column {
    position: relative !important;
  }
}
.content-image.layout-banner .content-image-inner .content-column .content-container * {
  color: white;
}
.content-image.layout-banner .content-image-inner .content-column .button-container {
  margin-top: 60px;
}
.content-image.image-side-left .image-column .image-banner {
  right: 0;
  left: calc(-50vw + calc(100%));
}
@media screen and (max-width: 850px) {
  .content-image.image-side-left .image-column .image-banner {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.image-side-left .image-column .image-banner {
    right: -20px !important;
  }
}
.content-image.image-side-left.layout-banner .content-container,
.content-image.image-side-left.layout-banner .button-container {
  padding-left: 80px;
}
@media screen and (max-width: 850px) {
  .content-image.image-side-left.layout-banner .content-container,
  .content-image.image-side-left.layout-banner .button-container {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.image-side-left.layout-banner .content-container,
  .content-image.image-side-left.layout-banner .button-container {
    padding-right: 10px !important;
  }
}
.content-image.image-side-right .image-column .image-banner {
  left: 0;
  right: calc(-50vw + calc(100%));
}
@media screen and (max-width: 850px) {
  .content-image.image-side-right .image-column .image-banner {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.image-side-right .image-column .image-banner {
    right: -20px !important;
  }
}
.content-image.image-side-right.layout-banner .content-container,
.content-image.image-side-right.layout-banner .button-container {
  padding-right: 80px;
}
@media screen and (max-width: 850px) {
  .content-image.image-side-right.layout-banner .content-container,
  .content-image.image-side-right.layout-banner .button-container {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 850px) {
  .content-image.image-side-right.layout-banner .content-container,
  .content-image.image-side-right.layout-banner .button-container {
    padding-right: 10px !important;
  }
}
.information-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 850px) {
  .information-cards {
    grid-template-columns: 1fr !important;
  }
}
.information-cards .card {
  position: relative;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .information-cards .card {
    padding-top: 0 !important;
  }
}
.information-cards .card .card-image {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.information-cards .card .card-image .tint {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  inset: 0;
  z-index: 3;
}
.information-cards .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-cards .card .card-content {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 75px;
}
@media screen and (max-width: 850px) {
  .information-cards .card .card-content {
    position: relative !important;
  }
}
@media screen and (max-width: 850px) {
  .information-cards .card .card-content {
    padding: 30px !important;
  }
}
.information-cards .card .card-content .card-title {
  font-family: "Restora Neue", serif;
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}
.information-cards .card .card-content .card-description {
  margin: 20px 0 30px 0;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 850px) {
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }
}
.gallery-grid .gallery-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px rgba(0,89,76,0.2);
}
.gallery-grid .gallery-card.video-card {
  cursor: pointer;
}
.gallery-grid .gallery-card.video-card .video-card-image {
  position: relative;
  height: 165px;
}
.gallery-grid .gallery-card.video-card .video-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-grid .gallery-card.video-card .video-card-image::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  left: calc(50% - calc(15px));
  top: calc(50% - calc(15px));
  background-image: url('../../images/tiny-play-button.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery-grid .gallery-card.document-card .card-image {
  position: relative;
  height: 165px;
}
.gallery-grid .gallery-card.document-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-grid .gallery-card .card-content {
  padding: 20px 20px 100px 20px;
}
.gallery-grid .gallery-card .card-content .card-title {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.gallery-grid .gallery-card .card-content .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.video-player-modal {
  display: none;
  position: fixed;
  z-index: 50;
  inset: 0;
  justify-content: center;
  align-content: center;
}
.video-player-modal.active {
  display: flex;
}
.video-player-modal .background-tint {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  inset: 0;
}
.video-player-modal .video-player {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  align-items: end;
}
.video-player-modal .video-player .close-button {
  display: block;
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  margin-bottom: 40px;
  background-image: url('../../images/modal-close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 99;
}
.video-player-modal .video-player .close-button:hover {
  transform: scale(1.1);
}
.video-player-modal .video-player video {
  width: 100%;
  max-width: 100vw;
  max-height: 100vw;
  position: relative;
  z-index: 55;
}
.accordion .accordion-item .expander {
  padding: 15px 0 10px 0;
  border-top: solid 1px grey;
  cursor: pointer;
}
.accordion .accordion-item .expander span {
  position: relative;
  color: rgba(0,0,0,0.75);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-right: 50px;
  display: block;
}
.accordion .accordion-item .expander span::after {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  content: "+";
  position: absolute;
  right: 0;
}
.accordion .accordion-item .expander-target {
  color: rgba(0,0,0,0.75);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.accordion .accordion-item:last-child .expander {
  border-bottom: solid 1px grey;
}
.accordion .accordion-item.active .expander span::after {
  content: "-";
  transform: rotate(180deg);
}
.information-icons {
  display: grid;
  grid-gap: 30px;
}
@media screen and (max-width: 850px) {
  .information-icons {
    grid-gap: 10px !important;
  }
}
.information-icons.three-column {
  grid-template-columns: 1fr 1fr 1fr;
}
.information-icons.four-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .information-icons {
    grid-template-columns: 1fr 1fr !important;
  }
}
.information-icons .card {
  background-color: rgba(231,206,181,0.25);
  padding: 40px 20px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .information-icons .card {
    padding: 20px 10px !important;
  }
}
.information-icons .card img {
  height: 60px;
  width: auto;
}
.information-icons .card .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.information-icons .card .content p {
  color: #00594C;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.information-icons .card .content *:last-child {
  margin-bottom: 0;
}
.location-map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.location-map .iframe-wrapper iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 850px) {
  .location-map .iframe-wrapper iframe {
    position: relative !important;
  }
}
@media screen and (max-width: 850px) {
  .location-map .iframe-wrapper iframe {
    border-radius: 10px !important;
  }
}
.location-map .information-panel {
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 5px;
  margin: 8px;
  padding: 50px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .location-map .information-panel {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .location-map .information-panel {
    margin: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .location-map .information-panel {
    padding: 20px !important;
  }
}
.location-map .information-panel .location-title {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}
.location-map .information-panel .icon-list .list-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.location-map .information-panel .icon-list .list-item .icon {
  flex-basis: 15px;
  width: 15px;
}
.location-map .information-panel .icon-list .list-item .icon.location {
  background-image: url('../../images/icon-pin.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.location-map .information-panel .icon-list .list-item .icon.email {
  background-image: url('../../images/icon-email.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.location-map .information-panel .icon-list .list-item .icon.phone {
  background-image: url('../../images/icon-phone.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.location-map .information-panel .icon-list .list-item .list-item-text {
  color: #00594C;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.location-map .information-panel .icon-list .list-item .list-item-text a {
  color: #00594C;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  word-break: break-all;
}
.location-map .information-panel .icon-list .list-item .list-item-text a:hover {
  text-decoration: underline;
}
.location-map .information-panel .staff-hours {
  border-top: solid 1px rgba(128,128,128,0.5);
  padding-top: 20px;
  margin-top: 20px;
}
.location-map .information-panel .staff-hours .staff-hours-title {
  color: #00594C;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.location-map .information-panel .staff-hours p {
  color: #00594C;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.5px;
}
.location-map .information-panel .button {
  margin-top: 30px;
}
.double-full-banner-form-and-quote {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote {
    grid-template-columns: 1fr !important;
  }
}
.double-full-banner-form-and-quote .form-column {
  position: relative;
  padding: 70px;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .form-column {
    padding: 50px 0 !important;
  }
}
.double-full-banner-form-and-quote .form-column .background-image {
  background-color: #f9f2ec;
  background-image: url('../../images/background-frawn-a.png');
  background-size: 900px;
  background-position: 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: min(calc(calc(0px) - calc(100vw - calc(1200px)) / calc(2)),0px);
}
.double-full-banner-form-and-quote .form-column .background-image p {
  color: #00594C;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .form-column .background-image {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .form-column .background-image {
    right: -20px !important;
  }
}
.double-full-banner-form-and-quote .form-column .form-box {
  background-color: white;
  border-radius: 5px;
  padding: 70px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .form-column .form-box {
    padding: 20px !important;
  }
}
.double-full-banner-form-and-quote .form-column .form-box .three-and-a-half-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
  display: block;
}
.double-full-banner-form-and-quote .quote-column {
  position: relative;
}
.double-full-banner-form-and-quote .quote-column .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: min(calc(calc(0px) - calc(100vw - calc(1200px)) / calc(2)),0px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .quote-column .background-image {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .quote-column .background-image {
    right: -20px !important;
  }
}
.double-full-banner-form-and-quote .quote-column .background-image .tint {
  position: absolute;
  inset: 0;
  background: rgba(0,89,76,0.8);
}
.double-full-banner-form-and-quote .quote-column .quote-content {
  position: relative;
  z-index: 5;
  padding: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .quote-column .quote-content {
    padding: 50px 20px !important;
  }
}
.double-full-banner-form-and-quote .quote-column .quote-content .quote {
  font-family: "Restora Neue", serif;
  color: white;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .double-full-banner-form-and-quote .quote-column .quote-content .quote {
    font-size: 40px !important;
  }
}
.double-full-banner-form-and-quote .quote-column .quote-content .name {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.class-table-switcher {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: solid 1px rgba(128,128,128,0.5);
  border-bottom: solid 1px rgba(128,128,128,0.5);
  padding: 30px 0;
}
@media screen and (max-width: 850px) {
  .class-table-switcher {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 850px) {
  .class-table-switcher {
    align-items: center !important;
  }
}
@media screen and (max-width: 850px) {
  .class-table-switcher {
    gap: 20px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .class-table-switcher {
    gap: 20px !important;
  }
}
.class-table-switcher .switch-buttons {
  padding: 3px;
  border: solid 1px rgba(128,128,128,0.5);
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  user-select: none;
  gap: 3px;
}
@media screen and (max-width: 850px) {
  .class-table-switcher .switch-buttons {
    width: 100% !important;
  }
}
@media screen and (max-width: 850px) {
  .class-table-switcher .switch-buttons {
    justify-content: center !important;
  }
}
.class-table-switcher .switch-buttons .selector-button {
  border-radius: 4px;
  cursor: pointer;
  color: #81838A;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
}
@media screen and (max-width: 850px) {
  .class-table-switcher .switch-buttons .selector-button {
    flex-grow: 1 !important;
  }
}
@media screen and (max-width: 850px) {
  .class-table-switcher .switch-buttons .selector-button {
    justify-content: center !important;
  }
}
.class-table-switcher .switch-buttons .selector-button::before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
}
.class-table-switcher .switch-buttons .selector-button.class-button::before {
  background-image: url('../../images/list-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.class-table-switcher .switch-buttons .selector-button.table-button::before {
  background-image: url('../../images/timetable-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.class-table-switcher .switch-buttons .selector-button.active {
  color: #00594C;
  background: rgba(0,89,76,0.2);
}
.class-table-switcher .color-legend {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 850px) {
  .class-table-switcher .color-legend {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  .class-table-switcher .color-legend {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .class-table-switcher .color-legend {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 850px) {
  .class-table-switcher .color-legend {
    justify-content: center !important;
  }
}
.class-table-switcher .color-legend .color-ball {
  color: black;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
}
.class-table-switcher .color-legend .color-ball::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: black;
}
.class-table-switcher .color-legend .color-ball.color-cardio::before {
  background-color: #327365;
}
.class-table-switcher .color-legend .color-ball.color-strength::before {
  background-color: #61C0AC;
}
.class-table-switcher .color-legend .color-ball.color-barre::before {
  background-color: #8C7963;
}
.class-table-switcher .color-legend .color-ball.color-functional::before {
  background-color: #E2CEB8;
}
.class-table-switcher .color-legend .color-ball.color-wellness::before {
  background-color: #F5C098;
}
.classes-grid {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.classes-grid.active {
  display: grid;
}
@media screen and (max-width: 850px) {
  .classes-grid {
    grid-template-columns: 1fr !important;
  }
}
.classes-grid .card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.classes-grid .card .background-image {
  position: absolute;
  inset: 0;
}
.classes-grid .card .background-image .tint {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}
.classes-grid .card .background-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.classes-grid .card .class-contents {
  padding: 70px 50px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .classes-grid .card .class-contents {
    padding: 50px 20px 20px 20px !important;
  }
}
.classes-grid .card .class-contents .class-category {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.classes-grid .card .class-contents .class-title {
  font-family: "Restora Neue", serif;
  color: white;
  font-size: 34px;
  font-weight: 700;
  margin: 20px 0;
}
.classes-grid .card .class-contents .class-description {
  color: white;
  font-family: "Proda Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-wrap: balance;
}
.classes-grid .card .class-contents .class-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .classes-grid .card .class-contents .class-buttons {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 850px) {
  .classes-grid .card .class-contents .class-buttons {
    align-items: start !important;
  }
}
@media screen and (max-width: 850px) {
  .classes-grid .card .class-contents .class-buttons {
    justify-content: start !important;
  }
}
.weekday-filter {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .weekday-filter {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .weekday-filter {
    display: none !important;
  }
}
.weekday-filter .weekday-filter-button {
  color: white;
  font-size: 20px;
  font-weight: bold;
  background-color: #00594C;
  padding: 12px 12px 8px 12px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  transition: 0.4s;
}
.weekday-filter .weekday-filter-button.active {
  background-color: #F18557;
}
.timetable-view {
  display: none;
  position: relative;
}
@media screen and (max-width: 850px) {
  .timetable-view {
    left: -20px !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view {
    width: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view {
    max-width: 100vw !important;
  }
}
.timetable-view::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  content: '';
  z-index: 10;
  background: linear-gradient(to left,white 0%,rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 850px) {
  .timetable-view::before {
    display: none !important;
  }
}
.timetable-view.active {
  display: block;
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .timetable-view .timetable-view-inner {
    overflow-y: scroll !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .timetable-view .timetable-view-inner {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner {
    width: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner {
    max-width: 100vw !important;
  }
}
.timetable-view .timetable-view-inner .timetable {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .timetable-view .timetable-view-inner .timetable {
    min-width: 1000px !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable.desktop,
  .timetable-view .timetable-view-inner .timetable.tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .timetable-view .timetable-view-inner .timetable.mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  .timetable-view .timetable-view-inner .timetable.mobile {
    display: none !important;
  }
}
.timetable-view .timetable-view-inner .timetable tr th {
  background-color: #00594C;
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 10px 8px 10px;
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr th {
    padding: 4px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr th {
    position: relative !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr th {
    transform: scale(1.01) !important;
  }
}
.timetable-view .timetable-view-inner .timetable tr td {
  padding: 0;
  border: 1px solid #e7e7e7;
  vertical-align: bottom;
}
.timetable-view .timetable-view-inner .timetable tr td.divider-cell {
  background-color: #B3B1B1;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding: 12px 10px 8px 10px;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card {
  padding: 20px;
  border-bottom: solid 6px green;
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card {
    display: flex !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card {
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card {
    gap: 10px !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card {
    padding: 10px !important;
  }
}
.timetable-view .timetable-view-inner .timetable tr td .event-card.cat-cardio {
  border-bottom-color: #327365;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card.cat-strength {
  border-bottom-color: #61C0AC;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card.cat-body-sculpting {
  border-bottom-color: #8C7963;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card.cat-functional {
  border-bottom-color: #E2CEB8;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card.cat-wellness {
  border-bottom-color: #F5C098;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .event-day {
  display: none;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .event-title {
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card .event-title {
    flex-grow: 1 !important;
  }
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card .event-title {
    font-size: 12px !important;
  }
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .event-time {
  text-transform: uppercase;
  color: rgba(0,0,0,0.3);
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .timetable-view .timetable-view-inner .timetable tr td .event-card .event-time {
    font-size: 12px !important;
  }
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .event-duration {
  text-transform: uppercase;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .event-duration::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('../../images/clock.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .book-now-link {
  color: rgba(0,0,0,0.3);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.timetable-view .timetable-view-inner .timetable tr td .event-card .book-now-link:hover {
  text-decoration: none;
}
.table-button-container {
  position: relative;
}
.table-button-container .table-button {
  display: none;
  width: 40px;
  height: 40px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  top: 90px;
  background-image: url('../../images/plan-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .table-button-container .table-button {
    display: block !important;
  }
}
.table-button-container .table-button#move-table-left {
  transform: rotate(180deg);
  left: -20px;
}
.table-button-container .table-button#move-table-right {
  right: -20px;
}
@media screen and (max-width: 850px) {
  .plan-table-container {
    max-width: calc(100vw - calc(40px)) !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table-container {
    overflow-x: scroll !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table-container {
    border: solid 1px #e6e6e6 !important;
  }
}
.plan-table {
  border-collapse: collapse;
  width: 100%;
}
.plan-table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.plan-table tr:first-child {
  background-color: white;
}
@media screen and (max-width: 850px) {
  .plan-table tr:first-child {
    position: relative !important;
  }
}
.plan-table tr:first-child td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-table tr.sale-item td,
.plan-table tr.sale-item td.highlight,
.plan-table tr.sale-item td:first-child,
.plan-table tr.sale-item:first-child td,
.plan-table tr.sale-item:first-child td.highlight,
.plan-table tr.sale-item:first-child td:first-child {
  background: #F18557;
  color: white;
}
@media screen and (max-width: 850px) {
  .plan-table tr.sale-item td,
  .plan-table tr.sale-item td.highlight,
  .plan-table tr.sale-item td:first-child,
  .plan-table tr.sale-item:first-child td,
  .plan-table tr.sale-item:first-child td.highlight,
  .plan-table tr.sale-item:first-child td:first-child {
    background: #F18557 !important;
  }
}
.plan-table tr.sale-item td .tick,
.plan-table tr.sale-item td.highlight .tick,
.plan-table tr.sale-item td:first-child .tick,
.plan-table tr.sale-item:first-child td .tick,
.plan-table tr.sale-item:first-child td.highlight .tick,
.plan-table tr.sale-item:first-child td:first-child .tick {
  background-image: url('../../images/tick-white.svg');
}
.plan-table tr td {
  padding: 20px;
  border: solid 1px #e6e6e6;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #252430;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .plan-table tr td {
    padding: 5px !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td {
    line-height: 1em !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td {
    width: calc(50vw - calc(20px)) !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td {
    min-width: calc(50vw - calc(20px)) !important;
  }
}
.plan-table tr td.feature-col-first {
  order: 1;
}
.plan-table tr td.priority {
  order: 2;
}
.plan-table tr td.normal {
  order: 3;
}
.plan-table tr td:first-child {
  text-align: left;
  max-width: 250px;
}
@media screen and (max-width: 850px) {
  .plan-table tr td:first-child {
    position: sticky !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td:first-child {
    left: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td:first-child {
    background: white !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td:first-child {
    z-index: 1 !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td:first-child {
    border: solid 1px #e6e6e6 !important;
  }
}
.plan-table tr td.highlight {
  background: #00594C;
  color: white;
}
.plan-table tr td.highlight *,
.plan-table tr td.highlight .name,
.plan-table tr td.highlight .value,
.plan-table tr td.highlight .length {
  color: white;
}
.plan-table tr td.highlight .tick {
  background-image: url('../../images/tick-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.plan-table tr td.bold {
  font-weight: bold;
}
.plan-table tr td .name {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.plan-table tr td .value {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.plan-table tr td .value sup {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.plan-table tr td .value sub {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
}
.plan-table tr td .length {
  display: block;
  margin-top: 20px;
  color: grey;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.plan-table tr td .tick {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url('../../images/tick-green.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .plan-table tr td .tick {
    width: 20px !important;
  }
}
@media screen and (max-width: 850px) {
  .plan-table tr td .tick {
    height: 20px !important;
  }
}
.plan-table tr td span {
  display: block;
  margin-top: 20px;
  color: grey;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.plans-mobile-message {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.members-benefits-column {
  padding-top: 120px;
  padding-bottom: 100px;
}
.members-benefits-column .heading-button .heading-column .minor-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 22px;
  color: #F18557;
}
.members-benefits-column .heading-button .divider-column {
  display: none;
}
.background-tan .members-benefits-column .heading-button .heading-column .minor-title {
  color: #00594C;
}
.background-green .members-benefits-container .members-benefits-slider .slick-dots li {
  border: solid 1px #F18557;
}
.background-green .members-benefits-container .members-benefits-slider .slick-dots li.slick-active {
  background: #F18557;
}
.content-contained .members-benefits-container .members-benefits-slider .slick-list {
  width: 1332px;
  max-width: 100%;
  margin: 0 auto;
}
.members-benefits-container {
  padding-top: 25px;
  max-width: calc(100vw - 40px);
  margin: 0 -10px;
}
.members-benefits-container .members-benefits-slider .slick-list {
  width: 100%;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card {
  margin: 20px 16px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: unset;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-image-container {
  position: relative;
  padding-top: 78%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-image-container .slide-logo {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  height: auto;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-image-container .slide-background {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-content {
  padding: 24px 16px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: white;
  flex-grow: 1;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-content .subtitle {
  font-family: "Proda Sans", sans-serif;
  color: #F18557;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-content .title {
  font-family: "Restora Neue", serif;
  margin: 8px 0;
  color: #00594C;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.18px;
  text-transform: capitalize;
}
.members-benefits-container .members-benefits-slider .slick-list .slick-track .slide-card .slide-content .description {
  font-family: "Proda Sans", sans-serif;
  color: #6A7682;
  font-family: "Proda Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-wrap: initial;
}
.members-benefits-container .members-benefits-slider .slick-dots {
  bottom: -35px;
  list-style: none;
  display: flex;
  gap: 7px;
  justify-content: center;
  padding: 0;
}
.members-benefits-container .members-benefits-slider .slick-dots li {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 1px #00594C;
  border-radius: 15px;
  height: 12px;
  width: 12px;
}
.members-benefits-container .members-benefits-slider .slick-dots li button {
  opacity: 0;
}
.members-benefits-container .members-benefits-slider .slick-dots li.slick-active {
  background: #00594C;
}
body.blog main,
body.archive.category main {
  padding-left: 20px;
  padding-right: 20px;
}
body.blog main > *,
body.archive.category main > * {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
body.blog main .home-title,
body.archive.category main .home-title {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}
body.blog main .blog-categories-bar,
body.archive.category main .blog-categories-bar {
  position: relative;
}
body.blog main .blog-categories-bar::before,
body.archive.category main .blog-categories-bar::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  content: '';
  z-index: 10;
  background: linear-gradient(to left,white 0%,rgba(255,255,255,0) 100%);
}
body.blog main .blog-categories-bar::after,
body.archive.category main .blog-categories-bar::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  content: '';
  z-index: 20;
  background-image: url(../../images/right-arrow.png);
  background-position: 100% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: none;
}
body.blog main .blog-categories-bar .blog-categories-bar-inner,
body.archive.category main .blog-categories-bar .blog-categories-bar-inner {
  margin-bottom: 60px;
  display: flex;
}
body.blog main .blog-categories-bar .blog-categories-bar-inner .blog-category-button,
body.archive.category main .blog-categories-bar .blog-categories-bar-inner .blog-category-button {
  opacity: 0.5;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 2px #00594C;
  color: #00594C;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.75px;
  padding: 15px 30px;
  white-space: nowrap;
}
body.blog main .blog-categories-bar .blog-categories-bar-inner .blog-category-button.active,
body.archive.category main .blog-categories-bar .blog-categories-bar-inner .blog-category-button.active {
  opacity: 1;
}
body.blog main .blog-grid,
body.archive.category main .blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  body.blog main .blog-grid,
  body.archive.category main .blog-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 850px) {
  body.blog main .blog-grid,
  body.archive.category main .blog-grid {
    grid-template-columns: 1fr !important;
  }
}
body.blog main .blog-grid .blog-card,
body.archive.category main .blog-grid .blog-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(0,89,76,0.2);
  padding-bottom: 70px;
}
body.blog main .blog-grid .blog-card .blog-image,
body.archive.category main .blog-grid .blog-card .blog-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
body.blog main .blog-grid .blog-card .blog-image .blog-category,
body.archive.category main .blog-grid .blog-card .blog-image .blog-category {
  position: absolute;
  top: 13px;
  right: 14px;
  background-color: #00594C;
  color: white;
  z-index: 3;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
}
body.blog main .blog-grid .blog-card .blog-image img,
body.archive.category main .blog-grid .blog-card .blog-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
body.blog main .blog-grid .blog-card .blog-post-date,
body.archive.category main .blog-grid .blog-card .blog-post-date {
  padding: 0 20px;
}
body.blog main .blog-grid .blog-card .blog-post-title,
body.archive.category main .blog-grid .blog-card .blog-post-title {
  font-family: "Restora Neue", serif;
  padding: 20px 20px 16px 20px;
  color: #00594C;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-wrap: balance;
}
body.blog main .blog-grid .blog-card .blog-excerpt,
body.archive.category main .blog-grid .blog-card .blog-excerpt {
  padding: 0 20px;
  color: #6A7682;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-wrap: balance;
}
body.blog main .blog-grid .blog-card .read-more,
body.archive.category main .blog-grid .blog-card .read-more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #00594C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.blog main .blog-grid .blog-card .read-more::after,
body.archive.category main .blog-grid .blog-card .read-more::after {
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-image: url('../../images/read-more-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 20px;
  left: 0;
}
body.blog main .blog-grid .blog-card:hover .read-more::after,
body.archive.category main .blog-grid .blog-card:hover .read-more::after {
  left: 10px;
}
body.blog main .pagination,
body.archive.category main .pagination {
  margin-top: 100px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
body.blog main .pagination *,
body.archive.category main .pagination * {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.2px;
  text-decoration: none;
  opacity: 0.5;
}
.blog-card-styles {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(0,89,76,0.2);
  padding-bottom: 70px;
}
.blog-card-styles .blog-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.blog-card-styles .blog-image .blog-category {
  position: absolute;
  top: 13px;
  right: 14px;
  background-color: #00594C;
  color: white;
  z-index: 3;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
}
.blog-card-styles .blog-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.blog-card-styles .blog-post-date {
  padding: 0 20px;
}
.blog-card-styles .blog-post-title {
  font-family: "Restora Neue", serif;
  padding: 20px 20px 16px 20px;
  color: #00594C;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-wrap: balance;
}
.blog-card-styles .blog-excerpt {
  padding: 0 20px;
  color: #6A7682;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-wrap: balance;
}
.blog-card-styles .read-more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #00594C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-styles .read-more::after {
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-image: url('../../images/read-more-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 20px;
  left: 0;
}
.blog-card-styles:hover .read-more::after {
  left: 10px;
}
body.single main {
  padding-top: 150px;
  padding-bottom: 100px;
}
body.single main .single-header {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  body.single main .single-header {
    padding-top: 20px !important;
  }
}
body.single main .single-header .share-post {
  float: right;
  text-align: right;
}
@media screen and (max-width: 850px) {
  body.single main .single-header .share-post {
    display: none !important;
  }
}
@media screen and (max-width: 850px) {
  body.single main .single-header .share-post {
    float: unset !important;
  }
}
@media screen and (max-width: 850px) {
  body.single main .single-header .share-post {
    text-align: left !important;
  }
}
body.single main .single-header .share-post span {
  color: rgba(29,29,29,0.4);
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  display: block;
}
body.single main .single-header .share-post a {
  font-size: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}
body.single main .single-header .share-post a.facebook {
  background-image: url('../../images/post-social-facebook.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.single main .single-header .share-post a.twitter {
  background-image: url('../../images/post-social-twitter.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.single main .single-header .share-post a.linkedin {
  background-image: url('../../images/post-social-linkedin.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.single main .single-header .cat-date {
  color: #00594C;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  body.single main .single-header .cat-date {
    font-size: 20px !important;
  }
}
body.single main .single-header .single-title {
  font-family: "Restora Neue", serif;
  color: #00594C;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  text-wrap: balance;
  max-width: 80%;
}
@media screen and (max-width: 850px) {
  body.single main .single-header .single-title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 850px) {
  body.single main .single-header .single-title {
    max-width: 100% !important;
  }
}
body.single main .single-header .author-name {
  color: #00594C;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
}
body.single main .featured-image {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  overflow: hidden;
  height: 740px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  body.single main .featured-image {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  body.single main .featured-image {
    height: 100vw !important;
  }
}
@media screen and (max-width: 850px) {
  body.single main .featured-image {
    margin: 50px 0 !important;
  }
}
body.single main .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .more-posts {
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(231,206,181,0.25);
}
body.single .more-posts .more-articles {
  padding: 0;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
body.single .more-posts .more-articles .heading-button .heading-column .major-title {
  font-size: 48px;
}
@media screen and (max-width: 850px) {
  body.single .more-posts .more-articles .heading-button .heading-column .major-title {
    font-size: 38px !important;
  }
}
body.single .more-posts .more-articles .blog-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 850px) {
  body.single .more-posts .more-articles .blog-grid {
    grid-template-columns: 1fr !important;
  }
}
body.single .more-posts .more-articles .blog-grid .blog-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(0,89,76,0.2);
  padding-bottom: 70px;
}
body.single .more-posts .more-articles .blog-grid .blog-card .blog-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
body.single .more-posts .more-articles .blog-grid .blog-card .blog-image .blog-category {
  position: absolute;
  top: 13px;
  right: 14px;
  background-color: #00594C;
  color: white;
  z-index: 3;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
}
body.single .more-posts .more-articles .blog-grid .blog-card .blog-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
body.single .more-posts .more-articles .blog-grid .blog-card .blog-post-date {
  padding: 0 20px;
}
body.single .more-posts .more-articles .blog-grid .blog-card .blog-post-title {
  font-family: "Restora Neue", serif;
  padding: 20px 20px 16px 20px;
  color: #00594C;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-wrap: balance;
}
body.single .more-posts .more-articles .blog-grid .blog-card .blog-excerpt {
  padding: 0 20px;
  color: #6A7682;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-wrap: balance;
}
body.single .more-posts .more-articles .blog-grid .blog-card .read-more {
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #00594C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.single .more-posts .more-articles .blog-grid .blog-card .read-more::after {
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-image: url('../../images/read-more-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 20px;
  left: 0;
}
body.single .more-posts .more-articles .blog-grid .blog-card:hover .read-more::after {
  left: 10px;
}
.background-frawn-a {
  background-color: #f9f2ec;
  background-image: url('../../images/background-frawn-a.png');
  background-size: 900px;
  background-position: 0;
  background-repeat: no-repeat;
}
.background-frawn-a p {
  color: #00594C;
}
.background-frawn-b {
  background-color: #f9f2ec;
  background-image: url('../../images/background-frawn-b.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .background-frawn-b {
    background-position: left top !important;
  }
}
.background-frawn-b p {
  color: #00594C;
}
.background-leaves {
  background-color: #00594C;
  background-image: url('../../images/background-leaves.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-leaves * {
  color: white;
}
.background-leaves * em {
  color: #F18557;
}
.background-floral {
  background-color: #f9f2ec;
  background-image: url('../../images/background-floral.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-floral p {
  color: #00594C;
}
.background-tan {
  background-color: #f9f2ec;
}
.background-green {
  background-color: #00594C;
}
.background-green * {
  color: white;
}
.background-green * em {
  color: #F18557;
}
.untinted {
  background-color: transparent !important;
}
.background-none {
  background: none !important;
  background-color: transparent !important;
}
@media screen and (min-width: 1200px) {
  .grid-clear-d-2.get-inspired-section > article {
    width: 980px !important;
  }
}
@media screen and (min-width: 1200px) {
  .grid-clear-d-2.get-inspired-section > article {
    grid-template-columns: 1.5fr 1fr !important;
  }
}
ul.acf-radio-list li,
ul.acf-checkbox-list li {
  font-size: 16px !important;
}
.restrict-image-center .grid-block a {
  text-align: right;
  display: block;
}
.restrict-image-center .grid-block:nth-child(2n) a {
  text-align: left;
}
.restrict-image-center .grid-block a img {
  max-width: 250px;
  height: auto;
  display: inline-block;
}
@media (max-width: 1250px) {
  .blog-categories-bar {
    width: 100vw !important;
    left: -20px;
  }
  .blog-categories-bar-inner {
    overflow-x: scroll !important;
  }
  .blog-categories-bar::after {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .information-cards .card .card-content {
    padding: 35px;
  }
  .information-cards .card .card-content .card-title {
    font-size: 25px;
  }
  .information-cards .card .card-content .card-description {
    font-size: 16px;
  }
  .testimonial-videos article {
    display: block !important;
  }
  .testimonial-videos article .grid-block {
    display: block !important;
    margin-right: 0;
    width: 100%;
  }
  .timetable-view::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    content: '';
    z-index: 20;
    background-image: url(../../images/right-arrow.png);
    background-position: 100% 50%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: none;
  }
}
@media (max-width: 800px) {
  .restrict-image-center .grid-block a {
    text-align: center !important;
  }
}
@media screen and (max-width: 850px) {
  .hide-button-mobile .button-column {
    display: none !important;
  }
}
.countdown-timer {
  text-decoration: none;
  color: #F18557;
  border-radius: 5px;
  padding: 3px 20px 0 20px;
  transition: 0.4s;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    color: white !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    background: #F18557 !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    position: fixed !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    bottom: -100px !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    left: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    right: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer {
    padding: 10px !important;
  }
}
.countdown-timer:hover {
  background: white;
}
.countdown-timer:hover .inner-content .countdown-message,
.countdown-timer:hover .inner-content #countdown-timer {
  color: #00594C;
}
.countdown-timer .inner-content {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .countdown-timer .inner-content {
    justify-content: center !important;
  }
}
@media screen and (max-width: 850px) {
  .countdown-timer .inner-content {
    gap: 0 !important;
  }
}
.countdown-timer .inner-content .countdown-message {
  color: #F18557;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  .countdown-timer .inner-content .countdown-message {
    color: white !important;
  }
}
.countdown-timer .inner-content #countdown-timer {
  font-weight: 900;
  color: #F18557;
  transition: 0.4s;
}
@media screen and (max-width: 850px) {
  .countdown-timer .inner-content #countdown-timer {
    color: white !important;
  }
}
@media screen and (max-width: 850px) {
  html:not(.scrolled) .countdown-timer {
    bottom: 0 !important;
  }
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
