@charset "UTF-8";
/* Fonts */
/* Color Palette */
/* Color Palette */
/* Breakpoints */
/* Ratio (applied to padding property) */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.text-primary {
  color: #5C6C49 !important;
}
.text-secondary {
  color: #A98542 !important;
}
.text-tertiary {
  color: #365268 !important;
}
.bg-primary {
  background-color: #5C6C49 !important;
}
.bg-secondary {
  background-color: #A98542 !important;
}
.bg-tertiary {
  background-color: #365268 !important;
}
.-text-color-primary-green {
  color: #5C6C49;
}
.-text-color-secondary-gold {
  color: #A98A42;
}
.-text-color-tertiary-navy {
  color: #365268;
}
.-text-color-grey {
  color: #E6E7E1;
}
.-text-color-light-green {
  color: #DFE4D4;
}
.-text-color-light-green-2 {
  color: #BFD2A9;
}
.-text-color-green-accent {
  color: #41691A;
}
.-text-color-dark-green {
  color: #404D3A;
}
.-text-color-black {
  color: #000;
}
.-text-color-white {
  color: #FFFFFF;
}
.-bg-color-primary-green {
  background-color: #5C6C49;
}
.-bg-color-secondary-gold {
  background-color: #A98A42;
}
.-bg-color-tertiary-navy {
  background-color: #365268;
}
.-bg-color-grey {
  background-color: #E6E7E1;
}
.-bg-color-light-green {
  background-color: #DFE4D4;
}
.-bg-color-light-green-2 {
  background-color: #BFD2A9;
}
.-bg-color-green-accent {
  background-color: #41691A;
}
.-bg-color-dark-green {
  background-color: #404D3A;
}
.-bg-color-black {
  background-color: #000;
}
.-bg-color-white {
  background-color: #FFFFFF;
}
.mobile-h1 {
  /* Mobile/H1 */
  font-family: "FriendlyPines", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
}
.mobile-h2 {
  /* Mobile/H2 */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
}
.mobile-h3 {
  /* Mobile/H3 */
  font-family: "FriendlyPines", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 93.478%;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}
.mobile-h4 {
  /* Mobile/H4 */
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.mobile-h5 {
  /* Mobile/H5 */
  font-family: "FriendlyPines", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  text-transform: uppercase;
}
.mobile-cta {
  /* Mobile/CTA */
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.mobile-body {
  /* Mobile/Body */
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.mobile-body-italic {
  /* Mobile/Body */
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 133.333%;
}
.mobile-body-sm {
  /* Mobile/Body SM */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 138.462%;
}
.mobile-body-l {
  /* Mobile/Body L */
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.mobile-body-bold {
  /* Mobile/Body Bold */
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 133.333% */
}
.mobile-disclaimer {
  /* Mobile/Disclaimer */
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.455%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .desktop-h1 {
    /* Desktop/H1 */
    font-family: "FriendlyPines", sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-h1 {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .desktop-h2 {
    /* Desktop/H2 */
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .desktop-h3 {
    /* Desktop/H3 */
    font-family: "FriendlyPines", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 95.455%;
    letter-spacing: 1.32px;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-h3 {
    font-size: 66px;
  }
}
@media (min-width: 768px) {
  .desktop-h4 {
    /* Desktop/H4 */
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .desktop-h5 {
    /* Desktop/H5 */
    font-family: "FriendlyPines", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.118%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-h5 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .desktop-cta {
    /* Desktop/CTA */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.68px;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-cta {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .desktop-body {
    /* Desktop/Body */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .desktop-body {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .desktop-body-italic {
    /* Desktop/Body */
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .desktop-body-italic {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .desktop-body-bold {
    /* Desktop/Body Bold */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .desktop-body-bold {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .desktop-body-large {
    /* Desktop/Body Large */
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 145.455%;
  }
}
@media (min-width: 992px) {
  .desktop-body-large {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .desktop-body-sm {
    /* Desktop/Body SM */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 146.667%;
  }
}
@media (min-width: 992px) {
  .desktop-body-sm {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .desktop-body-sm-bold {
    /* Desktop/Body SM Bold */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 146.667%;
  }
}
@media (min-width: 992px) {
  .desktop-body-sm-bold {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .desktop-disclaimer {
    /* Desktop/Disclaimer */
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .desktop-disclaimer {
    font-size: 14px;
  }
}
.pd-section {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .pd-section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .pd-section {
    padding: 100px 0;
  }
}
.container {
  width: 100%;
  height: auto;
  max-width: 1396px;
  padding: 0 22px;
  margin: auto;
}
.-text-center {
  text-align: center;
}
.-text-start {
  text-align: start;
}
/* Fade */
.fade-in { /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-in 1s forwards;
}
.fade-out { /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: fade-o 1s forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
* {
  word-wrap: break-word;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
:root {
  font-size: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  line-height: 1.5;
  background-color: #FEFBF1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  margin: 0 0 1rem;
}
h1,
._text-style.-h1 {
  font-size: 4.65rem;
  font-weight: 400;
}
h2,
._text-style.-h2 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 125%;
}
h3,
._text-style.-h3 {
  font-size: 3rem;
  font-weight: 100;
}
h4,
._text-style.-h4 {
  font-size: 2rem;
  font-weight: 500;
}
h5,
._text-style.-h5 {
  font-size: 1.6rem;
  font-weight: 500;
}
h6,
._text-style.-h6 {
  font-size: 1.3rem;
  font-weight: 500;
}
p {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 500;
}
ul.-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.-horizontal li {
  display: inline-block;
  margin: 0 10px;
}
ul.-horizontal li:first-child {
  margin-left: 0;
}
ul.-horizontal li:last-child {
  margin-right: 0;
}
ol,
ul {
  margin-bottom: 1rem;
}
a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
iframe,
svg {
  max-width: 100%;
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}
blockquote {
  font-size: initial;
}
button {
  cursor: pointer;
}
button._no-default {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}
input[type=text],
select {
  width: 100%;
  padding: 1rem;
  margin: 0 0 1rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select {
  position: relative;
  cursor: pointer;
}
select:before {
  content: "˅";
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
svg {
  width: auto;
  height: 1.2rem;
  vertical-align: middle;
}
svg.-full-width {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: "FriendlyPines";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/friendlypines/friendlypines.ttf") format("truetype");
}
@font-face {
  font-family: "FriendlyPines";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/friendlypines/friendlypines.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/montserrat/Montserrat-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat/Montserrat-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/montserrat/Montserrat-BlackItalic.ttf") format("truetype");
}
._grid {
  display: grid;
}
._grid.-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
._grid.-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
._grid.-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
._grid.-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  ._grid.-collapse-lg {
    grid-template-columns: 100%;
  }
}
@media (max-width: 992px) {
  ._grid.-collapse-md {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  ._grid.-collapse-sm {
    grid-template-columns: 100%;
  }
}
@media (max-width: 521px) {
  ._grid.-collapse-xs {
    grid-template-columns: 100%;
  }
}
._grid.-align-center {
  align-items: center;
}
._grid.-justify-center {
  justify-content: center;
}
._grid.-sidebar {
  grid-template-columns: 2fr 1fr;
}
._grid.-sidebar.-left {
  grid-template-columns: 1fr 2fr;
}
._grid.-gap-15 {
  grid-gap: 15px;
}
._grid.-gap-25 {
  grid-gap: 25px;
}
._grid.-gap-35 {
  grid-gap: 35px;
}
._grid > *:nth-child(1) {
  -ms-grid-column: 1;
}
._grid > *:nth-child(2) {
  -ms-grid-column: 2;
}
._grid > *:nth-child(3) {
  -ms-grid-column: 3;
}
._grid > *:nth-child(4) {
  -ms-grid-column: 4;
}
._grid > *:nth-child(5) {
  -ms-grid-column: 5;
}
._grid > *:nth-child(6) {
  -ms-grid-column: 6;
}
@media (max-width: 600px) {
  ._grid {
    display: block;
  }
}
._flex {
  display: flex;
}
._flex.-row-wrap {
  flex-flow: row wrap;
}
._flex.-column-wrap {
  flex-flow: column wrap;
}
._flex.-space-between {
  justify-content: space-between;
}
._flex.-justify-center {
  justify-content: center;
}
._column {
  padding: 0 15px;
}
._video-thumbnail {
  background-color: #000;
}
._video-thumbnail div {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding: 56.25% 0 0 0;
  cursor: pointer;
}
._video-thumbnail video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  will-change: opacity;
}
._video-thumbnail svg {
  opacity: 1;
  transition: 0.6s;
  height: 180px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
._video-thumbnail:hover video {
  opacity: 0.8;
}
._modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  pointer-events: none;
  opacity: 0;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, 0.9);
}
._modal .modal-close {
  font-size: 24px;
  text-align: right;
  cursor: pointer;
  padding: 0 10px;
}
._modal.-active {
  pointer-events: auto;
  opacity: 1;
}
._modal .modal-content {
  background-color: #fff;
  padding: 3rem;
}
._modal .modal-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  padding: 30px;
}
._modal .modal-container ._grid {
  grid-template-columns: 300px auto;
}
@media (max-width: 768px) {
  ._modal .modal-container ._grid {
    display: block;
  }
  ._modal .modal-container {
    margin: 0;
  }
}
._modal.-video-modal > div {
  background-color: transparent;
}
._embed-container {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
._embed-container iframe,
._embed-container object,
._embed-container embed,
._embed-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._embed-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
._dark-background {
  color: #fff;
}
._dark-background h1,
._dark-background h2,
._dark-background h3,
._dark-background h4,
._dark-background h5,
._dark-background h6,
._dark-background p,
._dark-background a {
  color: #fff;
}
._art-container {
  position: relative;
  overflow: hidden;
}
._art-container ._art-background {
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  width: 3000px;
  height: 100%;
  z-index: 1;
  margin: auto;
  transform: translateX(-50%);
  text-align: center;
}
._art-container ._art-foreground {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  ._display-desktop {
    display: none;
  }
}
._display-mobile {
  display: none;
}
@media (max-width: 768px) {
  ._display-mobile {
    display: block;
  }
  ._display-mobile.-inline-block {
    display: inline-block;
  }
}
._button {
  display: inline-flex;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: 3px solid;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #5C6C49;
  border-color: #5C6C49;
  color: #fff;
  transition: 0.6s;
  align-items: center;
  justify-content: space-between;
}
._button:hover, ._button:focus, ._button:active {
  background-color: rgb(117.9226519337, 138.4309392265, 93.5690607735);
  border-color: rgb(117.9226519337, 138.4309392265, 93.5690607735);
  color: #fff;
}
._button.-transparent {
  position: relative;
  border-color: #5C6C49;
  background-color: transparent;
  color: #5C6C49;
  padding: 0.5rem 2rem;
}
._button.-wide {
  padding: 1rem 2.5rem;
  font-weight: 500;
  letter-spacing: 4px;
}
._button.-light {
  font-weight: 400;
}
._button span {
  vertical-align: middle;
}
._button svg {
  vertical-align: middle;
  width: auto;
  height: 1rem;
  margin: 0 0 0 10px;
}
._section-wrapper {
  padding: 2rem 2rem;
}
._section-wrapper.-medium {
  padding: 3rem 0;
}
._section-wrapper.-large {
  padding: 6rem 0;
}
@media (max-width: 1200px) {
  ._section-wrapper {
    padding: 2rem 2rem;
  }
}
@media (max-width: 992px) {
  ._section-wrapper {
    padding: 2rem 1rem;
  }
}
._relative {
  position: relative;
}
._form label {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
._form input[type=text],
._form input[type=password],
._form select {
  font-family: Arial, serif;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.5rem;
  border: none;
}
._form p,
._form input[type=submit] {
  margin: 2rem 0 0.5rem;
  font-weight: 500;
}
._form input[type=submit] {
  min-width: 200px;
  justify-content: center;
}
._aspect-container {
  position: relative;
}
._aspect-container.-sixteen-nine {
  padding: 56.25% 0 0 0;
}
._aspect-container.-three-one {
  padding: 33% 0 0 0;
}
._aspect-container.-two-one {
  padding: 50% 0 0 0;
}
._aspect-container.-one-one {
  padding: 100% 0 0 0;
}
._aspect-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._aspect.-sixteen-nine {
  height: 56.25vw;
}
._aspect.-one-one {
  height: 100vw;
}
._loading-screen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  text-align: center;
}
._loading-screen svg {
  width: 4rem;
  margin: 0 0 1rem;
}
._loading-screen p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.-loading ._loading-screen {
  display: flex;
}
._raindrop-image-carousel {
  position: relative;
}
._raindrop-image-carousel img.rd-carousel-item {
  transition: 0.6s;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
._raindrop-image-carousel img.rd-carousel-item-active {
  opacity: 1;
  z-index: 2;
}
@media (max-width: 600px) {
  ._flkty.-mobile-disabled .flickity-viewport {
    pointer-events: none;
    height: auto !important;
  }
  ._flkty.-mobile-disabled .flickity-slider {
    position: relative !important;
    transform: none !important;
  }
  ._flkty.-mobile-disabled .carousel-cell {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 0 10px;
  }
  ._flkty.-mobile-disabled .flkty-controls {
    display: none;
  }
}
._input-with-icon {
  position: relative;
}
._input-with-icon svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
._smallcaps {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}
._overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
._overlay.-shadow-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
._hidden {
  display: none;
}
._background.-primary {
  background: #5C6C49;
}
._background.-secondary {
  background: #A98542;
}
._align-center {
  text-align: center;
}
.top-promo-banner {
  background-color: #404d3a;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 9px 0;
}
.top-promo-banner .banner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  gap: 16px;
}
.top-promo-banner .contact-group {
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-promo-banner .contact-group .contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .top-promo-banner .contact-group .contact-item {
    gap: 6px;
  }
}
.top-promo-banner .contact-group .contact-item .text {
  display: none;
}
@media (min-width: 768px) {
  .top-promo-banner .contact-group .contact-item .text {
    display: inline-block;
  }
}
.top-promo-banner .contact-group .contact-item:hover .text {
  opacity: 0.8;
}
.top-promo-banner .contact-group .contact-item svg {
  width: 21px;
  height: 21px;
}
.top-promo-banner .icon {
  height: 18px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-promo-banner .text,
.top-promo-banner .login-link {
  color: #fff;
  text-transform: uppercase;
}
.top-promo-banner .login-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .top-promo-banner .login-group {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .top-promo-banner .login-group {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .top-promo-banner .login-group {
    gap: 42px;
  }
}
.top-promo-banner .login-group .login-link {
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.top-promo-banner .login-group .login-link:hover {
  opacity: 0.8;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.68px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #A98542;
  border-radius: 6px;
  color: #fff;
  background-color: #A98A42;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-primary {
    font-size: 17px;
  }
}
@media (hover: hover) {
  .btn-primary:hover {
    background-color: #D1AB65;
    border: 2px solid #D1AB65;
  }
}
.btn-primary:active {
  transform: translateY(1px);
}
.btn-primary:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.btn-primary:focus:not(:focus-visible) {
  outline: none;
}
.btn-primary:disabled, .btn-primary[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn-primary {
    transition: none;
  }
}
.btn-secondary {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.68px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #404D3A;
  border-radius: 6px;
  color: #404D3A;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .btn-secondary {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-secondary {
    font-size: 17px;
  }
}
.btn-secondary svg {
  width: 13px;
  height: auto;
}
@media (hover: hover) {
  .btn-secondary:hover {
    background-color: rgba(223, 234, 212, 0.7);
    border: 2px solid #404D3A;
  }
}
.btn-secondary:active {
  transform: translateY(1px);
}
.btn-secondary:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.btn-secondary:focus:not(:focus-visible) {
  outline: none;
}
.btn-secondary:disabled, .btn-secondary[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn-secondary {
    transition: none;
  }
}
.btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.68px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #365268;
  border-radius: 6px;
  color: #fff;
  background-color: #365268;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .btn-tertiary {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-tertiary {
    font-size: 17px;
  }
}
@media (hover: hover) {
  .btn-tertiary:hover {
    background-color: #52718A;
    border: 2px solid #52718A;
  }
}
.btn-tertiary:active {
  transform: translateY(1px);
}
.btn-tertiary:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.btn-tertiary:focus:not(:focus-visible) {
  outline: none;
}
.btn-tertiary:disabled, .btn-tertiary[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn-tertiary {
    transition: none;
  }
}
.footer {
  padding: 80px 0 42px;
  background-color: #5C6C49;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .footer {
    padding: 120px 0 42px;
  }
}
.footer .bg-footer {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  z-index: 2;
  overflow: hidden;
}
.footer .bg-footer svg {
  height: auto;
  max-width: none;
  width: 1094px;
  transform: translateX(-33%);
}
@media (min-width: 600px) {
  .footer .bg-footer svg {
    transform: translateX(-10%);
  }
}
@media (min-width: 768px) {
  .footer .bg-footer svg {
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .footer .bg-footer svg {
    width: 1512px;
  }
}
@media (min-width: 1512px) {
  .footer .bg-footer svg {
    width: 100%;
  }
}
.footer .sub-footer {
  margin: 35px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (min-width: 1200px) {
  .footer .sub-footer {
    margin: 100px auto 0;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
  }
}
.footer .sub-footer p {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  max-width: 360px;
}
@media (min-width: 1200px) {
  .footer .sub-footer p {
    max-width: none;
    text-align: start;
  }
}
.footer .sub-footer p span {
  display: none;
}
@media (min-width: 1200px) {
  .footer .sub-footer p span {
    display: inline-block;
  }
}
.footer .sub-footer p br {
  display: block;
}
@media (min-width: 1200px) {
  .footer .sub-footer p br {
    display: none;
  }
}
.footer .sub-footer p a {
  display: inline-block;
}
.footer .sub-footer p a:hover {
  text-decoration: underline;
}
.footer__grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(180px, auto);
}
@media (min-width: 330px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .footer__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .footer__grid {
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(220px, 1fr) minmax(260px, 1.4fr);
  }
}
.footer__col {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  grid-column: auto;
  grid-row: auto;
}
@media (min-width: 992px) {
  .footer__col {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .footer__col {
    grid-column: auto;
  }
}
.footer__col h2 {
  margin: 0 0 26px;
}
@media (min-width: 768px) {
  .footer__col h2 {
    margin: 0 0 32px;
  }
}
@media (min-width: 992px) {
  .footer__col h2 {
    margin: 0 0 36px;
  }
}
.footer__col ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__col ul {
    gap: 16px;
  }
}
.footer__col ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col ul li a {
  text-decoration: none;
}
.footer__col ul li a:hover {
  text-decoration: underline;
}
.footer__col ul li.link-icon {
  display: inline-block;
}
.footer__col ul li.link-icon a {
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.footer__col ul li.link-icon a img {
  width: 32px;
  height: 32px;
}
.footer__col ul li.link-icon a svg {
  width: 17px;
  height: 12px;
}
.footer__col ul li.link-icon a svg path {
  fill: #fff;
}
.footer__col ul li.link-icon a:hover svg {
  margin-left: 5px;
}
.footer__col--tall {
  grid-row: span 2;
  margin: 0 10px 0 0px;
}
@media (min-width: 768px) {
  .footer__col--tall {
    grid-row: span 1;
  }
}
@media (min-width: 992px) {
  .footer__col--tall {
    margin: 0;
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .footer__col--tall {
    grid-column: span 1;
  }
}
.footer__col--families {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .footer__col--families {
    padding-left: 0px;
  }
}
.footer__col--staff {
  margin: 32px 0 0 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .footer__col--staff {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .footer__col--staff {
    padding-left: 0px;
  }
}
.footer__col--social {
  max-width: 600px;
  width: 100%;
  margin: 36px auto;
  align-self: center;
  justify-content: center;
}
@media (min-width: 330px) {
  .footer__col--social {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .footer__col--social {
    grid-column: span 3;
  }
}
@media (min-width: 992px) {
  .footer__col--social {
    width: auto;
    grid-column: span 3;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .footer__col--social {
    align-self: flex-start;
    justify-content: flex-start;
    margin: 0;
    grid-column: span 1;
  }
}
.footer__col--social .social-media-wrapper {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  margin: 0 auto 22px;
  align-items: center;
}
@media (min-width: 992px) {
  .footer__col--social .social-media-wrapper {
    margin: 0 0 22px;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer__col--social .social-media-wrapper {
    margin: 0 0 38px;
  }
}
.footer__col--social .social-media-wrapper a {
  width: 37px;
  height: 37px;
}
@media (min-width: 1200px) {
  .footer__col--social .social-media-wrapper a {
    width: 40px;
    height: 40px;
  }
}
.footer__col--social .social-media-wrapper a img {
  width: 37px;
  height: 37px;
}
@media (min-width: 1200px) {
  .footer__col--social .social-media-wrapper a img {
    width: 40px;
    height: 40px;
  }
}
.footer__col--social ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .footer__col--social ul {
    align-items: flex-start;
    gap: 16px;
  }
}
.footer__col--social ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col--social ul li a {
  text-decoration: none;
}
.footer__col--social ul li a:hover {
  text-decoration: underline;
}
.footer__col--social ul li.link-icon {
  display: inline-block;
}
.footer__col--social ul li.link-icon a {
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.footer__col--social ul li.link-icon a img {
  width: 32px;
  height: 32px;
}
.footer__col--social ul li.link-icon a svg {
  width: 17px;
  height: 12px;
}
.footer__col--social ul li.link-icon a svg path {
  fill: #fff;
}
.footer__col--social ul li.link-icon a:hover svg {
  margin-left: 5px;
}
.footer__col--info {
  border-left: 0px dashed #FFF;
  padding: 0;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media (min-width: 330px) {
  .footer__col--info {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .footer__col--info {
    grid-column: span 3;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .footer__col--info {
    border-bottom: 0;
    border-left: 2px dashed #FFF;
    padding: 0 0 0 26px;
    grid-column: span 3;
    max-width: none;
    margin: 42px auto 0;
  }
}
@media (min-width: 1200px) {
  .footer__col--info {
    padding: 0 0 0 26px;
    grid-column: span 1;
    margin: 0;
  }
}
.footer__col--info ul {
  margin: 0 0 16px;
  padding: 16px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  border-bottom: 2px dashed #FFF;
  border-top: 2px dashed #FFF;
}
@media (min-width: 768px) {
  .footer__col--info ul {
    margin: 0 0 24px;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .footer__col--info ul {
    padding: 0 0 18px;
    border-top: 0px dashed #FFF;
    border-bottom: 2px dashed #FFF;
    align-items: flex-start;
    margin: 0;
  }
}
.footer__col--info ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__col--info ul li.li-1 {
  max-width: 171px;
}
@media (min-width: 768px) {
  .footer__col--info ul li.li-1 {
    max-width: 205px;
  }
}
.footer__col--info ul li a {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.footer__col--info ul li a img {
  width: 26px;
  height: 26px;
}
.footer__col--info ul li a svg {
  width: 17px;
  height: 12px;
}
.footer__col--info ul li a svg path {
  fill: #fff;
}
.footer__col--info ul li a:hover svg {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .footer__col--info ul li a {
    text-align: start;
  }
}
.footer__col--info > div {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer__col--info > div {
    margin: 30px 0 0;
  }
}
.footer__col--info > div p {
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .footer__col--info > div p {
    text-align: start;
  }
}
.footer__col--info .images-wrappers {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
  max-width: 172px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__col--info .images-wrappers {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .footer__col--info .images-wrappers {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .footer__col--info .images-wrappers {
    max-width: none;
  }
}
.footer__col--info .images-wrappers img {
  width: calc(50% - 10.5px);
  height: auto;
}
.dates-tuition-section {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.dates-tuition-section .-show-mobile {
  display: inline-flex !important;
}
@media (min-width: 992px) {
  .dates-tuition-section .-show-mobile {
    display: none !important;
  }
}
.dates-tuition-section .-show-desktop {
  display: none !important;
}
@media (min-width: 992px) {
  .dates-tuition-section .-show-desktop {
    display: inline-flex !important;
  }
}
.dates-tuition-section .tab {
  cursor: pointer;
  transition: all 0.3s ease;
}
.dates-tuition-section .tab-panel {
  display: none;
}
.dates-tuition-section .tab-panel.active {
  display: block;
}
.dates-tuition-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 32px;
}
@media (min-width: 1200px) {
  .dates-tuition-section .container {
    gap: 40px;
  }
}
.dates-tuition-section .left-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 560px;
  z-index: 2;
}
.dates-tuition-section .title-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .dates-tuition-section .title-group {
    gap: 20px;
  }
}
.dates-tuition-section .main-title {
  margin: 0;
  text-transform: uppercase;
}
.dates-tuition-section .subtitle {
  margin: 0;
  text-transform: uppercase;
}
.dates-tuition-section .tertiary-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 6px 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.2s ease;
}
.dates-tuition-section .tertiary-cta:hover {
  text-decoration: underline;
}
.dates-tuition-section .tertiary-cta:hover svg {
  margin-left: 5px;
}
.dates-tuition-section .tertiary-cta svg {
  width: 18px;
  height: auto;
  max-width: none;
}
.dates-tuition-section .cta-text {
  text-transform: uppercase;
}
.dates-tuition-section .cta-icon {
  width: 18px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dates-tuition-section .right-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 708px;
  z-index: 2;
}
@media (min-width: 992px) {
  .dates-tuition-section .right-column {
    gap: 32px;
  }
}
.dates-tuition-section .tabs-container {
  width: 100%;
}
.dates-tuition-section .tabs-list {
  align-items: flex-start;
  border-bottom: none;
  display: flex;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed #41601a;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .dates-tuition-section .tabs-list {
    align-items: center;
  }
}
.dates-tuition-section .tab {
  padding-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
  transition: all 0.2s ease;
  max-width: 97px;
}
@media (min-width: 625px) {
  .dates-tuition-section .tab {
    max-width: none;
  }
}
.dates-tuition-section .tab.active {
  border-bottom: 4px solid #41601A;
}
.dates-tuition-section .tab:not(.active):hover {
  opacity: 0.7;
}
.dates-tuition-section .tab-content {
  width: 100%;
}
.dates-tuition-section .description {
  margin: 0;
}
.dates-tuition-section .bg-tree-mark {
  position: absolute;
  right: -15px;
  top: auto;
  bottom: -28px;
  width: 294px;
  height: auto;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .dates-tuition-section .bg-tree-mark {
    right: -70px;
    top: -20px;
    width: 445.6px;
  }
}
@media (max-width: 992px) {
  .dates-tuition-section .container {
    flex-direction: column;
  }
  .dates-tuition-section .left-column,
  .dates-tuition-section .right-column {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .dates-tuition-section .tab {
    padding-bottom: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .dates-tuition-section .tab.active {
    border-bottom: 4px solid #5c6c49;
  }
}
.accessibility-navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.accessibility-navigation .sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.accessibility-navigation .sr-only:focus, .accessibility-navigation .sr-only:active {
  left: 20px;
  top: 20px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.main-header {
  padding: 12px 0;
  width: 100%;
  position: relative;
  background-position-x: center;
  background-position-y: -160px;
  z-index: 99999999999;
  background-color: #404d3a;
  background-repeat: no-repeat;
  background-position: 0 -558.369px;
  background-size: auto;
  background-position: 0px -16px;
  background-size: 220%;
}
@media (min-width: 1200px) {
  .main-header {
    background-size: cover;
  }
}
.main-header .links-desktop {
  min-width: 603px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  gap: 0;
  transition: all 300ms;
}
.main-header .links-desktop.is-active {
  display: flex;
}
.main-header .links-desktop a {
  border-bottom: 0.578px solid #FFF;
  display: flex;
  padding: 48px 42px;
  background-color: #404D3A;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.main-header .links-desktop a:last-child:nth-child(odd) {
  border-bottom: 0 solid #FFF;
}
.main-header .links-desktop a svg {
  width: 55px;
  height: 55px;
}
.main-header .links-desktop a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #404D3A;
}
.main-header .container {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.main-header .container #header-logo {
  height: 58px;
  width: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .main-header .container #header-logo {
    height: 92px;
  }
}
.main-header .container #header-logo img {
  width: auto;
  height: 58px;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .main-header .container #header-logo img {
    height: 92px;
  }
}
.main-header .container .menu-nav {
  justify-content: space-between;
  width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .main-header .container .menu-nav {
    gap: 10px;
    display: flex;
  }
}
.main-header .container .menu-nav .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 1360px) {
  .main-header .container .menu-nav .buttons-wrapper {
    gap: 12px;
  }
}
.main-header .container .menu-nav .buttons-wrapper .btn-primary {
  padding: 16px 22px;
}
.main-header .container .menu-nav .buttons-wrapper .btn-tertiary {
  padding: 16px 22px;
}
.main-header .container .menu-nav .buttons-wrapper #request-info-desktop {
  transition: all 0.3s ease;
  padding: 16px 23px;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.main-header .container .menu-nav .buttons-wrapper #request-info-desktop.is-active {
  background-color: #404D3A !important;
  color: #fff;
}
.main-header .container .menu-nav .buttons-wrapper #request-info-desktop.is-active svg {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
.main-header .container .menu-nav .buttons-wrapper #request-info-desktop.is-active svg path {
  fill: #fff;
}
.main-header .container .menu-nav .buttons-wrapper #request-info-desktop svg {
  transition: transform 0.4s ease;
}
.main-header .container .menu-mobile-icon {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 5px;
  cursor: pointer;
  height: auto;
}
.main-header .container .menu-mobile-icon svg {
  width: 33px;
  height: 26px;
}
@media (min-width: 768px) {
  .main-header .container .menu-mobile-icon svg {
    width: 44px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .main-header .container .menu-mobile-icon {
    display: none;
  }
}
.main-header-menu-container {
  display: flex;
}
.main-header-menu-container .menu {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .main-header-menu-container .menu {
    gap: 12px;
  }
}
@media (min-width: 1360px) {
  .main-header-menu-container .menu {
    gap: 32px;
  }
}
.main-header-menu-container .menu-item {
  position: relative;
  list-style: none;
}
.main-header-menu-container .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.main-header-menu-container .menu-item:hover .menu-parent-icon {
  transform: rotate(180deg);
}
.main-header-menu-container .menu-link,
.main-header-menu-container .menu-parent-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 7px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  /* Desktop/Body */
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.main-header-menu-container .menu-link span.menu-parent-icon,
.main-header-menu-container .menu-parent-link span.menu-parent-icon {
  width: 13px;
  height: auto;
  margin-top: 3px;
}
.main-header-menu-container .menu-link span.menu-parent-icon svg,
.main-header-menu-container .menu-parent-link span.menu-parent-icon svg {
  width: 14px;
  height: auto;
  margin-top: -4px;
}
.main-header-menu-container .menu-parent-icon {
  transition: transform 0.2s ease;
}
.main-header-menu-container .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 393px;
  padding: 20px 42px 42px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
}
.main-header-menu-container .submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  border-bottom: 1px solid #BFD2A9;
  color: #404D3A;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  padding: 8px 0 10px;
}
.main-header-menu-container .submenu-icon {
  transition: transform 0.2s ease;
}
.main-header-menu-container .submenu-icon svg {
  width: 20px;
  height: auto;
  max-width: none;
}
.main-header-menu-container .submenu-icon svg path {
  fill: #5C6C49;
}
.main-header-menu-container .submenu-link:hover .submenu-icon {
  transform: translateX(4px);
}
.main-header-menu-container .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.sub-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.menu-nav-mobile {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5C6C49;
}
.menu-nav-mobile .header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 12px 22px;
}
.menu-nav-mobile .header-mobile #header-logo {
  width: auto;
  height: 58px;
  aspect-ratio: 1/1;
}
.menu-nav-mobile .header-mobile #header-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.menu-nav-mobile .header-mobile .menu-mobile-close-icon {
  width: 28px;
  height: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .menu-nav-mobile .header-mobile .menu-mobile-close-icon {
    width: 36px;
  }
}
.menu-nav-mobile .header-mobile .menu-mobile-close-icon svg {
  width: 28px;
  height: auto;
}
@media (min-width: 768px) {
  .menu-nav-mobile .header-mobile .menu-mobile-close-icon svg {
    width: 36px;
  }
}
.menu-nav-mobile .header-mobile .menu-mobile-close-icon svg path {
  stroke: #fff;
}
.menu-nav-mobile .main-header-menu-container-mobile {
  padding: 42px 22px 39px;
  max-width: 800px;
  margin: auto;
}
.menu-nav-mobile .main-header-menu-container-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-nav-mobile .main-header-menu-container-mobile ul li {
  width: 100%;
}
.menu-nav-mobile .buttons-wrapper-mobile {
  max-width: 800px;
  margin: auto;
  padding: 0 22px 42px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-nav-mobile .buttons-wrapper-mobile .btn-primary {
  flex: 1 1 44.5%;
}
.menu-nav-mobile .buttons-wrapper-mobile .btn-tertiary {
  flex: 1 1 52.5%;
}
.menu-nav-mobile .buttons-wrapper-mobile .btn-primary,
.menu-nav-mobile .buttons-wrapper-mobile .btn-tertiary {
  width: 100%;
  padding: 17px 8px;
  letter-spacing: 0.6px;
}
.menu-nav-mobile .buttons-wrapper-mobile .btn-secondary {
  width: 100%;
}
.menu-nav-mobile .buttons-wrapper-mobile button:last-child:nth-child(odd) {
  flex-basis: 100%;
}
.menu-nav-mobile .buttons-wrapper-mobile #request-info-mobile {
  transition: all 0.3s ease;
}
.menu-nav-mobile .buttons-wrapper-mobile #request-info-mobile.is-active {
  background-color: #404D3A;
  color: #fff;
}
.menu-nav-mobile .buttons-wrapper-mobile #request-info-mobile.is-active svg {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
.menu-nav-mobile .buttons-wrapper-mobile #request-info-mobile.is-active svg path {
  fill: #fff;
}
.menu-nav-mobile .buttons-wrapper-mobile #request-info-mobile svg {
  transition: transform 0.4s ease;
}
.menu-nav-mobile .buttons-wrapper-mobile .links-mobile {
  flex-direction: column;
  gap: 0;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
.menu-nav-mobile .buttons-wrapper-mobile .links-mobile.is-active {
  display: flex;
}
.menu-nav-mobile .buttons-wrapper-mobile .links-mobile a {
  border-bottom: 0.578px solid #FFF;
  display: flex;
  padding: 20px 24px;
  background-color: #404D3A;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.menu-nav-mobile .buttons-wrapper-mobile .links-mobile a:last-child:nth-child(odd) {
  border-bottom: 0 solid #FFF;
}
.menu-nav-mobile .buttons-wrapper-mobile .links-mobile a svg {
  width: 32px;
  height: 32px;
}
.menu-nav-mobile .buttons-wrapper-mobile .links-mobile a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #404D3A;
}
.menu-nav-mobile .social-media-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 0 0 60px;
  flex-wrap: wrap;
}
.menu-nav-mobile .social-media-wrapper a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.menu-nav-mobile .social-media-wrapper a img {
  width: 100%;
  height: 100%;
}
.menu-nav-mobile .menu-parent-link {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 2px solid #404D3A;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.menu-nav-mobile .menu-parent-link .menu-parent-icon {
  width: 14px;
  height: auto;
}
.menu-nav-mobile .menu-parent-link .menu-parent-icon svg {
  transition: transform 0.3s ease;
  width: 14px;
  height: auto;
}
.menu-nav-mobile .menu-parent-link[aria-expanded=true] .menu-parent-icon svg {
  transform: rotate(180deg);
}
.menu-nav-mobile .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0;
}
.menu-nav-mobile .sub-menu li {
  border-bottom: 0.788px solid #DFE4D4;
  padding: 0 0 8px;
  margin-bottom: 10px;
}
.menu-nav-mobile .sub-menu .submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.menu-nav-mobile .sub-menu .submenu-link .submenu-icon {
  font-size: 14px;
}
.menu-nav-mobile .sub-menu .submenu-link .submenu-icon svg {
  width: 16px;
  height: 10px;
}
.menu-nav-mobile .menu-item-open > .sub-menu {
  max-height: 500px;
}
.menu-nav-mobile .menu-link {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.menu-nav-mobile .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.menu-nav-mobile .buttons-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
  border-radius: 8px;
}
.menu-nav-mobile {
  display: none;
}
.menu-nav-mobile.is-active {
  display: block;
}
.menu-mobile-icon {
  cursor: pointer;
}
#main-menu {
  height: 0px;
  overflow: hidden;
  position: relative;
}
#main-menu ._container {
  padding: 36px 1rem;
  position: relative;
  z-index: 9;
}
#main-menu ._container div.buttons-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
#main-menu ._container div.buttons-cta a.btn-secondary {
  max-width: 400px;
  text-align: center;
  width: 100%;
}
#main-menu ._container div.buttons-cta a.btn-login {
  border-radius: 35px;
  font-size: 22px;
  font-weight: 600;
  max-width: 400px;
  padding: 14px 20px 10px;
  text-align: center;
  width: 100%;
}
#main-menu ._container div.buttons-cta a.btn-login svg {
  height: 30px;
  margin-right: 4px;
}
#main-menu .svg-balls {
  height: auto;
  position: absolute;
  right: -11%;
  top: 180px;
  width: 325px;
  z-index: 0;
}
#main-menu .svg-balls g path {
  fill: #fff7e0;
}
.-main-menu-active {
  overflow-y: hidden;
}
.-main-menu-active #main-menu {
  z-index: 1;
  background-color: #fefbf1;
  display: none;
  height: auto;
  height: -moz-max-content;
  height: max-content;
  min-height: 100vh;
  overflow-y: auto;
  position: absolute;
  width: 100%;
}
.-main-menu-active #main-menu .menu-item a {
  color: #5C6C49;
  font-size: 24px;
  font-weight: 700;
  transition: color 300ms;
}
.-main-menu-active #main-menu .menu-item a:hover {
  color: #A98542;
}
@media (max-width: 1200px) {
  .-main-menu-active #main-menu {
    display: block;
  }
}
#main-header-menu-mobile {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-header-menu-mobile ul {
  list-style-type: none;
}
#main-header-menu-mobile a {
  display: block;
  margin: 0 0 10px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #000;
}
.menu-mobile {
  display: none;
  height: 65px;
  width: 65px;
}
@media (max-width: 1200px) {
  .menu-mobile {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .menu-mobile {
    height: 40px;
    width: 40px;
  }
}
#main-menu-toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
#main-menu-toggle .svg-close {
  display: none;
}
#main-menu-toggle .svg-balls {
  display: block;
  fill: #fff;
}
#main-menu-toggle > div {
  height: 30px;
}
#main-menu-toggle .svg-close {
  height: auto;
  width: 28px;
}
@media (max-width: 768px) {
  #main-menu-toggle .svg-close {
    width: 21px;
  }
}
#main-menu-toggle .svg-bar-menu {
  height: auto;
  width: 45px;
}
@media (max-width: 768px) {
  #main-menu-toggle .svg-bar-menu {
    width: 32px;
  }
}
@media (max-width: 992px) {
  #main-menu-toggle {
    display: inline-block;
  }
}
body.-main-menu-active #main-menu-toggle .svg-close {
  display: block;
}
body.-main-menu-active #main-menu-toggle .svg-bar-menu {
  display: none;
}
/* Sidebar Navigation */
.widget {
  margin-bottom: 35px;
}
.widgettitle {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 23px;
  margin: 0 0 10px 0;
  color: #5C6C49;
}
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul {
  padding: 0;
  list-style-type: none;
}
.widget_categories li,
.widget_archive li,
.widget_recent_entries li,
.widget_nav_menu li {
  border-top: 1px solid #a4a4a4;
  padding: 10px 0;
  position: relative;
}
.widget_categories li:last-child,
.widget_archive li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 1px solid #a4a4a4;
}
.widget_categories li:after,
.widget_archive li:after,
.widget_recent_entries li:after,
.widget_nav_menu li:after {
  content: "›";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  font-family: "Times";
  position: absolute;
  right: 0;
  top: 47%;
  color: #5C6C49;
  transform: translateY(-50%);
  z-index: 1;
}
.widget_categories li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_nav_menu li a {
  display: block;
  padding-right: 40px;
  color: #000;
  z-index: 2;
  position: relative;
}
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover {
  color: #999999;
}
@media (max-width: 768px) {
  #sidebar {
    margin-top: 40px;
  }
}
.home-page .hero-home-page {
  margin-bottom: 103px;
  position: relative;
  padding: 100px 0 76px;
  background-color: #E6E7E1;
}
@media (min-width: 768px) {
  .home-page .hero-home-page {
    margin-bottom: 0;
    padding: 175px 0;
  }
}
@media (min-width: 1200px) {
  .home-page .hero-home-page {
    padding: 260px 0;
  }
}
.home-page .hero-home-page .buttons-action-wrapper {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  width: 100%;
  padding: 16px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background-color: #DFE4D4;
}
@media (min-width: 768px) {
  .home-page .hero-home-page .buttons-action-wrapper {
    background-color: transparent;
    position: absolute;
    flex-direction: row;
    gap: 20px;
    width: auto;
    bottom: 43px;
    top: auto;
    left: 80px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .home-page .hero-home-page .buttons-action-wrapper {
    gap: 32px;
  }
}
.home-page .hero-home-page .buttons-action-wrapper .full-video {
  display: inline-flex;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  color: #5C6C49;
  cursor: pointer;
  /*    svg.svg-play-outline-icon {
         width: 32px;
         height: 34px;

          path {
             fill: $dark-green;

             @include breakpoint-min("md") {
                 fill: $white;
             }
         } 

         @include breakpoint-min("lg") {
             width: 53px;
             height: 53px;
         }
     } */
  /*  svg.svg-map-icon {
       width: 32px;
       height: 32px;

       path {
           stroke: $primary-green;

           @include breakpoint-min("md") {
               stroke: $white;
           }
       }

       @include breakpoint-min("lg") {
           width: 53px;
           height: 53px;
       }
   } */
}
@media (min-width: 768px) {
  .home-page .hero-home-page .buttons-action-wrapper .full-video {
    color: #FFFFFF;
  }
}
.home-page .hero-home-page .buttons-action-wrapper .full-video .desktop-icon {
  display: none;
}
.home-page .hero-home-page .buttons-action-wrapper .full-video .mobile-icon {
  display: flex;
}
.home-page .hero-home-page .buttons-action-wrapper .full-video .mobile-icon img, .home-page .hero-home-page .buttons-action-wrapper .full-video .mobile-icon svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .home-page .hero-home-page .buttons-action-wrapper .full-video .desktop-icon {
    display: flex;
  }
  .home-page .hero-home-page .buttons-action-wrapper .full-video .desktop-icon img, .home-page .hero-home-page .buttons-action-wrapper .full-video .desktop-icon svg {
    width: 53px;
    height: 53px;
  }
  .home-page .hero-home-page .buttons-action-wrapper .full-video .mobile-icon {
    display: none;
  }
}
.home-page .hero-home-page .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home-page .hero-home-page .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(64, 77, 58, 0.5);
  z-index: 2;
}
.home-page .hero-home-page .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-page .hero-home-page .container h1 {
  margin: 0;
  text-align: center;
}
.home-page .hero-home-page .container p {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page .hero-home-page .container p {
    margin: 0 0 12px;
  }
}
.home-page .hero-home-page .container .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .home-page .hero-home-page .container .buttons-wrapper {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .home-page .hero-home-page .container .buttons-wrapper {
    gap: 32px;
  }
}
.home-page .hero-home-page .container .buttons-wrapper .btn-secondary {
  padding: 16px 20px 16px;
}
@media (min-width: 380px) {
  .home-page .hero-home-page .container .buttons-wrapper .btn-secondary {
    padding: 16px 40px 16px;
  }
}
.home-page .video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.home-page .video-modal.active {
  opacity: 1;
  visibility: visible;
}
.home-page .video-modal__player {
  width: 90vw;
  max-width: 1400px;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.home-page .video-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.home-page .video-modal__close:hover {
  opacity: 0.7;
}
.home-page .legacy-families-group {
  background: #5C6C49;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-blend-mode: luminosity;
}
.home-page .legacy-families-group .container {
  position: relative;
  z-index: 2;
}
.home-page .legacy-families-group h2 {
  text-align: center;
  z-index: 999999;
  position: relative;
  margin-bottom: 32px;
}
.home-page .legacy-families-group .swiper {
  width: 100%;
  height: 100%;
  justify-items: center;
}
.home-page .legacy-families-group .swiper .swiper-wrapper {
  max-width: 1208px;
  width: 100%;
}
.home-page .legacy-families-group .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.home-page .legacy-families-group .swiper .swiper-wrapper .swiper-slide p {
  max-width: 216px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .legacy-families-group .swiper .swiper-wrapper {
    justify-content: center;
  }
  .home-page .legacy-families-group .swiper .swiper-wrapper .swiper-slide {
    gap: 26px;
  }
}
.home-page .legacy-families-group .swiper .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.home-page .legacy-families-group .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.35);
}
.home-page .legacy-families-group .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 1px solid #5C6C49;
}
@media (min-width: 768px) {
  .home-page .legacy-families-group h2 {
    margin-bottom: 42px;
  }
}
.home-page .hubspot-form-section .container {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-page .hubspot-form-section .hs-form-frame,
.home-page .hubspot-form-section .hs-form-frame iframe {
  width: 100% !important;
}

.home-page .hubspot-form-section.pd-section {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.home-page .about-this-section .pd-section {
  padding-top: 30px;
}

.home-page .about-this-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .home-page .about-this-section .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-page .about-this-section .container-image {
  max-width: 349px;
  width: 100%;
  max-height: 349px;
  margin: auto;
}
@media (min-width: 768px) {
  .home-page .about-this-section .container-image {
    max-width: 634px;
    width: 100%;
    max-height: 634px;
    margin: 0;
  }
  .home-page .about-this-section .container-image img {
    width: 100%;
  }
}
.home-page .about-this-section h2 {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .home-page .about-this-section h2 {
    margin-bottom: 20px;
  }
}
.home-page .about-this-section .content-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .home-page .about-this-section .content-cards {
    gap: 20px;
    margin: 34px 0;
  }
}
.home-page .about-this-section .accordion-card {
  border-bottom: 1px solid #BFD2A9;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .home-page .about-this-section .accordion-card {
    padding-bottom: 20px;
  }
}
.home-page .about-this-section .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .about-this-section .accordion-content {
  display: none;
  padding-top: 12px;
}
.home-page .about-this-section a {
  display: flex;
  gap: 12px;
}
.home-page .about-this-section a svg {
  width: 18px;
  height: 12px;
  align-self: anchor-center;
}
.home-page .about-this-section a:hover {
  text-decoration: underline;
}
.home-page .about-this-section a:hover svg {
  transform: translateX(4px);
}
.home-page .camp-life-section {
  background-color: #DFEAD4;
}
.home-page .camp-life-section h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .home-page .camp-life-section h2 {
    margin-bottom: 42px;
  }
}
.home-page .camp-life-section .cards {
  display: grid;
  gap: 12px 9px;
  grid-template-columns: repeat(2, 1fr);
  justify-self: center;
}
.home-page .camp-life-section .cards .card {
  min-height: 182px;
  width: 100%;
  max-width: 319.94px;
  position: relative;
}
.home-page .camp-life-section .cards .card .content-title {
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background: #404D3A;
  padding: 9px;
  bottom: 0;
  position: absolute;
  width: 100%;
  border-radius: 0 0 22px 22px;
  opacity: 0.93;
}
.home-page .camp-life-section .cards .card .content-title p {
  text-align: center;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .home-page .camp-life-section .cards .card {
    min-height: 326px;
  }
  .home-page .camp-life-section .cards .card .content-title {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .home-page .camp-life-section .cards {
    grid-template-columns: repeat(4, 1fr);
    height: 326px;
    gap: 24px;
  }
}
.home-page .every-stage-section {
  background-color: #5C6C49;
  background-position: top;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/AGES (2).png");
}
@media (min-width: 768px) {
  .home-page .every-stage-section {
    background-image: url("../../assets/Texture-02-Dots+Geo.png");
  }
}
.home-page .every-stage-section h2 {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .home-page .every-stage-section h2 {
    margin-bottom: 60px;
  }
}
.home-page .every-stage-section .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .home-page .every-stage-section .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home-page .every-stage-section .swiper {
  width: 100%;
  height: 100%;
  justify-items: center;
  max-width: 426px;
}
.home-page .every-stage-section .swiper .swiper-wrapper {
  gap: 12px;
  right: 28px;
  width: calc(100% - 56px);
}
.home-page .every-stage-section .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 202px;
  width: 100% !important;
}
.home-page .every-stage-section .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.home-page .every-stage-section .swiper .swiper-wrapper .swiper-slide p {
  background-image: url("../../assets/svg/background.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  height: 58.33px;
  align-content: center;
  z-index: 999999;
  position: absolute;
  bottom: -1px;
  background-size: contain;
}
@media (min-width: 600px) {
  .home-page .every-stage-section .swiper .swiper-wrapper {
    width: 100%;
    right: -48px;
  }
}
@media (min-width: 768px) {
  .home-page .every-stage-section .swiper .swiper-wrapper {
    gap: 24px;
    width: 100%;
  }
  .home-page .every-stage-section .swiper .swiper-wrapper .swiper-slide {
    max-width: 260px;
  }
  .home-page .every-stage-section .swiper .swiper-wrapper .swiper-slide p {
    height: 75px;
  }
}
@media (min-width: 1360px) {
  .home-page .every-stage-section .swiper .swiper-wrapper {
    right: auto;
  }
}
@media (min-width: 768px) {
  .home-page .every-stage-section .swiper {
    max-width: 828px;
    width: 100%;
  }
}
.home-page .every-stage-section .btn-main-camp-next {
  width: 48px;
  height: 48px;
  background-color: #DFEAD4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .home-page .every-stage-section .btn-main-camp-next {
    top: 50%;
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1360px) {
  .home-page .every-stage-section .btn-main-camp-next {
    display: none;
  }
}
.home-page .every-stage-section .btn-main-camp-next svg {
  width: 21.53px;
}
.home-page .every-stage-section .btn-main-camp-next {
  right: 49px;
}
@media (min-width: 600px) {
  .home-page .every-stage-section .btn-main-camp-next {
    right: 0;
  }
}
.home-page .every-stage-section .card-green {
  background-color: #DFEAD4;
  border-radius: 20px;
  padding: 24px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.home-page .every-stage-section .card-green .title-card {
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page .every-stage-section .card-green {
    padding: 32px;
  }
}
.home-page .every-stage-section .cards {
  height: 243px;
  margin-right: -61px;
}
@media (min-width: 600px) {
  .home-page .every-stage-section .cards {
    margin-right: auto;
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .home-page .every-stage-section .cards {
    margin-right: auto;
    height: 330px;
    max-width: 828px;
    width: 100%;
  }
}
.home-page .every-stage-section a {
  display: flex;
  gap: 12px;
  padding-top: 32px;
  justify-self: center;
}
.home-page .every-stage-section a svg {
  width: 18px;
  height: 12px;
  align-self: anchor-center;
}
.home-page .every-stage-section a:hover {
  text-decoration: underline;
}
.home-page .every-stage-section a:hover svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .home-page .every-stage-section a {
    padding-top: 42px;
  }
}
.home-page .experience-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 768px) {
  .home-page .experience-section .container {
    flex-direction: row;
    gap: 20px;
  }
}
.home-page .experience-section .swiper {
  width: 100%;
  height: 100%;
  max-width: 349px;
  max-height: 349px;
  margin: auto;
}
.home-page .experience-section .swiper img {
  width: 100%;
  height: 100%;
}
.home-page .experience-section .swiper .swiper-wrapper {
  max-width: 1208px;
  width: 100%;
}
.home-page .experience-section .swiper .swiper-wrapper .swiper-slide p {
  max-width: 216px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .experience-section .swiper {
    max-width: 634px;
    max-height: 634px;
    margin: 0;
  }
}
.home-page .experience-section .swiper .swiper-pagination {
  position: absolute;
  margin-top: 15px;
  z-index: 999999999;
  margin-bottom: 6px;
}
.home-page .experience-section .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.35);
}
.home-page .experience-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 1px solid #5C6C49;
}
@media (min-width: 768px) {
  .home-page .experience-section .swiper .swiper-pagination {
    margin-bottom: 14px;
  }
  .home-page .experience-section .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.home-page .experience-section h2 {
  margin: 0;
}
.home-page .experience-section .content-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .home-page .experience-section .content-cards {
    gap: 20px;
    margin: 34px 0;
  }
}
.home-page .experience-section .accordion-card {
  border-bottom: 1px solid #BFD2A9;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .home-page .experience-section .accordion-card {
    padding-bottom: 20px;
  }
}
.home-page .experience-section .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .experience-section .accordion-content {
  display: none;
  padding-top: 9px;
}
@media (min-width: 768px) {
  .home-page .experience-section .accordion-content {
    padding-top: 12px;
  }
}
.home-page .experience-section a {
  display: flex;
  gap: 12px;
}
.home-page .experience-section a svg {
  width: 18px;
  height: 12px;
  align-self: anchor-center;
}
.home-page .experience-section a:hover {
  text-decoration: underline;
}
.home-page .experience-section a:hover svg {
  transform: translateX(4px);
}
.home-page .testimonials-section {
  background-color: #E6E7E1;
}
.home-page .testimonials-section .container h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .home-page .testimonials-section .container h2 {
    margin-bottom: 42px;
  }
}
.home-page .testimonials-section .swiperCustom {
  padding: 0;
  position: relative;
  /*   @include breakpoint-min("xxl") {
        max-height: 428px;
    } */
}
@media (min-width: 768px) {
  .home-page .testimonials-section .swiperCustom {
    display: block !important;
    text-align: center;
    /*    max-height: 477px; */
  }
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial {
  padding: 0 !important;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 46px 0 0;
}
@media (min-width: 600px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
    padding: 90px 0 0;
  }
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-start;
  padding: 0 24px 33px;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure {
  height: 133.4px;
  margin-bottom: 22px;
  margin-top: -45px;
  overflow: hidden;
  position: relative;
  max-width: 133.4px;
  width: 100%;
  z-index: 2;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure {
    height: 200px;
    max-width: 200px;
    margin-top: -91px;
  }
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container svg {
  max-width: 28.58px;
  width: 100%;
  height: 20.68px;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.testimony {
  margin-bottom: 2px;
  text-align: center;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.name {
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container {
    gap: 12px;
    padding: 0 28px 42px;
  }
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.name {
    margin-top: 11px;
  }
}
@media (min-width: 1360px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper {
    justify-content: flex-start;
  }
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination {
  display: block;
  margin: 26px 0 0;
  position: relative;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination span.swiper-pagination-bullet {
  background-color: #DFEAD4;
  height: 12.95px;
  opacity: 1;
  transform: scale(1) !important;
  width: 12.95px;
  border: 1px solid #5C6C49;
}
.home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9 !important;
}
@media (min-width: 1200px) {
  .home-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination {
    display: none;
  }
}
.home-page .banner-large-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.home-page .banner-large-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .home-page .banner-large-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.home-page .banner-large-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .home-page .banner-large-section .bg-mobile {
    display: none;
  }
}
.home-page .banner-large-section .pd-section {
  padding: 100px 0;
  z-index: 999999;
  position: relative;
}
@media (min-width: 768px) {
  .home-page .banner-large-section .pd-section {
    padding: 200px 0;
  }
}
.home-page .banner-large-section .container {
  justify-items: center;
}
.home-page .banner-large-section h2 {
  max-width: 879px;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .home-page .banner-large-section h2 {
    margin-bottom: 40px;
  }
}
.home-page .banner-large-section .content-buttons {
  max-width: 282px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .home-page .banner-large-section .content-buttons {
    flex-direction: row;
    gap: 32px;
    max-width: 626px;
    width: 100%;
  }
}
.home-page .banner-large-section .content-buttons .btn-primary {
  padding: 17px;
  max-width: 262px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .home-page .banner-large-section .content-buttons .btn-primary {
    max-width: 286px;
  }
}
.home-page .banner-large-section .content-buttons .btn-secondary {
  max-width: 308px;
  width: 100%;
  padding: 17px;
}
.home-page .banner-buttons-section {
  background-image: url("../../assets/background-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .home-page .banner-buttons-section {
    background-image: url("../../assets/background.png");
  }
}
.home-page .banner-buttons-section .pd-section {
  padding: 60px 0 80px;
}
@media (min-width: 768px) {
  .home-page .banner-buttons-section .pd-section {
    padding: 100px 0 120px;
  }
}
.home-page .banner-buttons-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-page .banner-buttons-section .container {
    flex-direction: row;
    gap: 32px;
  }
}
.home-page .banner-buttons-section .btn {
  max-width: 349px;
  width: 100%;
  min-height: 88px;
  font-family: "FriendlyPines", sans-serif;
  font-size: 22px;
  margin: auto;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .home-page .banner-buttons-section .btn {
    font-size: 34px;
    max-width: 320px;
    min-height: 154px;
    margin: 0;
  }
}
.home-page .banner-buttons-section .btn-secondary {
  background-color: #404D3A;
  color: white;
}
.home-page .banner-buttons-section .btn-secondary:hover {
  background-color: #5C6C49;
  border-color: #5C6C49;
}
.home-page .banner-buttons-section a {
  display: flex;
  gap: 12px;
}
.home-page .banner-buttons-section a svg {
  width: 19.3px;
  height: 12px;
  align-self: anchor-center;
}
@media (min-width: 768px) {
  .home-page .banner-buttons-section a svg {
    width: 23px;
  }
}
.home-page .banner-buttons-section a:hover > svg {
  transform: translateX(4px);
}
.contact-template {
  background-color: #fff;
}
.contact-template__hero-section {
  padding: 100px 0;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .contact-template__hero-section {
    padding: 160px 0;
  }
}
@media (min-width: 1024px) {
  .contact-template__hero-section {
    background-position: center -158px;
  }
}
.contact-template__hero-section .container {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.contact-template__hero-section .container h1 {
  max-width: 984px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.contact-template__hero-section .container p {
  max-width: 1060px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-template__hero-section .container p {
    margin-bottom: 12px;
  }
}
.contact-template__hero-section .container .wrapper-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .contact-template__hero-section .container .wrapper-buttons {
    gap: 32px;
  }
}
.contact-template__info-section {
  background: radial-gradient(50% 50% at 50% 50%, #DFEAD4 0%, #FFF 100%);
}
.contact-template__info-section .info-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .contact-template__info-section .info-container {
    gap: 32px;
  }
}
.contact-template__info-section .info-container__content {
  max-width: 541px;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container__content {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .contact-template__info-section .info-container__content {
    width: 50%;
  }
}
.contact-template__info-section .info-container__content h2 {
  margin-bottom: 22px;
  font-size: 70px;
}
@media (min-width: 1200px) {
  .contact-template__info-section .info-container__content h2 {
    font-size: 85px;
  }
}
@media (min-width: 1360px) {
  .contact-template__info-section .info-container__content h2 {
    font-size: 100px;
  }
}
.contact-template__info-section .info-container__content a.link {
  margin-bottom: 12px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container__content a.link {
    gap: 12px;
  }
  .contact-template__info-section .info-container__content a.link img {
    width: 45px;
    height: 45px;
  }
}
.contact-template__info-section .info-container__content p {
  margin-bottom: 24px;
}
.contact-template__info-section .info-container__content ul {
  border-top: 2px solid #BFD2A9;
  margin: 0 0 0;
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-template__info-section .info-container__content ul li {
  list-style: none;
}
.contact-template__info-section .info-container__content ul li a {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container__content ul li a {
    gap: 15px;
  }
}
.contact-template__info-section .info-container__content ul li a img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container__content ul li a img {
    width: 40px;
    height: 40px;
  }
}
.contact-template__info-section .info-container__img {
  position: relative;
  width: 100%;
  max-width: 541px;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container__img {
    max-width: none;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .contact-template__info-section .info-container__img {
    width: 50%;
  }
}
.contact-template__info-section .info-container__img img {
  max-width: 634px;
  height: auto;
  width: 100%;
  aspect-ratio: 6.34/5.79;
}
.contact-template__info-section .info-container__img svg {
  position: absolute;
  bottom: -34px;
  right: 0;
  width: 35%;
  height: auto;
  aspect-ratio: 1.2/1.43;
}
@media (min-width: 768px) {
  .contact-template__info-section .info-container__img svg {
    bottom: -32px;
  }
}
@media (min-width: 1360px) {
  .contact-template__info-section .info-container__img svg {
    right: 6.5%;
  }
}
.contact-template__banner-gallery-section {
  padding: 40px 0;
  background-color: #5C6C49;
}
@media (min-width: 768px) {
  .contact-template__banner-gallery-section {
    padding: 60px 0;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .contact-template__banner-gallery-section .banner-gallery-container {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1360px) {
  .contact-template__banner-gallery-section .banner-gallery-container {
    gap: 32px;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
  width: auto;
}
.contact-template__banner-gallery-section .banner-gallery-container__social-media ul li {
  list-style: none;
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button {
  gap: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button {
    gap: 32px;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  font-family: "FriendlyPines", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  text-transform: uppercase;
  letter-spacing: 0.68px;
  text-decoration: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  gap: 9px;
}
@media (min-width: 768px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact {
    gap: 12px;
    font-family: "FriendlyPines", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.118%;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact {
    font-size: 34px;
  }
}
@media (min-width: 1360px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact {
    padding: 18px 42px;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact img {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact img {
    width: 36px;
    height: 36px;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact svg {
  width: 16px;
  height: auto;
}
@media (min-width: 768px) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact svg {
    width: 23px;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact:active {
  transform: translateY(1px);
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact:focus:not(:focus-visible) {
  outline: none;
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact:disabled, .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button a.btn-contact {
    transition: none;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button .btn-yellow {
  border: 2px solid #A98542;
  background-color: #A98A42;
}
@media (hover: hover) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button .btn-yellow:hover {
    background-color: #D1AB65;
    border: 2px solid #D1AB65;
  }
}
.contact-template__banner-gallery-section .banner-gallery-container__wrapper-button .btn-blue {
  background-color: #365268;
  border: 2px solid #365268;
}
@media (hover: hover) {
  .contact-template__banner-gallery-section .banner-gallery-container__wrapper-button .btn-blue:hover {
    background-color: #52718A;
    border: 2px solid #52718A;
  }
}
.contact-template__contact-section {
  background-color: #fff;
}
.contact-template__contact-section .contact-container__box {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 27px;
  border: 2px dashed #5C6C49;
  background-color: #DFEAD4;
  max-width: 450px;
  margin: auto;
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box {
    flex-direction: row;
    max-width: none;
    width: 100%;
    gap: 20px;
    padding: 60px 40px;
    align-items: flex-start;
  }
}
@media (min-width: 1360px) {
  .contact-template__contact-section .contact-container__box {
    gap: 30px;
    padding: 60px 80px;
  }
}
.contact-template__contact-section .contact-container__box__icon {
  height: 53px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-template__contact-section .contact-container__box__icon {
    max-width: 74px;
    height: 74px;
  }
}
.contact-template__contact-section .contact-container__box__icon img {
  width: 53px;
  height: 53px;
}
@media (min-width: 768px) {
  .contact-template__contact-section .contact-container__box__icon img {
    width: 74px;
    height: 74px;
  }
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box__content {
    max-width: 436px;
  }
}
.contact-template__contact-section .contact-container__box__content h2 {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box__content h2 {
    margin-bottom: 20px;
    text-align: start;
  }
}
.contact-template__contact-section .contact-container__box__content p {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box__content p {
    text-align: start;
    max-width: 328px;
  }
}
.contact-template__contact-section .contact-container__box__form {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box__form {
    max-width: 600px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .contact-template__contact-section .contact-container__box__form {
    max-width: 700px;
  }
}
.contact-template__contact-section .contact-container__box__form .fluentform .ff-el-group {
  margin-bottom: 16px;
}
.contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea {
  border-radius: 20px;
  padding: 18px 25px;
  border: 0;
  outline: 0;
  height: 184px;
}
@media (min-width: 768px) {
  .contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea {
    height: 219px;
  }
}
.contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea::-moz-placeholder {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
.contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea::placeholder {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
@media (min-width: 768px) {
  .contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea::-moz-placeholder {
    font-size: 18px;
  }
  .contact-template__contact-section .contact-container__box__form .fluentform .ff-el-input--content textarea::placeholder {
    font-size: 18px;
  }
}
.contact-template__contact-section .contact-container__box__form .fluentform .ff_submit_btn_wrapper {
  margin: 0;
}
.contact-template__contact-section .contact-container__box__form .fluentform .ff_submit_btn_wrapper button {
  border-radius: 6px;
  background-color: #A98542;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  padding: 18px 42px 16px 42px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-template__contact-section .contact-container__box__form .fluentform .ff_submit_btn_wrapper button {
    font-size: 16px;
    letter-spacing: 0.68px;
  }
}
@media (min-width: 992px) {
  .contact-template__contact-section .contact-container__box__form .fluentform .ff_submit_btn_wrapper button {
    width: auto;
    margin: auto;
    font-size: 17px;
  }
}
.dates-template {
  background-color: #fff;
}
.dates-template__hero-section {
  background-color: #BFD2A9;
}
.dates-template__hero-section .container-flex {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1600px;
  margin: auto;
}
@media (min-width: 768px) {
  .dates-template__hero-section .container-flex {
    max-height: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .dates-template__hero-section .container-flex {
    flex-direction: row;
  }
}
@media (min-width: 1360px) {
  .dates-template__hero-section .container-flex {
    max-height: 660px;
    height: 100%;
  }
}
.dates-template__hero-section .container-flex .container-text {
  padding: 60px 20px;
  background-color: #BFD2A9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .dates-template__hero-section .container-flex .container-text {
    padding: 60px 22px 60px 22px;
  }
}
@media (min-width: 1024px) {
  .dates-template__hero-section .container-flex .container-text {
    width: 89%;
    padding: 80px 20px 80px 50px;
  }
}
@media (min-width: 1200px) {
  .dates-template__hero-section .container-flex .container-text {
    padding: 80px 20px 80px 50px;
  }
}
@media (min-width: 1360px) {
  .dates-template__hero-section .container-flex .container-text {
    padding: 100px 25px 100px 80px;
  }
}
@media (min-width: 1200px) {
  .dates-template__hero-section .container-flex .container-text div {
    max-width: 640px;
  }
}
.dates-template__hero-section .container-flex .container-text h1,
.dates-template__hero-section .container-flex .container-text p {
  margin: 0;
}
.dates-template__hero-section .container-flex .container-text .btn-primary {
  padding: 17px;
  max-width: 253px;
  width: 100%;
}
@media (min-width: 768px) {
  .dates-template__hero-section .container-flex .container-text .btn-primary {
    max-width: 249px;
    width: 100%;
    padding: 16.7px;
  }
}
.dates-template__hero-section .container-flex .container-image {
  aspect-ratio: 3.93/3.31;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 768px) {
  .dates-template__hero-section .container-flex .container-image {
    aspect-ratio: 4/2.5;
    width: 100%;
    order: 2;
  }
}
@media (min-width: 992px) {
  .dates-template__hero-section .container-flex .container-image {
    aspect-ratio: auto;
    max-height: 100%;
    height: auto;
    max-width: 586px;
  }
}
@media (min-width: 1360px) {
  .dates-template__hero-section .container-flex .container-image {
    max-width: 756px;
    width: 100%;
    order: 2;
    max-height: 660px;
  }
}
.dates-template__hero-section .container-flex .container-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dates-template__hero-section .banner-bottom {
  background-color: #404D3A;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dates-template__hero-section .banner-bottom svg {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
.dates-template__hero-section .banner-bottom p {
  margin: 0;
  align-self: center;
}
@media (min-width: 768px) {
  .dates-template__hero-section .banner-bottom {
    padding: 40px 80px;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
  }
  .dates-template__hero-section .banner-bottom svg {
    width: 39.5px;
    height: 39.5px;
    aspect-ratio: 1/1;
  }
}
.dates-template__banner-question-section {
  background-color: #404D3A;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section {
    padding: 60px 0;
  }
}
.dates-template__banner-question-section .banner-question-container {
  display: flex;
  flex-direction: column;
  max-width: 1012px;
  gap: 20px;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container {
    justify-content: space-between;
    flex-direction: row;
  }
}
.dates-template__banner-question-section .banner-question-container__right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__right-column {
    flex-direction: row;
    justify-content: center;
    gap: 27px;
  }
}
.dates-template__banner-question-section .banner-question-container__right-column img {
  width: 54px;
  height: 54px;
}
@media (min-width: 992px) {
  .dates-template__banner-question-section .banner-question-container__right-column img {
    width: 74px;
    height: 74px;
  }
}
.dates-template__banner-question-section .banner-question-container__right-column__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .dates-template__banner-question-section .banner-question-container__right-column__content {
    gap: 10px;
  }
}
.dates-template__banner-question-section .banner-question-container__right-column__content h2 {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__right-column__content h2 {
    text-align: start;
  }
}
.dates-template__banner-question-section .banner-question-container__right-column__content p {
  margin: 0;
  text-align: center;
  max-width: 309px;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__right-column__content p {
    max-width: none;
    text-align: start;
  }
}
.dates-template__banner-question-section .banner-question-container__left-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__left-column {
    justify-content: flex-end;
  }
}
.dates-template__banner-question-section .banner-question-container__left-column a {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__left-column a {
    padding: 18px 42px;
    min-width: 190px;
  }
}
.dates-template__banner-question-section .banner-question-container__left-column a.-show-mobile {
  display: flex;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__left-column a.-show-mobile {
    display: none;
  }
}
.dates-template__banner-question-section .banner-question-container__left-column a.-show-desktop {
  display: none;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__left-column a.-show-desktop {
    display: flex;
  }
}
.dates-template__banner-question-section .banner-question-container__left-column a svg {
  display: inline-block;
  width: 18px;
  height: auto;
}
@media (min-width: 768px) {
  .dates-template__banner-question-section .banner-question-container__left-column a svg {
    display: none;
  }
}
.dates-template__banner-section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 100px 0 120px;
  background-color: #404D3A;
}
@media (min-width: 768px) {
  .dates-template__banner-section {
    padding: 200px 0 200px;
  }
}
.dates-template__banner-section .container h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .dates-template__banner-section .container h2 {
    margin-bottom: 40px;
  }
}
.dates-template__banner-section .container .content-buttons {
  max-width: 282px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .dates-template__banner-section .container .content-buttons {
    flex-direction: row;
    gap: 32px;
    max-width: 636px;
    width: 100%;
  }
}
.dates-template__banner-section .container .content-buttons .btn-primary {
  padding: 17px;
  max-width: 266px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .dates-template__banner-section .container .content-buttons .btn-primary {
    max-width: 296px;
    width: 100%;
    padding: 18px;
  }
}
.dates-template__banner-section .container .content-buttons .btn-secondary {
  max-width: 308px;
  width: 100%;
  padding: 17px;
}
.dates-template__summer-section {
  /*  background-color: #e9ebe5; */
}
.dates-template__summer-section .summer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 0 0 0 22px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-container {
    margin: 0 auto;
    gap: 32px;
  }
}
@media (min-width: 1360px) {
  .dates-template__summer-section .summer-container {
    padding: 0 22px;
  }
}
.dates-template__summer-section .summer-container__title {
  margin-bottom: 0;
  text-align: center;
}
.dates-template__summer-section .summer-container .summer-sessions {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-container .summer-sessions {
    min-width: 1050px;
    border-radius: 30px;
  }
}
.dates-template__summer-section .summer-container .summer-sessions::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-container .summer-sessions::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-container .summer-sessions::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-container .summer-sessions__table-wrapper {
  background-color: #fff;
  border-radius: 25px;
  padding: 22px 20px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-container .summer-sessions__table-wrapper {
    padding: 32px;
  }
}
@media (min-width: 1360px) {
  .dates-template__summer-section .summer-container .summer-sessions__table-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
.dates-template__summer-section .summer-container .summer-sessions__table {
  width: 300px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  color: #30382e;
  font-family: "Your-Font", sans-serif;
  font-size: 11px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #E6E7E1;
  border-left: 1px solid #E6E7E1;
  border-right: 1px solid #E6E7E1;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-container .summer-sessions__table {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
    min-width: auto;
    font-size: 11px;
  }
}
.dates-template__summer-section .summer-container .summer-sessions__table th,
.dates-template__summer-section .summer-container .summer-sessions__table td {
  border: 1px solid #E6E7E1;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  padding: 12px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-container .summer-sessions__table th,
  .dates-template__summer-section .summer-container .summer-sessions__table td {
    padding: 18px;
  }
}
.dates-template__summer-section .summer-container .summer-sessions__table th:last-child,
.dates-template__summer-section .summer-container .summer-sessions__table td:last-child {
  border-right: 0;
}
.dates-template__summer-section .summer-container .summer-sessions__table th {
  border-right: 0.5px solid #E6E7E1;
  border-bottom: 0.5px solid #E6E7E1;
  border-top: 0px solid #E6E7E1;
  border-left: 0px solid #E6E7E1;
  background-color: #404D3A;
  color: #fff;
  text-transform: uppercase;
}
.dates-template__summer-section .summer-container .summer-sessions__table td {
  text-transform: none;
}
.dates-template__summer-section .summer-container .summer-sessions__table td:first-child {
  width: 180px;
  background-color: #DFEAD4;
  text-align: left;
  text-transform: uppercase;
}
.dates-template__summer-section .summer-container .summer-sessions__table tbody tr:nth-child(even) td:first-child {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-container .summer-sessions__table tbody tr:last-child td {
  border-bottom: 0;
}
.dates-template__summer-section .summer-container .summer-sessions__table thead tr th:first-child {
  min-width: 129px;
  width: auto;
  text-align: start;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-container .summer-sessions__table thead tr th:first-child {
    width: 150px;
  }
}
.dates-template__summer-section .summer-container .summer-sessions__table .filling-fast {
  font-weight: 700 !important;
}
.dates-template__summer-section .title-second-section {
  padding-left: 22px;
  margin-top: 38px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .title-second-section {
    padding-left: 0;
    margin-top: 49px;
  }
}
.dates-template__summer-section .summer-content-container {
  margin-top: 27px;
}
@media (min-width: 1360px) {
  .dates-template__summer-section .summer-content-container {
    margin-top: 32px;
  }
}
.dates-template__summer-section .summer-content-container__cards {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__cards {
    gap: 32px;
  }
}
.dates-template__summer-section .summer-content-container__cards__card {
  display: flex;
  flex-direction: column;
  /*   gap: 20px; */
  background-color: #E6E7E1;
  border-radius: 14px;
  /*   @include breakpoint-min("lg") {
        padding: 36px;
    } */
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__cards__card {
    border-radius: 18px;
  }
}
.dates-template__summer-section .summer-content-container__cards__card__title-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 0;
  justify-content: space-between;
  border-radius: 14px;
  padding: 22px 20px 26px;
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__cards__card__title-wrapper {
    padding: 32px 20px;
    border-radius: 18px;
  }
}
.dates-template__summer-section .summer-content-container__cards__card__title-wrapper h2 {
  margin: 0;
  text-align: left;
}
.dates-template__summer-section .summer-content-container__cards__card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: white;
}
.dates-template__summer-section .summer-content-container__cards__card.is-open .icon {
  font-size: 22px;
}
.dates-template__summer-section .summer-content-container__cards__card > p {
  margin-bottom: 10px;
  letter-spacing: -0.15px;
}
.dates-template__summer-section .summer-content-container__cards__card__description-wrapper img {
  width: 56px;
  height: 56px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container__cards__card__description-wrapper img {
    width: 72px;
    height: 72px;
  }
}
.dates-template__summer-section .summer-content-container__cards__card__description-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__cards__card__description-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container__cards__card__description-wrapper p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.dates-template__summer-section .summer-content-container__cards__card__description-wrapper p:last-child {
  margin-bottom: 0;
}
.dates-template__summer-section .summer-content-container__cards__content {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__cards__content {
    padding: 32px;
  }
}
.dates-template__summer-section .summer-content-container__accordion {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background-color: #E6E7E1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__accordion {
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__accordion {
    border-radius: 18px;
  }
}
.dates-template__summer-section .summer-content-container__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  padding: 22px 20px 26px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__accordion-header {
    padding: 28px 20px;
    min-height: 48px;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__accordion-header {
    padding: 32px 20px;
    min-height: 52px;
    border-radius: 18px;
  }
}
.dates-template__summer-section .summer-content-container__accordion-header--blue {
  background-color: #365268;
}
.dates-template__summer-section .summer-content-container__accordion-header--blue:hover {
  background-color: #2e4b60;
}
.dates-template__summer-section .summer-content-container__accordion-header--dark-green {
  background-color: #404D3A;
}
.dates-template__summer-section .summer-content-container__accordion-header--dark-green:hover {
  background-color: #35452f;
}
.dates-template__summer-section .summer-content-container__accordion-title {
  text-transform: uppercase;
  margin: 0;
}
.dates-template__summer-section .summer-content-container__accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.dates-template__summer-section .summer-content-container__accordion-content {
  display: none;
  padding: 24px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__accordion-content {
    padding: 28px;
  }
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__accordion-content {
    padding: 32PX;
  }
}
.dates-template__summer-section .summer-content-container__accordion-content .content-3 p {
  /* Mobile/Body L */
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__accordion-content .content-3 p {
    /* Desktop/Body Large */
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 145.455%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container__accordion-content .content-3 p {
    font-size: 22px;
  }
}
.dates-template__summer-section .summer-content-container__accordion.is-open .summer-content-container__accordion-content {
  display: block;
}
.dates-template__summer-section .summer-content-container__accordion.is-open .summer-content-container__accordion-icon {
  font-size: 21px;
}
.dates-template__summer-section .summer-content-container__intro {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__intro {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__intro {
    margin-bottom: 22px;
  }
}
.dates-template__summer-section .summer-content-container__intro p {
  margin: 0 0 24px;
  /* Mobile/Body */
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  color: #000;
}
.dates-template__summer-section .summer-content-container__intro p strong {
  font-weight: 600;
}
.dates-template__summer-section .summer-content-container__intro p a {
  text-decoration: underline;
  color: #000;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container__intro p {
    /* Desktop/Body */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container__intro p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .dates-template__summer-section .summer-content-container__intro p {
    margin: 0 0 32px;
  }
}
.dates-template__summer-section .summer-content-container__intro--date {
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.dates-template__summer-section .summer-content-container__intro--date svg {
  width: 24px;
  height: 24px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 {
    padding-bottom: 0px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table {
    min-width: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table th,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table th {
  background-color: #404D3A;
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(1) {
  width: 135px;
  min-width: 135px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 29.6%;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(2) {
  width: 10.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(3) {
  white-space: nowrap;
  width: 7.5%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(4),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(4) {
  width: 29.3%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(4),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(4) {
    min-width: 110px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(5),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(5) {
  width: 10.7%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule th:nth-child(6),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule td:nth-child(6) {
  width: 11.2%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates td:nth-child(1) {
  width: 24.7%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates td:nth-child(1) {
    min-width: 200px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates td:nth-child(2) {
  width: 37.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates td:nth-child(3) {
  width: 37.5%;
  min-width: 170px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates thead th:first-child {
  background-color: #A98542;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates tbody tr:nth-child(odd) td {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates tbody td:first-child {
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates th {
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-1 .camp-table--rates th {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 {
    padding-bottom: 0px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table {
    min-width: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table th,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table th {
  background-color: #404D3A;
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(1) {
  width: 135px;
  min-width: 135px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 29.6%;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(2) {
  width: 10.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(3) {
  white-space: nowrap;
  width: 7.5%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(4),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(4) {
  width: 29.3%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(4),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(4) {
    min-width: 110px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(5),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(5) {
  width: 10.7%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule th:nth-child(6),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule td:nth-child(6) {
  width: 11.2%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(1) {
  width: 24.7%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(1) {
    min-width: 200px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(2) {
  width: 37.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(3) {
  width: 37.5%;
  min-width: 170px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(3) span,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(3) span {
  /* Mobile/Body SM */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 138.462%;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(3) span,
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(3) span {
    /* Desktop/Body SM */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 146.667%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th:nth-child(3) span,
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates td:nth-child(3) span {
    font-size: 15px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates thead th:first-child {
  background-color: #A98542;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates tbody tr:nth-child(odd) td {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates tbody td:first-child {
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th {
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-adventure-trails-2 .camp-table--rates th {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .lit-cit thead th:first-child {
  background-color: #365268 !important;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 {
    padding-bottom: 0px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table {
    min-width: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table th,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table th {
  background-color: #404D3A;
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(1) {
  width: 135px;
  min-width: 135px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 29.6%;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(2) {
  width: 10.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(3) {
  white-space: nowrap;
  width: 7.5%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(4),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(4) {
  width: 29.3%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(4),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(4) {
    min-width: 110px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(5),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(5) {
  width: 10.7%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule th:nth-child(6),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule td:nth-child(6) {
  width: 11.2%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates td:nth-child(1) {
  width: 24.7%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates td:nth-child(1) {
    min-width: 200px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates td:nth-child(2) {
  width: 37.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates td:nth-child(3) {
  width: 37.5%;
  min-width: 170px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates thead th:first-child {
  background-color: #A98542;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates tbody tr:nth-child(odd) td {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates tbody td:first-child {
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates th {
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-1 .camp-table--rates th {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 {
    padding-bottom: 0px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table {
    min-width: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table th,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table th {
  background-color: #404D3A;
  padding: 16px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table tbody tr:nth-child(odd) td {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(1) {
  width: 157px;
  min-width: 157px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 36%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(1) {
    width: 29.6%;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(2) {
  width: 207px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(2) span,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(2) span {
  /* Mobile/Body SM */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 138.462%;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(2) span,
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(2) span {
    /* Desktop/Body SM */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 146.667%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule th:nth-child(2) span,
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule td:nth-child(2) span {
    font-size: 15px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-2 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 {
    padding-bottom: 0px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table {
    min-width: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table th,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table th {
  background-color: #404D3A;
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(1) {
  width: 135px;
  min-width: 135px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 29.6%;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(2) {
  width: 10.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(3) {
  white-space: nowrap;
  width: 7.5%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(4),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(4) {
  width: 29.3%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(4),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(4) {
    min-width: 110px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(5),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(5) {
  width: 10.7%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule th:nth-child(6),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule td:nth-child(6) {
  width: 11.2%;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates td:nth-child(1) {
  width: 24.7%;
  min-width: 200px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates td:nth-child(1) {
    min-width: 200px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates td:nth-child(2) {
  width: 37.5%;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates th:nth-child(3),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates td:nth-child(3) {
  width: 37.5%;
  min-width: 170px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates thead th:first-child {
  background-color: #A98542;
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates tbody tr:nth-child(odd) td {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates tbody td:first-child {
  text-align: left;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates th {
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-3 .camp-table--rates th {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 {
    padding-bottom: 0px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table {
    min-width: auto;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table th,
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table th {
  background-color: #404D3A;
  padding: 16px 9px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table td span {
  /* Mobile/Body SM */
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 138.462%;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table td span {
    /* Desktop/Body SM */
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 146.667%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table td span {
    font-size: 15px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table tbody tr:nth-child(odd) td {
  background-color: #BFD2A9;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule th:nth-child(1),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule td:nth-child(1) {
  width: 157px;
  min-width: 157px;
}
@media (min-width: 768px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 36%;
  }
}
@media (min-width: 992px) {
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule th:nth-child(1),
  .dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule td:nth-child(1) {
    width: 29.6%;
  }
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule th:nth-child(2),
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule td:nth-child(2) {
  width: 207px;
  white-space: nowrap;
}
.dates-template__summer-section .summer-content-container .camp-table-wrapper.-table-lit-cit-4 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template .steps-section {
  overflow: hidden;
  position: relative;
}
.dates-template .steps-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .dates-template .steps-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.dates-template .steps-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .dates-template .steps-section .bg-mobile {
    display: none;
  }
}
.dates-template .steps-section .container {
  max-width: 1034px;
  margin: auto;
}
.dates-template .steps-section .container .header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .dates-template .steps-section .container .header-text {
    margin-bottom: 62px;
  }
}
@media (min-width: 992px) {
  .dates-template .steps-section .container .header-text {
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.dates-template .steps-section .container .header-text svg {
  position: relative;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .dates-template .steps-section .container .header-text svg {
    width: 74px;
    height: 74px;
  }
}
.dates-template .steps-section .container .header-text h2 {
  z-index: 9999;
  position: relative;
  text-align: center;
  margin: 0;
}
.dates-template .steps-section .swiperStepsContent {
  padding: 0;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .dates-template .steps-section .swiperStepsContent {
    display: block !important;
    text-align: center;
    margin: 0;
  }
}
.dates-template .steps-section .swiperStepsContent .swiperSteps {
  padding: 0 !important;
  overflow: visible;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
  align-items: stretch;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .slider-card {
  width: 100%;
  height: 100%;
  background-color: #DFEAD4;
  border-radius: 20px;
  padding: 27px 12px 20px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .slider-card {
    padding: 37px 12px 27px;
    gap: 26px;
    margin: 0 auto;
  }
}
@media (min-width: 1360px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 216px;
    height: auto;
  }
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .content-number {
  border-radius: 100%;
  width: 39px;
  height: 39px;
  background-color: #404D3A;
  margin: 0 auto;
  display: flex;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .content-number .number {
  margin: 0;
  justify-self: center;
  align-self: center;
  margin: auto;
}
@media (min-width: 768px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .content-number {
    width: 50px;
    height: 50px;
  }
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description {
  text-align: center;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description p {
  margin: 0;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description p a {
  color: #404D3A;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media (min-width: 768px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description p a {
    /* Desktop/Body Bold */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description p a {
    font-size: 18px;
  }
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description strong {
  text-decoration: underline;
  font-weight: 600;
}
@media (min-width: 992px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper {
    display: inline-flex;
  }
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-pagination {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.35);
  opacity: 0.7;
}
.dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 0.72px #5C6C49;
}
@media (min-width: 768px) {
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-pagination {
    margin-bottom: 14px;
  }
  .dates-template .steps-section .swiperStepsContent .swiperSteps .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.dates-template .steps-section .steps-section__button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.dates-template__policies-and-support-section {
  padding-bottom: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container > h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container > h2 {
    margin-bottom: 32px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #1f261c;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item {
  width: 100%;
  box-sizing: border-box;
  background-color: #e4edd8;
  cursor: pointer;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item:first-child {
  border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:first-child {
    border-radius: 25px 25px 0 0;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:first-child {
    border-radius: 30px 30px 0 0;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item:first-child .accordion__header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:first-child .accordion__header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item:last-child {
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:last-child {
    border-radius: 0 0 25px 25px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:last-child {
    border-radius: 0 0 30px 30px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item:last-child .accordion__header {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: 2px dashed #6c7d5c !important;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:last-child .accordion__header {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item.is-open .accordion__header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item:only-child {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:only-child {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item:only-child {
    border-radius: 30px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__header {
  width: 100%;
  min-height: 64px;
  border-top: 2px dashed #6c7d5c;
  border-left: 2px dashed #6c7d5c;
  border-right: 2px dashed #6c7d5c;
  border-bottom: 0px dashed #6c7d5c;
  padding: 10px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__header {
    min-height: 72px;
    gap: 14px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__header {
    min-height: 80px;
    padding: 12px 20px;
    gap: 20px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c5d5b2;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__icon {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__icon {
    width: 64px;
    height: 64px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__title {
  flex: 1;
  margin: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__indicator {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #45553c;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__indicator {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__indicator {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 30px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__body {
  display: grid;
  cursor: auto;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__body-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: padding 0.35s ease, opacity 0.2s ease;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item.is-open .accordion__body {
  grid-template-rows: 1fr;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item.is-open .accordion__header {
  border-bottom: 2px dashed #6c7d5c;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__item.is-open .accordion__body-inner {
  opacity: 1;
  padding: 24px 20px 26px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item.is-open .accordion__body-inner {
    padding: 28px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__item.is-open .accordion__body-inner {
    padding: 32px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__text {
  margin-top: 0;
  margin-bottom: 24px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__text:last-child {
  margin-bottom: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__text-note {
  margin: 20px 0 22px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__text-note {
    margin: 30px 0 32px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__text-3 {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__text-3 {
    margin: 0 0 20px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__text-4 {
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__text-4 {
    margin: 0 0 30px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title {
    margin-bottom: 10px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 133.333%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p {
    font-size: 18px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p:first-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  color: #404D3A;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p:first-child {
    font-size: 17px;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p:first-child {
    font-size: 18px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p:last-child {
  margin-bottom: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__small-title.-paragraph p:last-child {
  margin-bottom: 0;
}

.dates-template__policies-and-support-section .accordion-notes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion__note {
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 804px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__note {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion__note {
    margin-top: 22px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card {
  width: 100%;
  margin-bottom: 20px;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background-color: #60744e;
  color: white;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card {
    flex-direction: row;
    margin-bottom: 24px;
    padding: 18px;
    gap: 14px;
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card {
    margin-bottom: 28px;
    padding: 22px 32px 22px 22px;
    gap: 18px;
    border-radius: 24px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #43523b;
  font-size: 18px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card__icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 24px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card__content {
  flex: 1;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card h3 {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card h3 {
    margin-bottom: 10px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .priority-card p {
  margin: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .scroll-wrapper {
  overflow-x: auto;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .scroll-wrapper::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .scroll-wrapper::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .table-wrapper {
  width: 100%;
  width: calc(100% + 20px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 0 0 24px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .table-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .table-wrapper {
    width: 100%;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  font-size: 10px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table {
    min-width: 600px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table {
    min-width: 620px;
    font-size: 14px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th {
  padding: 20px 5px;
  border-right: 1px solid #E6E7E1;
  text-align: center;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th {
    padding: 24px 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th:first-child {
  background-color: #e4edd8;
  border: 0 !important;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th:last-child {
  border-right: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table td {
  padding: 16px 10px;
  background-color: #fff;
  border: 1px solid #E6E7E1;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table td {
    padding: 20px 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th:first-child,
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table td:first-child {
  width: 258px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th:nth-child(2),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table td:nth-child(2) {
  width: 175px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th:nth-child(3),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table td:nth-child(3) {
  width: 190px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table th:nth-child(4),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table td:nth-child(4) {
  width: 190px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  font-size: 10px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 {
    min-width: 600px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 {
    min-width: 620px;
    font-size: 14px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th {
  padding: 12px 5px;
  border-right: 1px solid #E6E7E1;
  text-align: center;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th {
    padding: 12px 10px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th {
    padding: 12px 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th:last-child {
  border-right: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 td {
  padding: 16px 10px;
  background-color: #fff;
  border: 1px solid #E6E7E1;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 td {
    padding: 20px 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th:first-child,
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 td:first-child {
  width: 145px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th:nth-child(2),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 td:nth-child(2) {
  width: 206px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th:nth-child(3),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 td:nth-child(3) {
  width: 206px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 th:nth-child(4),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-2 td:nth-child(4) {
  width: 274px;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 {
  width: 100%;
  min-width: 610px;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  font-size: 10px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 {
    min-width: 600px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 {
    min-width: 620px;
    font-size: 14px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 tbody tr:nth-child(odd) {
  background-color: #BFD2A9;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 tbody tr:nth-child(even) {
  background-color: #fff;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th {
  padding: 12px 5px;
  border: 1px solid #E6E7E1;
  text-align: center;
  background-color: #404D3A;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th {
    padding: 12px 10px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th {
    padding: 12px 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th:first-child {
  background-color: #e4edd8;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th:last-child {
  border-right: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 td {
  padding: 16px 10px;
  border: 1px solid #E6E7E1;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 td {
    padding: 20px 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th:first-child,
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 td:last-child {
  width: 280px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th:first-child,
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 td:last-child {
    width: 349px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th:nth-child(2),
.dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 td:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 th:nth-child(2),
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .accordion-table-3 td:nth-child(2) {
    width: 100%;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
}
@media (min-width: 600px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-grid {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-grid {
    gap: 14px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card {
  padding: 14px;
  box-sizing: border-box;
  border-radius: 14px;
  background-color: #c6d8b4;
  color: #263022;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card {
    padding: 16px;
    border-radius: 16px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card {
    padding: 18px;
    border-radius: 18px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card.card-1 {
  grid-area: auto;
}
@media (min-width: 600px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card.card-1 {
    grid-area: 1/1/3/2;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card.card-2 {
  grid-area: auto;
}
@media (min-width: 600px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card.card-2 {
    grid-area: 1/2/2/3;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card.card-3 {
  grid-area: auto;
}
@media (min-width: 600px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card.card-3 {
    grid-area: 2/2/3/3;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card__header {
    gap: 12px;
    margin-bottom: 12px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #a9c292;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card__icon {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card__icon {
    width: 44px;
    height: 44px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card h3 {
  margin: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card p {
  margin: 0;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card ul {
  margin: 8px 0 0;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card ul {
    margin-top: 9px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card ul {
    margin-top: 10px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card ul li {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .discount-card ul li {
    margin-bottom: 5px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .check-list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .check-list {
    margin: 0 0 16px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .check-list {
    margin: 0 0 20px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .check-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .check-list li {
    gap: 6px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .check-list li {
    gap: 7px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .learn-more {
  margin: 0 0 20px;
  display: inline-flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .learn-more {
    margin: 0 0 32px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .learn-more svg {
  width: 14px;
  height: auto;
}
@media (min-width: 768px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .learn-more svg {
    width: 18px;
  }
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .learn-more:hover {
  text-decoration: underline;
}
.dates-template__policies-and-support-section .policies-and-support-container .accordion .donate-button {
  padding: 12px 20px;
  text-align: center;
  border: 2px solid #617650;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  display: inline-flex;
}
@media (min-width: 992px) {
  .dates-template__policies-and-support-section .policies-and-support-container .accordion .donate-button {
    padding: 16px 40px;
  }
}
.dates-template__gallery-section {
  overflow: hidden;
  border-bottom: 2px solid #BFD2A9;
}
.dates-template__gallery-section .gallery-container .swiper {
  overflow: visible !important;
}
.dates-template__gallery-section .gallery-container .swiper .swiper-wrapper {
  align-items: center;
}
.dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
  opacity: 0 !important;
  width: 788px;
  height: auto;
  aspect-ratio: 7.88/6.33;
  border-radius: 27px;
  position: relative;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
  transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 1352px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 700px !important;
  }
}
@media (max-width: 1199px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 650px !important;
  }
}
@media (max-width: 992px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 600px !important;
  }
}
@media (max-width: 850px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 550px !important;
  }
}
@media (max-width: 768px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 500px !important;
    border-radius: 13px;
  }
}
@media (max-width: 650px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 450px !important;
  }
}
@media (max-width: 600px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 425px !important;
  }
}
@media (max-width: 535px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide {
    width: 100% !important;
  }
}
.dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide img {
    border-radius: 27px;
  }
}
.dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 999999999 !important;
  box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.3764705882);
}
.dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next, .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}
@media (max-width: 535px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next, .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
  }
}
.dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next::after, .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(64, 77, 58, 0.5019607843);
  border-radius: 13px;
}
@media (min-width: 768px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next::after, .dates-template__gallery-section .gallery-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev::after {
    border-radius: 27px;
  }
}
.dates-template__gallery-section .gallery-container .swiper .swiper-button-next,
.dates-template__gallery-section .gallery-container .swiper .swiper-button-prev {
  color: #fff;
  width: 48px !important;
  height: 48px !important;
  background-color: #DFEAD4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-button-next,
  .dates-template__gallery-section .gallery-container .swiper .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
  }
}
.dates-template__gallery-section .gallery-container .swiper .swiper-button-next svg,
.dates-template__gallery-section .gallery-container .swiper .swiper-button-prev svg {
  width: 24px !important;
  height: auto !important;
}
.dates-template__gallery-section .gallery-container .swiper .swiper-button-next {
  right: -13px !important;
}
@media (min-width: 768px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-button-next {
    right: -15px !important;
  }
}
.dates-template__gallery-section .gallery-container .swiper .swiper-button-prev {
  left: -13px !important;
}
@media (min-width: 768px) {
  .dates-template__gallery-section .gallery-container .swiper .swiper-button-prev {
    left: -15px !important;
  }
}
.dates-template__program-section {
  /* .accordion-header span:first-child {
      font-weight: bold;
  } */
}
.accordion-notes__button {
    display: flex;
    justify-content: center;
    gap: 16px; /* adjust spacing as you like */
    flex-wrap: wrap; /* keeps it from breaking on small screens */
}
.dates-template__program-section h1 {
  text-align: center;
}
.dates-template__program-section .accordion-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .dates-template__program-section .accordion-container {
    /* flex-direction: row; */
    gap: 30px;
  }
}
.dates-template__program-section .accordion {
  width: 100%;
  background-color: #E6E7E1;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .dates-template__program-section .accordion {
    border-radius: 30px;
  }
}
.dates-template__program-section .accordion-header {
  width: 100%;
  border: none;
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 768px) {
  .dates-template__program-section .accordion-header {
    padding: 32px 20px;
    border-radius: 30px;
  }
}
.dates-template__program-section .accordion-icon {
  font-size: 32px;
  line-height: 1;
}
.dates-template__program-section .accordion-content {
  display: none;
  padding: 24px 20px 32px;
}
@media (min-width: 768px) {
  .dates-template__program-section .accordion-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
  }
}
.dates-template__program-section .sub-cont-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .dates-template__program-section .sub-cont-accordion {
    gap: 32px;
  }
}
.dates-template__program-section .accordion-content p {
  margin: 0;
}
.dates-template__program-section .camp-table-wrapper {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .dates-template__program-section .camp-table-wrapper {
    overflow-x: auto;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__title {
  margin: 0 0 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__title {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__title {
    margin-bottom: 42px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background-color: #E6E7E1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion {
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion {
    margin-bottom: 30px;
    border-radius: 18px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background-color: #A98542;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  padding: 22px 20px 26px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion-header {
    padding: 28px 20px;
    min-height: 48px;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion-header {
    padding: 32px 20px;
    min-height: 52px;
    border-radius: 18px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header:hover {
  background-color: #a27c3a;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header--blue {
  background-color: #365268;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header--blue:hover {
  background-color: #2e4b60;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header--green {
  background-color: #5C6C49;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header--green:hover {
  background-color: #536842;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header--dark-green {
  background-color: #404D3A;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-header--dark-green:hover {
  background-color: #35452f;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-title {
  text-transform: uppercase;
  margin: 0;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-content {
  display: none;
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion-content {
    padding: 28px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion-content {
    padding: 32PX;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion-content .content-3 p {
  /* Mobile/Body L */
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion-content .content-3 p {
    /* Desktop/Body Large */
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 145.455%;
  }
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2__accordion-content .content-3 p {
    font-size: 22px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion.is-open .program-container-2__accordion-content {
  display: block;
}
.dates-template .dates-template__program-section-2 .program-container-2__accordion.is-open .program-container-2__accordion-icon {
  font-size: 21px;
}
.dates-template .dates-template__program-section-2 .program-container-2__intro {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__intro {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__intro {
    margin-bottom: 22px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__intro p {
  margin: 0 0 24px;
  /* Mobile/Body */
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  color: #000;
}
.dates-template .dates-template__program-section-2 .program-container-2__intro p strong {
  font-weight: 600;
}
.dates-template .dates-template__program-section-2 .program-container-2__intro p a {
  text-decoration: underline;
  color: #000;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__intro p {
    /* Desktop/Body */
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.333%;
  }
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2__intro p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__intro p {
    margin: 0 0 32px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__intro--date {
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.dates-template .dates-template__program-section-2 .program-container-2__intro--date svg {
  width: 24px;
  height: 24px;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 {
    padding-bottom: 0px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 720px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table {
    min-width: auto;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table th,
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table th {
  background-color: #404D3A;
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table td {
  background-color: #ffffff;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(1),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(1) {
  width: 135px;
  max-width: 135px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(1),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 25.6%;
  }
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(1),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(1) {
    width: 29.6%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(2),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(2) {
  width: 17.6%;
  white-space: nowrap;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(3),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(3) {
  white-space: nowrap;
  width: 17.6%;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(3),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(3) {
    width: 18%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(4),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(4) {
  width: 21%;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(4),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(4) {
    width: 17.6%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(5),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(5) {
  width: 20%;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule th:nth-child(5),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule td:nth-child(5) {
    width: 17.6%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-first-timers-camp-1 .camp-table--schedule thead th:first-child {
  background-color: #E6E7E1;
  text-align: left;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media (min-width: 841px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 {
    padding-bottom: 0px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1::-webkit-scrollbar {
  height: 11px;
  bottom: -27px;
  border-radius: 10px;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1::-webkit-scrollbar-track {
  width: calc(100% - 22px);
  border-radius: 10px;
  background-color: #BFD2A9;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1::-webkit-scrollbar-thumb {
  background-color: #404D3A;
  border-radius: 10px;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 {
    margin-bottom: 32px;
    overflow-x: auto;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 790px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table {
    min-width: auto;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table th,
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table td {
  border: 1px solid #E6E7E1;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  font-family: inherit;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table th {
  background-color: #404D3A;
  padding: 16.642px 9px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table th {
    padding: 20px 10px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table td {
  background-color: #ffffff;
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table tbody tr td:first-child {
  text-align: left;
  background-color: #BFD2A9;
  padding: 12px;
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table tbody tr td:first-child {
    padding: 20px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(1),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(1) {
  width: 155px;
  min-width: 155px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(1),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(1) {
    min-width: none;
    width: 25.6%;
  }
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(1),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(1) {
    width: 29.89%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(2),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(2) {
  width: 51%;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(2),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(2) {
    width: 19.41%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(3),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(3) {
  white-space: nowrap;
  width: 17.6%;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(3),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(3) {
    width: 11.26%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(4),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(4) {
  width: 21%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(4),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(4) {
    width: 12.89%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(5),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(5) {
  width: 20%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(5),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(5) {
    width: 13.28%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(5),
.dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(5) {
  width: 20%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule th:nth-child(5),
  .dates-template .dates-template__program-section-2 .program-container-2 .camp-table-wrapper.-table-friends-family-1 .camp-table--schedule td:nth-child(5) {
    width: 13.28%;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2 .lit-cit thead th:first-child {
  background-color: #365268 !important;
  text-align: left;
}
.dates-template .dates-template__program-section-2 .program-container-2__table-wrapper {
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table-wrapper {
    overflow-x: visible;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #29302a;
  font-size: 9px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table {
    min-width: 0;
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table {
    font-size: 10px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__table th,
.dates-template .dates-template__program-section-2 .program-container-2__table td {
  padding: 7px 6px;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table th,
  .dates-template .dates-template__program-section-2 .program-container-2__table td {
    padding: 6px 8px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table th,
  .dates-template .dates-template__program-section-2 .program-container-2__table td {
    padding: 7px 10px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__table th {
  background-color: #3e4d3b;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table th {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table th {
    font-size: 9px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__table tbody tr:nth-child(odd) td {
  background-color: #bfd3aa;
}
.dates-template .dates-template__program-section-2 .program-container-2__table tbody tr:nth-child(even) td {
  background-color: #f5f5f1;
}
.dates-template .dates-template__program-section-2 .program-container-2__table tbody td:first-child {
  font-weight: 500;
}
.dates-template .dates-template__program-section-2 .program-container-2__table--camp th:first-child {
  background-color: #3e4d3b;
}
.dates-template .dates-template__program-section-2 .program-container-2__rates {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__rates {
    margin-top: 14px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__rates {
    margin-top: 16px;
    margin-bottom: 22px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 32px;
  background-color: #A98542;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__rates-heading {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__rates-heading {
    font-size: 10px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-heading span {
  display: flex;
  align-items: center;
  padding: 6px 8px;
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-heading span:last-child {
  justify-content: center;
  background-color: #3e4d3b;
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 32px;
  font-size: 9px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__rates-row {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__rates-row {
    font-size: 10px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-row:nth-child(odd) {
  background-color: #bfd3aa;
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-row:nth-child(even) {
  background-color: #f5f5f1;
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-row span {
  display: flex;
  align-items: center;
  padding: 6px 8px;
}
.dates-template .dates-template__program-section-2 .program-container-2__rates-row span:last-child {
  justify-content: center;
  text-align: center;
}
.dates-template .dates-template__program-section-2 .program-container-2__subsection {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__subsection {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__subsection {
    margin-top: 28px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__subsection-title {
  margin-bottom: 8px;
  padding: 7px 10px;
  background-color: #718894;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__subsection-title {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__subsection-title {
    font-size: 11px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__camp-copy p {
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 133.333%;
  color: #404D3A;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__camp-copy p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .dates-template .dates-template__program-section-2 .program-container-2__camp-copy p {
    font-size: 18px;
  }
}
.dates-template .dates-template__program-section-2 .program-container-2__camp-copy p strong {
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .dates-template .dates-template__program-section-2 .program-container-2__table th:first-child,
  .dates-template .dates-template__program-section-2 .program-container-2__table td:first-child {
    width: 18%;
  }
  .dates-template .dates-template__program-section-2 .program-container-2__table th:nth-child(2),
  .dates-template .dates-template__program-section-2 .program-container-2__table td:nth-child(2) {
    width: 15%;
  }
  .dates-template .dates-template__program-section-2 .program-container-2__table th:nth-child(3),
  .dates-template .dates-template__program-section-2 .program-container-2__table td:nth-child(3) {
    width: 30%;
  }
  .dates-template .dates-template__program-section-2 .program-container-2__table th:nth-child(4),
  .dates-template .dates-template__program-section-2 .program-container-2__table td:nth-child(4) {
    width: 17%;
  }
  .dates-template .dates-template__program-section-2 .program-container-2__table th:nth-child(5),
  .dates-template .dates-template__program-section-2 .program-container-2__table td:nth-child(5) {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .dates-template .dates-template__program-section-2 .program-container-2__intro p {
    max-width: 100%;
  }
}
.activities-template__hero-section {
  padding: 100px 0;
  background-position: center top;
}
@media (min-width: 992px) {
  .activities-template__hero-section {
    padding: 160px 0;
  }
}
@media (min-width: 1024px) {
  .activities-template__hero-section {
    background-position: center -158px;
  }
}
.activities-template__hero-section .container {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.activities-template__hero-section .container h1 {
  max-width: 984px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.activities-template__hero-section .container p {
  max-width: 1060px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .activities-template__hero-section .container p {
    margin-bottom: 12px;
  }
}
.activities-template__hero-section .container .wrapper-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .activities-template__hero-section .container .wrapper-buttons {
    gap: 32px;
  }
}
.activities-template__adventure-section {
  background-image: linear-gradient(180deg, #DFEAD4 0%, #FFF 100%);
}
.activities-template__adventure-section .adventure-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.activities-template__adventure-section .adventure-container h2 {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.activities-template__adventure-section .adventure-container > p {
  margin: 0 auto 20px;
  max-width: 1000px;
  text-align: center;
}
.activities-template__adventure-section .adventure-container__wrappper_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: auto;
}
@media (min-width: 768px) {
  .activities-template__adventure-section .adventure-container__wrappper_items {
    max-width: 610px;
  }
}
@media (min-width: 992px) {
  .activities-template__adventure-section .adventure-container__wrappper_items {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .activities-template__adventure-section .adventure-container__wrappper_items {
    max-width: 1056px;
  }
}
.activities-template__adventure-section .adventure-container__wrappper_items__item {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  max-width: none;
  width: calc(50% - 12px);
}
@media (min-width: 992px) {
  .activities-template__adventure-section .adventure-container__wrappper_items__item {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .activities-template__adventure-section .adventure-container__wrappper_items__item {
    width: auto;
    max-width: 245px;
  }
}
.activities-template__adventure-section .adventure-container__wrappper_items__item img {
  width: 88px;
  aspect-ratio: 1/1;
}
.activities-template__adventure-section .adventure-container__wrappper_items__item p {
  margin: 0;
  text-align: center;
}
.activities-template__testing-section {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .activities-template__testing-section {
    padding: 0 0 80px;
  }
}
@media (min-width: 1200px) {
  .activities-template__testing-section {
    padding: 0 0 100px;
  }
}
.activities-template__testing-section .testing-container__categories {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 5px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__categories {
    display: none;
  }
}
.activities-template__testing-section .testing-container__categories li {
  margin: 0;
  padding: 6px 16px 6px;
  list-style: none;
  border: 1px solid #5C6C49;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #404D3A;
}
.activities-template__testing-section .testing-container__categories li.-active {
  background-color: #5C6C49;
  color: #fff;
}
.activities-template__testing-section .testing-container__wrappper_items {
  display: flex;
  flex-direction: row;
  gap: 20px 14px;
  flex-wrap: wrap;
  max-width: 460px;
  margin: auto;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__wrappper_items {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .activities-template__testing-section .testing-container__wrappper_items {
    gap: 30px 27px;
  }
}
.activities-template__testing-section .testing-container__wrappper_items__item {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  flex-direction: row;
  background-color: #DFEAD4;
  flex-direction: column;
  display: none;
}
.activities-template__testing-section .testing-container__wrappper_items__item.-active {
  display: flex;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__wrappper_items__item {
    display: flex;
    width: calc(50% - 7px);
  }
}
@media (min-width: 1024px) {
  .activities-template__testing-section .testing-container__wrappper_items__item {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .activities-template__testing-section .testing-container__wrappper_items__item {
    width: calc(50% - 14px);
  }
}
.activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting {
  width: 100%;
  height: auto;
  aspect-ratio: 3.49/2.58;
}
@media (min-width: 1024px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting {
    height: 100%;
    aspect-ratio: none;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting {
    width: 39.3%;
  }
}
.activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
}
.activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 2.6/3.14;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-slide img {
    aspect-ratio: 2.6/2.85;
  }
}
@media (min-width: 992px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-slide img {
    aspect-ratio: 2.6/3.14;
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-slide {
    border-radius: 20px 0 0 20px;
  }
}
.activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-pagination {
  bottom: 10px;
}
.activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-pagination span {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  background-color: #DFEAD4;
  opacity: 0.7;
  cursor: pointer;
  margin: 0 5.5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.activities-template__testing-section .testing-container__wrappper_items__item .mySwiperTesting .swiper-pagination span.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  border: 1px solid #5C6C49;
  background-color: #BFD2A9;
  opacity: 1;
}
.activities-template__testing-section .testing-container__wrappper_items__item .content {
  width: 100%;
  padding: 24px 20px 22px 20px;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .content {
    padding: 32px 24px 30px 24px;
  }
}
@media (min-width: 1024px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .content {
    width: 55%;
    padding: 20px 14px;
  }
}
@media (min-width: 1200px) {
  .activities-template__testing-section .testing-container__wrappper_items__item .content {
    width: 60.7%;
    padding: 32px 24px;
  }
}
.activities-template__testing-section .testing-container__wrappper_items__item .content h2 {
  width: 100%;
  border-bottom: 2px solid #5C6C49;
  margin: 0 0 14px;
}
.activities-template__testing-section .testing-container__wrappper_items__item .content span {
  display: flex;
  gap: 6px;
}
.activities-template__testing-section .testing-container__wrappper_items__item .content span svg {
  width: 21px;
  height: 21px;
  align-self: center;
}
.activities-template__testing-section .testing-container__wrappper_items__item .content span h3 {
  margin: 0;
}
.activities-template__testing-section .testing-container__wrappper_items__item .content p {
  margin: 0 0 4px 27px;
}
.activities-template__testing-section .testing-container__paragraph {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  max-width: 460px;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__paragraph {
    margin: 30px auto 0;
    max-width: none;
  }
}
.activities-template__testing-section .testing-container__paragraph p {
  margin: 0;
  text-align: center;
}
.activities-template__testing-section .testing-container__paragraph p strong {
  display: block;
}
@media (min-width: 768px) {
  .activities-template__testing-section .testing-container__paragraph p strong {
    display: inline-block;
  }
}
.activities-template__banner-section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 100px 0 120px;
}
@media (min-width: 768px) {
  .activities-template__banner-section {
    padding: 200px 0 200px;
  }
}
.activities-template__banner-section .container h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .activities-template__banner-section .container h2 {
    margin-bottom: 40px;
  }
}
.activities-template__banner-section .container .content-buttons {
  max-width: 282px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .activities-template__banner-section .container .content-buttons {
    flex-direction: row;
    gap: 32px;
    max-width: 636px;
    width: 100%;
  }
}
.activities-template__banner-section .container .content-buttons .btn-primary {
  padding: 17px;
  max-width: 266px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .activities-template__banner-section .container .content-buttons .btn-primary {
    max-width: 296px;
    width: 100%;
    padding: 18px;
  }
}
.activities-template__banner-section .container .content-buttons .btn-secondary {
  max-width: 308px;
  width: 100%;
  padding: 17px;
}
.activities-template__slider-section {
  overflow: hidden;
  border-top: 2px solid #BFD2A9;
}
.activities-template__slider-section .slider-container .swiper {
  overflow: visible !important;
}
.activities-template__slider-section .slider-container .swiper .swiper-wrapper {
  align-items: center;
}
.activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
  opacity: 0 !important;
  width: 788px;
  height: auto;
  aspect-ratio: 7.88/6.33;
  border-radius: 27px;
  position: relative;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
  transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 1352px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 700px !important;
  }
}
@media (max-width: 1199px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 650px !important;
  }
}
@media (max-width: 992px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 600px !important;
  }
}
@media (max-width: 850px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 550px !important;
  }
}
@media (max-width: 768px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 500px !important;
    border-radius: 13px;
  }
}
@media (max-width: 650px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 450px !important;
  }
}
@media (max-width: 600px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 425px !important;
  }
}
@media (max-width: 535px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 100% !important;
  }
}
.activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide img {
    border-radius: 27px;
  }
}
.activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 999999999 !important;
  box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.3764705882);
}
.activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next, .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}
@media (max-width: 535px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next, .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
  }
}
.activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next::after, .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(64, 77, 58, 0.5019607843);
  border-radius: 13px;
}
@media (min-width: 768px) {
  .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next::after, .activities-template__slider-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev::after {
    border-radius: 27px;
  }
}
.activities-template__slider-section .slider-container .swiper .swiper-button-next,
.activities-template__slider-section .slider-container .swiper .swiper-button-prev {
  color: #fff;
  width: 48px !important;
  height: 48px !important;
  background-color: #DFEAD4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .activities-template__slider-section .slider-container .swiper .swiper-button-next,
  .activities-template__slider-section .slider-container .swiper .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
  }
}
.activities-template__slider-section .slider-container .swiper .swiper-button-next svg,
.activities-template__slider-section .slider-container .swiper .swiper-button-prev svg {
  width: 24px !important;
  height: auto !important;
}
.activities-template__slider-section .slider-container .swiper .swiper-button-next {
  right: -13px !important;
}
@media (min-width: 768px) {
  .activities-template__slider-section .slider-container .swiper .swiper-button-next {
    right: -15px !important;
  }
}
.activities-template__slider-section .slider-container .swiper .swiper-button-prev {
  left: -13px !important;
}
@media (min-width: 768px) {
  .activities-template__slider-section .slider-container .swiper .swiper-button-prev {
    left: -15px !important;
  }
}
.activities-template__progress-section {
  background-color: #5C6C49;
}
.activities-template__progress-section .progress-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 11.5px;
}
@media (min-width: 992px) {
  .activities-template__progress-section .progress-container {
    padding: 0 22px;
    gap: 60px;
  }
}
.activities-template__progress-section .progress-container__content-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.activities-template__progress-section .progress-container__content-top h2 {
  text-align: center;
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container__content-top h2 {
    text-align: start;
    max-width: 560px;
  }
}
@media (min-width: 1200px) {
  .activities-template__progress-section .progress-container__content-top h2 {
    max-width: none;
  }
}
.activities-template__progress-section .progress-container__content-top a {
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  display: none;
  min-width: 300px;
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container__content-top a {
    display: inline-flex;
  }
}
.activities-template__progress-section .progress-container__content-top a svg {
  width: 17px;
  height: auto;
}
.activities-template__progress-section .progress-container__content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .activities-template__progress-section .progress-container__content-bottom {
    justify-content: center;
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container__content-bottom {
    justify-content: space-between;
    gap: 0;
  }
}
.activities-template__progress-section .progress-container__content-bottom__item {
  width: 100%;
  position: relative;
}
.activities-template__progress-section .progress-container__content-bottom__item.item-img {
  max-width: 164px;
}
@media (min-width: 768px) {
  .activities-template__progress-section .progress-container__content-bottom__item.item-img {
    max-width: 260px;
  }
}
.activities-template__progress-section .progress-container__content-bottom__item.item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.6/2.65;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.activities-template__progress-section .progress-container__content-bottom__item.item-img p.description {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 69.822px;
  text-align: center;
  border-radius: 20px;
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  background-color: #BFD2A9;
  padding: 13.427px 6.714px;
}
@media (min-width: 768px) {
  .activities-template__progress-section .progress-container__content-bottom__item.item-img p.description {
    padding: 20px 10px;
    min-height: 104px;
  }
}
.activities-template__progress-section .progress-container__content-bottom__item.item-text {
  max-width: 500px;
  flex: 0 0 100%;
  padding: 0 10.5px;
  margin: auto;
}
@media (min-width: 600px) {
  .activities-template__progress-section .progress-container__content-bottom__item.item-text {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .activities-template__progress-section .progress-container__content-bottom__item.item-text {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container__content-bottom__item.item-text {
    flex: none;
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .activities-template__progress-section .progress-container__content-bottom__item.item-text {
    max-width: 500px;
  }
}
.activities-template__progress-section .progress-container__content-bottom__item.item-text > div {
  background-color: #DFEAD4;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.activities-template__progress-section .progress-container__content-bottom__item.item-text > div p {
  margin-bottom: 0;
  text-align: start;
}
.activities-template__progress-section .progress-container__content-bottom__item > div {
  padding: 25px 10px;
  width: 100%;
  background-position-x: start;
  background-position-y: start;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 12px;
}
.activities-template__progress-section .progress-container__content-bottom__item > div p {
  text-align: center;
  margin: 0;
}
.activities-template__progress-section .progress-container__content-bottom .icon {
  width: 34px;
  height: 100%;
  position: relative;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .activities-template__progress-section .progress-container__content-bottom .icon {
    width: 48px;
  }
}
.activities-template__progress-section .progress-container__content-bottom .icon span {
  width: 34px;
  height: 34px;
  display: flex;
  border-radius: 100px;
  background: #DFEAD4;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.activities-template__progress-section .progress-container__content-bottom .icon span svg {
  width: 15.249px;
  height: auto;
}
@media (min-width: 768px) {
  .activities-template__progress-section .progress-container__content-bottom .icon span {
    width: 48px;
    height: 48px;
  }
  .activities-template__progress-section .progress-container__content-bottom .icon span svg {
    width: 22px;
  }
}
.activities-template__progress-section .progress-container__content-bottom .icon.icon-2 {
  flex: 0 0 100%;
  margin: 12px 0;
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container__content-bottom .icon.icon-2 {
    flex: none;
    margin: 0;
  }
}
.activities-template__progress-section .progress-container__content-bottom .icon.icon-2 span {
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container__content-bottom .icon.icon-2 span {
    transform: rotate(0);
  }
}
.activities-template__progress-section .progress-container .wrapper-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .activities-template__progress-section .progress-container .wrapper-button {
    display: none;
  }
}
.activities-template__progress-section .progress-container .wrapper-button a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
}
.activities-template__progress-section .progress-container .wrapper-button a svg {
  width: 17px;
  height: auto;
}
.activities-template__dates-tuition-section {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.activities-template__dates-tuition-section .-show-mobile {
  display: inline-flex !important;
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .-show-mobile {
    display: none !important;
  }
}
.activities-template__dates-tuition-section .-show-desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .-show-desktop {
    display: inline-flex !important;
  }
}
.activities-template__dates-tuition-section .tab {
  cursor: pointer;
  transition: all 0.3s ease;
}
.activities-template__dates-tuition-section .tab-panel {
  display: none;
}
.activities-template__dates-tuition-section .tab-panel.active {
  display: block;
}
.activities-template__dates-tuition-section .tab-panel p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .activities-template__dates-tuition-section .tab-panel p {
    font-size: 20px;
    line-height: 145.455%;
  }
}
@media (min-width: 992px) {
  .activities-template__dates-tuition-section .tab-panel p {
    font-size: 22px;
  }
}
.activities-template__dates-tuition-section .tab-panel ul {
  padding-right: 0;
  padding-left: 28px;
  margin: 0;
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .tab-panel ul {
    padding-right: 16px;
  }
}
.activities-template__dates-tuition-section .tab-panel ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
}
@media (min-width: 768px) {
  .activities-template__dates-tuition-section .tab-panel ul li {
    font-size: 20px;
    line-height: 145.455%;
  }
}
@media (min-width: 992px) {
  .activities-template__dates-tuition-section .tab-panel ul li {
    font-size: 22px;
  }
}
.activities-template__dates-tuition-section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex-direction: column;
  max-width: 770px;
}
@media (min-width: 768px) {
  .activities-template__dates-tuition-section .container {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .container {
    flex-direction: row;
    max-width: 1396px;
  }
}
@media (min-width: 1200px) {
  .activities-template__dates-tuition-section .container {
    gap: 40px;
  }
}
.activities-template__dates-tuition-section .container > img {
  max-width: 600px;
  border-radius: 27px;
  aspect-ratio: 3.49/2.54;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: 100%;
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 768px) {
  .activities-template__dates-tuition-section .container > img {
    aspect-ratio: 2.64/2;
  }
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .container > img {
    max-width: 264px;
    border-radius: 27px;
    aspect-ratio: 2.64/3.52;
  }
}
.activities-template__dates-tuition-section .left-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: none;
  z-index: 2;
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .left-column {
    max-width: 474px;
  }
}
.activities-template__dates-tuition-section .title-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .activities-template__dates-tuition-section .title-group {
    gap: 20px;
  }
}
.activities-template__dates-tuition-section .main-title {
  margin: 0;
  text-transform: uppercase;
}
.activities-template__dates-tuition-section .subtitle {
  margin: 0;
}
.activities-template__dates-tuition-section .tertiary-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 6px 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.2s ease;
}
.activities-template__dates-tuition-section .tertiary-cta:hover {
  text-decoration: underline;
}
.activities-template__dates-tuition-section .tertiary-cta:hover svg {
  margin-left: 5px;
}
.activities-template__dates-tuition-section .tertiary-cta svg {
  width: 18px;
  height: auto;
  max-width: none;
}
.activities-template__dates-tuition-section .cta-text {
  text-transform: uppercase;
}
.activities-template__dates-tuition-section .cta-icon {
  width: 18px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.activities-template__dates-tuition-section .right-column {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  z-index: 2;
  max-width: none;
}
@media (min-width: 1024px) {
  .activities-template__dates-tuition-section .right-column {
    gap: 32px;
    max-width: 537px;
  }
}
.activities-template__dates-tuition-section .tabs-container {
  width: 100%;
}
.activities-template__dates-tuition-section .tabs-list {
  align-items: flex-start;
  border-bottom: none;
  display: flex;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed #41601a;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .activities-template__dates-tuition-section .tabs-list {
    align-items: center;
  }
}
.activities-template__dates-tuition-section .tab {
  padding-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
  transition: all 0.2s ease;
  max-width: 97px;
}
@media (min-width: 625px) {
  .activities-template__dates-tuition-section .tab {
    max-width: none;
  }
}
.activities-template__dates-tuition-section .tab.active {
  border-bottom: 4px solid #41601A;
}
.activities-template__dates-tuition-section .tab:not(.active):hover {
  opacity: 0.7;
}
.activities-template__dates-tuition-section .tab-content {
  width: 100%;
}
.activities-template__dates-tuition-section .description {
  margin: 0;
}
.activities-template__dates-tuition-section .bg-tree-mark {
  position: absolute;
  right: -15px;
  top: auto;
  bottom: -28px;
  width: 294px;
  height: auto;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .activities-template__dates-tuition-section .bg-tree-mark {
    right: -70px;
    top: -20px;
    width: 445.6px;
  }
}
@media (max-width: 992px) {
  .activities-template__dates-tuition-section .container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .activities-template__dates-tuition-section .tab {
    padding-bottom: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .activities-template__dates-tuition-section .tab.active {
    border-bottom: 4px solid #5c6c49;
  }
}
#singular-template {
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 530px);
}
@media (max-width: 992px) {
  #singular-template {
    min-height: calc(100vh - 700px);
  }
}
#singular-template section {
  padding: 2rem 2rem;
}
@media (max-width: 1200px) {
  #singular-template section {
    padding: 2rem 2rem;
  }
}
@media (max-width: 992px) {
  #singular-template section {
    padding: 2rem 1.5rem;
  }
}
#singular-template section_content {
  margin: 0 auto;
  max-width: 800px;
}
#post-not-found {
  padding: 100px 0;
  text-align: center;
}
.program-philosophy-page .banner-section-header .pd-section {
  padding: 100px 0;
}
.program-philosophy-page .banner-section-header h1 {
  text-align: center;
  margin-bottom: 20px;
}
.program-philosophy-page .banner-section-header .btn-primary {
  max-width: 318px;
  width: 100%;
  padding: 17px 23px;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-section-header .pd-section {
    padding: 160px 0;
  }
  .program-philosophy-page .banner-section-header h1 {
    margin-bottom: 32px;
  }
  .program-philosophy-page .banner-section-header .btn-primary {
    max-width: 321px;
  }
}
.program-philosophy-page .banner-text {
  padding: 60px 22px;
}
.program-philosophy-page .banner-text .content {
  max-width: 912px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-text {
    padding: 100px 0;
  }
}
.program-philosophy-page .the-virtues-section .title,
.program-philosophy-page .the-virtues-section .subtitle {
  text-align: center;
}
.program-philosophy-page .the-virtues-section .subtitle {
  margin: 0 auto 32px;
  max-width: 280px;
  width: 100%;
}
.program-philosophy-page .the-virtues-section .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.program-philosophy-page .the-virtues-section .content .card-content {
  border-radius: 20px;
  padding: 24px;
  max-width: 683px;
  width: 100%;
  margin: auto;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper {
  max-width: 638px;
  width: 100%;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes {
  max-width: 482px;
  width: 100%;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper {
  height: auto;
  border-radius: 20px;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide {
  width: 100% !important;
  text-align: center;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide img {
    height: 332px;
    max-width: 332px;
  }
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide h2 {
  margin-bottom: 8px;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide p {
  max-width: 317px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide p {
    max-width: 401px;
  }
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide .open-modal {
  width: 7.6%;
  height: auto;
  position: absolute;
  bottom: 16px;
  left: 9px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide .open-modal {
    display: block;
  }
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .swiperVirtudes .swiper-wrapper .swiper-slide .open-modal svg {
  width: 100%;
  height: 100%;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next,
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  top: calc(50% - 25px);
}
@media (min-width: 768px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next,
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev {
    top: 50%;
    width: 55px;
    height: 55px;
  }
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next::after, .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next::before,
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev::after,
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev::before {
  display: none;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next svg,
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev svg {
  width: 24px;
  height: auto;
  max-width: none;
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next {
  right: 1px;
  top: 115px;
}
@media (min-width: 992px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next {
    right: 5px;
    top: 160px;
  }
}
@media (min-width: 1200px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-next {
    right: 1px;
    top: 160px;
  }
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev {
  left: 1px;
  top: 115px;
}
@media (min-width: 992px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev {
    left: 5px;
    top: 160px;
  }
}
@media (min-width: 1200px) {
  .program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev {
    left: 1px;
    top: 160px;
  }
}
.program-philosophy-page .the-virtues-section .content .virtues-swiper .btn-main-camp-prev svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .program-philosophy-page .the-virtues-section .subtitle {
    margin-bottom: 60px;
    max-width: 100%;
  }
  .program-philosophy-page .the-virtues-section .content {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .program-philosophy-page .the-virtues-section .content .card-content {
    padding: 42px 47px 42px 42px;
  }
  .program-philosophy-page .the-virtues-section .content .virtues-swiper {
    align-self: center;
    max-height: 495px;
  }
}
.program-philosophy-page .disconnection-section {
  background-color: #DFEAD4;
}
.program-philosophy-page .disconnection-section .paragraph {
  text-align: center;
  border-bottom: 2px dashed #404D3A;
  padding-bottom: 32px;
  margin-bottom: 24px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .program-philosophy-page .disconnection-section .paragraph {
    margin-bottom: 60px;
  }
  .program-philosophy-page .disconnection-section .paragraph .paragraph-sub {
    max-width: 975px;
    width: 100%;
  }
}
.program-philosophy-page .disconnection-section .content {
  display: flex;
  flex-direction: column;
}
.program-philosophy-page .disconnection-section .circle-backg {
  background-image: url("../../assets/back-mov.png");
  border-radius: 100%;
  max-width: 212px;
  height: 212px;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  margin-bottom: 24px;
}
.program-philosophy-page .disconnection-section .circle-backg .image {
  position: relative;
  top: -1px;
  max-width: 204px;
  width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .program-philosophy-page .disconnection-section .circle-backg {
    max-width: 360px;
    width: 100%;
    height: 360px;
    margin: 0;
    align-self: start;
  }
  .program-philosophy-page .disconnection-section .circle-backg .image {
    max-width: 363px;
    width: 100%;
    top: -16px;
    height: 389px;
  }
}
.program-philosophy-page .disconnection-section .content-text {
  max-width: 599px;
  width: 100%;
  margin: auto;
}
.program-philosophy-page .disconnection-section .content-text h2 {
  text-align: center;
  margin-bottom: 4px;
}
.program-philosophy-page .disconnection-section .content-text .faq-item {
  border-bottom: 1px solid #404D3A;
}
.program-philosophy-page .disconnection-section .content-text .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.program-philosophy-page .disconnection-section .content-text .faq-item.active .faq-question {
  padding-bottom: 12px;
}
.program-philosophy-page .disconnection-section .content-text .faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
.program-philosophy-page .disconnection-section .content-text .faq-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.program-philosophy-page .disconnection-section .content-text .icon-minus {
  opacity: 0;
}
.program-philosophy-page .disconnection-section .content-text .faq-item.active .icon-plus {
  opacity: 0;
}
.program-philosophy-page .disconnection-section .content-text .faq-item.active .icon-minus {
  opacity: 1;
}
.program-philosophy-page .disconnection-section .content-text .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.program-philosophy-page .disconnection-section .content-text .faq-answer p {
  margin: 0;
  padding: 0 0 20px;
  line-height: 1.7;
}
.program-philosophy-page .disconnection-section .content-text .faq-item.active .faq-answer {
  max-height: auto;
}
@media (min-width: 768px) {
  .program-philosophy-page .disconnection-section .content {
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }
  .program-philosophy-page .disconnection-section .content-text {
    margin: 0;
  }
  .program-philosophy-page .disconnection-section .content-text h2 {
    text-align: left;
    margin-bottom: 14px;
  }
}
.program-philosophy-page .sessions-section .content-header {
  display: flex;
  text-align: center;
}
.program-philosophy-page .sessions-section .content-header h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .program-philosophy-page .sessions-section .content-header {
    text-align: left;
  }
}
.program-philosophy-page .sessions-section .cta-link {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.program-philosophy-page .sessions-section .cta-link svg {
  width: 18px;
  height: 12px;
  align-self: anchor-center;
}
.program-philosophy-page .sessions-section .cta-link:hover {
  text-decoration: underline;
}
.program-philosophy-page .sessions-section .cta-link:hover svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .program-philosophy-page .sessions-section .cta-link {
    justify-content: right;
  }
}
.program-philosophy-page .sessions-section .cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.program-philosophy-page .sessions-section .cards .content-image {
  max-width: 192px;
  max-height: 192px;
  margin: auto;
}
.program-philosophy-page .sessions-section .cards .content-image img {
  width: 100%;
  height: 100%;
}
.program-philosophy-page .sessions-section .cards .one-week-sessions,
.program-philosophy-page .sessions-section .cards .two-week-sessions {
  padding: 24px;
  border-radius: 16.88px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.program-philosophy-page .sessions-section .cards .one-week-sessions h2,
.program-philosophy-page .sessions-section .cards .two-week-sessions h2 {
  margin-bottom: 12px;
}
.program-philosophy-page .sessions-section .cards .one-week-sessions ul,
.program-philosophy-page .sessions-section .cards .two-week-sessions ul {
  margin: 0;
  padding-left: 23px;
}
.program-philosophy-page .sessions-section .cards .one-week-sessions ul li::marker,
.program-philosophy-page .sessions-section .cards .two-week-sessions ul li::marker {
  font-size: 10px;
}
.program-philosophy-page .sessions-section .cards .one-week-sessions .title-card,
.program-philosophy-page .sessions-section .cards .two-week-sessions .title-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.program-philosophy-page .sessions-section .cards .one-week-sessions .title-card h5,
.program-philosophy-page .sessions-section .cards .one-week-sessions .title-card p,
.program-philosophy-page .sessions-section .cards .two-week-sessions .title-card h5,
.program-philosophy-page .sessions-section .cards .two-week-sessions .title-card p {
  margin: 0;
}
@media (min-width: 768px) {
  .program-philosophy-page .sessions-section .cards .one-week-sessions .title-card,
  .program-philosophy-page .sessions-section .cards .two-week-sessions .title-card {
    margin-bottom: 20px;
  }
}
.program-philosophy-page .sessions-section .cards .one-week-sessions span,
.program-philosophy-page .sessions-section .cards .two-week-sessions span {
  background-image: url("../../assets/background (2).png");
  background-repeat: no-repeat;
  background-size: cover;
  align-content: center;
  height: 22px;
  border-radius: 3px;
  padding: 1.688px 5.064px;
  /* Mobile/H2 Semibold */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .program-philosophy-page .sessions-section .cards .one-week-sessions span,
  .program-philosophy-page .sessions-section .cards .two-week-sessions span {
    border-radius: 4px;
    padding: 2px 6px;
    /* Desktop/H2 Semibold */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    height: 26px;
  }
}
.program-philosophy-page .sessions-section .cards .one-week-sessions .boder-btt,
.program-philosophy-page .sessions-section .cards .two-week-sessions .boder-btt {
  padding-bottom: 16.88px;
  border-bottom: 1.688px solid #5C6C49;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .program-philosophy-page .sessions-section .cards .one-week-sessions .boder-btt,
  .program-philosophy-page .sessions-section .cards .two-week-sessions .boder-btt {
    padding-bottom: 20px;
    border-bottom: 2px solid #5C6C49;
    margin-bottom: 12px;
  }
}
.program-philosophy-page .sessions-section .cards .one-week-sessions .paragraph,
.program-philosophy-page .sessions-section .cards .two-week-sessions .paragraph {
  margin: 0;
}
@media (min-width: 768px) {
  .program-philosophy-page .sessions-section .cards {
    flex-direction: row;
    gap: 24px;
    min-height: 300px;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .program-philosophy-page .sessions-section .cards .content-image {
    max-width: 304px;
    width: 100%;
    max-height: 300px;
    margin: 0;
  }
  .program-philosophy-page .sessions-section .cards .content-image img {
    width: 100%;
    height: 100%;
  }
  .program-philosophy-page .sessions-section .cards .one-week-sessions,
  .program-philosophy-page .sessions-section .cards .two-week-sessions {
    padding: 42px 30px;
    margin: 0;
    border-radius: 20px;
  }
  .program-philosophy-page .sessions-section .cards .one-week-sessions ul,
  .program-philosophy-page .sessions-section .cards .two-week-sessions ul {
    padding-left: 28px;
  }
  .program-philosophy-page .sessions-section .cta-link {
    margin-top: 40px;
  }
}
.program-philosophy-page .traditions-section .pd-section {
  padding-bottom: 0;
}
.program-philosophy-page .traditions-section .container h2 {
  margin-bottom: 24px;
}
.program-philosophy-page .traditions-section .container .text-description {
  margin-bottom: 32px;
  border-bottom: none;
}
.program-philosophy-page .traditions-section .content1 {
  grid-area: header;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .program-philosophy-page .traditions-section .content1 {
    max-width: 599px;
    width: 100%;
  }
}
.program-philosophy-page .traditions-section .content2 {
  grid-area: content;
}
.program-philosophy-page .traditions-section .content3 {
  grid-area: image;
  margin-bottom: 32px;
}
.program-philosophy-page .traditions-section .traditions-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "image" "content";
}
.program-philosophy-page .traditions-section .traditions-image {
  width: 100%;
}
.program-philosophy-page .traditions-section .tradition-options {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .program-philosophy-page .traditions-section .tradition-options {
    gap: 32px;
    max-width: 599px;
    width: 100%;
  }
}
.program-philosophy-page .traditions-section .tradition-options .tabs-container {
  width: 100%;
}
.program-philosophy-page .traditions-section .tradition-options .tabs-list {
  align-items: flex-start;
  gap: 16px;
  border-bottom: none;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed #41601a;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .program-philosophy-page .traditions-section .tradition-options .tabs-list {
    align-items: center;
    gap: 36px;
    justify-content: flex-start;
  }
}
.program-philosophy-page .traditions-section .tradition-options .tab {
  padding-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
  transition: all 0.2s ease;
  max-width: 97px;
}
@media (min-width: 625px) {
  .program-philosophy-page .traditions-section .tradition-options .tab {
    max-width: none;
  }
}
.program-philosophy-page .traditions-section .tradition-options .tab.active {
  border-bottom: 4px solid #41601A;
}
.program-philosophy-page .traditions-section .tradition-options .tab:not(.active):hover {
  opacity: 0.7;
}
.program-philosophy-page .traditions-section .tradition-options .tab {
  cursor: pointer;
  transition: all 0.3s ease;
}
.program-philosophy-page .traditions-section .tradition-options .tab-text {
  height: 47px;
  align-content: center;
}
@media (min-width: 768px) {
  .program-philosophy-page .traditions-section .tradition-options .tab-text {
    height: auto;
  }
}
.program-philosophy-page .traditions-section .tradition-options .tab-panel {
  display: none;
}
.program-philosophy-page .traditions-section .tradition-options .tab-panel.active {
  display: block;
}
.program-philosophy-page .traditions-section .tradition-options .tab-content {
  width: 100%;
}
.program-philosophy-page .traditions-section .tradition-options .description {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .program-philosophy-page .traditions-section .tradition-options .description {
    max-width: 598px;
    width: 100%;
  }
}
.program-philosophy-page .traditions-section .images-swiper {
  max-width: 638px;
  width: 100%;
  margin: auto;
}
.program-philosophy-page .traditions-section .images-swiper .swiper {
  width: 100%;
  height: 100%;
  max-width: 349px;
  max-height: 349px;
  margin: auto;
}
.program-philosophy-page .traditions-section .images-swiper .swiper img {
  width: 100%;
  height: 100%;
}
.program-philosophy-page .traditions-section .images-swiper .swiper .swiper-wrapper .swiper-slide {
  height: 349px;
}
.program-philosophy-page .traditions-section .images-swiper .swiper .swiper-wrapper .swiper-slide p {
  max-width: 216px;
  width: 100%;
}
.program-philosophy-page .traditions-section .images-swiper .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .program-philosophy-page .traditions-section .images-swiper .swiper {
    max-width: 634px;
    max-height: 634px;
    margin: 0;
  }
  .program-philosophy-page .traditions-section .images-swiper .swiper .swiper-wrapper .swiper-slide {
    height: 634px;
  }
  .program-philosophy-page .traditions-section .images-swiper .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    border-radius: 27px;
  }
}
.program-philosophy-page .traditions-section .images-swiper .swiper .swiper-pagination {
  position: absolute;
  margin-top: 15px;
  z-index: 999999999;
  margin-bottom: 6px;
}
.program-philosophy-page .traditions-section .images-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.35);
}
.program-philosophy-page .traditions-section .images-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 1px solid #5C6C49;
}
@media (min-width: 768px) {
  .program-philosophy-page .traditions-section .images-swiper .swiper .swiper-pagination {
    margin-bottom: 24px;
  }
  .program-philosophy-page .traditions-section .images-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .program-philosophy-page .traditions-section .container h2 {
    margin-bottom: 20px;
  }
  .program-philosophy-page .traditions-section .container .text-description {
    padding-bottom: 34px;
    border-bottom: 2.5px solid #BFD2A9;
    margin-bottom: 42px;
  }
  .program-philosophy-page .traditions-section .traditions-grid {
    display: grid;
    grid-template-areas: "header image" "content image";
    justify-content: space-between;
    gap: 0 30px;
  }
  .program-philosophy-page .traditions-section .content3 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .program-philosophy-page .traditions-section .traditions-grid {
    grid-template-columns: 599px 712px;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .program-philosophy-page .traditions-section .traditions-grid {
    grid-template-columns: 1fr;
  }
}
.program-philosophy-page .camper-journey-section {
  background-image: url("../../assets/campers-mobile.png");
}
.program-philosophy-page .camper-journey-section .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.program-philosophy-page .camper-journey-section .container-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.program-philosophy-page .camper-journey-section .container-header h2 {
  margin-bottom: 14px;
}
.program-philosophy-page .camper-journey-section .content-image {
  max-height: 256.95px;
  position: relative;
}
.program-philosophy-page .camper-journey-section .content-image img {
  max-width: 351.19px;
  width: 100%;
  height: 252.33px;
  rotate: -4deg;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-philosophy-page .camper-journey-section .content-image svg {
  max-width: 56.69px;
  width: 100%;
  height: 109.33px;
  bottom: 8px;
  position: absolute;
  left: 267px;
}
@media (min-width: 992px) {
  .program-philosophy-page .camper-journey-section .content-image {
    max-height: 413.79px;
  }
  .program-philosophy-page .camper-journey-section .content-image img {
    max-width: 520.38px;
    width: 100%;
    height: 373.9px;
    position: relative;
    bottom: -33px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program-philosophy-page .camper-journey-section .content-image svg {
    max-width: 84px;
    width: 100%;
    height: 162px;
    bottom: 154px;
    left: 366px;
    position: relative;
  }
}
@media (min-width: 1360px) {
  .program-philosophy-page .camper-journey-section .content-image svg {
    left: 422px;
    bottom: 149px;
  }
}
.program-philosophy-page .camper-journey-section .content-slide {
  margin-right: -23px;
  /*  max-height: 478px; */
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney {
  height: auto;
  max-width: 1360px;
  width: 100%;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper {
  align-items: stretch;
  margin: auto;
  padding-left: 3px;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide {
  /*  align-items: center; */
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding: 0 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide {
    display: inline;
  }
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .background-texture {
  background-image: url("../../assets/background (2).png");
  background-repeat: no-repeat;
  background-size: cover;
  align-content: center;
  height: 83px;
  max-width: 282px;
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 20px;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .background-texture h3 {
  text-align: center;
  margin-bottom: 3px;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .background-texture p {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .background-texture {
    height: 95px;
    max-width: 282px;
    width: 100%;
    background-size: contain;
  }
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .image {
  border-radius: 20px;
  max-width: 282px;
  width: 100%;
  max-height: 232.672px;
}
@media (min-width: 768px) {
  .program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .image {
    max-height: 265px;
  }
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .content-description {
  border-radius: 20px;
  padding: 20px 16px;
  max-width: 282px;
  width: 100%;
  min-height: 100px;
  align-content: center;
  text-align: center;
  position: relative;
  top: -40px;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .content-description p {
  max-width: 250px;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .content-description {
    top: -39px;
    min-height: 136px;
  }
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .swiper-button-next {
  width: 48px;
  height: 48px;
  right: -40px;
}
.program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .swiper-button-next svg {
  fill: white;
}
@media (min-width: 768px) {
  .program-philosophy-page .camper-journey-section .swiperCamperJourney .swiper-wrapper .swiper-slide .swiper-button-next {
    right: -45px;
  }
  .program-philosophy-page .camper-journey-section {
    background-image: url("../../assets/Frame 124410.png");
  }
  .program-philosophy-page .camper-journey-section .container {
    gap: 60px;
  }
  .program-philosophy-page .camper-journey-section .container-header {
    flex-direction: row;
    gap: 56px;
    max-height: 413.79px;
  }
  .program-philosophy-page .camper-journey-section .container-header h2 {
    margin-bottom: 20px;
  }
  .program-philosophy-page .camper-journey-section .content-text {
    max-width: 599px;
    width: 100%;
    align-self: end;
  }
}
.program-philosophy-page .what-comes-home-section .pd-section {
  padding: 60px 0 60px;
}
.program-philosophy-page .what-comes-home-section .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.program-philosophy-page .what-comes-home-section .container .img {
  top: -234px;
  position: relative;
  height: 247px;
  right: -1px;
}
.program-philosophy-page .what-comes-home-section .content {
  max-height: 247px;
  max-width: 349px;
  margin: auto;
}
.program-philosophy-page .what-comes-home-section .img-content {
  background-image: url("../../assets/Accent-Circles-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 211px;
  width: 100%;
  height: 210px;
  margin: auto;
}
.program-philosophy-page .what-comes-home-section .content-text {
  max-width: 100%;
}
.program-philosophy-page .what-comes-home-section .content-text h2 {
  margin-bottom: 24px;
  text-align: center;
}
.program-philosophy-page .what-comes-home-section .content-text p {
  margin-bottom: 0;
}
.program-philosophy-page .what-comes-home-section .content-text svg {
  width: 30px;
  height: 20px;
  align-self: center;
}
.program-philosophy-page .what-comes-home-section .content-list {
  max-width: 222px;
  width: 100%;
  margin: auto;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .program-philosophy-page .what-comes-home-section .pd-section {
    padding: 100px 0;
  }
  .program-philosophy-page .what-comes-home-section .container {
    flex-direction: row;
    gap: 100px;
    max-width: 1211px;
    width: 100%;
    justify-content: space-between;
  }
  .program-philosophy-page .what-comes-home-section .container .img {
    max-width: 595px;
    position: relative;
    top: -502px;
    left: 2px;
    height: 525px;
  }
  .program-philosophy-page .what-comes-home-section .img-content {
    height: 410.5px;
    max-width: 412.173px;
  }
  .program-philosophy-page .what-comes-home-section .content {
    max-width: 100%;
    width: 100%;
    max-height: 413px;
    align-self: center;
  }
  .program-philosophy-page .what-comes-home-section .content-text {
    max-width: 516px;
    width: 100%;
    /*   p{
          margin-bottom: 22px;
      } */
  }
  .program-philosophy-page .what-comes-home-section .content-text h2 {
    margin-bottom: 42px;
    text-align: start;
  }
  .program-philosophy-page .what-comes-home-section .content-text svg {
    width: 37px;
    height: 20px;
  }
  .program-philosophy-page .what-comes-home-section .content-list {
    max-width: 100%;
    gap: 22px;
  }
}
.program-philosophy-page .testimonial .pd-section {
  padding: 34px 0 60px 0;
}
.program-philosophy-page .testimonial .container {
  display: flex;
  flex-direction: column;
}
.program-philosophy-page .testimonial .content-green {
  border-radius: 20px;
  padding: 56px 24px 24px;
  order: 2;
}
.program-philosophy-page .testimonial .content-green svg {
  width: 33px;
  height: 24px;
  margin-bottom: 10px;
  display: flex;
  justify-self: center;
}
.program-philosophy-page .testimonial .content-green p {
  margin-bottom: 10px;
  text-align: center;
}
.program-philosophy-page .testimonial .content-green span {
  text-align: center;
  max-width: 301px;
  width: 100% !important;
  display: inline-block;
}
.program-philosophy-page .testimonial .img {
  /*  border: 3px solid $light-green-2; */
  border-radius: 128px 128px 11.5px 11.5px;
  height: 234px;
  max-width: 246px;
  width: 100%;
  order: 1;
  bottom: -28px;
  position: relative;
  margin: auto;
}
@media (min-width: 768px) {
  .program-philosophy-page .testimonial .pd-section {
    padding: 100px 0;
  }
  .program-philosophy-page .testimonial .container {
    flex-direction: row;
  }
  .program-philosophy-page .testimonial .content-green {
    padding: 42px 200px 42px 100px;
    align-self: center;
    max-width: 674px;
    width: 100%;
    right: -101px;
    position: relative;
    order: 1;
  }
  .program-philosophy-page .testimonial .content-green svg {
    width: 43px;
    height: 31px;
    margin-bottom: 20px;
    justify-self: left;
  }
  .program-philosophy-page .testimonial .content-green p {
    margin-bottom: 20px;
    text-align: start;
  }
  .program-philosophy-page .testimonial .content-green span {
    text-align: start;
  }
  .program-philosophy-page .testimonial .img {
    max-width: 578px;
    width: 100%;
    height: 548px;
    /* border: 4px solid $light-green-2; */
    border-radius: 300px 300px 27px 27px;
    order: 2;
    position: relative;
    left: -54px;
    bottom: 1px;
  }
}
.program-philosophy-page .banner-large-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.program-philosophy-page .banner-large-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-large-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.program-philosophy-page .banner-large-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-large-section .bg-mobile {
    display: none;
  }
}
.program-philosophy-page .banner-large-section .pd-section {
  padding: 100px 0 120px;
  z-index: 999999;
  position: relative;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-large-section .pd-section {
    padding: 200px 0 220px;
  }
}
.program-philosophy-page .banner-large-section .container {
  justify-items: center;
  padding: 0 47px;
}
.program-philosophy-page .banner-large-section h2 {
  max-width: 691px;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-large-section h2 {
    margin-bottom: 40px;
  }
}
.program-philosophy-page .banner-large-section .content-buttons {
  max-width: 282px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-large-section .content-buttons {
    flex-direction: row;
    gap: 32px;
    max-width: 636px;
    width: 100%;
  }
}
.program-philosophy-page .banner-large-section .content-buttons .btn-primary {
  padding: 17px;
  max-width: 266px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .program-philosophy-page .banner-large-section .content-buttons .btn-primary {
    max-width: 296px;
    width: 100%;
    padding: 18px;
  }
}
.program-philosophy-page .banner-large-section .content-buttons .btn-secondary {
  max-width: 308px;
  width: 100%;
  padding: 17px;
}
.day-in-the-life-section .banner-section-header {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.day-in-the-life-section .banner-section-header .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-section-header .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.day-in-the-life-section .banner-section-header .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-section-header .bg-mobile {
    display: none;
  }
}
.day-in-the-life-section .banner-section-header .pd-section {
  padding: 100px 0;
}
.day-in-the-life-section .banner-section-header h1 {
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.day-in-the-life-section .banner-section-header p {
  margin-bottom: 20px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.day-in-the-life-section .banner-section-header .btn-primary {
  max-width: 257px;
  width: 100%;
  padding: 17px 23px;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-section-header .pd-section {
    padding: 160px 0;
  }
  .day-in-the-life-section .banner-section-header p {
    margin-bottom: 32px;
  }
  .day-in-the-life-section .banner-section-header .btn-primary {
    max-width: 250px;
    padding: 18px 23px;
  }
}
.day-in-the-life-section .expect-section {
  background-image: url("../../assets/campers-mobile.png");
}
.day-in-the-life-section .expect-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .day-in-the-life-section .expect-section .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .day-in-the-life-section .expect-section .container {
    align-items: flex-start;
  }
}
.day-in-the-life-section .expect-section .container .wrapper-content {
  max-width: 600px;
  margin: auto;
}
@media (min-width: 768px) {
  .day-in-the-life-section .expect-section .container .wrapper-content {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .expect-section .container .wrapper-content {
    width: 49%;
    max-width: 634px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .day-in-the-life-section .expect-section .container .wrapper-content {
    width: 44%;
  }
}
.day-in-the-life-section .expect-section .container .photo-card {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: none;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 600px;
}
@media (min-width: 768px) {
  .day-in-the-life-section .expect-section .container .photo-card {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .expect-section .container .photo-card {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 6.34/8;
    max-width: 634px;
    width: 47%;
    margin-left: 0;
    margin-right: 0;
  }
}
.day-in-the-life-section .expect-section .container .photo-card .photo {
  display: block;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.day-in-the-life-section .expect-section .container .photo-card .photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .day-in-the-life-section .expect-section .container .photo-card .photo img {
    aspect-ratio: 6.34/7.27;
  }
}
.day-in-the-life-section .expect-section .container .photo-card .trees {
  position: absolute;
  bottom: -4px;
  right: 3px;
  max-width: 120px;
  max-height: 143px;
  height: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .expect-section .container .photo-card {
    margin-top: 0;
  }
  .day-in-the-life-section .expect-section .container .photo-card .photo {
    max-height: 727px;
  }
  .day-in-the-life-section .expect-section .container .photo-card .trees {
    max-width: 196px;
    max-height: 233px;
    bottom: 15px;
    right: 2px;
  }
}
.day-in-the-life-section .expect-section h2 {
  margin-bottom: 24px;
}
.day-in-the-life-section .expect-section h3 {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
.day-in-the-life-section .expect-section .content-icons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 24px;
  border-top: 2px solid #BFD2A9;
}
.day-in-the-life-section .expect-section .content-icons .content-list {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.day-in-the-life-section .expect-section .content-icons .content-list img {
  max-width: 60px;
  max-height: 60px;
}
.day-in-the-life-section .expect-section .content-icons .content-list p {
  text-align: left;
  margin: 0;
  align-self: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .expect-section {
    background-image: url("../../assets/Frame 124410.png");
  }
  .day-in-the-life-section .expect-section h2 {
    margin-bottom: 20px;
  }
  .day-in-the-life-section .expect-section h3 {
    max-width: 436px;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 20px;
  }
  .day-in-the-life-section .expect-section .content-icons {
    flex-direction: row;
    gap: 32px;
    padding-top: 56px;
    border-top: 2px solid #BFD2A9;
  }
  .day-in-the-life-section .expect-section .content-icons .content-list {
    max-width: 207px;
    width: 100%;
    gap: 12px;
    flex-direction: column;
  }
  .day-in-the-life-section .expect-section .content-icons .content-list img {
    max-width: 88px;
    max-height: 88px;
    margin: auto;
  }
  .day-in-the-life-section .expect-section .content-icons .content-list p {
    text-align: center;
    margin: 0;
  }
}
.day-in-the-life-section .schedule-banner-section {
  overflow: hidden;
}
.day-in-the-life-section .schedule-banner-section .pd-section {
  padding: 32px 0;
}
.day-in-the-life-section .schedule-banner-section .container {
  padding: 0 0 0 22px;
}
.day-in-the-life-section .schedule-banner-section .schedule-content {
  display: flex;
  gap: 12.8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.day-in-the-life-section .schedule-banner-section .schedule-content::-webkit-scrollbar {
  display: none;
}
.day-in-the-life-section .schedule-banner-section .schedule-content > a {
  flex: 0 0 auto;
}
.day-in-the-life-section .schedule-banner-section .content-list {
  display: flex;
  gap: 12.8px;
  align-items: center;
  flex-shrink: 0;
}
.day-in-the-life-section .schedule-banner-section .content-list img {
  max-width: 50px;
  width: 100%;
  height: 50px;
}
.day-in-the-life-section .schedule-banner-section .content-list h2 {
  margin: 0;
}
.day-in-the-life-section .schedule-banner-section .content-list .arrow {
  max-width: 55px;
  width: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .schedule-banner-section .pd-section {
    padding: 60px 0;
  }
  .day-in-the-life-section .schedule-banner-section .schedule-content {
    gap: 20px;
    overflow-y: auto;
  }
  .day-in-the-life-section .schedule-banner-section .content-list {
    gap: 20px;
  }
  .day-in-the-life-section .schedule-banner-section .content-list img {
    max-width: 88px;
    width: 100%;
    height: 88px;
  }
  .day-in-the-life-section .schedule-banner-section .content-list .arrow {
    max-width: 86px;
    width: 100%;
  }
}
.day-in-the-life-section .schedule-description-section {
  max-width: 1712px;
  margin: auto;
}
.day-in-the-life-section .schedule-description-section .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .day-in-the-life-section .schedule-description-section .content {
    flex-direction: row;
  }
}
.day-in-the-life-section .schedule-description-section .content-revert {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .day-in-the-life-section .schedule-description-section .content-revert {
    flex-direction: row;
  }
}
.day-in-the-life-section .schedule-description-section .card-morning,
.day-in-the-life-section .schedule-description-section .card-activities,
.day-in-the-life-section .schedule-description-section .card-afternoon,
.day-in-the-life-section .schedule-description-section .evening-afternoon {
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.day-in-the-life-section .schedule-description-section .card-morning img,
.day-in-the-life-section .schedule-description-section .card-activities img,
.day-in-the-life-section .schedule-description-section .card-afternoon img,
.day-in-the-life-section .schedule-description-section .evening-afternoon img {
  width: 68px;
  height: 68px;
}
.day-in-the-life-section .schedule-description-section .card-morning .card-text,
.day-in-the-life-section .schedule-description-section .card-activities .card-text,
.day-in-the-life-section .schedule-description-section .card-afternoon .card-text,
.day-in-the-life-section .schedule-description-section .evening-afternoon .card-text {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.day-in-the-life-section .schedule-description-section .card-morning .card-text p,
.day-in-the-life-section .schedule-description-section .card-morning .card-text h2,
.day-in-the-life-section .schedule-description-section .card-activities .card-text p,
.day-in-the-life-section .schedule-description-section .card-activities .card-text h2,
.day-in-the-life-section .schedule-description-section .card-afternoon .card-text p,
.day-in-the-life-section .schedule-description-section .card-afternoon .card-text h2,
.day-in-the-life-section .schedule-description-section .evening-afternoon .card-text p,
.day-in-the-life-section .schedule-description-section .evening-afternoon .card-text h2 {
  margin: 0;
}
.day-in-the-life-section .schedule-description-section .card-morning .card-text h2,
.day-in-the-life-section .schedule-description-section .card-activities .card-text h2,
.day-in-the-life-section .schedule-description-section .card-afternoon .card-text h2,
.day-in-the-life-section .schedule-description-section .evening-afternoon .card-text h2 {
  /* Mobile/H3 */
  font-family: "FriendlyPines", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 93.478%;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .day-in-the-life-section .schedule-description-section .card-morning .card-text h2,
  .day-in-the-life-section .schedule-description-section .card-activities .card-text h2,
  .day-in-the-life-section .schedule-description-section .card-afternoon .card-text h2,
  .day-in-the-life-section .schedule-description-section .evening-afternoon .card-text h2 {
    /* Desktop/H3 */
    font-size: 50px;
    line-height: 95.455%;
    letter-spacing: 1.32px;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .schedule-description-section .card-morning .card-text h2,
  .day-in-the-life-section .schedule-description-section .card-activities .card-text h2,
  .day-in-the-life-section .schedule-description-section .card-afternoon .card-text h2,
  .day-in-the-life-section .schedule-description-section .evening-afternoon .card-text h2 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .day-in-the-life-section .schedule-description-section .card-morning .card-text h2,
  .day-in-the-life-section .schedule-description-section .card-activities .card-text h2,
  .day-in-the-life-section .schedule-description-section .card-afternoon .card-text h2,
  .day-in-the-life-section .schedule-description-section .evening-afternoon .card-text h2 {
    font-size: 66px;
  }
}
.day-in-the-life-section .schedule-description-section .card-morning svg,
.day-in-the-life-section .schedule-description-section .card-activities svg,
.day-in-the-life-section .schedule-description-section .card-afternoon svg,
.day-in-the-life-section .schedule-description-section .evening-afternoon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .day-in-the-life-section .schedule-description-section .card-morning,
  .day-in-the-life-section .schedule-description-section .card-activities,
  .day-in-the-life-section .schedule-description-section .card-afternoon,
  .day-in-the-life-section .schedule-description-section .evening-afternoon {
    padding: 50px 30px 50px 22px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .schedule-description-section .card-morning,
  .day-in-the-life-section .schedule-description-section .card-activities,
  .day-in-the-life-section .schedule-description-section .card-afternoon,
  .day-in-the-life-section .schedule-description-section .evening-afternoon {
    padding: 30px 20px 30px 20px;
    flex-direction: column;
    gap: 20px;
    width: 78%;
  }
  .day-in-the-life-section .schedule-description-section .card-morning img,
  .day-in-the-life-section .schedule-description-section .card-activities img,
  .day-in-the-life-section .schedule-description-section .card-afternoon img,
  .day-in-the-life-section .schedule-description-section .evening-afternoon img {
    width: 88px;
    height: 88px;
  }
  .day-in-the-life-section .schedule-description-section .card-morning .card-text,
  .day-in-the-life-section .schedule-description-section .card-activities .card-text,
  .day-in-the-life-section .schedule-description-section .card-afternoon .card-text,
  .day-in-the-life-section .schedule-description-section .evening-afternoon .card-text {
    gap: 16px;
  }
  .day-in-the-life-section .schedule-description-section .card-morning svg,
  .day-in-the-life-section .schedule-description-section .card-activities svg,
  .day-in-the-life-section .schedule-description-section .card-afternoon svg,
  .day-in-the-life-section .schedule-description-section .evening-afternoon svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .day-in-the-life-section .schedule-description-section .card-morning,
  .day-in-the-life-section .schedule-description-section .card-activities,
  .day-in-the-life-section .schedule-description-section .card-afternoon,
  .day-in-the-life-section .schedule-description-section .evening-afternoon {
    padding: 50px 30px 50px 80px;
  }
}
.day-in-the-life-section .schedule-description-section .content-images {
  max-width: 100%;
  width: 100%;
  display: grid;
}
@media (min-width: 992px) {
  .day-in-the-life-section .schedule-description-section .content-images {
    max-width: 814px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.day-in-the-life-section .schedule-description-section .content-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.day-in-the-life-section .schedule-description-section .content-images.one-image {
  grid-template-columns: 1fr;
}
.day-in-the-life-section .schedule-description-section .content-images picture,
.day-in-the-life-section .schedule-description-section .content-images img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .day-in-the-life-section .schedule-description-section .card-afternoon {
    padding: 50px 80px 50px 60px;
  }
}
.day-in-the-life-section .hour-by-hour-section {
  background-image: url("../../assets/hour-by-hour-mobile.png");
  background-color: white;
  border-bottom: 2px solid #BFD2A9;
  background-repeat: no-repeat;
  background-position: top;
}
.day-in-the-life-section .hour-by-hour-section .container {
  justify-items: center;
}
.day-in-the-life-section .hour-by-hour-section .title {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .title {
    margin-bottom: 42px;
  }
}
.day-in-the-life-section .hour-by-hour-section .paragraph {
  padding: 16px;
  border-radius: 20px;
  border: 2px solid #BFD2A9;
  max-width: 100%;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.day-in-the-life-section .hour-by-hour-section .paragraph svg {
  width: 23.905px;
  height: 17.295px;
}
.day-in-the-life-section .hour-by-hour-section .paragraph p {
  margin: 0;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .paragraph {
    padding: 32px 42px;
    max-width: 774px;
    width: 100%;
    gap: 20px;
    margin-bottom: 60px;
  }
  .day-in-the-life-section .hour-by-hour-section .paragraph svg {
    width: 33.173px;
    height: 24px;
  }
}
.day-in-the-life-section .hour-by-hour-section .left-column,
.day-in-the-life-section .hour-by-hour-section .right-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .left-column,
  .day-in-the-life-section .hour-by-hour-section .right-column {
    gap: 12px;
    max-width: 656px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
}
.day-in-the-life-section .hour-by-hour-section .schedule-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 1352px;
  width: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .schedule-section {
    flex-direction: row;
    gap: 40px;
  }
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card {
  border-radius: 27px;
  background-color: #DFEAD4;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .accordion-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .accordion-btn span {
  font-size: 28px;
  line-height: 1;
  transition: 0.25s;
  color: #5C6C49;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .title-icon-header-card {
  gap: 12px;
  display: flex;
  align-items: flex-start;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .title-icon-header-card p,
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .title-icon-header-card h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .title-icon-header-card {
    gap: 20px;
  }
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .title-icon-header-card p {
    margin-bottom: 6px;
  }
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .schedule-title {
  flex: 1;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .icon {
  max-width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .icon {
    max-width: 62px;
    height: 62px;
  }
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .description {
  max-width: 310px;
  display: none;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .description ul {
  margin-top: 0;
  padding-left: 29px;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .description ul li::marker {
  font-size: 10px;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .description p {
  margin: 0;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .description {
    max-width: 318px;
    width: 100%;
  }
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card {
    flex-direction: column;
    text-align: start;
    padding: 27px 32px;
  }
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .description {
    display: block;
  }
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card .accordion-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card {
    flex-direction: row;
  }
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .schedule-card.active .description {
  display: block;
}
.day-in-the-life-section .hour-by-hour-section .schedule-section .accordion-btn span {
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 768px) {
  .day-in-the-life-section .hour-by-hour-section {
    background-image: url("../../assets/hour-by-hour.png");
    background-position: top;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section {
  overflow: hidden;
}
.day-in-the-life-section .friendly-pines-favorites-section .pd-section {
  padding: 90px 0;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .content {
  grid-area: content;
  text-align: center;
  margin: 24px 0;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .content p,
.day-in-the-life-section .friendly-pines-favorites-section .favorites .content h2 {
  margin-bottom: 12px;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .content svg {
  width: 37.76px;
  height: 37.76px;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .photo {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .photo img {
  width: 100%;
  max-width: 203.22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .image {
  position: relative;
  right: -38px;
  top: -34px;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .image-mob {
  display: inline;
  left: -32px;
  position: relative;
}
.day-in-the-life-section .friendly-pines-favorites-section .favorites .image-des {
  display: none;
}
@media (min-width: 768px) {
  .day-in-the-life-section .friendly-pines-favorites-section .favorites {
    flex-direction: row;
    margin-bottom: 60px;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .pd-section {
    padding: 100px 0;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .content {
    margin: 0;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .content p,
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .content h2 {
    margin-bottom: 20px;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .content svg {
    width: 51.88px;
    height: 51.88px;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .photo {
    max-width: 344.77px;
    width: 100%;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .photo img {
    width: 100%;
    max-width: 344.77px;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .image {
    right: 0;
    top: 0;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .image-mob {
    display: none;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .favorites .image-des {
    display: inline;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom {
    display: block !important;
    text-align: center;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites {
  padding: 0 !important;
  overflow: visible;
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide figure {
  max-height: 287.73px;
  height: 100%;
  margin-bottom: -8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide figure {
    max-height: 340px;
    height: 100%;
    max-width: 412px;
    width: 100%;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide .content-text {
  padding: 22px;
  border-radius: 0 0 20px 20px;
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide .content-text h2 {
  margin-bottom: 6px;
  text-align: center;
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide .content-text p {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide .content-text {
    padding: 32px;
  }
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide .content-text h2 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1360px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 412px;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-wrapper {
    justify-content: flex-end;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-next,
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #DFEAD4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-next,
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-prev {
    top: 50%;
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1360px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-next,
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-prev {
    display: none;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-next svg,
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-prev svg {
  width: 21.53px;
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-next {
  right: -12px;
}
@media (min-width: 600px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-next {
    right: -13px;
  }
}
.day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-prev {
  transform: rotate(180deg);
  left: -13px;
}
@media (min-width: 600px) {
  .day-in-the-life-section .friendly-pines-favorites-section .swiperCustom .swiperFavorites .swiper-button-prev {
    right: 0;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section {
  background-color: #DFEAD4;
  overflow: hidden;
}
.day-in-the-life-section .your-kids-get-out-of-it-section h2 {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section h2 {
    margin-bottom: 40px;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom {
    display: block !important;
    text-align: center;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids {
  padding: 0 !important;
  overflow: visible;
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide figure {
  max-width: 268.83px;
  justify-self: center;
  max-height: 274px;
  height: 100%;
  margin-bottom: -8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide figure {
    max-height: 326.09px;
    height: 100%;
    max-width: 319.94px;
    width: 100%;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide .content-text {
  padding: 13.838px;
  z-index: 99999999;
  border-radius: 0 0 20px 20px;
  background: rgba(64, 77, 58, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: absolute;
  width: 100%;
  bottom: -7.649px;
  max-width: 268.83px;
  justify-self: center;
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide .content-text h3 {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide .content-text {
    max-height: 64.93px;
    max-width: 100%;
    left: 0;
    bottom: -8.649px;
    padding: 16.469px 12.305px;
  }
}
@media (min-width: 1360px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 319.94px;
  }
}
@media (min-width: 992px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-wrapper {
    justify-content: flex-end;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-next,
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: white;
  border: 1px solid #5C6C49;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-next,
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-prev {
    top: 50%;
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1360px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-next,
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-prev {
    display: none;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-next svg,
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-prev svg {
  width: 21.53px;
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-next {
  right: -12px;
}
@media (min-width: 600px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-next {
    right: -13px;
  }
}
.day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-prev {
  transform: rotate(180deg);
  left: -13px;
}
@media (min-width: 600px) {
  .day-in-the-life-section .your-kids-get-out-of-it-section .swiperCustom .swiperKids .swiper-button-prev {
    right: 0;
  }
}
.day-in-the-life-section .banner-bottom-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.day-in-the-life-section .banner-bottom-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-bottom-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.day-in-the-life-section .banner-bottom-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-bottom-section .bg-mobile {
    display: none;
  }
}
.day-in-the-life-section .banner-bottom-section .pd-section {
  padding: 100px 0 120px !important;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-bottom-section .pd-section {
    padding: 150px 0 170px !important;
  }
}
@media (min-width: 1200px) {
  .day-in-the-life-section .banner-bottom-section .pd-section {
    padding: 200px 0 220px !important;
  }
}
.day-in-the-life-section .banner-bottom-section h2 {
  text-align: center;
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
.day-in-the-life-section .banner-bottom-section .content-buttons {
  gap: 12px;
  max-width: 636px;
  width: 100%;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  display: flex;
}
.day-in-the-life-section .banner-bottom-section .btn-primary {
  max-width: 266px;
  width: 100%;
  padding: 17px 23px;
}
.day-in-the-life-section .banner-bottom-section .btn-secondary {
  max-width: 282px;
  width: 100%;
  padding: 17px 23px;
}
@media (min-width: 768px) {
  .day-in-the-life-section .banner-bottom-section .pd-section {
    padding: 200px 0 220px;
  }
  .day-in-the-life-section .banner-bottom-section h2 {
    margin-bottom: 40px;
  }
  .day-in-the-life-section .banner-bottom-section .content-buttons {
    gap: 32px;
    flex-direction: row;
  }
  .day-in-the-life-section .banner-bottom-section .btn-primary {
    max-width: 296px;
    padding: 18px 23px;
  }
  .day-in-the-life-section .banner-bottom-section .btn-secondary {
    max-width: 308px;
    width: 100%;
    padding: 18px 23px;
  }
}
.enroll-page .hero-section .container-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .enroll-page .hero-section .container-flex {
    flex-direction: row;
    max-height: 100%;
    height: 100%;
  }
}
@media (min-width: 1360px) {
  .enroll-page .hero-section .container-flex {
    flex-direction: row;
    max-height: 660px;
    height: 100%;
  }
}
.enroll-page .hero-section .container-flex .container-text {
  padding: 60px 20px;
  background-color: #BFD2A9;
  display: flex;
  flex-direction: column;
  gap: 20px;
  order: 2;
}
.enroll-page .hero-section .container-flex .container-text h1,
.enroll-page .hero-section .container-flex .container-text p {
  margin: 0;
}
@media (min-width: 768px) {
  .enroll-page .hero-section .container-flex .container-text {
    order: 1;
    padding: 50px 22px;
    width: 89%;
  }
}
@media (min-width: 1200px) {
  .enroll-page .hero-section .container-flex .container-text {
    padding: 100px 80px;
  }
}
.enroll-page .hero-section .container-flex .container-text .btn-primary {
  padding: 17px;
  max-width: 253px;
  width: 100%;
}
@media (min-width: 768px) {
  .enroll-page .hero-section .container-flex .container-text .btn-primary {
    max-width: 249px;
    width: 100%;
    padding: 16.7px;
  }
}
.enroll-page .hero-section .container-flex .container-image {
  order: 1;
  max-height: 331px;
  line-height: 0;
}
.enroll-page .hero-section .container-flex .container-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .enroll-page .hero-section .container-flex .container-image {
    max-width: 756px;
    width: 100%;
    order: 2;
    max-height: 100%;
  }
}
@media (min-width: 1360px) {
  .enroll-page .hero-section .container-flex .container-image {
    max-width: 756px;
    width: 100%;
    order: 2;
    max-height: 660px;
  }
}
.enroll-page .hero-section .banner-bottom {
  background-color: #404D3A;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.enroll-page .hero-section .banner-bottom svg {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
.enroll-page .hero-section .banner-bottom p {
  margin: 0;
  align-self: center;
}
@media (min-width: 768px) {
  .enroll-page .hero-section .banner-bottom {
    padding: 40px 80px;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
  }
  .enroll-page .hero-section .banner-bottom svg {
    width: 39.5px;
    height: 39.5px;
    aspect-ratio: 1/1;
  }
}
.enroll-page .before-you-jump-in-section .pd-section {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .enroll-page .before-you-jump-in-section .pd-section {
    padding: 100px 22px;
  }
}
@media (min-width: 992px) {
  .enroll-page .before-you-jump-in-section .pd-section {
    padding: 100px 80px;
  }
}
.enroll-page .before-you-jump-in-section .card-content {
  background-color: #DFEAD4;
  border-radius: 27px;
  padding: 32px 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 440px;
  width: 100%;
  margin: auto;
  border: 2px dashed var(--Primary-Green, #5C6C49);
}
@media (min-width: 768px) {
  .enroll-page .before-you-jump-in-section .card-content {
    align-items: flex-start;
    padding: 60px 40px;
    flex-direction: row;
    gap: 20px;
    max-width: 1352px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .enroll-page .before-you-jump-in-section .card-content {
    gap: 100px;
  }
}
.enroll-page .before-you-jump-in-section .card-content .left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.enroll-page .before-you-jump-in-section .card-content .left-column img {
  width: 54px;
  height: 54px;
  margin: auto;
}
.enroll-page .before-you-jump-in-section .card-content .left-column h2 {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .enroll-page .before-you-jump-in-section .card-content .left-column h2 {
    text-align: start;
  }
}
.enroll-page .before-you-jump-in-section .card-content .left-column p {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .enroll-page .before-you-jump-in-section .card-content .left-column {
    flex-direction: row;
    gap: 30px;
  }
  .enroll-page .before-you-jump-in-section .card-content .left-column img {
    width: 74px;
    height: 74px;
    margin: 0;
  }
  .enroll-page .before-you-jump-in-section .card-content .left-column h2 {
    margin-bottom: 20px;
  }
  .enroll-page .before-you-jump-in-section .card-content .left-column p {
    text-align: start;
  }
}
.enroll-page .before-you-jump-in-section .card-content .rigth-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.enroll-page .before-you-jump-in-section .card-content .rigth-column svg {
  width: 32px;
  height: 32px;
}
.enroll-page .before-you-jump-in-section .card-content .rigth-column p {
  margin: 0;
  align-content: center;
}
@media (min-width: 768px) {
  .enroll-page .before-you-jump-in-section .card-content .rigth-column {
    gap: 20px;
    align-self: center;
  }
  .enroll-page .before-you-jump-in-section .card-content .rigth-column svg {
    width: 39.5px;
    height: 39.5px;
  }
}
.enroll-page .steps-section {
  overflow: hidden;
  position: relative;
}
.enroll-page .steps-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .enroll-page .steps-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.enroll-page .steps-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 452.951px;
}
@media (min-width: 768px) {
  .enroll-page .steps-section .bg-mobile {
    display: none;
  }
}
.enroll-page .steps-section h2 {
  z-index: 9999;
  position: relative;
  text-align: center;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .enroll-page .steps-section h2 {
    margin-bottom: 62px;
  }
}
.enroll-page .steps-section .swiperStepsContent {
  padding: 0;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .enroll-page .steps-section .swiperStepsContent {
    display: block !important;
    text-align: center;
    margin: 0;
  }
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps {
  padding: 0 !important;
  overflow: visible;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
  align-items: stretch;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide {
  display: flex;
  height: 100%;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .slider-card {
  background-color: #DFEAD4;
  border-radius: 20px;
  padding: 27px 12px 20px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .slider-card {
    padding: 37px 12px 27px;
    gap: 26px;
    margin: 0 auto;
  }
}
@media (min-width: 1360px) {
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 216px;
    height: auto;
  }
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .content-number {
  border-radius: 100%;
  width: 39px;
  height: 39px;
  background-color: #404D3A;
  margin: 0 auto;
  display: flex;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .content-number .number {
  margin: 0;
  justify-self: center;
  align-self: center;
  margin: auto;
}
@media (min-width: 768px) {
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .content-number {
    width: 50px;
    height: 50px;
  }
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description {
  text-align: center;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description p {
  margin: 0;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper .swiper-slide .description strong {
  text-decoration: underline;
  font-weight: 600;
}
@media (min-width: 992px) {
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-wrapper {
    justify-content: center;
  }
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-pagination {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.35);
  opacity: 0.7;
}
.enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 0.72px #5C6C49;
}
@media (min-width: 768px) {
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-pagination {
    margin-bottom: 14px;
  }
  .enroll-page .steps-section .swiperStepsContent .swiperSteps .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.enroll-page .fun-begins-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 100%;
}
@media (min-width: 768px) {
  .enroll-page .fun-begins-section .container {
    flex-direction: row;
    gap: 100px;
    max-height: 510px;
  }
}
.enroll-page .fun-begins-section figure {
  margin: auto;
  max-width: 303.964px;
}
@media (min-width: 768px) {
  .enroll-page .fun-begins-section figure {
    max-width: 427px;
    margin: 0;
  }
}
.enroll-page .fun-begins-section .column-right h2 {
  margin-bottom: 20px;
  margin-right: 32px;
}
.enroll-page .fun-begins-section .content-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.enroll-page .fun-begins-section .content-right .icon {
  width: 68px;
  height: 68px;
}
@media (min-width: 768px) {
  .enroll-page .fun-begins-section .content-right .icon {
    width: 88px;
    height: 88px;
  }
}
.enroll-page .fun-begins-section .content-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.enroll-page .fun-begins-section .content-list .title-list {
  margin-bottom: 4px;
}
.enroll-page .fun-begins-section .content-list .text {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .enroll-page .fun-begins-section .content-list {
    gap: 20px;
  }
  .enroll-page .fun-begins-section .content-list .title-list {
    margin-bottom: 6px;
  }
}
.enroll-page .banner-information-section {
  border-top: 2px solid #BFD2A9;
}
.enroll-page .banner-information-section h3 {
  text-align: center;
  margin-bottom: 32px;
  margin: 0 10px 32px;
}
@media (min-width: 768px) {
  .enroll-page .banner-information-section h3 {
    margin-bottom: 40px;
  }
}
.enroll-page .banner-information-section .content-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .enroll-page .banner-information-section .content-buttons .btn-primary {
    max-width: 394px;
    width: 100%;
  }
}
.enroll-page .banner-information-section .content-buttons .btn-secondary {
  background-color: #404D3A;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .enroll-page .banner-information-section .content-buttons .btn-secondary {
    max-width: 280px;
    width: 100%;
  }
}
.enroll-page .banner-information-section .content-buttons .btn-secondary:hover {
  background-color: #5C6C49;
  border-color: #5C6C49;
}
@media (min-width: 768px) {
  .enroll-page .banner-information-section .content-buttons .btn-tertiary {
    max-width: 366px;
    width: 100%;
  }
}
.enroll-page .banner-information-section .content-buttons .btn-primary,
.enroll-page .banner-information-section .content-buttons .btn-secondary,
.enroll-page .banner-information-section .content-buttons .btn-tertiary {
  min-height: 88px;
  border-radius: 13.427px;
  font-family: "FriendlyPines", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  text-transform: uppercase;
  padding: 15px 32.5px;
}
@media (min-width: 768px) {
  .enroll-page .banner-information-section .content-buttons .btn-primary,
  .enroll-page .banner-information-section .content-buttons .btn-secondary,
  .enroll-page .banner-information-section .content-buttons .btn-tertiary {
    border-radius: 16px;
    min-height: 154px;
    font-family: "FriendlyPines", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.118%;
    text-transform: uppercase;
    padding: 18px 33px;
  }
}
@media (min-width: 992px) {
  .enroll-page .banner-information-section .content-buttons .btn-primary,
  .enroll-page .banner-information-section .content-buttons .btn-secondary,
  .enroll-page .banner-information-section .content-buttons .btn-tertiary {
    font-size: 34px;
  }
}
.enroll-page .banner-information-section .content-buttons a svg {
  width: 19.301px;
  height: 12.867px;
}
.enroll-page .banner-information-section .content-buttons a:hover > svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .enroll-page .banner-information-section .content-buttons {
    flex-direction: row;
    gap: 32px;
    justify-content: center;
  }
  .enroll-page .banner-information-section .content-buttons a svg {
    width: 23px;
    height: 15.333px;
  }
}
.enroll-page .testimonials-section {
  background-color: #E6E7E1;
}
.enroll-page .testimonials-section .container h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .enroll-page .testimonials-section .container h2 {
    margin-bottom: 42px;
  }
}
.enroll-page .testimonials-section .swiperCustom {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .enroll-page .testimonials-section .swiperCustom {
    display: block !important;
    text-align: center;
    max-height: 477px;
  }
}
@media (min-width: 1360px) {
  .enroll-page .testimonials-section .swiperCustom {
    max-height: 428px;
  }
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial {
  padding: 0 !important;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 46px 0 0;
}
@media (min-width: 600px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
    padding: 90px 0 0;
  }
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-start;
  padding: 0 24px 33px;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure {
  height: 133.4px;
  margin-bottom: 22px;
  margin-top: -45px;
  overflow: hidden;
  position: relative;
  max-width: 133.4px;
  width: 100%;
  z-index: 2;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure {
    height: 200px;
    max-width: 200px;
    margin-top: -91px;
  }
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container svg {
  max-width: 28.58px;
  width: 100%;
  height: 20.68px;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.testimony {
  margin-bottom: 2px;
  text-align: center;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.name {
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container {
    gap: 12px;
    padding: 0 28px 42px;
  }
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.name {
    margin-top: 11px;
  }
}
@media (min-width: 1360px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-wrapper {
    justify-content: flex-start;
  }
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination {
  display: block;
  margin: 26px 0 0;
  position: relative;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination span.swiper-pagination-bullet {
  background-color: #DFEAD4;
  height: 12.95px;
  opacity: 1;
  transform: scale(1) !important;
  width: 12.95px;
  border: 1px solid #5C6C49;
}
.enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9 !important;
}
@media (min-width: 1200px) {
  .enroll-page .testimonials-section .swiperCustom .swiperTestimonial .swiper-pagination {
    display: none;
  }
}
.enroll-page .banner-camp-is-calling-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.enroll-page .banner-camp-is-calling-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .enroll-page .banner-camp-is-calling-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.enroll-page .banner-camp-is-calling-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .enroll-page .banner-camp-is-calling-section .bg-mobile {
    display: none;
  }
}
.enroll-page .banner-camp-is-calling-section .pd-section {
  padding: 100px 0 120px;
  z-index: 999999;
  position: relative;
}
@media (min-width: 768px) {
  .enroll-page .banner-camp-is-calling-section .pd-section {
    padding: 200px 0 220px;
  }
}
.enroll-page .banner-camp-is-calling-section .container {
  justify-items: center;
}
.enroll-page .banner-camp-is-calling-section h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .enroll-page .banner-camp-is-calling-section h2 {
    margin-bottom: 40px;
  }
}
.enroll-page .banner-camp-is-calling-section .content-buttons {
  max-width: 282px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .enroll-page .banner-camp-is-calling-section .content-buttons {
    flex-direction: row;
    gap: 32px;
    max-width: 626px;
    width: 100%;
  }
}
.enroll-page .banner-camp-is-calling-section .content-buttons .btn-primary {
  padding: 17px;
  max-width: 257px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .enroll-page .banner-camp-is-calling-section .content-buttons .btn-primary {
    max-width: 280px;
  }
}
.enroll-page .banner-camp-is-calling-section .content-buttons .btn-secondary {
  max-width: 308px;
  width: 100%;
  padding: 17px;
}
.staff-page .hero-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.staff-page .hero-section .container {
  padding: 0 21px;
}
.staff-page .hero-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .hero-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.staff-page .hero-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .hero-section .bg-mobile {
    display: none;
  }
}
.staff-page .hero-section .pd-section {
  padding: 100px 0;
}
.staff-page .hero-section h1, .staff-page .hero-section h2 {
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.staff-page .hero-section p {
  margin-bottom: 20px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.staff-page .hero-section .content-buttons {
  gap: 12px;
  max-width: 505px;
  width: 100%;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  display: flex;
}
.staff-page .hero-section .btn-primary {
  max-width: 184px;
  width: 100%;
  padding: 17px 23px;
}
.staff-page .hero-section .btn-secondary {
  max-width: 275px;
  width: 100%;
  padding: 17px 23px;
}
@media (min-width: 768px) {
  .staff-page .hero-section .pd-section {
    padding: 160px 0;
  }
  .staff-page .hero-section p {
    margin-bottom: 32px;
  }
  .staff-page .hero-section .content-buttons {
    gap: 32px;
    flex-direction: row;
  }
  .staff-page .hero-section .btn-primary {
    max-width: 168px;
    padding: 17px 23px;
  }
  .staff-page .hero-section .btn-secondary {
    max-width: 305px;
    width: 100%;
    padding: 17px 23px;
  }
}
.staff-page .theMostImportantSummers-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.staff-page .theMostImportantSummers-section .bg-desktop {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.staff-page .theMostImportantSummers-section .container {
  display: flex;
  flex-direction: column;
  z-index: 9999;
  position: relative;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.staff-page .theMostImportantSummers-section .traditions-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "image" "content";
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .traditions-grid {
    display: grid;
    grid-template-areas: "header image" "content image";
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media (min-width: 992px) {
  .staff-page .theMostImportantSummers-section .traditions-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .staff-page .theMostImportantSummers-section .traditions-grid {
    grid-template-columns: 600px 712px;
    gap: 0;
  }
}
.staff-page .theMostImportantSummers-section .content1 {
  grid-area: header;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .content1 {
    max-width: 600px;
    width: 100%;
  }
}
.staff-page .theMostImportantSummers-section .content2 {
  grid-area: content;
}
.staff-page .theMostImportantSummers-section .content3 {
  grid-area: image;
  margin-bottom: 0;
}
.staff-page .theMostImportantSummers-section h2, .staff-page .theMostImportantSummers-section h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section h2, .staff-page .theMostImportantSummers-section h3 {
    margin-bottom: 20px;
  }
}
.staff-page .theMostImportantSummers-section .description {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .description {
    margin-bottom: 32px;
  }
}
.staff-page .theMostImportantSummers-section .content-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  padding-top: 24px;
  border-top: none;
}
.staff-page .theMostImportantSummers-section .content-icons .content-list {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.staff-page .theMostImportantSummers-section .content-icons .content-list img {
  max-width: 60px;
  max-height: 60px;
}
.staff-page .theMostImportantSummers-section .content-icons .content-list p {
  text-align: left;
  margin: 0;
  align-self: center;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .content-icons {
    flex-wrap: nowrap;
    gap: 32px;
    padding-top: 56px;
    border-top: 2px solid #BFD2A9;
  }
  .staff-page .theMostImportantSummers-section .content-icons .content-list {
    max-width: 207px;
    width: 100%;
    gap: 20px;
    flex-direction: column;
  }
  .staff-page .theMostImportantSummers-section .content-icons .content-list img {
    max-width: 88px;
    max-height: 88px;
    margin: auto;
  }
  .staff-page .theMostImportantSummers-section .content-icons .content-list p {
    text-align: center;
    margin: 0;
  }
}
.staff-page .theMostImportantSummers-section .photo {
  display: block;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  margin: auto;
}
.staff-page .theMostImportantSummers-section .photo img {
  width: 100%;
  height: 100%;
}
.staff-page .theMostImportantSummers-section .photo figure {
  margin: auto;
  max-height: 349px;
  max-width: 349px;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .photo {
    max-width: 712px;
    justify-self: end;
  }
  .staff-page .theMostImportantSummers-section .photo figure {
    max-width: 634px;
    max-height: 642px;
    width: 100%;
    justify-self: end;
    margin: 0;
  }
}
.staff-page .theMostImportantSummers-section .trees {
  position: absolute;
  bottom: -4px;
  right: 3px;
  max-width: 120px;
  max-height: 143px;
  height: 100%;
}
@media (min-width: 768px) {
  .staff-page .theMostImportantSummers-section .trees {
    max-width: 196px;
    max-height: 233px;
    bottom: 15px;
    right: 2px;
  }
}
.staff-page .before-you-apply-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 768px) {
  .staff-page .before-you-apply-section .container {
    flex-direction: row;
    gap: 20px;
  }
}
.staff-page .before-you-apply-section .swiper {
  width: 100%;
  height: 100%;
  max-width: 349px;
  max-height: 349px;
  margin: auto;
}
.staff-page .before-you-apply-section .swiper img {
  width: 100%;
  height: 100%;
}
.staff-page .before-you-apply-section .swiper .swiper-wrapper {
  max-width: 1208px;
  width: 100%;
}
.staff-page .before-you-apply-section .swiper .swiper-wrapper .swiper-slide p {
  max-width: 216px;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-page .before-you-apply-section .swiper {
    max-width: 634px;
    max-height: 634px;
    margin: 0;
  }
}
.staff-page .before-you-apply-section .swiper .swiper-pagination {
  position: absolute;
  margin-top: 15px;
  z-index: 999999999;
  margin-bottom: 6px;
}
.staff-page .before-you-apply-section .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 1px solid #FFFFFF;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.35);
}
.staff-page .before-you-apply-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 1px solid #5C6C49;
}
@media (min-width: 768px) {
  .staff-page .before-you-apply-section .swiper .swiper-pagination {
    margin-bottom: 23px;
  }
  .staff-page .before-you-apply-section .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.staff-page .before-you-apply-section h2 {
  margin: 0;
}
.staff-page .before-you-apply-section .content-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .staff-page .before-you-apply-section .content-cards {
    gap: 20px;
    margin: 34px 0 0;
  }
}
.staff-page .before-you-apply-section .accordion-card {
  border-bottom: 1px solid #BFD2A9;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .staff-page .before-you-apply-section .accordion-card {
    padding-bottom: 20px;
  }
}
.staff-page .before-you-apply-section .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff-page .before-you-apply-section .accordion-content {
  display: none;
  padding-top: 12px;
}
.staff-page .before-you-apply-section .accordion-content strong {
  font-weight: 600;
}
.staff-page .before-you-apply-section .accordion-content p {
  margin: 0;
}
.staff-page .you-get-section {
  background-repeat: no-repeat;
  position: relative;
}
.staff-page .you-get-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .you-get-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.staff-page .you-get-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .you-get-section .bg-mobile {
    display: none;
  }
}
.staff-page .you-get-section .pd-section {
  z-index: 9999;
  position: relative;
}
.staff-page .you-get-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1131px;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-page .you-get-section .container {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
}
.staff-page .you-get-section h2 {
  max-width: 431px;
  width: 100%;
  margin: 0;
}
.staff-page .you-get-section .content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.staff-page .you-get-section .content-list svg {
  width: 30px;
  height: 16.821px;
}
.staff-page .you-get-section .content-list p {
  margin: 0;
}
@media (min-width: 768px) {
  .staff-page .you-get-section .content-list {
    gap: 22px;
  }
  .staff-page .you-get-section .content-list svg {
    width: 37px;
    height: 20px;
  }
}
.staff-page .our-counselors-are-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.staff-page .our-counselors-are-section .bg-desktop {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.staff-page .our-counselors-are-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .bg-mobile {
    display: none;
  }
}
.staff-page .our-counselors-are-section .pd-section {
  z-index: 9999;
  position: relative;
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .pd-section {
    padding: 100px 0;
  }
}
.staff-page .our-counselors-are-section .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .container {
    flex-direction: row;
    gap: 100px;
    justify-content: center;
  }
}
.staff-page .our-counselors-are-section .person-composition {
  position: relative;
  width: 100%;
  max-width: 209px;
  margin: 0 auto;
  height: 259px;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .person-composition {
    max-width: 420px;
    height: 385px;
    margin: 0;
  }
}
.staff-page .our-counselors-are-section .person-composition img {
  display: block;
  width: 100%;
  height: auto;
}
.staff-page .our-counselors-are-section .person-composition .circle {
  width: 100%;
  max-width: 198.437px;
  max-height: 198.437px;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .person-composition .circle {
    width: 100%;
    max-width: 368px;
    max-height: 368px;
    bottom: 10px;
  }
}
.staff-page .our-counselors-are-section .person-composition .person {
  position: absolute;
  left: -4%;
  bottom: -2%;
  max-width: 209px;
  max-height: 276px;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .person-composition .person {
    max-width: 385px;
    width: 100%;
    max-height: 525px;
    left: -47px;
    bottom: -65px;
  }
}
.staff-page .our-counselors-are-section .content-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.staff-page .our-counselors-are-section .content-text h2, .staff-page .our-counselors-are-section .content-text p {
  margin: 0;
}
.staff-page .our-counselors-are-section .content-text h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .content-text {
    gap: 20px;
    height: 100%;
    align-self: center;
  }
  .staff-page .our-counselors-are-section .content-text h2 {
    text-align: left;
  }
}
.staff-page .our-counselors-are-section .features-list {
  display: grid;
  gap: 12px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #5C6C49;
  grid-template-columns: 178px auto;
  padding-bottom: 16px;
  margin: auto;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .features-list {
    gap: 12px 80px;
    max-width: 741px;
    width: 100%;
    padding-bottom: 20px;
    margin: 0;
  }
}
.staff-page .our-counselors-are-section .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.staff-page .our-counselors-are-section .feature-item svg {
  width: 24px;
  height: 24px;
}
.staff-page .our-counselors-are-section .feature-item--full {
  grid-column: 1/-1;
}
@media (min-width: 1360px) {
  .staff-page .our-counselors-are-section .feature-item--full {
    grid-column: auto;
  }
}
.staff-page .our-counselors-are-section .subtitle {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.staff-page .our-counselors-are-section .subtitle svg {
  width: 29.992px;
  height: 16.818px;
  align-self: center;
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section .subtitle {
    justify-content: left;
  }
  .staff-page .our-counselors-are-section .subtitle svg {
    width: 37.28px;
    height: 20.903px;
  }
}
.staff-page .our-counselors-are-section a {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.staff-page .our-counselors-are-section a svg {
  width: 18px;
  height: 12px;
  align-self: center;
}
.staff-page .our-counselors-are-section a:hover {
  text-decoration: underline;
}
.staff-page .our-counselors-are-section a:hover > svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .staff-page .our-counselors-are-section a {
    gap: 10px;
    justify-content: left;
  }
}
.staff-page .more-than-just-a-summer-section {
  background-color: #E6E7E1;
}
.staff-page .more-than-just-a-summer-section .container h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .staff-page .more-than-just-a-summer-section .container h2 {
    margin-bottom: 42px;
  }
}
.staff-page .more-than-just-a-summer-section .swiperCustom {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom {
    display: block !important;
    text-align: center;
    max-height: 477px;
  }
}
@media (min-width: 1360px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom {
    max-height: 428px;
  }
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer {
  padding: 0 !important;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
  align-items: stretch;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 46px 0 0;
  display: flex;
}
@media (min-width: 600px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide {
    padding: 90px 0 0;
  }
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-start;
  padding: 0 24px 33px;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container figure {
  height: 133.4px;
  margin-bottom: 22px;
  margin-top: -45px;
  overflow: hidden;
  position: relative;
  max-width: 133.4px;
  width: 100%;
  z-index: 2;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container figure {
    height: 200px;
    max-width: 200px;
    margin-top: -91px;
  }
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container svg {
  max-width: 28.58px;
  width: 100%;
  height: 20.68px;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container > p.title {
  margin-bottom: 2px;
  text-align: center;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container > p.paragraph {
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center;
  flex: 1;
}
@media (min-width: 768px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container {
    gap: 12px;
    padding: 0 28px 42px;
  }
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide .swiper-slide-container > p.paragraph {
    margin-top: 11px;
  }
}
@media (min-width: 1360px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-wrapper {
    justify-content: flex-start;
  }
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-pagination {
  display: block;
  margin: 26px 0 0;
  position: relative;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-pagination span.swiper-pagination-bullet {
  background-color: #DFEAD4;
  height: 12.95px;
  opacity: 1;
  transform: scale(1) !important;
  width: 12.95px;
  border: 1px solid #5C6C49;
}
.staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9 !important;
}
@media (min-width: 1200px) {
  .staff-page .more-than-just-a-summer-section .swiperCustom .swiperOneSummer .swiper-pagination {
    display: none;
  }
}
.staff-page .get-out-here-section {
  background-repeat: no-repeat;
  position: relative;
}
.staff-page .get-out-here-section .background {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.staff-page .get-out-here-section .pd-section {
  z-index: 9999999;
  position: relative;
}
.staff-page .get-out-here-section .container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .container {
    flex-direction: row;
    gap: 100px;
    justify-content: center;
  }
}
.staff-page .get-out-here-section .images-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 227px;
  height: 100%;
  justify-items: center;
  max-width: 349px;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .images-group {
    max-width: 428px;
    min-height: 414px;
    margin: 0;
    bottom: 30px;
  }
}
.staff-page .get-out-here-section .images-group img {
  display: block;
  width: 100%;
  height: auto;
}
.staff-page .get-out-here-section .images-group .large-image {
  width: 100%;
  max-width: 269px;
  max-height: 225.837px;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .images-group .large-image {
    width: 100%;
    max-width: 427px;
    max-height: 385px;
    bottom: 0;
  }
}
.staff-page .get-out-here-section .images-group .thumbnail {
  position: absolute;
  left: 5%;
  bottom: -19%;
  max-width: 141.348px;
  max-height: 143.134px;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .images-group .thumbnail {
    max-width: 241.738px;
    width: 100%;
    max-height: 244.792px;
    left: -24px;
    bottom: -73px;
  }
}
.staff-page .get-out-here-section .column-right {
  max-width: 676px;
  width: 100%;
}
.staff-page .get-out-here-section .column-right h2 {
  margin-bottom: 12px;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .column-right h2 {
    margin-bottom: 20px;
  }
}
.staff-page .get-out-here-section .content-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.staff-page .get-out-here-section .content-right .icon {
  width: 68px;
  height: 68px;
}
.staff-page .get-out-here-section .content-right a {
  font-family: "FriendlyPines", sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.staff-page .get-out-here-section .content-right a:hover {
  text-decoration: underline;
}
.staff-page .get-out-here-section .content-right a:hover svg {
  transform: translateX(4px);
}
.staff-page .get-out-here-section .content-right a svg {
  width: 20px;
  height: 13px;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .content-right a svg {
    width: 24px;
    height: 16px;
  }
  .staff-page .get-out-here-section .content-right {
    gap: 20px;
  }
  .staff-page .get-out-here-section .content-right .icon {
    width: 88px;
    height: 88px;
  }
}
.staff-page .get-out-here-section .content-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (min-width: 768px) {
  .staff-page .get-out-here-section .content-list {
    gap: 20px;
  }
}
.staff-page .find-your-team-section h3 {
  text-align: center;
  margin-bottom: 32px;
  margin: 0 37px 32px;
}
@media (min-width: 768px) {
  .staff-page .find-your-team-section h3 {
    margin-bottom: 40px;
  }
}
.staff-page .find-your-team-section .content-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .staff-page .find-your-team-section .content-buttons .btn-primary {
    max-width: 279px;
    width: 100%;
  }
}
.staff-page .find-your-team-section .content-buttons .btn-secondary {
  background-color: #404D3A;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .staff-page .find-your-team-section .content-buttons .btn-secondary {
    max-width: 402px;
    width: 100%;
  }
}
.staff-page .find-your-team-section .content-buttons .btn-secondary:hover {
  background-color: #5C6C49;
  border-color: #5C6C49;
}
@media (min-width: 768px) {
  .staff-page .find-your-team-section .content-buttons .btn-tertiary {
    max-width: 385px;
    width: 100%;
  }
}
.staff-page .find-your-team-section .content-buttons .btn-primary,
.staff-page .find-your-team-section .content-buttons .btn-secondary,
.staff-page .find-your-team-section .content-buttons .btn-tertiary {
  min-height: 88px;
  border-radius: 13.427px;
  font-family: "FriendlyPines", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  text-transform: uppercase;
  padding: 15px 32.5px;
}
@media (min-width: 768px) {
  .staff-page .find-your-team-section .content-buttons .btn-primary,
  .staff-page .find-your-team-section .content-buttons .btn-secondary,
  .staff-page .find-your-team-section .content-buttons .btn-tertiary {
    border-radius: 16px;
    min-height: 154px;
    font-family: "FriendlyPines", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.118%;
    text-transform: uppercase;
    padding: 18px 33px;
  }
}
@media (min-width: 992px) {
  .staff-page .find-your-team-section .content-buttons .btn-primary,
  .staff-page .find-your-team-section .content-buttons .btn-secondary,
  .staff-page .find-your-team-section .content-buttons .btn-tertiary {
    font-size: 34px;
  }
}
.staff-page .find-your-team-section .content-buttons a svg {
  width: 19.301px;
  height: 12.867px;
}
.staff-page .find-your-team-section .content-buttons a:hover > svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .staff-page .find-your-team-section .content-buttons {
    flex-direction: row;
    gap: 32px;
    justify-content: center;
  }
  .staff-page .find-your-team-section .content-buttons a svg {
    width: 23px;
    height: 15.333px;
  }
}
.staff-page .banner-bottom-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.staff-page .banner-bottom-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .banner-bottom-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.staff-page .banner-bottom-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .staff-page .banner-bottom-section .bg-mobile {
    display: none;
  }
}
.staff-page .banner-bottom-section .pd-section {
  padding: 100px 0 120px;
}
.staff-page .banner-bottom-section h2 {
  text-align: center;
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
.staff-page .banner-bottom-section .content-buttons {
  gap: 12px;
  max-width: 537px;
  width: 100%;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  display: flex;
}
.staff-page .banner-bottom-section .btn-primary {
  max-width: 184px;
  width: 100%;
  padding: 16.8px 23px;
}
.staff-page .banner-bottom-section .btn-secondary {
  max-width: 275px;
  width: 100%;
  padding: 16.8px 23px;
}
@media (min-width: 768px) {
  .staff-page .banner-bottom-section .pd-section {
    padding: 200px 0 220px;
  }
  .staff-page .banner-bottom-section h2 {
    margin-bottom: 40px;
  }
  .staff-page .banner-bottom-section .content-buttons {
    gap: 32px;
    flex-direction: row;
  }
  .staff-page .banner-bottom-section .btn-primary {
    max-width: 200px;
    padding: 16.7px 23px;
  }
  .staff-page .banner-bottom-section .btn-secondary {
    max-width: 308px;
    width: 100%;
    padding: 16.7px 23px;
  }
}
.privacy-hero {
  background-color: #BFD2A9;
  background-image: url("/wp-content/themes/mg-theme/assets/textura.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 20px;
  text-align: center;
}
.privacy-hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #2f4a2f;
  margin: 0;
}
.privacy-content {
  margin: 0 auto;
  padding: 60px 250px;
  background-color: #fff;
}
.privacy-content h3 {
  font-family: "FriendlyPines", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.091%;
  text-transform: uppercase;
  color: #404D3A;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .privacy-content h3 {
    font-size: 30px;
    line-height: 94.118%;
  }
}
@media (min-width: 992px) {
  .privacy-content h3 {
    font-size: 34px;
  }
}
.privacy-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  color: #000;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .privacy-content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .privacy-content p {
    font-size: 18px;
  }
}
.privacy-content a {
  color: #4a7a4a;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .privacy-hero {
    padding: 70px 20px;
  }
  .privacy-content {
    max-width: 100%;
    padding: 30px 16px;
  }
}
.module-header-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.module-header-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module-header-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.module-header-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module-header-section .bg-mobile {
    display: none;
  }
}
.module-header-section .pd-section {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .module-header-section .pd-section {
    padding: 160px 0;
  }
}
.module-header-section .container {
  text-align: center;
  position: relative;
  z-index: 99999;
}
.module-header-section .container .text {
  margin-bottom: 10px;
}
.module-header-section .container h2 {
  margin-bottom: 20px;
}
.module-header-section .container .subtitle {
  max-width: 100%;
  justify-self: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module-header-section .container .subtitle {
    max-width: 599px;
    width: 100%;
    margin-bottom: 32px;
  }
}
.module-header-section .container .btn-primary {
  max-width: 209px;
  width: 100%;
  padding: 17px;
}
@media (min-width: 768px) {
  .module-header-section .container .btn-primary {
    max-width: 193px;
  }
}
.module2-introBodyCopy {
  background-repeat: no-repeat;
  position: relative;
}
.module2-introBodyCopy .background {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.module2-introBodyCopy .module2-slider {
  width: 100%;
  overflow: visible;
}
.module2-introBodyCopy .module2-swiper {
  width: 100%;
  max-width: 1512px;
}
.module2-introBodyCopy .module2-swiper .swiper-button-next,
.module2-introBodyCopy .module2-swiper .swiper-button-prev {
  color: #fff;
  width: 48px !important;
  height: 48px !important;
  background-color: #DFEAD4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .module2-swiper .swiper-button-next,
  .module2-introBodyCopy .module2-swiper .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
  }
}
.module2-introBodyCopy .module2-swiper .swiper-button-next svg,
.module2-introBodyCopy .module2-swiper .swiper-button-prev svg {
  width: 24px !important;
  height: auto !important;
}
.module2-introBodyCopy .module2-swiper .swiper-button-next.swiper-button-disabled,
.module2-introBodyCopy .module2-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.module2-introBodyCopy .module2-swiper .swiper-button-next {
  right: 0 !important;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .module2-swiper .swiper-button-next {
    right: 0 !important;
  }
}
.module2-introBodyCopy .module2-swiper .swiper-button-prev {
  left: 0 !important;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .module2-swiper .swiper-button-prev {
    left: 0 !important;
  }
}
.module2-introBodyCopy .module2-swiper .swiper-wrapper {
  align-items: flex-start;
}
.module2-introBodyCopy .module2-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  height: auto;
}
.module2-introBodyCopy .module2-swiper .container {
  width: 100%;
}
.module2-introBodyCopy .container {
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 1352px;
  gap: 28px;
}
@media (min-width: 992px) {
  .module2-introBodyCopy .container {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.module2-introBodyCopy .container .container-wrapper {
  max-width: 689px;
  width: 100%;
  height: 100%;
  align-self: center;
}
.module2-introBodyCopy .container .container-wrapper .content-title-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  justify-content: center;
}
.module2-introBodyCopy .container .container-wrapper .content-title-icon p {
  margin: 0;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .container .container-wrapper .content-title-icon {
    justify-content: left;
  }
}
.module2-introBodyCopy .container .container-wrapper h2 {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .container .container-wrapper h2 {
    text-align: start;
  }
}
.module2-introBodyCopy .container .container-wrapper .mail-icon img {
  max-width: 55px;
  height: 55px;
  margin: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .container .container-wrapper .mail-icon img {
    margin: 0;
  }
}
.module2-introBodyCopy .container .container-wrapper p {
  text-align: center;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .container .container-wrapper p {
    text-align: start;
  }
}
.module2-introBodyCopy .container .container-wrapper p .cta-btn {
  text-decoration: underline;
}
.module2-introBodyCopy .cta-btn {
  margin-top: 24px;
  max-width: 206px;
  width: 100%;
  padding: 17px;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .cta-btn {
    margin-top: 34px;
    max-width: 225px;
  }
}
.module2-introBodyCopy .photo-card {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto 0;
  height: auto;
}
.module2-introBodyCopy .photo-card .photo {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.module2-introBodyCopy .photo-card .photo img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.module2-introBodyCopy .photo-card .trees {
  position: absolute;
  bottom: -4px;
  right: 3px;
  max-width: 120px;
  max-height: 143px;
  height: 100%;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .photo-card {
    margin: 0;
    height: auto;
    max-width: 634px;
    align-self: center;
  }
  .module2-introBodyCopy .photo-card .photo {
    border-radius: 27px;
  }
  .module2-introBodyCopy .photo-card .photo img {
    border-radius: 27px;
  }
  .module2-introBodyCopy .photo-card .trees {
    max-width: 196px;
    max-height: 233px;
    bottom: -30px;
    right: 2px;
  }
}
@media (min-width: 1360px) {
  .module2-introBodyCopy .photo-card {
    height: auto;
  }
  .module2-introBodyCopy .photo-card .photo {
    height: auto;
  }
}
@media (min-width: 768px) {
  .module2-introBodyCopy h2 {
    margin-bottom: 20px;
  }
}
.module2-introBodyCopy .module2-slider > .swiper-pagination {
  position: static !important;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 41px;
}
.module2-introBodyCopy .module2-slider > .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #BFD2A9;
  opacity: 1 !important;
  border: 0.5px solid #5C6C49;
}
.module2-introBodyCopy .module2-slider > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #404D3A;
  border: 0.5px solid #5C6C49;
}
@media (min-width: 768px) {
  .module2-introBodyCopy .module2-slider > .swiper-pagination {
    margin-bottom: 14px;
  }
  .module2-introBodyCopy .module2-slider > .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.module3-introBodyCopy {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.module3-introBodyCopy .background {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module3-introBodyCopy .background {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.module3-introBodyCopy .pd-section {
  padding: 0;
}
.module3-introBodyCopy .container {
  display: grid;
  /*  max-width: 100%; */
  position: relative;
  z-index: 999;
  padding: 0;
  /* margin: 0; */
  grid-template-columns: 1fr;
  max-width: 1512px;
  width: 100%;
}
@media (min-width: 768px) {
  .module3-introBodyCopy .container {
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 0;
  }
}
.module3-introBodyCopy .content-left {
  padding: 72px 22px;
}
.module3-introBodyCopy .content-left .description {
  max-width: 100%;
  margin: 0;
}
.module3-introBodyCopy .content-left h1 {
  margin-bottom: 12px;
}
.module3-introBodyCopy .content-left a {
  margin-top: 24px;
  max-width: 206px;
  width: 100%;
  padding: 17px;
}
@media (min-width: 768px) {
  .module3-introBodyCopy .content-left {
    padding: 100px 0 100px 80px;
  }
  .module3-introBodyCopy .content-left h1 {
    max-width: 618px;
    width: 100%;
  }
  .module3-introBodyCopy .content-left h1 span {
    white-space: nowrap;
  }
  .module3-introBodyCopy .content-left .description {
    max-width: 599px;
    width: 100%;
  }
  .module3-introBodyCopy .content-left h1 {
    margin-bottom: 20px;
  }
  .module3-introBodyCopy .content-left a {
    margin-top: 34px;
    max-width: 225px;
  }
}
@media (min-width: 1200px) {
  .module3-introBodyCopy .content-left {
    padding: 100px 0 100px 80px;
  }
}
.module3-introBodyCopy .content-image {
  height: 366px;
}
.module3-introBodyCopy .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .module3-introBodyCopy .content-image {
    min-height: 701px;
    max-width: 756px;
    width: 100%;
    align-self: center;
    height: 100%;
  }
}
.module4-introBodyCopy {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.module4-introBodyCopy .background-section {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .background-section {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.module4-introBodyCopy .module4-swiper {
  width: 100%;
  overflow: hidden;
  max-width: 1512px;
}
.module4-introBodyCopy .module4-swiper .swiper-wrapper {
  align-items: flex-start !important;
}
.module4-introBodyCopy .module4-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  height: auto;
}
.module4-introBodyCopy .module4-swiper .container {
  width: 100%;
}
.module4-introBodyCopy .container {
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1352px;
  gap: 32px;
}
.module4-introBodyCopy .content-top {
  padding-bottom: 24px;
  border-bottom: 2px solid #BFD2A9;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .content-top {
    padding-bottom: 23px;
    gap: 20px;
    margin-bottom: 34px;
  }
}
.module4-introBodyCopy .content-top .content-title-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  justify-content: left;
}
.module4-introBodyCopy .content-top .content-title-icon p {
  margin: 0;
}
.module4-introBodyCopy .content-top h2 {
  margin: 0;
}
.module4-introBodyCopy .content-top .mail-icon img {
  max-width: 55px;
  height: 55px;
  margin: 0;
  display: flex;
}
.module4-introBodyCopy .content-top .cta-link svg {
  width: 18px;
  height: 12px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .content-top .cta-link svg {
    margin-left: 10px;
  }
}
.module4-introBodyCopy .content-top .cta-link:hover {
  text-decoration: underline;
}
.module4-introBodyCopy .content-top .cta-link:hover svg {
  transform: translateX(4px);
}
.module4-introBodyCopy h4 {
  margin-bottom: 20px;
}
.module4-introBodyCopy .green-card {
  padding: 20px;
  background-color: #DFEAD4;
  border-radius: 27px;
  display: flex;
  gap: 12px;
}
.module4-introBodyCopy .green-card svg {
  width: 100%;
  max-width: 22.115px;
  height: 16px;
}
.module4-introBodyCopy .green-card p {
  margin: 0;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .green-card {
    padding: 32px;
  }
  .module4-introBodyCopy .green-card svg {
    width: 100%;
    max-width: 28.581px;
    height: 20.678px;
  }
}
.module4-introBodyCopy .photo {
  display: block;
  width: 100%;
  height: 349px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-width: 349px;
  margin: auto;
}
.module4-introBodyCopy .photo img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .photo {
    height: 490px;
    border-radius: 27px;
    max-width: 634px;
    margin: 0;
    align-self: center;
  }
  .module4-introBodyCopy .photo img {
    border-radius: 27px;
  }
}
@media (min-width: 1360px) {
  .module4-introBodyCopy .photo {
    height: 634px;
  }
}
@media (min-width: 768px) {
  .module4-introBodyCopy .container {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.module4-introBodyCopy .swiper-button-next,
.module4-introBodyCopy .swiper-button-prev {
  color: #fff;
  width: 48px !important;
  height: 48px !important;
  background-color: #DFEAD4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .swiper-button-next,
  .module4-introBodyCopy .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
  }
}
.module4-introBodyCopy .swiper-button-next svg,
.module4-introBodyCopy .swiper-button-prev svg {
  width: 24px !important;
  height: auto !important;
}
.module4-introBodyCopy .swiper-button-next.swiper-button-disabled,
.module4-introBodyCopy .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.module4-introBodyCopy .swiper-button-next {
  right: 0 !important;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .swiper-button-next {
    right: 0 !important;
  }
}
.module4-introBodyCopy .swiper-button-prev {
  left: 0 !important;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .swiper-button-prev {
    left: 0 !important;
  }
}
.module4-introBodyCopy .swiper-pagination {
  position: relative;
  margin-top: 41px;
}
.module4-introBodyCopy .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #BFD2A9;
  border: 0.5px solid #5C6C49;
  opacity: 1 !important;
}
.module4-introBodyCopy .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #404D3A;
  border: 0.5px solid #5C6C49;
}
@media (min-width: 768px) {
  .module4-introBodyCopy .swiper-pagination {
    margin-bottom: 14px;
  }
  .module4-introBodyCopy .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.module5-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.module5-section .background-section {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module5-section .background-section {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.module5-section .container {
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1352px;
  gap: 42px;
}
.module5-section .btn-primary {
  width: 100%;
  padding: 17px;
  max-width: 206px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .module5-section .btn-primary {
    max-width: 225px;
    margin-top: 56px;
  }
}
.module5-section .left-column {
  order: 2;
}
@media (min-width: 768px) {
  .module5-section .left-column {
    order: 1;
  }
}
.module5-section .column-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 349px;
  width: 100%;
  order: 1;
  margin: auto;
}
@media (min-width: 768px) {
  .module5-section .column-right {
    gap: 32px;
    max-width: 634px;
    order: 2;
    margin: 0;
  }
}
.module5-section .column-right p {
  margin: 0;
  text-align: center;
}
.module5-section .photo {
  display: block;
  width: 100%;
  max-height: 349px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 20px;
  max-width: 349px;
  margin: auto;
}
.module5-section .photo img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .module5-section .photo {
    max-height: 634px;
    border-radius: 27px;
    max-width: 634px;
    margin: 0;
  }
  .module5-section .photo img {
    border-radius: 27px;
  }
  .module5-section .container {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.module6-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.module6-section .background-section {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.module6-section .container {
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1352px;
  gap: 42px;
}
.module6-section .btn-secondary {
  width: 100%;
  padding: 17px;
  max-width: 206px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .module6-section .btn-secondary {
    max-width: 225px;
    margin-top: 56px;
  }
  .module6-section .container {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.module6-section .image-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid #8b9577;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.45);
  background: #fff;
  max-height: 349px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 349px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .module6-section .image-card {
    max-height: 634px;
    max-width: 634px;
    border: 7px solid #8b9577;
    border-radius: 27px;
    margin: 0;
  }
}
.module6-section .image-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module6-section .image-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background: linear-gradient(to top, rgba(48, 56, 42, 0.95) 0%, rgba(48, 56, 42, 0.65) 40%, rgba(48, 56, 42, 0) 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .module6-section .image-card::after {
    height: 106px;
  }
}
.module6-section .image-card__caption {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .module6-section .image-card__caption {
    bottom: 32px;
  }
}
.module07-card-grid-section {
  background: var(--Linear-Gradient, linear-gradient(180deg, #DFEAD4 0%, #FFF 100%));
  overflow: hidden;
}
.module07-card-grid-section .swiperStepsContent {
  padding: 0;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .module07-card-grid-section .swiperStepsContent {
    display: block !important;
    text-align: center;
    margin: 0;
  }
}
.module07-card-grid-section .swiperStepsContent .swiperBlock {
  padding: 0 !important;
  overflow: visible;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
  align-items: stretch;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide {
  display: flex;
  height: 100%;
  width: 100% !important;
  max-width: 330px;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card {
  background-color: #BFD2A9;
  border-radius: 20px;
  padding: 32px 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card .bg-subtitle {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/background (2).png");
  border-radius: 20px;
  padding: 10px;
  max-width: 260px;
  width: 100%;
}
@media (min-width: 768px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card {
    padding: 42px 24px;
    margin: 0 auto;
  }
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card p {
  margin: 0;
  text-align: center;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card img {
  margin: 0 auto;
  max-width: 76px;
  max-height: 76px;
}
@media (min-width: 768px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card img {
    max-width: 88px;
    max-height: 88px;
  }
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card a svg {
  width: 18px;
  height: 12px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card a svg {
    margin-left: 10px;
  }
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card a:hover {
  text-decoration: underline;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide .slider-card a:hover svg {
  transform: translateX(4px);
}
@media (min-width: 1360px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media (min-width: 992px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-wrapper {
    justify-content: center;
  }
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-pagination {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 100%;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 0.5px solid #5C6C49;
}
.module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 0.5px solid #5C6C49;
}
@media (min-width: 768px) {
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-pagination {
    margin-bottom: 14px;
  }
  .module07-card-grid-section .swiperStepsContent .swiperBlock .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.module08-card-grid-section {
  background: var(--Linear-Gradient, linear-gradient(180deg, #DFEAD4 0%, #FFF 100%));
  overflow: hidden;
}
.module08-card-grid-section .container {
  padding: 0 22px;
}
@media (min-width: 768px) {
  .module08-card-grid-section .container {
    padding: 0;
  }
}
.module08-card-grid-section .swiperStepsContent {
  padding: 0;
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .module08-card-grid-section .swiperStepsContent {
    display: block !important;
    text-align: center;
    margin: 0;
  }
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 {
  padding: 0 !important;
  overflow: visible;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
  align-items: stretch;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide {
  display: flex;
  height: 100%;
  width: 100% !important;
  max-width: 310px;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card {
  border-radius: 20px;
  border: 6px solid var(--Light-green-2, #BFD2A9);
  padding: 32px 20px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card {
    padding: 42px 24px;
    margin: 0 auto;
    gap: 20px;
  }
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card p {
  margin: 0;
  text-align: center;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card img {
  margin: 0 auto;
  max-width: 88px;
  max-height: 88px;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card a svg {
  width: 18px;
  height: 12px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card a svg {
    margin-left: 10px;
  }
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card a:hover {
  text-decoration: underline;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card a:hover svg {
  transform: translateX(4px);
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card .label-content {
  padding: 10px 12px;
  border-radius: 20px;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card .label-content.primary-green {
  background: #5C6C49;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card .label-content.tertiary-navy {
  background: #365268;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide .slider-card .label-content.secondary-gold {
  background: #A98A42;
}
@media (min-width: 1360px) {
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper .swiper-slide {
    height: auto;
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-wrapper {
    justify-content: center;
  }
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-pagination {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 100%;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-pagination .swiper-pagination-bullet {
  width: 12.95px;
  height: 12.95px;
  background-color: #DFEAD4;
  border: 0.5px solid #5C6C49;
}
.module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9;
  border: 0.5px solid #5C6C49;
}
@media (min-width: 768px) {
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-pagination {
    margin-bottom: 14px;
  }
  .module08-card-grid-section .swiperStepsContent .swiperBlock8 .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.module09-section .container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .module09-section .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
.module09-section .container .subtitle,
.module09-section .container h3 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .module09-section .container .subtitle,
  .module09-section .container h3 {
    margin-bottom: 20px;
  }
}
.module09-section .container .left-content,
.module09-section .container .right-content {
  max-width: 599px;
  width: 100%;
}
.module09-section .container .text p {
  margin-bottom: 24px;
}
.module10-section .pd-section {
  padding: 60px 22px;
  /*  @include breakpoint-min("md"){
      padding: 100px 0;
  } */
}
.module10-section .container {
  max-width: 1352px;
  width: 100%;
  border-radius: 50px;
  padding: 30px 22px 42px 22px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .module10-section .container {
    padding: 100px 22px;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
  }
}
.module10-section .photo {
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 218px;
  max-width: 305px;
  margin: auto;
}
.module10-section .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .module10-section .photo img {
    border-radius: 27px;
  }
  .module10-section .photo {
    max-height: 347px;
    max-width: 406px;
    margin: 0;
    height: auto;
  }
}
.module10-section h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .module10-section h3 {
    margin-bottom: 20px;
  }
}
.module10-section p {
  margin: 0;
}
.module10-section .btn-secondary {
  margin-top: 20px;
  padding: 17px 39.5px;
}
@media (min-width: 768px) {
  .module10-section .btn-secondary {
    margin-top: 34px;
    padding: 17px 38px;
  }
}
.module10-section-2.pd-normal {
  padding: 0 22px;
}
.module10-section-2.pd-top {
  padding: 50px 22px 0;
}
@media (min-width: 768px) {
  .module10-section-2.pd-top {
    padding: 100px 22px 0;
  }
}
.module10-section-2 .container {
  max-width: 1352px;
  width: 100%;
  border-radius: 30px;
  padding: 24px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .module10-section-2 .container {
    border-radius: 50px;
    padding: 42px 22px 38px 22px;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
  }
}
.module10-section-2 p {
  margin: 0;
  text-align: center;
}
.module11-testimonial-section {
  background-color: #E6E7E1;
}
.module11-testimonial-section .swiperCustom {
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .module11-testimonial-section .swiperCustom {
    display: block !important;
    text-align: center;
    max-height: 477px;
  }
}
@media (min-width: 1360px) {
  .module11-testimonial-section .swiperCustom {
    max-height: 428px;
  }
}
.module11-testimonial-section .swiperCustom .swiperTestimonial {
  padding: 0 !important;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper {
  height: auto;
  margin: auto;
  padding: 0;
  align-items: stretch;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 46px 0 0;
  display: flex;
}
@media (min-width: 600px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
    padding: 90px 0 0;
  }
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container {
  align-items: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-start;
  padding: 0 24px 33px;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure {
  height: 133.4px;
  margin-bottom: 22px;
  margin-top: -45px;
  overflow: hidden;
  position: relative;
  max-width: 133.4px;
  width: 100%;
  z-index: 2;
  border-radius: 100px 100px 16px 16px;
  border: 3px solid #BFD2A9;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container figure {
    height: 200px;
    max-width: 200px;
    margin-top: -91px;
    border-radius: 100px 100px 20px 20px;
    border: 4px solid #BFD2A9;
  }
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container svg {
  max-width: 28.58px;
  width: 100%;
  height: 20.68px;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.title {
  margin-bottom: 0;
  text-align: center;
  padding: 6.291px 9.436px;
}
@media (min-width: 768px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.title {
    padding: 8px 12px;
  }
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.paragraph {
  margin-top: 9px;
  margin-bottom: 0;
  text-align: center;
  flex: 1;
}
@media (min-width: 768px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container {
    gap: 12px;
    padding: 0 28px 42px;
  }
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide .swiper-slide-container > p.paragraph {
    margin-top: 11px;
  }
}
@media (min-width: 1360px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper .swiper-slide {
    width: 100% !important;
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-wrapper {
    justify-content: flex-start;
  }
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-pagination {
  display: block;
  margin: 26px 0 0;
  position: relative;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-pagination span.swiper-pagination-bullet {
  background-color: #DFEAD4;
  height: 12.95px;
  opacity: 1;
  transform: scale(1) !important;
  width: 12.95px;
  border: 1px solid #5C6C49;
}
.module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BFD2A9 !important;
}
@media (min-width: 1200px) {
  .module11-testimonial-section .swiperCustom .swiperTestimonial .swiper-pagination {
    display: none;
  }
}
.module12-image-carousel-section {
  overflow: hidden;
}
.module12-image-carousel-section .slider-container .swiper {
  overflow: visible !important;
}
.module12-image-carousel-section .slider-container .swiper .swiper-wrapper {
  align-items: center;
}
.module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
  opacity: 0 !important;
  width: 788px;
  height: auto;
  aspect-ratio: 7.88/6.33;
  border-radius: 27px;
  position: relative;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
  transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 1352px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 700px !important;
  }
}
@media (max-width: 1199px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 650px !important;
  }
}
@media (max-width: 992px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 600px !important;
  }
}
@media (max-width: 850px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 550px !important;
  }
}
@media (max-width: 768px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 500px !important;
    border-radius: 13px;
  }
}
@media (max-width: 650px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 450px !important;
  }
}
@media (max-width: 600px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 425px !important;
  }
}
@media (max-width: 535px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide {
    width: 100% !important;
  }
}
.module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide img {
    border-radius: 27px;
  }
}
.module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 999999999 !important;
  box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.3764705882);
}
.module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next, .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev {
  opacity: 1 !important;
}
@media (max-width: 535px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next, .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
  }
}
.module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next::after, .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(64, 77, 58, 0.5019607843);
  border-radius: 13px;
}
@media (min-width: 768px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-next::after, .module12-image-carousel-section .slider-container .swiper .swiper-wrapper > .swiper-slide.swiper-slide-prev::after {
    border-radius: 27px;
  }
}
.module12-image-carousel-section .slider-container .swiper .swiper-button-next,
.module12-image-carousel-section .slider-container .swiper .swiper-button-prev {
  color: #fff;
  width: 48px !important;
  height: 48px !important;
  background-color: #DFEAD4;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-button-next,
  .module12-image-carousel-section .slider-container .swiper .swiper-button-prev {
    width: 55px !important;
    height: 55px !important;
  }
}
.module12-image-carousel-section .slider-container .swiper .swiper-button-next svg,
.module12-image-carousel-section .slider-container .swiper .swiper-button-prev svg {
  width: 24px !important;
  height: auto !important;
}
.module12-image-carousel-section .slider-container .swiper .swiper-button-next {
  right: -13px !important;
}
@media (min-width: 768px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-button-next {
    right: -15px !important;
  }
}
.module12-image-carousel-section .slider-container .swiper .swiper-button-prev {
  left: -13px !important;
}
@media (min-width: 768px) {
  .module12-image-carousel-section .slider-container .swiper .swiper-button-prev {
    left: -15px !important;
  }
}
.module12-image-carousel-section .slider-container p {
  margin-bottom: 0;
  margin-top: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .module12-image-carousel-section .slider-container p {
    margin-top: 32px;
  }
}
.module13-faqs-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  /*   .faq-questions[hidden],
   .question-text[hidden] {
       display: none;
   }  */
}
.module13-faqs-section p {
  margin: 0;
}
.module13-faqs-section .photo-bg {
  max-width: 297px;
  width: 100%;
  max-height: 200px;
  height: 100%;
  bottom: 113px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .module13-faqs-section .photo-bg {
    max-width: 528.806px;
    width: 100%;
    max-height: 355.906px;
    height: 100%;
    left: 23%;
    bottom: 44.094px;
  }
}
.module13-faqs-section .pd-section {
  padding: 60px 22px;
}
@media (min-width: 768px) {
  .module13-faqs-section .pd-section {
    padding: 100px 22px;
  }
}
.module13-faqs-section .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0 60px;
  border-bottom: 2px solid #BFD2A9;
  gap: 350;
}
@media (min-width: 768px) {
  .module13-faqs-section .container {
    padding-bottom: 100px;
    gap: 50px;
  }
}
.module13-faqs-section h1 {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .module13-faqs-section h1 {
    margin-bottom: 0;
  }
}
.module13-faqs-section h2 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .module13-faqs-section h2 {
    margin-bottom: 20px;
  }
}
.module13-faqs-section .question-text {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.module13-faqs-section .question-text.is-open {
  grid-template-rows: 1fr;
  margin-top: 12px;
}
.module13-faqs-section .question-text-inner {
  overflow: hidden;
  min-height: 0;
}
.module13-faqs-section .question-text-inner a {
  color: black;
}
.module13-faqs-section .question-text-inner a:hover {
  color: #404D3A;
}
.module13-faqs-section .question-header {
  cursor: pointer;
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.module13-faqs-section .question-card {
  border-bottom: 1px solid #BFD2A9;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .module13-faqs-section .question-card {
    padding-bottom: 20px;
  }
}
.module13-faqs-section h3 {
  margin: 0;
  text-align: left;
}
.module13-faqs-section .faq-questions {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .module13-faqs-section .faq-questions {
    padding: 0 20px;
  }
}
.module13-faqs-section .faq-questions.is-open {
  grid-template-rows: 1fr;
}
.module13-faqs-section .faq-questions-inner {
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .module13-faqs-section .faq-questions-inner {
    gap: 20px;
  }
}
.module13-faqs-section .faqs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .module13-faqs-section .faqs-container {
    gap: 30px;
  }
}
.module13-faqs-section .faq-group {
  position: relative;
}
.module13-faqs-section .faq-header {
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  min-height: 46px;
  padding: 22px 20px 26px;
  border-radius: 14px;
  position: relative;
  z-index: 2;
  transform: none !important;
}
.module13-faqs-section .faq-header svg {
  width: 40px;
  height: auto;
  transform: rotate(180deg);
}
.module13-faqs-section .faq-header h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .module13-faqs-section .faq-header {
    padding: 32px 20px;
    min-height: 52px;
    border-radius: 18px;
  }
}
.module13-faqs-section .faq-header.primary-green {
  background: #5C6C49;
}
.module13-faqs-section .faq-header.primary-green:hover {
  background-color: #536842;
}
.module13-faqs-section .faq-header.dark-green {
  background: #404D3A;
}
.module13-faqs-section .faq-header.dark-green:hover {
  background-color: #35452f;
}
.module13-faqs-section .faq-header.tertiary-navy {
  background: #365268;
}
.module13-faqs-section .faq-header.tertiary-navy:hover {
  background-color: #2e4b60;
}
.module13-faqs-section .faq-header.secondary-gold {
  background: #A98A42;
}
.module13-faqs-section .faq-header.secondary-gold:hover {
  background-color: #a27c3a;
}
.module14-download-section .pd-section {
  padding: 60px 22px;
}
@media (min-width: 768px) {
  .module14-download-section .pd-section {
    padding: 100px 0;
  }
}
.module14-download-section .container {
  border-radius: 50px;
  padding: 30px 22px 42px 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .module14-download-section .container {
    padding: 60px 0;
  }
}
.module14-download-section .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1068px;
  width: 100%;
}
@media (min-width: 768px) {
  .module14-download-section .content {
    flex-direction: row;
    gap: 100px;
    justify-self: center;
  }
}
.module14-download-section .image {
  max-width: 207px;
  height: 218px;
  border-radius: 20px;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .module14-download-section .image {
    max-width: 310px;
    max-height: 388px;
    height: auto;
    margin: 0;
  }
}
.module14-download-section .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20.227px;
}
@media (min-width: 768px) {
  .module14-download-section .image img {
    border-radius: 27px;
  }
}
.module14-download-section h5 {
  margin-bottom: 10px;
}
.module14-download-section .description {
  max-width: 599px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .module14-download-section .description {
    margin-bottom: 34px;
  }
}
.module14-download-section .download-form .ff-el-form-control {
  padding: 13px 14px 14px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .module14-download-section .download-form .ff-el-form-control {
    max-width: 318px;
    padding: 16px 14px 17px 14px;
  }
}
.module14-download-section .download-form .ff-default .ff-el-input--label label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #BFD2A9;
}
@media (min-width: 768px) {
  .module14-download-section .download-form .ff-default .ff-el-input--label label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.68px;
    text-transform: uppercase;
  }
}
.module14-download-section .download-form .ff-default .ff-el-input--label label::after {
  display: none;
}
.module14-download-section .download-form .ff-el-group {
  margin: 0;
}
.module14-download-section .download-form .content-name {
  padding-top: 10px;
  padding-bottom: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .module14-download-section .download-form .content-name {
    flex-direction: row;
    gap: 22px;
    padding-bottom: 34px;
    padding-top: 12px;
  }
}
.module14-download-section .download-form .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #A98A42;
}
.module14-download-section .download-form .ff_btn_style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 20px 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.68px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #A98542;
  border-radius: 6px;
  color: #fff;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .module14-download-section .download-form .ff_btn_style {
    font-size: 16px;
    max-width: 236px;
    width: 100%;
    padding: 18px 40px 16px;
  }
}
@media (min-width: 992px) {
  .module14-download-section .download-form .ff_btn_style {
    font-size: 17px;
  }
}
@media (hover: hover) {
  .module14-download-section .download-form .ff_btn_style:hover {
    background-color: #D1AB65;
    border: 2px solid #D1AB65;
  }
}
.module14-download-section .download-form .ff_btn_style:active {
  transform: translateY(1px);
}
.module14-download-section .download-form .ff_btn_style:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.module14-download-section .download-form .ff_btn_style:focus:not(:focus-visible) {
  outline: none;
}
.module14-download-section .download-form .ff_btn_style:disabled, .module14-download-section .download-form .ff_btn_style[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .module14-download-section .download-form .ff_btn_style {
    transition: none;
  }
}
.module15-section {
  background: var(--Linear-Gradient, linear-gradient(180deg, #DFEAD4 0%, #FFF 100%));
}
.module15-section h3 {
  text-align: center;
  margin-bottom: 20px;
}
.module15-section .sub-primary {
  text-align: center;
  max-width: 1000px;
  justify-self: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .module15-section .sub-primary {
    margin-bottom: 40px;
  }
}
.module15-section .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23.67px;
}
@media (min-width: 768px) {
  .module15-section .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    justify-self: center;
  }
}
.module15-section .cards .card figure {
  max-height: 251px;
  height: 100%;
  margin-bottom: -8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 14.793px 14.793px 0 0;
}
.module15-section .cards .card figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .module15-section .cards .card figure {
    min-height: 340px;
    height: 100%;
    max-width: 412px;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.module15-section .cards .card .content-text {
  padding: 21px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 0 0 14.793px 14.793px;
}
.module15-section .cards .card .content-text h2,
.module15-section .cards .card .content-text p {
  margin: 0;
  text-align: center;
}
.module15-section .cards .card .content-text a {
  align-self: center;
}
.module15-section .cards .card .content-text a svg {
  width: 18px;
  height: 12px;
  margin-left: 6px;
}
@media (min-width: 768px) {
  .module15-section .cards .card .content-text a svg {
    margin-left: 10px;
  }
}
.module15-section .cards .card .content-text a:hover {
  text-decoration: underline;
}
.module15-section .cards .card .content-text a:hover svg {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .module15-section .cards .card .content-text {
    padding: 32px;
    gap: 12px;
    border-radius: 0 0 20px 20px;
  }
}
.module15-section .cards .card .content-text.primary-green {
  background: #5C6C49;
}
.module15-section .cards .card .content-text.tertiary-navy {
  background: #365268;
}
.module15-section .cards .card .content-text.secondary-gold {
  background: #A98A42;
}
@media (min-width: 1360px) {
  .module15-section .cards .card {
    width: 100% !important;
    max-width: 412px;
    /*  min-height: 539px;   */
    height: 100%;
  }
}
.module15-section .content-bottom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 22px;
  border-radius: 50px;
  margin-top: 32px;
}
.module15-section .content-bottom .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.module15-section .content-bottom .text .icon {
  max-width: 63px;
  max-height: 63px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.module15-section .content-bottom .text h5 {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .module15-section .content-bottom .text h5 {
    text-align: left;
  }
}
.module15-section .content-bottom .text .subtitle-card {
  max-width: 599px;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .module15-section .content-bottom .text .subtitle-card {
    text-align: left;
  }
  .module15-section .content-bottom {
    margin-top: 40px;
    padding: 60px 0;
  }
  .module15-section .content-bottom .text {
    flex-direction: row;
    gap: 24px;
  }
  .module15-section .content-bottom .text .icon {
    max-width: 74px;
    max-height: 74px;
    align-self: center;
    margin: 0;
  }
}
.module15-section .content-bottom .content {
  gap: 20px;
  display: flex;
  flex-direction: column;
  max-width: 967px;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .module15-section .content-bottom .content {
    flex-direction: row;
    gap: 34px;
    justify-self: center;
  }
}
.module15-section .content-bottom .btn-primary {
  min-height: 54px;
  height: 100%;
  padding: 16px;
  width: 100%;
  max-width: 240px;
  margin: auto;
}
@media (min-width: 768px) {
  .module15-section .content-bottom .btn-primary {
    min-height: 56px;
    padding: 17px;
    margin: 0;
    max-width: 236px;
  }
}
.module16-cta-section {
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.module16-cta-section .bg-desktop {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module16-cta-section .bg-desktop {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.module16-cta-section .bg-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .module16-cta-section .bg-mobile {
    display: none;
  }
}
.module16-cta-section .pd-section {
  padding: 100px 0 120px;
  z-index: 999999;
  position: relative;
}
@media (min-width: 768px) {
  .module16-cta-section .pd-section {
    padding: 200px 0 220px;
  }
}
.module16-cta-section .container {
  justify-items: center;
  padding: 0 22px;
}
@media (min-width: 768px) {
  .module16-cta-section .container {
    padding: 0 47px;
  }
}
.module16-cta-section h2 {
  max-width: 691px;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .module16-cta-section h2 {
    margin-bottom: 20px;
  }
}
.module16-cta-section p {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .module16-cta-section p {
    margin-bottom: 40px;
  }
}
.module16-cta-section .content-buttons {
  max-width: 344px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .module16-cta-section .content-buttons {
    flex-direction: row;
    gap: 32px;
    max-width: 735px;
    width: 100%;
  }
}
.module16-cta-section .content-buttons .btn-primary {
  padding: 17px;
  max-width: 297px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .module16-cta-section .content-buttons .btn-primary {
    max-width: 325px;
    width: 100%;
    padding: 17px;
  }
}
.module16-cta-section .content-buttons .btn-secondary {
  max-width: 378px;
  width: 100%;
  padding: 17px;
}
