/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
/*
    * Main SCSS file for the Community Sailing Center website.
    * @file main.scss
    * @description This file contains the main SCSS for the Community Sailing Center website.
    * @since 1.0.0
    * @version 1.0.0
    * @package Community Sailing Center

*/
/*
    * Main SCSS Settings file for the Community Sailing Center website.
    * @file main.scss
    * @description This file contains the main SCSS for the Community Sailing Center website.
    * @since 1.0.0
    * @version 1.0.0
    * @package Community Sailing Center

*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  display: block;
  content: "";
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 12px;
}

i,
em {
  font-style: italic;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

:root {
  --color-white-base: 255, 255, 255;
  --color-black-base: 0, 0, 0;
  --color-gray-base: 186, 186, 186;
  --color-aqua-base: 0, 169, 231;
  --color-navy-base: 0, 32, 73;
  --color-green-base: 108, 181, 32;
  --color-yellow-base: 255, 204, 0;
  --color-red-base: 219, 59, 0;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #BABABA;
  --color-aqua: #00A9E7;
  --color-navy: #002049;
  --color-green: #6CB520;
  --color-yellow: #FFCC00;
  --color-red: #DB3B00;
  --gap-xsmall: 10px;
  --gap-small: 12px;
  --gap-medium: 30px;
  --gap-large: 40px;
  --gap-xlarge: 60px;
  --gap-xxlarge: 90px;
  --width-content: 1366px;
  --width-max: 1600px;
  --border-radius-sm: 12px;
  --border-radius-lg: 20px;
  --button-radius: 30px;
  --button-padding-small-x: 15px;
  --button-padding-small-y: 7px;
  --button-lineheight-small: 18px;
  --button-padding-medium-x: 24px;
  --button-padding-medium-y: 10px;
  --button-lineheight-medium: 19px;
  --button-padding-default-x: 24px;
  --button-padding-default-y: 12px;
  --button-lineheight-default: 22px;
  --swiper-nav-height: 50px;
  --swiper-nav-width: 50px;
}

.row {
  width: 100%;
  max-width: var(--row-content-width);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap-medium);
}
@media only screen and (min-width: 0) {
  .row .small-1 {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 0) {
  .row .small-2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 0) {
  .row .small-3 {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 0) {
  .row .small-4 {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 0) {
  .row .small-5 {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 0) {
  .row .small-6 {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 0) {
  .row .small-7 {
    grid-column: span 7;
  }
}
@media only screen and (min-width: 0) {
  .row .small-8 {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 0) {
  .row .small-9 {
    grid-column: span 9;
  }
}
@media only screen and (min-width: 0) {
  .row .small-10 {
    grid-column: span 10;
  }
}
@media only screen and (min-width: 0) {
  .row .small-11 {
    grid-column: span 11;
  }
}
@media only screen and (min-width: 0) {
  .row .small-12 {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-1 {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-3 {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-4 {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-5 {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-6 {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-7 {
    grid-column: span 7;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-8 {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-9 {
    grid-column: span 9;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-10 {
    grid-column: span 10;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-11 {
    grid-column: span 11;
  }
}
@media only screen and (min-width: 768px) {
  .row .medium-12 {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-1 {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-3 {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-4 {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-5 {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-6 {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-7 {
    grid-column: span 7;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-8 {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-9 {
    grid-column: span 9;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-10 {
    grid-column: span 10;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-11 {
    grid-column: span 11;
  }
}
@media only screen and (min-width: 960px) {
  .row .large-12 {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-1 {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-3 {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-4 {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-5 {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-6 {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-7 {
    grid-column: span 7;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-8 {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-9 {
    grid-column: span 9;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-10 {
    grid-column: span 10;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-11 {
    grid-column: span 11;
  }
}
@media only screen and (min-width: 1366px) {
  .row .xlarge-12 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 767px) {
  .row .cell.order-1 {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .row .cell.order-2 {
    order: 2;
  }
}
.row.align-center {
  align-items: center;
}

html {
  background: var(--color-navy);
}

body {
  background-color: var(--color-white);
}
@media only screen and (min-width: 960px) {
  body {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    box-shadow: 0 0 60px rgba(var(--color-black-base), 1);
  }
}

main {
  background: var(--color-white);
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container.center {
  justify-self: center;
}

.align-center {
  justify-content: center;
}
.align-middle {
  align-items: center;
}
.align-top {
  align-items: flex-start;
}
.align-bottom {
  align-items: flex-end;
}

.width-content {
  max-width: var(--width-content);
}
.width-max {
  max-width: var(--width-max);
}

.wp-blocks-columns {
  max-width: var(--width-content);
}

.block a {
  display: block !important;
}

.elementor-element .elementor-widget-text-editor a {
  word-wrap: break-word;
}

body.search .header {
  position: relative;
  background: var(--color-navy);
}
@media only screen and (min-width: 960px) {
  body.search .header {
    padding-bottom: 0;
  }
  body.search .header .row {
    gap: 0;
  }
  body.search .header .navigation .top-level.current-menu-ancestor .menu-item-has-children-text {
    background-color: var(--color-aqua);
  }
}

.elementor-form .elementor-field-type-html p {
  margin-bottom: 10px;
}
.elementor-form .elementor-field-type-text, .elementor-form .elementor-field-type-email, .elementor-form .elementor-field-type-tel, .elementor-form .elementor-field-type-number, .elementor-form .elementor-field-type-textarea, .elementor-form .elementor-field-type-radio {
  font-size: 18px;
  line-height: 22px;
}
.elementor-form .elementor-field-type-text label, .elementor-form .elementor-field-type-email label, .elementor-form .elementor-field-type-tel label, .elementor-form .elementor-field-type-number label, .elementor-form .elementor-field-type-textarea label, .elementor-form .elementor-field-type-radio label {
  text-transform: uppercase;
}
.elementor-form .elementor-field-type-select {
  font-size: 18px;
  line-height: 22px;
  align-content: flex-end;
}
.elementor-form .elementor-field-type-radio .elementor-field-subgroup {
  gap: 10px;
}
.elementor-form .elementor-field-type-radio .elementor-field-option {
  display: flex;
  align-items: center;
  user-select: none;
}
.elementor-form .elementor-field-type-radio .elementor-field-option label {
  text-transform: unset;
}
.elementor-form .elementor-field-type-radio .elementor-field-option input {
  position: relative;
  cursor: pointer;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 50%;
  box-shadow: none !important;
  margin-top: 0;
}
.elementor-form .elementor-field-type-radio .elementor-field-option input:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px var(--color-aqua);
  box-shadow: none !important;
}
.elementor-form .elementor-field-type-radio .elementor-field-option input:after {
  position: absolute;
  content: "";
}
.elementor-form .elementor-field-type-radio .elementor-field-option input:checked:after {
  left: 25%;
  top: 25%;
  width: 10px;
  height: 10px;
  background-color: var(--color-aqua);
  border-radius: 50%;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option {
  display: flex;
  align-items: center;
  user-select: none;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option input {
  position: relative;
  cursor: pointer;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 5px;
  box-shadow: none !important;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option input:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 2px var(--color-aqua);
  box-shadow: none !important;
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option input:after {
  position: absolute;
  content: "";
}
.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--color-aqua);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.elementor-form .elementor-field-group-field_dfd407b label {
  text-transform: uppercase;
}
.elementor-form .select-caret-down-wrapper svg {
  fill: var(--color-aqua) !important;
}
.elementor-form input[type=text], .elementor-form input[type=tel], .elementor-form input[type=number], .elementor-form input[type=email] {
  box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.64) !important;
}
.elementor-form textarea {
  box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.64) !important;
}
.elementor-form select {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.57);
  text-transform: uppercase !important;
}
.elementor-form button {
  width: calc(50% - 15px) !important;
  margin-top: 20px;
  cursor: pointer !important;
}
.elementor-form.rental label {
  text-transform: uppercase;
}

/**
    * Elements
    *
    * @package WordPress
    * @subpackage Community Sailing Center
    * @since Community Sailing Center 1.0
*/
html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

h1,
.h1 {
  font-family: "Calistoga", sans-serif;
  font-style: normal;
  font-size: 44px;
  line-height: 57px;
  color: var(--color-aqua);
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: var(--color-aqua);
  text-transform: capitalize;
}

h3,
.h3 {
  font-family: "Calistoga", sans-serif;
  font-style: normal;
  font-size: 36px;
  line-height: 47px;
  color: var(--color-navy);
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--color-aqua);
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-aqua);
  text-transform: capitalize;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navigation {
  width: 100%;
}
.navigation .menu {
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .navigation .menu {
    justify-content: space-between;
  }
}
.navigation .menu li {
  list-style: none;
}
.navigation .menu-item-has-children-text {
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 19px;
  transition: color 0.3s;
  color: var(--color-white);
  text-shadow: 0 1px 15px rgba(var(--color-black-base), 0.3);
  text-wrap: nowrap;
}
@media only screen and (min-width: 1100px) and (max-width: 1365px) {
  .navigation .menu-item-has-children-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: ) {
  .navigation .menu-item-has-children-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1366px) {
  .navigation .menu-item-has-children-text {
    font-size: 16px;
  }
}
.navigation .top-level {
  transition: background-color, font-size 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  cursor: pointer;
  position: relative;
  padding: 14px 15px 6px;
  border-top-right-radius: var(--border-radius-sm);
  border-top-left-radius: var(--border-radius-sm);
  background-color: rgba(var(--color-navy-base), 0);
}
.navigation .top-level.current-menu-ancestor .menu-item-has-children-text {
  background-color: var(--color-navy);
  padding: 5px 10px;
  border-radius: var(--border-radius-sm);
}
.navigation .top-level .sub-menu {
  transition: opacity, background-color 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  position: absolute;
  left: 0;
  width: max-content;
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
  opacity: 0;
  visibility: hidden;
}
.navigation .top-level .sub-menu a {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: var(--color-white);
}
@media only screen and (min-width: 1366px) {
  .navigation .top-level .sub-menu a {
    font-size: 16px;
  }
}
.navigation .top-level .sub-menu a:hover, .navigation .top-level .sub-menu a:active {
  color: var(--color-yellow);
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .navigation .top-level {
    padding: 14px 20px 6px;
  }
  .navigation .top-level .menu-item-has-children-text i {
    display: none;
  }
  .navigation .top-level:hover {
    background-color: rgba(var(--color-navy-base), 0.75);
  }
  .navigation .top-level:hover .menu-item-has-children-text {
    color: var(--color-yellow);
  }
  .navigation .top-level:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    padding: 17px 20px 23px;
    margin-top: 6px;
    background-color: rgba(var(--color-navy-base), 0.75);
    gap: 17px;
    min-width: 220px;
  }
  .navigation .top-level:last-of-type:hover .sub-menu {
    left: unset;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: var(--border-radius-sm);
  }
}

.mobile-menu--button {
  background-color: transparent !important;
  border: none !important;
  display: block;
  padding: 0;
  border: none;
  position: relative;
  width: 20px;
  cursor: pointer;
}
.mobile-menu--button:before,
.mobile-menu--button span, .mobile-menu--button:after {
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: var(--color-white);
  position: relative;
}
.mobile-menu--button span {
  margin: 5px 0 5px auto;
}
.mobile-menu--button.active span {
  background-color: transparent;
}
.mobile-menu--button.active:before, .mobile-menu--button.active:after {
  background: var(--color-white);
}
.mobile-menu--button.active:before {
  top: 7px;
  transform: rotate(45deg);
}
.mobile-menu--button.active:after {
  bottom: 7px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 960px) {
  .mobile-menu--button {
    display: none;
  }
}
.mobile-menu--container {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .mobile-menu--container {
    display: flex !important;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.mobile-menu--container.open {
  display: flex !important;
  flex-direction: column;
}
.mobile-menu--container.open .navigation {
  display: block;
}
.mobile-menu--container.open .navigation .sub-menu {
  position: relative;
  width: 100%;
  display: none;
  padding: 0;
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  margin-bottom: 0;
}
.mobile-menu--container.open .navigation .sub-menu a {
  font-size: 20px;
}
.mobile-menu--container.open .menu {
  flex-direction: column;
}
.mobile-menu--container.open .menu-item {
  width: 100%;
}
.mobile-menu--container.open .menu-item-has-children-text {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  line-height: 27px;
  text-wrap: wrap;
}
.mobile-menu--container.open .menu-item-has-children-text i {
  display: block;
}
@media only screen and (max-width: 960px) {
  .mobile-menu--container.open .top-level {
    border-bottom: solid 2px var(--color-white);
    padding: 25px 0;
  }
  .mobile-menu--container.open .top-level .menu-item-has-children-text {
    padding: 0;
  }
  .mobile-menu--container.open .top-level.active .menu-item-has-children-text {
    color: var(--color-yellow);
    margin-bottom: 30px;
  }
  .mobile-menu--container.open .top-level.active .sub-menu {
    transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    font-size: 22px;
    line-height: 27px;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu--container.open .top-level.active .sub-menu li {
    padding: 0;
  }
}

/*
    * Modal SCSS
    * @file Modal SCSS
    * @description This file contains the SCSS for the modal component.
    * @since 1.0.0
    * @version 1.0.0
*/
.modal {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 90px;
  position: fixed;
  display: none;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 960px) {
  .modal {
    max-height: 800px;
  }
}
@media only screen and (max-width: 1366px) {
  .modal {
    left: 30px;
    right: 30px;
  }
}
.modal.is-active {
  display: block;
  z-index: 4;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal-iframe-wrapper {
  padding-top: 69vh;
  position: relative;
  margin-top: 30px;
}
.modal-close {
  position: absolute;
  right: 0;
  cursor: pointer;
  border: none !important;
  border-radius: unset !important;
}
.modal.newsletter {
  max-width: 330px;
  padding: 15px;
}
.modal.registration {
  right: 15px;
  left: 15px;
  padding: 5px;
}
.modal.registration .modal-close {
  top: 10px;
  right: 10px;
}

body.modal-active .modal-overlay {
  display: block;
}

/**
* Swiper SCSS
* Common styles for all swiper elements
*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-navigation {
  position: absolute;
  display: flex;
  gap: var(--gap-small);
  z-index: 99;
  bottom: 45px;
}
.swiper-next, .swiper-prev {
  border-radius: 50%;
  border: solid 2px var(--color-white);
  width: var(--swiper-nav-height);
  height: var(--swiper-nav-height);
  cursor: pointer;
  background-color: rgba(var(--color-dk-blue-base), 8);
  color: var(--color-white);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-next.navy, .swiper-prev.navy {
  background-color: var(--color-navy);
}
.swiper-next.navy:hover, .swiper-prev.navy:hover {
  background-color: var(--color-aqua);
}
.swiper-next.aqua, .swiper-prev.aqua {
  background-color: var(--color-aqua);
}
.swiper-next.aqua:hover, .swiper-prev.aqua:hover {
  background-color: var(--color-yellow);
}
.swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: var(--gap-small);
  z-index: 10;
}
.swiper-pagination .bullet {
  background: var(--color-aqua);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 2px var(--color-white);
}
.swiper-pagination .bullet.active {
  background: var(--color-yellow);
}

.social-list {
  list-style: none;
  display: flex;
  gap: var(--gap-small);
  align-items: center;
  line-height: 1;
  padding: 0;
}
.social-list li {
  display: flex;
  align-items: center;
}
.social-list i {
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 20px;
  color: var(--color-white);
}
.social-list a:hover i, .social-list a:active i {
  opacity: 0.7;
}

/*
    * Button Styles
    * @file button.scss
    * @since 1.0.0
    * @version 1.0.0
    * @package Community Sailing Center
*/
.button--primary {
  color: var(--color-white) !important;
  border: none;
  cursor: pointer;
  border-radius: var(--button-radius);
  border-width: 2px;
  border-style: solid;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}
.button--primary:hover {
  background-color: #0056b3;
}
.button--primary {
  background-color: var(--color-aqua);
  border-color: var(--color-white);
}
.button--primary:hover {
  background-color: var(--color-navy);
  color: var(--color-yellow) !important;
}
.button--primary svg {
  fill: var(--color-white);
}
.button--primary:hover svg {
  fill: var(--color-yellow);
}
.button--primary.green:hover {
  background-color: var(--color-green);
  color: var(--color-white) !important;
  border-color: var(--color-green);
}
.button--secondary {
  color: var(--color-white) !important;
  border: none;
  cursor: pointer;
  border-radius: var(--button-radius);
  border-width: 2px;
  border-style: solid;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}
.button--secondary:hover {
  background-color: #0056b3;
}
.button--secondary {
  background-color: var(--color-navy);
  color: white;
}
.button--secondary:hover {
  background-color: var(--color-green);
  border-color: var(--color-green);
}
.button--hollow-white {
  color: var(--color-white) !important;
  border: none;
  cursor: pointer;
  border-radius: var(--button-radius);
  border-width: 2px;
  border-style: solid;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}
.button--hollow-white:hover {
  background-color: #0056b3;
}
.button--hollow-white {
  background-color: transparent;
  color: white;
  border-color: var(--color-white);
}
.button--hollow-white:hover {
  background-color: var(--color-navy);
  border-color: var(--color-navy);
}
.button--hollow-white svg {
  fill: var(--color-white);
}
.button--hollow-white:hover svg {
  fill: var(--color-white);
}
.button--hollow-aqua {
  color: var(--color-white) !important;
  border: none;
  cursor: pointer;
  border-radius: var(--button-radius);
  border-width: 2px;
  border-style: solid;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
}
.button--hollow-aqua:hover {
  background-color: #0056b3;
}
.button--hollow-aqua {
  background-color: transparent;
  border-color: var(--color-aqua);
  color: var(--color-aqua) !important;
}
.button--hollow-aqua:hover {
  background-color: var(--color-aqua);
  color: var(--color-white) !important;
}
.button--hollow-aqua svg {
  fill: var(--color-aqua);
}
.button--hollow-aqua:hover svg {
  fill: var(--color-white);
}
.button.small {
  padding: var(--button-padding-small-y) var(--button-padding-small-x);
  line-height: var(--button-lineheight-small);
  font-size: 12px;
}
.button.medium {
  padding: var(--button-padding-medium-y) var(--button-padding-medium-x);
  line-height: var(--button-lineheight-medium);
}
.button.default {
  padding: var(--button-padding-default-y) var(--button-padding-default-x);
}
.button--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}
.button--text {
  display: inline-block;
}
.button--icon {
  display: flex;
  align-items: center;
}
.button--icon svg {
  height: 1em;
  width: 1em;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9;
  padding: 7px var(--gap-medium);
  background-color: var(--color-yellow);
  gap: var(--gap-small);
}
@media only screen and (max-width: 768px) {
  .banner {
    align-items: flex-start;
    padding: 20px var(--gap-medium);
  }
}
.banner--wrap {
  display: flex;
  align-items: center;
  max-width: var(--width-content);
  width: 100%;
  margin: 0 auto;
  gap: var(--gap-xsmall);
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner--wrap {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 10px;
  }
}
.banner--content {
  color: var(--color-navy);
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
}
.banner--link {
  flex: none;
  line-height: 19px;
}
.banner--link-button {
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: var(--color-navy) !important;
}
.banner--link-button:hover {
  text-decoration: none;
}
.banner--link-button:visited {
  color: var(--color-navy);
}
.banner #bannerBtn {
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  cursor: pointer;
  line-height: 1;
}

a {
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
}

.link--no-underline a {
  text-decoration: none !important;
}
.link--no-underline a:hover {
  text-decoration: underline !important;
}

.form--title {
  margin-bottom: 15px;
}
.form--body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form label {
  display: block;
  color: var(--color-aqua);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}
.form input {
  display: block;
  width: 100%;
}
.form input[type=email],
.form input[type=text] {
  border-radius: 10px;
  box-shadow: inset 3px 3px 8px rgba(var(--color-black-base), 0.64);
  background-color: #efefef;
  padding: 14px 24px;
  border: solid 2px #efefef;
  font-size: 16px;
}
.form input[type=email]:focus-visible,
.form input[type=text]:focus-visible {
  outline-color: var(--color-aqua);
}
.form input[type=email].mce_inline_error,
.form input[type=text].mce_inline_error {
  box-shadow: none;
}
.form .indicates-required {
  font-size: 12px;
  margin-bottom: 7px;
  text-align: right;
}
.form .asterisk {
  color: var(--color-red);
  font-size: 150%;
  top: 5px;
  position: relative;
}
.form div.mce_inline_error {
  margin-top: 7px !important;
  font-size: 12px !important;
}

ul,
ul {
  padding-left: 20px;
}

/*
Main Header Scss
*/
.header {
  width: 100%;
  padding: var(--gap-xsmall) var(--gap-medium);
  background-color: var(--color-navy);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .header .row {
    gap: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header {
    padding: var(--gap-medium) 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    position: absolute;
  }
}
.header.static {
  position: relative;
  background: var(--color-navy);
}
@media only screen and (min-width: 960px) {
  .header.static {
    padding-bottom: 0;
  }
  .header.static .row {
    gap: 0;
  }
  .header.static .navigation .top-level.current-menu-ancestor .menu-item-has-children-text {
    background-color: var(--color-aqua);
  }
}
.header--wrapper {
  width: 100%;
  max-width: var(--width-content);
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .header--wrapper {
    padding: 0 var(--gap-xlarge);
  }
}
.header--intro {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.header--intro-social {
  display: flex;
  gap: var(--gap-small);
}
.header--intro-buttons {
  gap: var(--gap-small);
  display: flex;
}
.header--intro-search .search-form {
  border-radius: var(--border-radius-lg);
  border: solid 2px var(--color-white);
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xsmall);
  padding: var(--button-padding-small-y);
  background-color: rgba(var(--color-black-base), 0.1);
  line-height: 1;
}
.header--intro-search .search-form--button {
  font-size: 16px;
  line-height: 1;
  border: none !important;
  cursor: pointer;
}
.header--intro-search .search-form--button i {
  color: var(--color-white);
}
.header--intro-search .search-form--input {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  color: var(--color-white);
  box-shadow: none !important;
}
.header--intro-search .search-form--input::placeholder {
  text-transform: uppercase;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .header--title {
    max-width: 269px;
    margin-right: var(--gap-small);
  }
  .header--title img {
    width: 100%;
  }
}
.header--title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .header #headerIntro {
    display: none;
  }
}
.header.open {
  padding: 10px 30px 50px;
}
.header.open #headerIntro {
  display: block;
  order: 3;
}
.header.open #headerIntro .header--intro {
  flex-direction: column;
  gap: 20px;
}
.header.open #headerIntro .header--intro-search {
  order: 1;
  width: 100%;
}
.header.open #headerIntro .header--intro-search .search-form {
  width: 100%;
  background-color: var(--color-white);
}
.header.open #headerIntro .header--intro-search .search-form--button i {
  color: var(--color-navy);
}
.header.open #headerIntro .header--intro-search .search-form--input {
  color: var(--color-navy);
}
.header.open #headerIntro .header--intro-buttons {
  order: 2;
  width: 100%;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  margin-bottom: 20px;
}
.header.open #headerIntro .header--intro-social {
  order: 3;
}
.header.open #headerIntro .header--intro-social img {
  height: 30px;
}
.header.open #menuContainer {
  order: 2;
  margin-bottom: 30px;
}

.footer {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.footer a,
.footer p {
  color: var(--color-white) !important;
  word-wrap: break-word;
}
.footer--top {
  position: relative;
  z-index: 1;
  background-color: var(--color-aqua);
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer--top {
    padding-bottom: 80px;
    margin-bottom: -60px;
  }
}
.footer--top a {
  font-weight: 700;
}
.footer--top a:hover {
  text-decoration: none;
}
.footer--top-element {
  width: 100%;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .footer--top-element {
    display: none;
  }
}
.footer--top .container {
  flex-direction: row;
  gap: var(--gap-medium);
}
@media only screen and (max-width: 960px) {
  .footer--top .container {
    flex-wrap: wrap;
  }
}
.footer--top-icon {
  width: calc(14.2857142857% - 10px);
}
.footer--top-content {
  width: 100%;
  display: flex;
  gap: var(--gap-medium);
}
.footer--top-address {
  width: 33%;
}
.footer--top-hours {
  width: 33%;
}
.footer--top-hours a {
  font-weight: 400;
}
.footer--top-social {
  width: 33%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.footer--top-social-wrap {
  width: 100%;
  display: flex;
  align-content: center;
  gap: var(--gap-medium);
}
@media only screen and (max-width: 768px) {
  .footer--top-content {
    flex-direction: column;
    gap: var(--gap-small);
    font-size: 14px;
  }
  .footer--top-icon {
    width: 33%;
  }
  .footer--top-address, .footer--top-hours, .footer--top-social {
    width: 100%;
  }
}
.footer--middle {
  position: relative;
  z-index: 0;
  background-color: var(--color-navy);
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer--middle {
    padding-bottom: 120px;
    margin-bottom: -60px;
  }
}
.footer--middle-element {
  width: 100%;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .footer--middle-element {
    display: none;
  }
}
.footer--bottom {
  position: relative;
  z-index: 3;
  background-color: var(--color-aqua);
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer--bottom {
    padding-top: 20px;
    text-align: center;
  }
}
.footer--bottom a,
.footer--bottom p {
  font-size: 12px;
}
.footer--bottom-element {
  width: 100%;
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer--bottom-element {
    display: none;
  }
}
.footer--bottom-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (min-width: 960px) {
  .footer--bottom-list {
    align-items: flex-end;
    display: grid;
    gap: 30px;
  }
}
.footer--bottom-list--co {
  text-align: center;
  order: 2;
}
@media only screen and (min-width: 960px) {
  .footer--bottom-list--co {
    text-align: left;
    order: 1;
  }
}
.footer--bottom-list--images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  order: 1;
}
@media only screen and (min-width: 1366px) {
  .footer--bottom-list--images {
    gap: 0;
    justify-content: space-between;
    order: 2;
  }
}
.footer--bottom-list--images img {
  width: 45px;
  height: auto;
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
}
@media only screen and (min-width: 1366px) {
  .footer--bottom-list--images img {
    width: 105px;
  }
}
.footer--bottom-list--images img:hover {
  opacity: 0.7;
}
.footer--bottom-list--privacy {
  text-align: center;
  order: 3;
}
@media only screen and (min-width: 960px) {
  .footer--bottom-list--privacy {
    text-align: right;
    order: 3;
  }
}
.footer--menu-wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 50px var(--gap-medium);
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .footer--menu-wrap {
    flex-wrap: nowrap;
    gap: var(--gap-small);
  }
}
.footer--menu-column {
  width: 42%;
}
.footer--menu-column--inner {
  width: 100%;
}
.footer--menu-column.span {
  display: flex;
  columns: 2;
  gap: var(--gap-small);
}
@media only screen and (max-width: 767px) {
  .footer--menu-column.span {
    flex-direction: column;
    gap: 50px var(--gap-medium);
  }
}
@media only screen and (min-width: 768px) {
  .footer--menu-column.single {
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 960px) {
  .footer--menu-column.single {
    flex-basis: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .footer--menu-column {
    width: calc(36% - var(--gap-small));
  }
}
@media only screen and (min-width: 960px) {
  .footer--menu-column {
    width: calc(29% - var(--gap-small));
  }
}
.footer--menu-title {
  margin-bottom: 14px;
  font-family: "Calistoga", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-white);
}
.footer--menu-list {
  list-style: none !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
  line-height: 1;
  padding: 0 !important;
}
.footer--menu-list a {
  color: var(--color-white);
  text-decoration: none !important;
  font-size: 14px;
}
.footer--menu-list a:hover {
  text-decoration: underline !important;
}
.footer .container {
  max-width: var(--width-content);
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (min-width: 960px) {
  .footer .container {
    padding: 0 60px;
  }
}

.smart-rec {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.smart-rec--image {
  width: 100%;
  border-radius: 10px !important;
}
.smart-rec--content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.smart-rec--schedule {
  color: var(--color-aqua);
}
.smart-rec--price {
  font-size: 20px;
  margin-bottom: 20px;
}
.smart-rec--installments {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-aqua);
}
.smart-rec--sessions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.smart-rec--sessions-title {
  color: var(--color-aqua);
  margin-left: 20px;
}
.smart-rec--sessions-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: rgba(var(--color-aqua-base), 0.3);
  border-radius: var(--border-radius-lg);
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .smart-rec--sessions-item {
    padding-left: 20px;
    flex-direction: row;
  }
}
.smart-rec--sessions-item--date {
  margin-top: 10px;
  margin-bottom: 10px;
}
.smart-rec--sessions-item--link {
  width: 100%;
  padding: 10px 16px;
  border-radius: var(--border-radius-lg);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.65s cubic-bezier(0.25, 1, 0.33, 1);
}
@media only screen and (min-width: 768px) {
  .smart-rec--sessions-item--link {
    width: 115px;
  }
}
.smart-rec--sessions-item--link .button-text {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
.smart-rec--sessions-item--link .icon {
  line-height: 0;
}
.smart-rec--sessions-item--link .icon svg {
  width: 6px;
}
.smart-rec--sessions-item--link.available {
  background: var(--color-green);
  border-color: var(--color-green);
}
.smart-rec--sessions-item--link.available svg {
  fill: var(--color-white);
}
.smart-rec--sessions-item--link.full {
  background: var(--color-red);
  border-color: var(--color-red);
  cursor: not-allowed;
}
.smart-rec--sessions-item--link.full .icon {
  display: none;
}
.smart-rec--sessions-item--link.waitlist {
  background: var(--color-yellow);
  border-color: var(--color-yellow);
  color: var(--color-navy);
}
.smart-rec--sessions-item--link.waitlist svg {
  fill: var(--color-navy);
}
.smart-rec--sessions-item--link:hover {
  background-color: var(--color-navy);
  border-color: var(--color-navy);
  color: var(--color-yellow);
}
.smart-rec--sessions-item--link:hover svg {
  fill: var(--color-yellow);
}
.smart-rec--sessions-item--link:disabled {
  background: var(--color-gray);
  color: var(--color-white);
  cursor: not-allowed;
  border-color: var(--color-gray);
}
.smart-rec--sessions-item--link:disabled .icon {
  display: none;
}
.smart-rec-widget .accordion--item {
  margin-bottom: 40px;
}
.smart-rec-widget .accordion--item-label {
  padding-top: 20px;
  border-top: solid 2px var(--color-navy);
}
.smart-rec-widget .accordion--item-label--title {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.smart-rec-widget .accordion--item-label--title:hover {
  text-decoration: underline;
}
.smart-rec-widget .accordion--item-label--icon {
  height: 22px;
}
.smart-rec-widget .accordion--item-label--icon .icon {
  width: 10px;
  transition: all 0.3s ease-in-out;
}
.smart-rec-widget .accordion--item-content {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.smart-rec-widget .accordion--item.is-active .accordion--item-label--icon .icon {
  transform: rotate(90deg);
}
.smart-rec-widget .accordion--item.is-active .accordion--item-content {
  height: auto;
  opacity: 1;
  max-height: unset;
  margin-top: 40px;
}

.hero-full {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero-full {
    padding-bottom: 30px;
  }
}
.hero-full--single .hero-full--video {
  z-index: 1;
}
.hero-full--single .hero-full--image {
  z-index: 1;
}
.hero-full.slideshow .hero-full--video:before,
.hero-full.slideshow .hero-full--image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}
.hero-full.slideshow .hero-full--video:after,
.hero-full.slideshow .hero-full--image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}
.hero-full.single .hero-full--video:before,
.hero-full.single .hero-full--image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}
.hero-full--video, .hero-full--single, .hero-full--image {
  position: relative;
  max-height: 768px;
  max-width: var(--width-max);
  margin: 0 auto;
}
.hero-full--video {
  z-index: -1;
}
.hero-full--video video {
  max-height: 768px;
  object-fit: cover;
  object-position: center;
}
.hero-full--video video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .hero-full--video {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .hero-full--video video {
    height: 100%;
  }
}
.hero-full--image img {
  width: 100%;
  max-height: 768px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .hero-full--image {
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .hero-full--image img {
    height: 100% !important;
  }
}
.hero-full--content {
  width: auto;
  bottom: 30px;
  position: relative;
  padding: 20px 15px 30px;
  z-index: 1;
  border: solid 2px var(--color-white);
  border-radius: var(--border-radius-lg);
  background: rgba(var(--color-navy-base), 1);
  text-align: center;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .hero-full--content {
    position: absolute;
    bottom: 107px;
    padding: 40px 24px 50px;
    background: rgba(var(--color-navy-base), 0.5);
  }
}
.hero-full--content-wrap {
  max-width: var(--width-content);
  margin: 0 auto;
  padding: 0 var(--gap-small);
}
@media only screen and (min-width: 960px) {
  .hero-full--content-wrap {
    padding: 0 var(--gap-xlarge);
  }
}
.hero-full--content-title {
  font-family: "Calistoga", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: var(--color-white);
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .hero-full--content-title {
    font-size: 34px;
    line-height: 44px;
  }
}
.hero-full--content-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--color-white);
}
@media only screen and (max-width: 768px) {
  .hero-full--content-description {
    font-size: 15px;
    line-height: 22px;
  }
}
.hero-full--content-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .hero-full .swiper {
    max-height: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-full .swiper-slide {
    padding-bottom: 20px;
  }
}
.hero-full .swiper-slide a {
  display: inline-block;
}
.hero-full .swiper-wrapper {
  margin-bottom: 0 !important;
}
.hero-full .swiper-navigation {
  max-width: var(--width-content);
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--gap-medium);
}
@media only screen and (min-width: 768px) {
  .hero-full .swiper-navigation {
    padding: 0 var(--gap-xlarge);
    justify-content: flex-end;
    position: absolute;
    bottom: 30px !important;
  }
}

.slideshow-swiper .swiper-slide a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .slideshow-swiper .swiper-wrapper {
    margin-bottom: 30px;
  }
}
.slideshow-swiper .swiper-navigation {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .slideshow-swiper .swiper-navigation {
    position: relative;
    justify-content: space-between;
    bottom: unset;
    right: unset;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .slideshow-swiper .swiper-navigation {
    top: 30px;
  }
}
.slideshow-swiper .swiper-pagination {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .slideshow-swiper .swiper-pagination {
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 1;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .slideshow-swiper .swiper-pagination {
    top: 30px;
  }
}
.slideshow--media {
  margin-bottom: var(--gap-medium);
}
.slideshow--content-title {
  margin-bottom: 14px;
}
.slideshow--content-description {
  margin-bottom: 40px;
}
.slideshow--content-button a {
  display: block;
  text-align: center;
  width: 100%;
}

.show-more {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.show-more--show {
  visibility: hidden;
  height: 0;
}
.show-more--show.show {
  visibility: visible;
  height: auto;
}
.show-more--show p {
  margin-bottom: 10px;
}
.show-more--show p:last-of-type {
  margin-bottom: 0;
}
.show-more--show.style p:last-of-type {
  color: var(--color-aqua);
  font-style: italic;
}
.show-more--button {
  cursor: pointer;
  text-decoration: underline;
  color: var(--color-aqua);
}
