:root {
  --heading-font: "Montserrat",sans-serif;
  --content-font: "Montserrat",sans-serif;
  --page-bg:#F1EADB;
  --light-bg:#F7F5EF;
  --input-bg:#FBFAF7;
  --teal:#025561;
  --dark-teal:#01444F;
  --light-teal:#C2DDD6;
  --red:#E15E51;
  --light-red:#F0AEA8;
  --heading:var(--teal);
  --content:var(--teal);
  --dark-content:#111111;
  --label-color:#0D0D0D;
  --input-color:#808080;
  --border-color:#D6D6D6;
}

::placeholder {
  color: var(--input-color);
  opacity: 0.75;
}

:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 0.75;
}

::-ms-input-placeholder {
  color: var(--input-color);
  opacity: 0.75;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  width: 100%;
  background: var(--page-bg);
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--content-font);
  color: var(--content);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  touch-action: manipulation;
  text-decoration: none;
  outline: none;
  color: var(--content);
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  ul,
  ol {
    margin-bottom: 24px;
  }
}
ul li,
ol li {
  margin-bottom: 12px;
  position: relative;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
@media all and (max-width: 1200px) {
  ul li,
  ol li {
    margin-bottom: 8px;
  }
}
ul li::marker,
ol li::marker {
  color: var(--content);
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

ol li {
  list-style: decimal;
}
ol li::marker {
  color: var(--content);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  font-family: var(--heading-font);
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--heading);
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
@media all and (max-width: 575px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: 0.03em;
  }
}

h1,
.h1 {
  font-size: 56px;
  line-height: 64px;
}
h2,
.h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
}
@media all and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.06em;
  }
}
@media all and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3,
.h3 {
  font-size: 40px;
  line-height: 48px;
}
@media all and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.06em;
  }
}
@media all and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4,
.h4 {
  font-size: 32px;
  line-height: 40px;
}
@media all and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

h5,
.h5 {
  font-size: 24px;
  line-height: 32px;
}
@media all and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}
@media all and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

p {
  margin-bottom: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  p {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  p {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1200px) {
  p {
    margin-bottom: 24px;
  }
}
p a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
p a:hover {
  text-decoration: none;
}
p strong {
  font-weight: 600 !important;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  max-width: 100%;
  background: var(--bg-light);
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  font-family: var(--heading-font);
  letter-spacing: 0;
  font-style: italic;
  color: black;
  padding: 36px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  blockquote {
    font-size: 19px;
    line-height: 34px;
    padding: 30px;
    margin-bottom: 36px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  blockquote {
    font-size: 19px;
    line-height: 34px;
    padding: 30px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 1200px) {
  blockquote {
    font-size: 19px;
    line-height: 34px;
    padding: 30px;
    margin-bottom: 36px;
  }
}
@media all and (max-width: 991px) {
  blockquote {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  blockquote {
    font-size: 15px;
    line-height: 24px;
    padding: 14px 20px 18px;
  }
}
blockquote::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -6px;
  height: 72px;
  width: 72px;
  background: url(../images/quote-right-icon.svg) no-repeat center/contain;
}
@media all and (max-width: 575px) {
  blockquote::after {
    right: -2px;
    height: 58px;
    width: 58px;
  }
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
  scroll-margin-top: 90px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 1200px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 991px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 575px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
    scroll-margin-top: 80px;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1145px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
  }
}
@media all and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
  font-size: 13px !important;
  height: 24px !important;
  padding: 0 3px 0 24px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
}

#wpadminbar #adminbarsearch .adminbar-button {
  display: none !important;
}

.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 0.1em;
  color: white;
  background: var(--red);
  border: 1px solid var(--light-red);
  padding: 0px 30px;
  vertical-align: baseline;
  text-transform: uppercase;
  box-shadow: none;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
}
.btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 10px;
  background: url(../images/btn-arrow-white-long.svg) no-repeat right/cover;
  transition: 0.4s all;
  margin-left: 12px;
  top: 1px;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  box-shadow: none;
  color: white;
  background: var(--teal);
  border-color: var(--teal);
}
.btn-link {
  font-size: 12px;
  line-height: 24px;
  background: transparent !important;
  color: var(--teal);
  border: 0 !important;
  height: initial;
  padding: 0;
  text-decoration: none;
}
.btn-link::after {
  width: 12px;
  background: url(../images/btn-arrow-teal-long.svg) no-repeat right/cover;
  transition: 0.4s all;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link:active:focus {
  color: var(--teal);
}
.btn-link:hover::after, .btn-link:focus::after, .btn-link:active::after, .btn-link:active:focus::after {
  width: 32px;
}
.btn-link.text-white::after {
  background: url(../images/btn-arrow-white-long.svg) no-repeat right/cover;
}
.btn-no-arrow::after {
  display: none;
}

label {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  font-family: var(--content-font) !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin-bottom: 8px !important;
}
@media all and (max-width: 575px) {
  label {
    margin-bottom: 6px !important;
  }
}

input[type=submit] {
  display: inline-block !important;
  height: 40px !important;
  line-height: 38px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: var(--content-font) !important;
  letter-spacing: 0.1em !important;
  color: var(--teal) !important;
  background-color: transparent !important;
  border: 1px solid var(--teal) !important;
  padding: 0px 20px !important;
  vertical-align: baseline !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit]:active:focus {
  color: #ffffff !important;
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 48px !important;
  background-color: var(--input-bg) !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border: none !important;
  padding: 0 12px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  color: var(--input-color) !important;
  font-family: var(--content-font) !important;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  outline: none !important;
  position: relative;
}
@media all and (max-width: 575px) {
  textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
    height: 44px !important;
  }
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: var(--input-color) !important;
  box-shadow: none !important;
  outline: none !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/select-chevron-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 18px !important;
  border: 1px solid var(--border) !important;
}
textarea {
  height: 110px !important;
  resize: none;
  padding: 12px 16px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border: 1px solid var(--border) !important;
  line-height: 26px !important;
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
  outline: none !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 28px !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: var(--content) !important;
  font-weight: 430 !important;
  position: relative !important;
  letter-spacing: 0 !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid var(--teal);
  background: transparent;
  left: 0;
  top: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}
input[type=checkbox] + label:after {
  content: "";
  background: none !important;
  position: absolute;
  left: 6px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid var(--teal);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  display: none;
}
input[type=checkbox]:checked + label {
  user-select: none;
  -webkit-user-select: none;
}
input[type=checkbox]:checked + label:before {
  background: transparent;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 28px !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: var(--content) !important;
  font-weight: 500 !important;
  position: relative !important;
  letter-spacing: -0.01em !important;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--content);
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--content);
  left: 6px;
  top: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  user-select: none;
}
input[type=radio]:checked + label:after {
  display: block;
}

:root {
  --fixed-left-bar-width: 110px;
}
@media all and (max-width: 991px) {
  :root {
    --fixed-left-bar-width: 90px;
  }
}
@media all and (max-width: 575px) {
  :root {
    --fixed-left-bar-width: 60px;
  }
}

.top-header {
  position: fixed;
  z-index: 10;
  left: var(--fixed-left-bar-width);
  top: auto;
  right: 0;
  height: 120px;
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .top-header {
    height: 100px;
  }
}
@media all and (max-width: 1200px) {
  .top-header {
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  .top-header {
    height: 90px;
  }
}
@media all and (max-width: 575px) {
  .top-header {
    height: 80px;
  }
}
.top-header.shrink {
  background: var(--teal);
  height: 90px;
}
@media all and (max-width: 575px) {
  .top-header.shrink {
    height: 80px;
  }
}
.top-header.shrink .navbar-container {
  border-color: transparent;
}
.top-header.shrink .navbar-brand {
  width: 190px;
}
@media all and (max-width: 575px) {
  .top-header.shrink .navbar-brand {
    width: 180px;
  }
}

.navbar-container {
  height: 100%;
  width: calc(100% - 80px);
  max-width: 770px;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .navbar-container {
    width: calc(100% - 40px);
  }
}

.navbar-brand {
  width: 220px;
  transition: 0.3s all;
}
@media all and (max-width: 991px) {
  .navbar-brand {
    width: 200px;
  }
}
@media all and (max-width: 575px) {
  .navbar-brand {
    width: 180px;
  }
}
.navbar-brand img {
  width: 100%;
}

.fixed-left-bar {
  width: var(--fixed-left-bar-width);
  border-right: 2px solid var(--red);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/fixed-left-bar-bg-img.png) no-repeat center/100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  z-index: 12;
}

.main-wrapper {
  padding-left: var(--fixed-left-bar-width);
}

.hamburger-menu {
  position: relative;
  cursor: pointer;
  width: 44px;
}
@media all and (max-width: 575px) {
  .hamburger-menu {
    width: 40px;
  }
}
.hamburger-menu img {
  width: 100%;
}
.hamburger-menu img + img {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.hamburger-menu.icon-animation img {
  opacity: 0;
}
.hamburger-menu.icon-animation img + img {
  opacity: 1;
}

.navbar-cta .btn.text-white::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: var(--red);
  width: 0;
  transition: 0.4s all;
}
.navbar-cta .btn.text-white:hover, .navbar-cta .btn.text-white:focus, .navbar-cta .btn.text-white:active, .navbar-cta .btn.text-white:active:focus {
  color: var(--red) !important;
}
.navbar-cta .btn.text-white:hover::before, .navbar-cta .btn.text-white:focus::before, .navbar-cta .btn.text-white:active::before, .navbar-cta .btn.text-white:active:focus::before {
  width: 100%;
}
.navbar-cta .btn.text-white:hover::after, .navbar-cta .btn.text-white:focus::after, .navbar-cta .btn.text-white:active::after, .navbar-cta .btn.text-white:active:focus::after {
  background: url(../images/btn-arrow-red-long.svg) no-repeat right/cover;
}

.enquire-btn {
  display: flex;
  flex-direction: column;
}
.enquire-btn img {
  width: auto;
  height: 44px;
}
@media all and (max-width: 575px) {
  .enquire-btn img {
    height: 40px;
  }
}
.enquire-btn span {
  display: block;
  font-size: 10px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.video-control-btn {
  position: relative;
  height: 24px;
  width: 24px;
  background: transparent;
  border: 0;
}
.video-control-btn::before {
  content: "Listen";
  position: absolute;
  top: -18px;
  left: -8px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
}
.video-control-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/mute-icon.svg) no-repeat center/contain;
}
.video-control-btn[aria-pressed=true]::after {
  background: url(../images/unmute-icon.svg) no-repeat center/contain;
}
.video-control-btn.no-video {
  opacity: 0;
  pointer-events: none;
}
.video-control-btn.no-video::before {
  display: none;
}

.overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: 2;
  transition: 0.3s all;
  pointer-events: none;
}
.overlay.show-overlay {
  opacity: 0.3;
  pointer-events: all;
}

.flyout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  background: var(--teal);
  z-index: 11;
  transform: translateX(-100%);
  transition: 0.3s all;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 850px;
  padding: 48px 80px 70px;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .flyout-menu {
    width: 720px;
    gap: 55px;
    padding: 35px 50px 40px;
  }
}
@media all and (max-width: 1200px) {
  .flyout-menu {
    width: 720px;
    gap: 55px;
    padding: 35px 50px 40px;
  }
}
@media all and (max-width: 767px) {
  .flyout-menu {
    width: calc(100% - var(--fixed-left-bar-width));
  }
}
@media all and (max-width: 575px) {
  .flyout-menu {
    gap: 30px;
    padding: 20px 20px 20px;
  }
}
.flyout-menu.show {
  transform: none;
}

.flyout-menu-brand {
  display: flex;
  max-width: 380px;
  padding-bottom: 48px;
  border-bottom: 1px solid #FFFFFF;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .flyout-menu-brand {
    max-width: 300px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1200px) {
  .flyout-menu-brand {
    max-width: 300px;
    padding-bottom: 30px;
  }
}
.flyout-menu-brand img {
  width: 190px;
  height: auto;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .flyout-menu-brand img {
    width: 180px;
  }
}
@media all and (max-width: 1200px) {
  .flyout-menu-brand img {
    width: 180px;
  }
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 38px;
  counter-reset: my-counter;
}
.primary-nav ul li {
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul {
    gap: 26px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul {
    gap: 26px;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul {
    gap: 18px;
  }
}
.primary-nav ul li {
  counter-increment: my-counter;
  width: max-content;
  padding-left: 40px;
}
@media all and (max-width: 767px) {
  .primary-nav ul li {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li {
    padding-left: 30px;
  }
}
.primary-nav ul li::before {
  content: counter(my-counter) " ";
  height: 20px;
  width: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  transition: 0.3s all;
  position: absolute;
  top: 4px;
  left: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul li::before {
    top: 1px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li::before {
    top: 1px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav ul li::before {
    font-size: 11px;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li::before {
    height: 18px;
    width: 18px;
    font-weight: 500;
    top: 1px;
  }
}
.primary-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  padding: 0 !important;
  width: 360px;
  margin-right: 80px;
  transition: 0.3s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul li a {
    font-size: 20px !important;
    line-height: 22px !important;
    width: 300px;
    margin-right: 60px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a {
    font-size: 20px !important;
    line-height: 24px !important;
    width: 300px;
    margin-right: 60px;
  }
}
@media all and (max-width: 991px) {
  .primary-nav ul li a {
    font-size: 18px !important;
    line-height: 22px !important;
    width: 250px;
    margin-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .primary-nav ul li a {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li a {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.primary-nav ul li a::after {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../images/btn-arrow-white-long.svg) no-repeat right/cover;
  transition: 0.3s all;
  position: absolute;
  left: calc(100% - 80px);
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul li a::after {
    width: 18px;
    height: 16px;
    left: calc(100% - 60px);
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a::after {
    width: 18px;
    height: 16px;
    left: calc(100% - 60px);
  }
}
@media all and (max-width: 991px) {
  .primary-nav ul li a::after {
    left: calc(100% - 50px);
  }
}
@media all and (max-width: 767px) {
  .primary-nav ul li a::after {
    left: calc(100% - 35px);
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li a::after {
    width: 16px;
    height: 15px;
    left: calc(100% - 30px);
  }
}
.primary-nav ul li a:hover::after {
  width: 40px;
  background: url(../images/btn-arrow-red-long.svg) no-repeat right/cover;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul li a:hover::after {
    width: 35px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li a:hover::after {
    width: 35px;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li a:hover::after {
    width: 30px;
  }
}
.primary-nav ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 6px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: 0.25s all;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul li .sub-menu {
    gap: 16px;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li .sub-menu {
    gap: 16px;
  }
}
@media all and (max-width: 767px) {
  .primary-nav ul li .sub-menu {
    top: 0;
    left: 0;
    margin-top: 16px;
    position: relative;
    width: 100%;
    opacity: 1;
    transform: none;
    box-shadow: none;
    padding: 16px 20px;
    background: rgba(220, 223, 224, 0.2901960784);
    display: none;
    transition: 0s all;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li .sub-menu {
    margin-top: 10px;
    gap: 14px;
    padding: 18px 14px 14px;
  }
}
.primary-nav ul li .sub-menu li {
  width: auto;
  padding: 0;
}
.primary-nav ul li .sub-menu li::before {
  display: none;
}
.primary-nav ul li .sub-menu li a {
  white-space: nowrap;
  min-width: 250px;
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  padding: 0 !important;
  width: auto;
  margin: 0;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .primary-nav ul li .sub-menu li a {
    min-width: 220px;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media all and (max-width: 1200px) {
  .primary-nav ul li .sub-menu li a {
    min-width: 220px;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media all and (max-width: 575px) {
  .primary-nav ul li .sub-menu li a {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.primary-nav ul li .sub-menu li a::after {
  width: 16px;
  height: 14px;
  left: calc(100% - 20px);
}
@media all and (max-width: 575px) {
  .primary-nav ul li .sub-menu li a::after {
    width: 14px;
    height: 12px;
  }
}
.primary-nav ul li .sub-menu li a:hover {
  color: var(--red) !important;
}
.primary-nav ul li .sub-menu li a:hover::after {
  width: 26px;
  background: url(../images/btn-arrow-red-long.svg) no-repeat right/cover;
}
.primary-nav ul li:hover::before {
  border-color: var(--red);
  color: var(--red);
}
.primary-nav ul li:hover > a {
  color: var(--red) !important;
}
@media (min-width: 601px) {
  .primary-nav ul li:hover .sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
  }
}

.secondary-nav-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: auto;
}
@media all and (max-width: 575px) {
  .secondary-nav-meta {
    gap: 20px;
  }
}
.secondary-nav-meta .secondary-nav-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.secondary-nav-meta .secondary-nav-meta-item p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0;
}
@media all and (max-width: 575px) {
  .secondary-nav-meta .secondary-nav-meta-item p {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
  }
}
.secondary-nav-meta .secondary-nav-meta-item a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  color: #FFFFFF;
}
@media all and (max-width: 575px) {
  .secondary-nav-meta .secondary-nav-meta-item a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
}

footer {
  overflow: hidden;
  padding: 16px 16px 20px;
  background: var(--teal);
}

.footer-outer-container {
  padding: 80px 0;
  background: #01444F;
}
@media all and (max-width: 991px) {
  .footer-outer-container {
    padding: 60px 0;
  }
}
@media all and (max-width: 575px) {
  .footer-outer-container {
    padding: 40px 0;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .footer-top {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-top {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .footer-top {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .footer-top {
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 575px) {
  .footer-top {
    gap: 30px;
    flex-direction: column;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media all and (max-width: 991px) {
  .footer-bottom {
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 575px) {
  .footer-bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.footer-nav-list h4 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F3F1EE;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .footer-nav-list h4 {
    margin-bottom: 14px;
  }
}
.footer-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-list ul li {
  margin: 0;
}
.footer-nav-list ul li {
  line-height: 12px;
  margin-bottom: 14px;
}
.footer-nav-list ul li:last-child {
  margin-bottom: 0;
}
.footer-nav-list ul li a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 241, 238, 0.48);
  transition: 0.3s all;
}
.footer-nav-list ul li a:hover {
  color: var(--red);
}

.footer-logo {
  margin-left: 40px;
}
@media all and (max-width: 1200px) {
  .footer-logo {
    margin-left: 0;
  }
}
.footer-logo a {
  display: inline-block;
}

.footer-action-list {
  margin-bottom: 30px;
}
.footer-action-list:last-child {
  margin-bottom: 0;
}
.footer-action-list h4 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #C2DDD6;
  margin-bottom: 8px;
}
.footer-action-list .footer-action-link {
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-decoration: underline;
  transition: 0.3s all;
}
.footer-action-list .footer-action-link:hover {
  color: var(--red);
}
.footer-action-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-action-list ul li {
  margin: 0;
}
.footer-action-list ul li {
  line-height: 12px;
  margin-bottom: 14px;
}
.footer-action-list ul li a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C2DDD6;
  transition: 0.3s all;
}
.footer-action-list ul li a:hover {
  color: var(--red);
}

.footer-action-btn {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: white;
  text-transform: uppercase;
  background: #01505C;
  padding: 26px 28px;
}
@media all and (max-width: 1200px) {
  .footer-action-btn {
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .footer-action-btn {
    gap: 10px;
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .footer-action-btn {
    width: max-content;
    gap: 6px;
    padding: 12px;
    font-size: 12px;
  }
}
.footer-action-btn img {
  width: 48px;
}
@media all and (max-width: 575px) {
  .footer-action-btn img {
    width: 40px;
  }
}

.footer-info {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: white;
  max-width: 240px;
}
@media all and (max-width: 991px) {
  .footer-info {
    max-width: 100%;
    text-align: left;
  }
}
@media all and (max-width: 575px) {
  .footer-info {
    font-size: 14px;
    line-height: 26px;
  }
}

.footer-logo-large-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  overflow: hidden;
}
.footer-logo-large-wrapper .footer-logo-large {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .footer-logo-large-wrapper .footer-logo-large img {
    height: 150px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .footer-logo-large-wrapper .footer-logo-large img {
    height: 120px;
  }
}
@media all and (max-width: 1200px) {
  .footer-logo-large-wrapper .footer-logo-large img {
    height: 100px;
  }
}
@media all and (max-width: 991px) {
  .footer-logo-large-wrapper .footer-logo-large img {
    height: 76px;
  }
}
@media all and (max-width: 767px) {
  .footer-logo-large-wrapper .footer-logo-large img {
    height: 54px;
  }
}
@media all and (max-width: 575px) {
  .footer-logo-large-wrapper .footer-logo-large img {
    height: 30px;
  }
}
.footer-logo-large-wrapper .footer-legal-note {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #6FB2B2;
  text-align: center;
  text-transform: uppercase;
}
.footer-logo-large-wrapper .footer-legal-note a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all;
}
.footer-logo-large-wrapper .footer-legal-note a:hover {
  color: var(--red);
}

.gform_wrapper.gravity-theme .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 20px !important;
}
.gform_wrapper.gravity-theme .gform_fields .gfield {
  width: 100%;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox input[type=checkbox] {
  display: none !important;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox label {
  text-transform: none !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 30px 0 0 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  position: relative !important;
  background: rgba(255, 0, 0, 0.06) !important;
  padding: 16px 16px 16px 46px !important;
  border-radius: 10px !important;
  margin-bottom: 24px !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
}
@media all and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 14px 14px 14px 40px !important;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 450 !important;
  letter-spacing: 0.003125em;
  color: #ff2323 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
  text-transform: none;
}
@media all and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    font-size: 12px !important;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: url(../images/warning-icon.svg) no-repeat center/contain;
  top: 18px;
  left: 16px;
  pointer-events: none;
}
@media all and (max-width: 575px) {
  .gform_wrapper.gravity-theme .gform_validation_errors::after {
    height: 16px;
    width: 16px;
    top: 17px;
    left: 12px;
  }
}
.gform_wrapper.gravity-theme .gform_validation_errors .gform-icon--close {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #EE222F !important;
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox] {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type=checkbox] + label {
  text-transform: none !important;
}
.gform_wrapper.gravity-theme .validation_message {
  position: relative;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0.003125em !important;
  color: #EE222F !important;
  background: transparent !important;
  padding: 0 20px 0 0 !important;
  border: 0 !important;
  margin-top: 6px;
}
.gform_wrapper.gravity-theme .validation_message::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/icon-alert-circle-red.svg) no-repeat center/contain;
}
.gform_wrapper.gravity-theme .gform_confirmation_wrapper {
  padding: 10px 20px;
  background: #C2DDD6;
  border: 1px solid var(--teal);
  font-size: 16px;
  font-weight: 500;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.swiper-button-prev, .swiper-button-next {
  position: initial;
  transform: none;
  margin: 0;
  background: url(../images/slider-arrow-left.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  transition: 0.3s all;
}
@media all and (max-width: 575px) {
  .swiper-button-prev, .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

.swiper-button-next {
  background: url(../images/slider-arrow-right.svg) no-repeat center/contain;
}

.hammerhead {
  position: initial;
  font-weight: 500;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 29px;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  .hammerhead {
    font-size: 13px;
    line-height: 18px;
  }
}
.hammerhead span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(../images/hammerhead-count-circle-icon.svg) no-repeat center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  position: relative;
  padding-top: 1px;
}
.hammerhead span::after {
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  left: 100%;
  background: url(../images/hammerhead-count-circle-arrow.svg) no-repeat center/contain;
}

.section-heading {
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading h2 {
  margin-bottom: 12px;
}
@media all and (max-width: 575px) {
  .section-heading h2 {
    margin-bottom: 6px;
  }
}
.section-heading h2:last-child {
  margin-bottom: 0;
}

.heading-component {
  margin-top: 74px;
  margin-bottom: 70px;
}
@media all and (max-width: 1200px) {
  .heading-component {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 991px) {
  .heading-component {
    margin-top: 0;
  }
}
@media all and (max-width: 575px) {
  .heading-component {
    margin-bottom: 40px;
  }
}
.heading-component .hammerhead {
  position: absolute;
  top: -74px;
}
@media all and (max-width: 991px) {
  .heading-component .hammerhead {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .heading-component .hammerhead {
    margin-bottom: 30px;
  }
}
.heading-component .heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  max-width: 425px;
}
@media all and (max-width: 991px) {
  .heading-component .heading {
    max-width: 100%;
  }
}
.heading-component .heading h2 {
  margin-bottom: 24px;
}
.heading-component .heading .btn {
  margin-top: auto;
}
.heading-component .info {
  max-width: 425px;
}
@media all and (max-width: 991px) {
  .heading-component .info {
    max-width: 100%;
  }
}

.bg-teal {
  background: var(--teal) !important;
}
.bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal h5, .bg-teal h6, .bg-teal p, .bg-teal div, .bg-teal span, .bg-teal a {
  color: #FFFFFF;
}
.bg-teal .btn-link::after {
  background: url(../images/btn-arrow-white-long.svg) no-repeat right/cover;
}
.bg-teal .btn-link:hover, .bg-teal .btn-link:focus, .bg-teal .btn-link:active, .bg-teal .btn-link:active:focus {
  color: #FFFFFF;
}
.bg-teal .heading .hammerhead {
  color: #FFFFFF;
}
.bg-teal .heading .hammerhead span {
  filter: brightness(0) invert(1);
}
.bg-teal .swiper-button-prev {
  background: url(../images/slider-arrow-left-white.svg) no-repeat center/contain;
}
.bg-teal .swiper-button-next {
  background: url(../images/slider-arrow-right-white.svg) no-repeat center/contain;
}
.bg-teal .default-tab .nav .nav-link.active {
  background: white;
  border-color: white;
}
.bg-teal .default-tab .tab-info {
  background: white;
}
.bg-teal .faq-accordion .accordion-item {
  background: white;
}
.bg-teal .gallery-tab .btn {
  background: white;
  border-color: white;
}
.bg-teal label {
  color: white !important;
}
.bg-teal .social-link h3 {
  color: white;
}
.bg-teal .social-link .social-icon ul li a {
  color: white;
  border-color: white;
}
.bg-teal .gform_wrapper.gravity-theme .gform_validation_errors {
  background: white !important;
}
.bg-teal .gform_wrapper.gravity-theme .gform_confirmation_wrapper {
  background: white !important;
}
.bg-teal .gform_confirmation_message {
  color: var(--teal) !important;
}

.bg-light-teal {
  background: var(--light-teal) !important;
}
.bg-light-teal .btn-link::after {
  background: url(../images/btn-arrow-teal-long.svg) no-repeat right/cover;
}
.bg-light-teal .btn-link:hover, .bg-light-teal .btn-link:focus, .bg-light-teal .btn-link:active, .bg-light-teal .btn-link:active:focus {
  color: var(--teal);
}
.bg-light-teal .img-info-card .btn-link::after {
  background: url(../images/btn-arrow-white-long.svg) no-repeat right/cover;
}
.bg-light-teal .img-info-card .btn-link:hover, .bg-light-teal .img-info-card .btn-link:focus, .bg-light-teal .img-info-card .btn-link:active, .bg-light-teal .img-info-card .btn-link:active:focus {
  color: white;
}
.bg-light-teal .default-tab .nav .nav-link.active {
  background: white;
}
.bg-light-teal .default-tab .tab-info {
  background: white;
}
.bg-light-teal .faq-accordion .accordion-item {
  background: white;
}
.bg-light-teal .social-link h3 {
  color: var(--heading);
}
.bg-light-teal .social-link .social-icon ul li a {
  border-color: var(--teal);
  color: var(--teal);
}
.bg-light-teal label {
  color: var(--teal) !important;
}
.bg-light-teal .contact-detail {
  border-color: rgba(2, 85, 97, 0.2);
}
.bg-light-teal .contact-detail:nth-last-child(1 of .contact-detail) {
  border-color: rgba(2, 85, 97, 0.2);
}
.bg-light-teal .gform_wrapper.gravity-theme .gform_validation_errors {
  background: white !important;
}
.bg-light-teal .gform_wrapper.gravity-theme .gform_confirmation_wrapper {
  background: white !important;
}
.bg-light-teal .gform_confirmation_message {
  color: var(--teal) !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
  align-content: center;
  background: var(--teal);
  padding: 0;
}
.hero-section .hero-bg-img {
  position: absolute;
  inset: 0;
}
.hero-section .hero-bg-img img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-section .hero-bg-img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .hero-section .hero-bg-img iframe {
    transform: scale(1.5);
  }
}
@media all and (max-width: 1200px) {
  .hero-section .hero-bg-img iframe {
    transform: scale(2.5);
  }
}
@media all and (max-width: 767px) {
  .hero-section .hero-bg-img iframe {
    transform: scale(4);
  }
}
.hero-section .hero-bg-img video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: 1;
}
.hero-section .hero-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.78%, rgba(0, 0, 0, 0.75) 100%);
  transform: rotate(180deg);
  z-index: 2;
}
.hero-section .hero-content {
  position: relative;
  max-width: 710px;
  margin: 0 auto;
}
.hero-section .hero-content h1:last-child {
  margin-bottom: 0;
}
.hero-section .scroll-to-next-section-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 575px) {
  .hero-section .scroll-to-next-section-btn {
    width: 44px;
    height: 44px;
    bottom: 36px;
  }
}
.hero-section .scroll-to-next-section-btn img {
  width: 100%;
}

.hero-section-large {
  height: 100dvh;
}
@media all and (max-width: 1200px) {
  .hero-section-large {
    height: 800px;
  }
}
@media all and (max-width: 767px) {
  .hero-section-large {
    height: 100dvh;
  }
}
@media all and (max-width: 575px) {
  .hero-section-large {
    height: 600px;
  }
}
.hero-section-large .scroll-to-next-section-btn {
  bottom: 54px;
}

.hero-section-medium {
  height: 600px;
}
@media all and (max-width: 575px) {
  .hero-section-medium {
    height: 500px;
  }
}

.hero-section-small {
  height: 400px;
  padding-top: var(--fixed-left-bar-width);
  padding-bottom: 0;
  background: #067F82;
}
@media all and (max-width: 1200px) {
  .hero-section-small {
    height: 360px;
  }
}

.full-screen-img-section {
  padding: 0;
}

.full-screen-section-img {
  line-height: 0;
}
.full-screen-section-img iframe, .full-screen-section-img video {
  width: 100%;
  aspect-ratio: 16/9;
}

.container-width-carousel-navigation {
  position: absolute;
  bottom: 0;
  left: -80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .container-width-carousel-navigation {
    position: initial;
    flex-direction: row;
    padding-top: 40px;
  }
}
@media all and (max-width: 575px) {
  .container-width-carousel-navigation {
    padding-top: 30px;
  }
}

.two-col-card-link-row {
  row-gap: 30px;
}

.three-col-card-link-row {
  row-gap: 30px;
}
.three-col-card-link-row .img-info-card {
  aspect-ratio: 1/1.45;
}

.img-info-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/0.94;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.img-info-card .img-info-card-thumbnail {
  position: absolute;
  inset: 0;
}
.img-info-card .img-info-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.img-info-card .img-info-card-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--teal);
  opacity: 0.55;
}
.img-info-card .hammerhead {
  justify-content: center;
  position: relative;
  color: #ffffff;
  margin-bottom: 4px;
}
.img-info-card h3, .img-info-card .h4 {
  margin: 0;
  color: #ffffff;
}
.img-info-card .btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  color: #ffffff;
}
.img-info-card .btn-link::after {
  background: url(../images/btn-arrow-white-long.svg) no-repeat right/cover;
}
.img-info-card:hover .img-info-card-thumbnail img {
  transform: scale(1.3);
}
.img-info-card:hover .btn::after {
  width: 32px;
}

.activity-card-row {
  row-gap: 80px;
}
@media all and (max-width: 1200px) {
  .activity-card-row {
    row-gap: 50px;
  }
}
@media all and (max-width: 991px) {
  .activity-card-row {
    row-gap: 40px;
  }
}
@media all and (max-width: 575px) {
  .activity-card-row {
    row-gap: 30px;
  }
}

.activity-card .activity-card-img {
  display: flex;
  overflow: hidden;
  aspect-ratio: 1/0.94;
}
.activity-card .activity-card-img a {
  display: flex;
}
.activity-card .activity-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.activity-card .activity-card-img:hover img {
  transform: scale(1.3);
}
.activity-card .activity-card-info {
  padding-top: 30px;
  text-align: center;
}
.activity-card .activity-card-info .hammerhead {
  justify-content: center;
  margin-bottom: 5px;
}

.activity-row-btn {
  margin-top: 80px;
  padding-top: 58px;
  padding-bottom: 58px;
  text-align: center;
  border-block: 1px solid #ffffff;
}
@media all and (max-width: 1200px) {
  .activity-row-btn {
    margin-top: 60px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media all and (max-width: 575px) {
  .activity-row-btn {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.img-content-block {
  overflow: hidden;
}
.img-content-block .heading-component .heading {
  height: auto;
}
.img-content-block .half-container-width-carousel {
  max-width: 685px;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .img-content-block .half-container-width-carousel {
    margin-left: 0;
  }
}
.img-content-block .heading {
  max-width: 345px;
}
@media all and (max-width: 1200px) {
  .img-content-block .heading {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
@media all and (max-width: 575px) {
  .img-content-block .heading {
    margin-bottom: 40px;
  }
}
.img-content-block.carousel-position-left .row.heading-component {
  flex-direction: row-reverse;
}
.img-content-block.carousel-position-left .half-container-width-carousel {
  margin-left: 0;
}
.img-content-block.carousel-position-left .half-container-width-carousel-navigation {
  left: 0;
}
.img-content-block.carousel-position-left .heading {
  margin-left: auto;
}

.half-container-width-carousel-navigation {
  position: absolute;
  top: -84px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .half-container-width-carousel-navigation {
    position: initial !important;
    padding-top: 40px;
  }
}
@media all and (max-width: 575px) {
  .half-container-width-carousel-navigation {
    padding-top: 30px;
  }
}

.default-tab {
  gap: 30px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .default-tab {
    gap: 24px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .default-tab {
    gap: 24px;
  }
}
@media all and (max-width: 1200px) {
  .default-tab {
    gap: 24px;
  }
}
@media all and (max-width: 767px) {
  .default-tab {
    flex-direction: column;
  }
}
.default-tab .nav {
  flex-direction: column;
  flex: none;
  gap: 25px;
  width: 352px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .default-tab .nav {
    width: 300px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .default-tab .nav {
    width: 300px;
  }
}
@media all and (max-width: 1200px) {
  .default-tab .nav {
    width: 300px;
  }
}
@media all and (max-width: 991px) {
  .default-tab .nav {
    width: 270px;
  }
}
@media all and (max-width: 767px) {
  .default-tab .nav {
    width: 100%;
    flex-direction: row;
    gap: 20px;
  }
}
.default-tab .nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 70px;
  height: 72px;
  white-space: nowrap;
  text-align: left;
  color: #6FB2B2;
  padding: 0 20px;
  border: 1px solid #6FB2B2;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .default-tab .nav .nav-link {
    font-size: 17px;
    height: 62px;
    line-height: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .default-tab .nav .nav-link {
    font-size: 17px;
    height: 62px;
    line-height: 60px;
  }
}
@media all and (max-width: 1200px) {
  .default-tab .nav .nav-link {
    font-size: 16px;
    height: 62px;
    line-height: 60px;
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .default-tab .nav .nav-link {
    height: 52px;
    line-height: 50px;
    text-align: center;
  }
}
@media all and (max-width: 575px) {
  .default-tab .nav .nav-link {
    font-size: 14px;
    height: 48px;
    line-height: 46px;
  }
}
.default-tab .nav .nav-link.active {
  background: rgba(255, 255, 255, 0.5);
  color: #067F82;
  border: 1px solid #067F82;
}
.default-tab .tab-content {
  width: 100%;
}
.default-tab .tab-info {
  color: #111111;
  background: var(--light-bg);
  border: 1px solid #067F82;
  padding: 24px 25px;
  max-width: 702px;
}
@media all and (max-width: 575px) {
  .default-tab .tab-info {
    padding: 20px;
  }
}
.default-tab .tab-info h2, .default-tab .tab-info h3, .default-tab .tab-info h4, .default-tab .tab-info h5 {
  color: var(--teal);
}
.default-tab .tab-info p {
  color: inherit;
  max-width: 576px;
}

.default-tab.default-tab-accordion .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  .default-tab.default-tab-accordion .nav-link {
    width: 100%;
  }
}
.default-tab.default-tab-accordion .nav-link::after {
  content: "";
  position: relative;
  top: -1px;
  height: 24px;
  width: 24px;
  background: url(../images/accordion-btn-arrow-light.svg) no-repeat center/contain;
}
.default-tab.default-tab-accordion .nav-link.active::after {
  background: url(../images/accordion-btn-arrow-dark.svg) no-repeat center/contain;
}
.default-tab.default-tab-accordion .tab-info {
  padding: 0;
  border: 0;
  background: transparent;
}

.faq-accordion .accordion-item {
  background: var(--light-bg);
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #067F82;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-accordion .accordion-item {
    padding: 22px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item {
    padding: 22px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item {
    padding: 22px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .faq-accordion .accordion-item {
    padding: 20px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item {
    padding: 14px 18px 10px;
  }
}
.faq-accordion .accordion-item h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #067F82;
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq-accordion .accordion-item .accordion-button {
  font-size: inherit;
  font-weight: inherit;
  background: none;
  text-transform: uppercase;
  letter-spacing: inherit;
  color: inherit;
  padding: 0;
  gap: 20px;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
}
.faq-accordion .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background: url(../images/accordion-plus-icon.svg) no-repeat center/contain;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 1200px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 575px) {
  .faq-accordion .accordion-item .accordion-button::after {
    width: 16px;
    height: 16px;
  }
}
.faq-accordion .accordion-item .accordion-button[aria-expanded=true]::after {
  transform: rotate(135deg);
}
.faq-accordion .accordion-item .accordion-body {
  padding: 14px 0 0;
  color: #111111;
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.contact-details-row {
  margin-left: -35px;
  margin-right: -35px;
}
@media all and (max-width: 1200px) {
  .contact-details-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (max-width: 991px) {
  .contact-details-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contact-details-row > [class*=col] {
  padding-left: 35px;
  padding-right: 35px;
}
@media all and (max-width: 1200px) {
  .contact-details-row > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 991px) {
  .contact-details-row > [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-detail {
  display: flex;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
}
@media all and (max-width: 991px) {
  .contact-detail {
    padding: 20px 0;
  }
}
@media all and (max-width: 575px) {
  .contact-detail {
    gap: 18px;
    padding: 16px 0;
  }
}
.contact-detail:nth-last-child(1 of .contact-detail) {
  border-bottom: 1px solid var(--border-color);
}
.contact-detail figure {
  height: 30px;
  width: 30px;
}
@media all and (max-width: 575px) {
  .contact-detail figure {
    height: 24px;
    width: 24px;
  }
}
.contact-detail h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media all and (max-width: 575px) {
  .contact-detail h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
.contact-detail p {
  font-weight: 500;
}
.contact-detail p a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  transition: 0.3s all;
}
.contact-detail p a:hover {
  color: var(--red);
}

.social-link {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
@media all and (max-width: 575px) {
  .social-link {
    gap: 16px;
    flex-direction: column;
    align-items: start;
  }
}
.social-link h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #6FB2B2;
  margin-bottom: 0;
}
.social-link .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
}
.social-link .social-icon ul li {
  margin: 0;
}
.social-link .social-icon ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  color: #6FB2B2;
  border: 1px solid #6FB2B2;
  border-radius: 50%;
  transition: 0.3s all;
}
.social-link .social-icon ul li a:hover {
  color: var(--red);
  border-color: var(--red);
}

@media all and (max-width: 991px) {
  .contact-form {
    margin-top: 30px;
  }
}

.map-wrapper {
  aspect-ratio: 72/35;
}
@media all and (max-width: 767px) {
  .map-wrapper {
    height: 400px;
  }
}

.cta-section {
  position: relative;
  overflow: hidden;
}
.cta-section .cta-bg {
  position: absolute;
  inset: 0;
}
.cta-section .cta-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cta-section .cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.25;
}

.cta-info {
  text-align: center;
  position: relative;
  max-width: 985px;
  margin: 0 auto;
}
.cta-info .hammerhead {
  justify-content: center;
  color: #ffffff;
  margin-bottom: 20px;
}
@media all and (max-width: 575px) {
  .cta-info .hammerhead {
    margin-bottom: 12px;
  }
}
.cta-info h2 {
  color: white;
}
@media all and (max-width: 575px) {
  .cta-info h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.cta-info p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
}
@media all and (max-width: 575px) {
  .cta-info p {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
  }
}

.testimonial-section {
  position: relative;
  overflow: hidden;
}
.testimonial-section .testimonial-bg {
  position: absolute;
  inset: 0;
}

section.pattern-bg {
  background: url(../images/pattern-bg.png) no-repeat center/cover;
}

.testimonial-carousel .testimonial-swiper-pagination {
  position: relative;
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  .testimonial-carousel .testimonial-swiper-pagination {
    margin-top: 40px;
  }
}
@media all and (max-width: 991px) {
  .testimonial-carousel .testimonial-swiper-pagination {
    margin-top: 30px;
  }
}
.testimonial-carousel .testimonial-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #6FB2B2;
  opacity: 0.5;
  margin: 0 8px;
}
.testimonial-carousel .testimonial-swiper-pagination .swiper-pagination-bullet-active {
  background: #067F82;
  opacity: 1;
}

.testimonial-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  color: var(--teal);
}
@media all and (max-width: 1200px) {
  .testimonial-card {
    gap: 40px;
  }
}
@media all and (max-width: 991px) {
  .testimonial-card {
    gap: 30px;
  }
}
@media all and (max-width: 575px) {
  .testimonial-card {
    gap: 20px;
  }
}
.testimonial-card figure {
  height: 60px;
  width: 60px;
}
@media all and (max-width: 575px) {
  .testimonial-card figure {
    height: 50px;
    width: 50px;
  }
}
.testimonial-card p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .testimonial-card p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .testimonial-card p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}
.testimonial-card .testimonial-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 26px;
}
.testimonial-card .testimonial-meta ul li {
  margin: 0;
}
.testimonial-card .testimonial-meta ul li {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.testimonial-card .testimonial-meta ul li::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -13px;
  background: var(--teal);
  height: 12px;
  width: 1px;
}
.testimonial-card .testimonial-meta ul li:last-child::after {
  display: none;
}

.gallery-filter-btn-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .gallery-filter-btn-wrapper {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .gallery-filter-btn-wrapper {
    gap: 16px;
  }
}
@media all and (max-width: 575px) {
  .gallery-filter-btn-wrapper {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.gallery-filter-btn-wrapper .btn {
  background: transparent;
  color: var(--teal);
  border: 1px solid var(--teal);
}
.gallery-filter-btn-wrapper .btn::after {
  background: url(../images/btn-arrow-teal.svg) no-repeat right/cover;
  transition: 0.4s all;
}
@media all and (max-width: 575px) {
  .gallery-filter-btn-wrapper .btn {
    padding: 0 20px;
  }
}
.gallery-filter-btn-wrapper .btn:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: white;
}
.gallery-filter-btn-wrapper .btn:hover::after {
  background: url(../images/btn-arrow-white.svg) no-repeat right/cover;
  transform: rotate(90deg);
}
@media all and (max-width: 575px) {
  .gallery-filter-btn-wrapper .btn::after {
    display: none;
  }
}

.row.masonry-wrapper [class*=col] {
  margin-bottom: 30px;
}

.fancybox__container.is-ready {
  background: #EFEADF;
}

.fancybox__slide.has-caption {
  padding-top: 100px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 100px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  .fancybox__slide.has-caption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  .fancybox__slide.has-caption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1200px) {
  .fancybox__slide.has-caption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 991px) {
  .fancybox__slide.has-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 575px) {
  .fancybox__slide.has-caption {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

.fancybox__dialog .fb-custom-header {
  position: absolute;
  top: 34px;
  left: 46px;
  width: auto;
  z-index: 9999;
}
.fancybox__dialog .fb-custom-header h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.fancybox__dialog .f-carousel__toolbar__column.is-left {
  position: fixed;
  bottom: 42px;
  left: 40px;
  text-shadow: none;
}
.fancybox__dialog .f-carousel__toolbar__column.is-left .f-counter {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #222E2B;
  padding: 0;
}
.fancybox__dialog .f-carousel__toolbar__column.is-right {
  position: absolute;
  top: 34px;
  right: 46px;
}
@media all and (max-width: 575px) {
  .fancybox__dialog .f-carousel__toolbar__column.is-right {
    top: 14px;
    right: 14px;
  }
}
.fancybox__dialog .f-carousel__toolbar__column.is-right .f-button {
  height: 26px;
  width: 26px;
  background: url(../images/gallery/gallery-close-icon.svg) no-repeat center/14px;
}
.fancybox__dialog .f-carousel__toolbar__column.is-right .f-button svg {
  display: none;
}
.fancybox__dialog .f-button {
  width: 44px;
  height: 30px;
  transform: none !important;
}
.fancybox__dialog .f-button svg {
  display: none;
}
.fancybox__dialog .f-button::before {
  display: none;
}
.fancybox__dialog .f-button.is-prev {
  background: url(../images/gallery/arrow-left-icon.svg) no-repeat center/contain;
  inset: auto 128px 30px auto !important;
}
.fancybox__dialog .f-button.is-next {
  background: url(../images/gallery/arrow-right-icon.svg) no-repeat center/contain;
  inset: auto 40px 30px auto !important;
}
.fancybox__dialog .f-caption {
  position: absolute;
  left: 48px;
  bottom: 0;
  display: flex;
  gap: 30px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #222E2B;
  padding: 42px 0;
  margin-right: auto;
}
@media all and (max-width: 1200px) {
  .fancybox__dialog .f-caption {
    left: 40px;
  }
}
@media all and (max-width: 767px) {
  .fancybox__dialog .f-caption {
    position: initial;
  }
}
@media all and (max-width: 575px) {
  .fancybox__dialog .f-caption {
    padding: 32px 0;
  }
}
.fancybox__dialog .f-caption span {
  white-space: nowrap;
}

.gallery-tab .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
@media all and (max-width: 1200px) {
  .gallery-tab .nav {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .gallery-tab .nav {
    gap: 16px;
  }
}
@media all and (max-width: 575px) {
  .gallery-tab .nav {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.gallery-tab .btn {
  background: transparent;
  color: var(--teal);
  border: 1px solid var(--teal);
}
.gallery-tab .btn::after {
  background: url(../images/btn-arrow-teal.svg) no-repeat right/cover;
  transition: 0.4s all;
}
@media all and (max-width: 575px) {
  .gallery-tab .btn {
    padding: 0 20px;
  }
}
.gallery-tab .btn:hover, .gallery-tab .btn.active {
  border-color: var(--red);
  background-color: var(--red);
  color: white;
}
.gallery-tab .btn:hover::after, .gallery-tab .btn.active::after {
  background: url(../images/btn-arrow-white.svg) no-repeat right/cover;
  transform: rotate(90deg);
}
@media all and (max-width: 575px) {
  .gallery-tab .btn::after {
    display: none;
  }
}

.masonry-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.masonry-wrapper .gallery-card {
  padding: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .masonry-wrapper .gallery-card {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masonry-wrapper .gallery-card {
    width: 33.333%;
  }
}

body.error404 .top-header {
  background: var(--teal);
}

section.section-404 {
  padding-top: 240px;
}
@media all and (min-width: 1601px) and (max-width: 1800px) {
  section.section-404 {
    padding-top: 220px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1600px) {
  section.section-404 {
    padding-top: 220px;
  }
}
@media all and (max-width: 1200px) {
  section.section-404 {
    padding-top: 190px;
  }
}
@media all and (max-width: 767px) {
  section.section-404 {
    padding-top: 160px;
  }
}
@media all and (max-width: 575px) {
  section.section-404 {
    padding-top: 130px;
  }
}

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