/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  /* Custom color variables */
  --color-primary: #B8E3E9;
  --color-secondary: #FFF77C;
  --color-gray: #636F73;
  --color-white: #FFFFFF;
  --color-white2: #F5F2D7;
  --color-black: #000000;
  /* WordPress theme.json color palette variables */
  --wp--preset--color--primary: #B8E3E9;
  --wp--preset--color--secondary: #FFF77C;
  --wp--preset--color--gray: #636F73;
  --wp--preset--color--white: #FFFFFF;
  --wp--preset--color--white2: #F5F2D7;
  --wp--preset--color--black: #000000;
  --header-height: 112px;
}

.has-primary-background-color {
  background-color: var(--wp--preset--color--primary);
}

.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
}

.has-gray-background-color {
  background-color: var(--wp--preset--color--gray);
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white);
}

.has-white2-background-color {
  background-color: var(--wp--preset--color--white2);
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black);
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-sm-down {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  color: var(--default);
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

h1, h2, h3 {
  line-height: 1;
}

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 560px) {
  h1 {
    font-size: clamp(3rem, 6vw, 6rem);
  }
}

h2 {
  font-family: "Belanosima", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: "Belanosima", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

h4 {
  font-family: "Belanosima", sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.6rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1rem;
}

h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1rem;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}

.sf-body-text--big {
  font-size: 1.4rem;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  background: #B8E3E9;
  border: 1px solid #000000;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
.site-search__submit:hover {
  text-decoration: none;
}

.button {
  font-family: "Belanosima", sans-serif;
  text-transform: lowercase;
  background: var(--color-primary);
  box-shadow: 5px 5px 0 0 var(--color-secondary);
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.button:hover {
  box-shadow: 8px 8px 0 0 var(--color-secondary);
}
.button--alt {
  background: var(--color-black);
  color: var(--color-white);
  box-shadow: 5px 5px 0 0 var(--color-white);
}
.button--alt:hover {
  box-shadow: 8px 8px 0 0 var(--color-white);
}

.button-wrapper {
  display: flex;
  column-gap: 1.5rem;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Roboto Condensed", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: var(--default);
  color: var(--surface-default);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--default);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  margin: auto;
  max-width: 1200px;
  padding-inline: 1.5rem;
}
@media (min-width: 1366px) {
  .site-container {
    padding-inline: 0;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}
.site-container--x-narrow {
  max-width: 600px;
}

.sf-section {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .sf-section {
    padding: 3rem 0;
  }
}
.sf-section.no-top-padding {
  padding-top: 0;
}
.sf-section.no-bottom-padding {
  padding-bottom: 0;
}
.sf-section.light-top-padding {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .sf-section.light-top-padding {
    padding-top: 1.25rem;
  }
}
.sf-section.light-bottom-padding {
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .sf-section.light-bottom-padding {
    padding-bottom: 1.25rem;
  }
}
.sf-section.extra-top-padding {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .sf-section.extra-top-padding {
    padding-top: 3rem;
  }
}
.sf-section.extra-bottom-padding {
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .sf-section.extra-bottom-padding {
    padding-bottom: 3rem;
  }
}

.half-wrapper {
  padding-inline: calc((100vw - 1300px) / 2);
}
@media (min-width: 1536px) {
  .half-wrapper {
    padding-inline: 15%;
  }
}
@media (max-width: 1365px) {
  .half-wrapper {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.sf-content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (min-width: 1025px) {
  .sf-content-wrap--v-center {
    justify-content: center;
  }
}
.sf-content-wrap * {
  margin-bottom: 0;
}

.sf-media-wrap {
  position: relative;
  overflow: hidden;
}
.sf-media-wrap img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.sf-flex-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sf-flex-col * {
  margin-bottom: 0;
}
.sf-flex-col .button {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.sf-flex-row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.sf-grid--center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.sf-grid--center > .sf-card {
  margin: 0;
}

.sf-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 1.5rem;
}
@media (min-width: 769px) {
  .sf-grid {
    gap: 1.5rem;
  }
}
.sf-grid--reverse > :first-child {
  order: 2;
}
.sf-grid--reverse > :last-child {
  order: 1;
}

*[class*=sf-col] {
  grid-column: span 12;
  position: relative;
}

@media (min-width: 561px) {
  .sf-col-4-xs {
    grid-column: span 4;
  }
  .sf-col-6-xs {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .sf-col-3-sm {
    grid-column: span 3;
  }
  .sf-col-4-sm {
    grid-column: span 4;
  }
  .sf-col-6-sm {
    grid-column: span 6;
  }
  .sf-col-8-sm {
    grid-column: span 8;
  }
}
@media (min-width: 1025px) {
  .sf-col-3-md {
    grid-column: span 3;
  }
  .sf-col-4-md {
    grid-column: span 4;
  }
  .sf-col-5-md {
    grid-column: span 5;
  }
  .sf-col-6-md {
    grid-column: span 6;
  }
  .sf-col-8-md {
    grid-column: span 8;
  }
}
@media (min-width: 1366px) {
  .sf-col-3-lg {
    grid-column: span 3;
  }
  .sf-col-4-lg {
    grid-column: span 4;
  }
  .sf-col-6-lg {
    grid-column: span 6;
  }
  .sf-col-8-lg {
    grid-column: span 8;
  }
  .flip-lg > * {
    order: 0;
  }
}
@media (min-width: 1536px) {
  .sf-col-2-xl {
    grid-column: span 2;
  }
  .sf-col-3-xl {
    grid-column: span 3;
  }
  .sf-col-4-xl {
    grid-column: span 4;
  }
  .sf-col-6-xl {
    grid-column: span 6;
  }
  .sf-col-8-xl {
    grid-column: span 8;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 112px;
  }
}

@media (min-width: 1025px) {
  body.sf-notification-active {
    --header-height: 147px;
  }
}

.sf-header {
  background: linear-gradient(185deg, var(--color-primary), var(--color-white) 75%);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.sf-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sf-header__logo {
  display: flex;
  align-items: start;
}
.sf-header__logo img {
  height: 3rem;
  width: auto;
}
.sf-header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.sf-header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--color-black);
  border-radius: 15px;
  margin: 5px 0;
}
.sf-header ul {
  list-style: none;
}
.sf-header a {
  text-decoration: none;
}
.sf-header a:hover {
  text-decoration: none;
}
.sf-header a, .sf-header .sub-menu, .sf-header .caret-wrapper, .sf-header svg, .sf-header path, .sf-header .header__toggle span {
  transition: all 0.25s ease;
}

.sf-header {
  padding: 2rem 0;
  overflow: visible;
}
.sf-header.sf-notification-active {
  padding-top: 0;
}
.sf-header.sf-notification-active .sf-header__inner {
  padding-top: 2rem;
}
.sf-header__logo {
  position: relative;
  z-index: 1001;
}
.sf-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.sf-header__nav #primary-menu {
  text-align: center;
  padding: 0;
  margin: 0;
}
.sf-header__nav #primary-menu > li {
  margin: 0;
  padding: 1rem 0;
  opacity: 0;
}
.sf-header__nav #primary-menu a {
  font-size: 2.5rem;
  display: block;
  font-family: "Belanosima", sans-serif;
  font-weight: 600;
  text-transform: lowercase;
}
@media (min-width: 1025px) {
  .sf-header__nav #primary-menu a {
    font-size: 5rem;
  }
}
.sf-header__nav #primary-menu a:hover {
  text-shadow: 0 0 8px var(--color-secondary);
}
.sf-header__toggle {
  display: block;
  position: relative;
  z-index: 1001;
}
.sf-header__toggle.nav-open span {
  transition: all 0.25s ease;
  position: relative;
  right: 0;
}
.sf-header__toggle.nav-open span:first-of-type {
  transform: translateY(4px) rotate(45deg);
}
.sf-header__toggle.nav-open span:nth-of-type(2) {
  display: none;
}
.sf-header__toggle.nav-open span:last-of-type {
  transform: translateY(-3px) rotate(-45deg);
}
.sf-header.nav-open .sf-header__nav {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}

.sf-notification-bar {
  padding: 0.25rem 0;
  background: var(--color-black);
  text-align: center;
}
.sf-notification-bar * {
  color: var(--color-white);
  margin-bottom: 0;
}

.sf-footer__top {
  padding: 2rem 0;
}
.sf-footer .site-container--narrow {
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 560px) {
  .sf-footer .site-container--narrow {
    gap: 1rem;
  }
}
.sf-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: end;
  width: calc(50% - 2px);
  justify-content: center;
}
.sf-footer__logo img {
  max-width: 150px;
}
@media (max-width: 560px) {
  .sf-footer__logo {
    font-size: 0.875rem;
  }
  .sf-footer__logo img {
    max-width: 100px;
  }
}
.sf-footer__divider {
  width: 4px;
  background-color: var(--color-secondary);
  align-self: stretch;
}
.sf-footer .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: "Belanosima", sans-serif;
  font-weight: 600;
  width: calc(50% - 2px);
  padding-left: 0;
}
.sf-footer .menu a {
  font-size: 1.5rem;
  text-decoration: none;
}
.sf-footer .menu a:hover {
  text-shadow: 0 0 8px var(--color-secondary);
}
@media (max-width: 768px) {
  .sf-footer__logo img {
    max-width: 100px;
  }
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid var(--surface-default) 2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
html {
  scroll-padding-top: var(--header-height);
}

body {
  padding-top: var(--header-height);
}

a {
  -webkit-transition-duration: 0.25s;
  /* Safari */
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  text-decoration: underline;
}
