/*! 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 */ }

/* 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/*=================================
=            1. Colors            =
==================================*/
/*=====================================
=            2. Typography            =
=====================================*/
/*======================================
=            3. Breakpoints            =
======================================*/
/*==================================
=            4. Z-index            =
===================================*/
/*======================================
=            5. Transitions            =
======================================*/
/*========================================
=            6. Border radius            =
========================================*/
/*----------  Initializing  ----------*/
/*----------  Typography  ----------*/
/*----------  Styling  ----------*/
/*==============================
=            sizing            =
==============================*/
/*===============================
=            Borders            =
===============================*/
/*===================================
=            Transitions            =
===================================*/
/*==============================
=            Shadow            =
==============================*/
/*========================================
=            Legacy targeting            =
========================================*/
/*========================================
=            Remove list styling         =
========================================*/
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized, .splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

/**
    This file contains all variables that are used in other scss files
    and allows overriding of default values from the @growling/sass package
    Todo --- insert link here ---
*/
@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/poppins-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/poppins-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 0; }

figure {
  margin: 0; }
  figure iframe {
    max-width: 100%; }

img {
  max-width: 100%; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

input[type="email"],
input[type="text"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

[x-cloak] {
  display: none !important; }

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

body {
  font-size: 0.75rem;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  color: #4B4B66; }
  @media (min-width: 900px) {
    body {
      font-size: 1rem; } }

h1,
.h1 {
  font-size: 2.25rem; }
  @media (min-width: 900px) {
    h1,
    .h1 {
      font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 3.5rem; } }

h2,
.h2 {
  font-size: 2rem; }
  @media (min-width: 900px) {
    h2,
    .h2 {
      font-size: 3rem; } }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 3rem; } }

h3,
.h3 {
  font-size: 1.75rem; }
  @media (min-width: 900px) {
    h3,
    .h3 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 2rem; } }

h4,
.h4 {
  font-size: 1rem; }
  @media (min-width: 900px) {
    h4,
    .h4 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.5rem; } }

h5,
.h5 {
  font-size: 1rem; }
  @media (min-width: 900px) {
    h5,
    .h5 {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    h5,
    .h5 {
      font-size: 1rem; } }

h6,
.h6 {
  font-size: 0.75rem; }
  @media (min-width: 900px) {
    h6,
    .h6 {
      font-size: 0.75rem; } }
  @media (min-width: 1200px) {
    h6,
    .h6 {
      font-size: 0.75rem; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 1rem 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700; }

p {
  max-width: unset; }
  p:last-child {
    margin-bottom: 0; }

.gform_wrapper .gfield_label {
  font-weight: 700; }

.gform_wrapper .gform_fields {
  display: grid;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  grid-template-columns: repeat(12, 1fr); }

.gform_wrapper .gfield,
.gform_wrapper .gfield--width-full {
  grid-column: span 12; }

.gform_wrapper .gfield--width-half {
  grid-column: span 12; }
  @media (min-width: 900px) {
    .gform_wrapper .gfield--width-half {
      grid-column: span 6; } }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
  display: block;
  width: 100%; }

.gform_wrapper input[type="submit"] {
  cursor: pointer; }

.gform_wrapper .hide_summary,
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .screen-reader-text {
  display: none; }

.gform_wrapper .validation_message {
  color: #d95656;
  font-weight: 700; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select {
  border: 0.125rem solid #D8D8E8;
  padding: 0.5rem;
  border-radius: 16px;
  height: 3.5rem;
  width: 100%; }

.gform_wrapper .ginput_container_select::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.1875rem;
  width: 90%;
  margin-top: -3rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='7' viewBox='0 0 14 7' fill='none'%3E%3Cpath d='M12.9766 1.42188L7.38672 6.48438C7.17578 6.69531 6.85938 6.69531 6.64844 6.48438L0.988281 1.42188C0.742188 1.21094 0.742188 0.859375 0.953125 0.648438C1.16406 0.402344 1.51562 0.402344 1.72656 0.613281L7 5.32422L12.2383 0.613281C12.4492 0.402344 12.8008 0.402344 13.0117 0.648438C13.2227 0.859375 13.2227 1.21094 12.9766 1.42188Z' fill='%23087F5B'/%3E%3C/svg%3E");
  pointer-events: none; }
  @media (min-width: 900px) {
    .gform_wrapper .ginput_container_select::after {
      width: 97%; } }

.gform_wrapper .ginput_container_date::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 2.8125rem;
  margin-top: -3rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M4.0625 0.25C4.34375 0.25 4.625 0.53125 4.625 0.8125V2.5H11.375V0.8125C11.375 0.53125 11.6211 0.25 11.9375 0.25C12.2188 0.25 12.5 0.53125 12.5 0.8125V2.5H13.625C14.8555 2.5 15.875 3.51953 15.875 4.75V16C15.875 17.2656 14.8555 18.25 13.625 18.25H2.375C1.10938 18.25 0.125 17.2656 0.125 16V4.75C0.125 3.51953 1.10938 2.5 2.375 2.5H3.5V0.8125C3.5 0.53125 3.74609 0.25 4.0625 0.25ZM14.75 7H1.25V16C1.25 16.6328 1.74219 17.125 2.375 17.125H13.625C14.2227 17.125 14.75 16.6328 14.75 16V7ZM13.625 3.625H2.375C1.74219 3.625 1.25 4.15234 1.25 4.75V5.875H14.75V4.75C14.75 4.15234 14.2227 3.625 13.625 3.625Z' fill='%23087F5B'/%3E%3C/svg%3E");
  pointer-events: none; }
  @media (min-width: 900px) {
    .gform_wrapper .ginput_container_date::after {
      width: 97%; } }

.gform_wrapper fieldset {
  padding: 0;
  border: none;
  margin: 0; }

.gform_wrapper .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem; }

.gform_wrapper textarea {
  border-radius: 16px;
  width: 100%;
  padding: 1rem 0.5rem;
  resize: none;
  border: 0.125rem solid #D8D8E8; }

.gform_wrapper .gfield_label {
  color: #05402E; }

.gform_wrapper .ginput_counter {
  display: none; }

.gform_wrapper .gc-submit-button {
  background-color: #12B886;
  color: #fff;
  margin: 1rem 0;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-weight: 700; }

.ui-datepicker {
  display: none;
  background: #fff;
  border: 0.0625rem solid #12B886;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.11), 0 0 0.25rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.11), 0 0 0.25rem rgba(0, 0, 0, 0.04);
  color: #12B886;
  font-size: 0.75rem;
  padding: 1rem;
  width: auto;
  z-index: 9999 !important;
  max-width: calc(100% - 2rem);
  margin: 0; }
  .ui-datepicker .ui-datepicker-header {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0.25rem;
    padding: 0;
    position: relative;
    width: 100%; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 0;
      color: #12B886;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 1.875rem;
      position: absolute;
      top: -0.125rem;
      width: 1.875rem;
      background-image: url(../../assets/icons/arrow-left.svg);
      background-size: 0.5rem;
      background-repeat: no-repeat;
      background-position: center; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
        display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .ui-datepicker .ui-datepicker-header select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #12B886;
      cursor: pointer;
      display: inline-block;
      font-size: .8125rem;
      height: auto;
      min-height: 0;
      padding: 0 1.5rem 0 0;
      width: auto;
      margin: 0 0.25rem; }
      .ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
        margin-right: 1rem;
        -moz-text-align-last: right;
             text-align-last: right; }
  .ui-datepicker .ui-datepicker-title {
    text-align: center; }
  .ui-datepicker table,
  .ui-datepicker td,
  .ui-datepicker th,
  .ui-datepicker thead,
  .ui-datepicker tr {
    background: 0 0;
    border: 0;
    margin: 0; }
  .ui-datepicker td,
  .ui-datepicker th {
    padding: 0.25rem;
    text-shadow: none;
    text-transform: none; }
  .ui-datepicker .ui-datepicker-calendar th span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #087F5B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8125rem;
    font-weight: 500;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1.875rem;
    width: 1.875rem; }
    @media (min-width: 600px) {
      .ui-datepicker .ui-datepicker-calendar th span {
        height: 2.5rem;
        width: 2.5rem; } }
  .ui-datepicker .ui-datepicker-calendar td {
    font-size: 0.75rem;
    height: 2.5rem;
    width: 2.5rem; }
    @media (min-width: 600px) {
      .ui-datepicker .ui-datepicker-calendar td {
        height: 3.125rem;
        width: 3.125rem; } }
  .ui-datepicker .ui-datepicker-calendar .ui-state-default {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: 0 0;
    border: 0.0625rem solid transparent;
    border-radius: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #087F5B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    height: 1.875rem;
    width: 1.875rem; }
    @media (min-width: 600px) {
      .ui-datepicker .ui-datepicker-calendar .ui-state-default {
        height: 2.5rem;
        width: 2.5rem; } }
  .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0; }
    .ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
      background: rgba(0, 0, 0, 0.079);
      border-color: rgba(0, 0, 0, 0.079);
      -webkit-box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.06);
              box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.06);
      color: #12B886;
      cursor: text; }

.gc-banner {
  background-color: #12B886;
  padding: 1rem 0;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 101; }
  .gc-banner__content {
    color: #fff;
    text-decoration: none; }
  .gc-banner p {
    margin: 0; }

.gc-brand-hero {
  margin: 2rem 0 4rem 0; }
  @media (min-width: 900px) {
    .gc-brand-hero {
      margin-bottom: 8rem; } }
  .gc-brand-hero__wrapper {
    display: grid;
    gap: 3rem;
    margin: 2rem 0 0 0; }
    @media (min-width: 900px) {
      .gc-brand-hero__wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 4rem; } }
  @media (min-width: 900px) {
    .gc-brand-hero__left {
      padding-right: 3rem; } }
  .gc-brand-hero__title {
    color: #05402E;
    margin-bottom: 0; }
  .gc-brand-hero__subtitle {
    color: #05402E;
    margin-bottom: 1.5rem; }
  .gc-brand-hero__button {
    margin-top: 3rem; }
  .gc-brand-hero__right {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 900px) {
      .gc-brand-hero__right {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset; } }
  .gc-brand-hero__image {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.gc-brands-overview__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  row-gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 4rem 0; }
  @media (min-width: 600px) {
    .gc-brands-overview__list {
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 2rem;
         -moz-column-gap: 2rem;
              column-gap: 2rem; } }
  @media (min-width: 900px) {
    .gc-brands-overview__list {
      grid-template-columns: repeat(3, 1fr);
      margin: 3.5rem 0 8rem 0; } }

.gc-brands-overview__image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 8rem;
  -o-object-fit: contain;
     object-fit: contain; }

.gc-brands {
  margin: 1.5rem 0; }
  .gc-brands__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1rem auto; }
  .gc-brands__wrapper-icons {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 1rem auto; }
    @media (min-width: 900px) {
      .gc-brands__wrapper-icons {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1200px) {
      .gc-brands__wrapper-icons {
        grid-template-columns: repeat(7, 1fr); } }
  .gc-brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-brands__logo {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 10rem; }
  .gc-brands__title {
    color: #05402E; }

.gc-breadcrumbs {
  color: #6E6E91;
  font-size: 0.75rem; }
  .gc-breadcrumbs a {
    text-decoration: none;
    color: inherit;
    font-weight: 400; }
  .gc-breadcrumbs p {
    margin: 0; }

.gc-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  background-color: #12B886;
  padding: 0.75rem 1.5rem;
  color: #fff;
  font-weight: 700;
  border: 0;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 8px;
  border: 0.125rem solid #12B886;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button:hover {
    border-color: #087F5B;
    background-color: #087F5B; }
  .gc-button--secondary {
    background-color: transparent;
    border: 0.125rem solid #087F5B; }
    .gc-button--secondary:hover {
      background-color: #087F5B; }
  .gc-button--dark {
    color: #000000; }
    .gc-button--dark:hover {
      color: #fff; }
  .gc-button--icon {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #000000;
    text-transform: none; }
    .gc-button--icon:hover {
      background-color: transparent;
      color: #087F5B; }
  .gc-button--reverse .gc-button__icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .gc-button--white {
    color: #fff; }
    .gc-button--white:hover {
      color: #C3FAE8; }
  .gc-button__icon {
    height: 1rem;
    width: auto;
    fill: currentColor;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out; }
  .gc-button--transparent {
    background-color: transparent;
    border: 2px solid #087F5B;
    color: #fff; }

.gc-contact {
  margin-bottom: 3rem; }
  .gc-contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .gc-contact__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-contact__contacts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .gc-contact__contacts-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media (min-width: 1200px) {
    .gc-contact__column {
      width: 50%; } }
  @media (min-width: 1200px) {
    .gc-contact__column--thin {
      padding-right: 2rem; } }
  .gc-contact__contacts {
    padding: 0; }
  .gc-contact__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 1rem 1rem 0;
    color: #05402E; }
  .gc-contact__contact-link {
    text-decoration: none; }
  .gc-contact__contact-icon {
    max-height: 1.2rem;
    max-width: 1.8rem;
    fill: #087F5B;
    margin-right: 0.5rem; }
  .gc-contact__hours-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gc-contact__day {
    margin-right: 0.5rem;
    color: #087F5B;
    text-transform: uppercase; }
  .gc-contact__hours {
    color: #05402E;
    font-weight: 400; }
  .gc-contact__map {
    width: 100%;
    border-radius: 32px;
    min-height: 24rem;
    margin-bottom: 2rem; }
  .gc-contact__hours-list {
    list-style: none; }

.gc-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .gc-container {
      max-width: 720px; } }
  @media (min-width: 900px) {
    .gc-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .gc-container {
      max-width: 1160px; } }
  @media (min-width: 1440px) {
    .gc-container {
      max-width: 1332px; } }
  .gc-container--is-fluid {
    max-width: unset !important; }
  .gc-container--has-margin {
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media (min-width: 900px) {
      .gc-container--has-margin {
        margin-top: 8rem;
        margin-bottom: 8rem; } }
  .gc-container--has-padding {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (min-width: 900px) {
      .gc-container--has-padding {
        padding-top: 8rem;
        padding-bottom: 8rem; } }
  .gc-container--has-bg {
    background-color: #bcbcbc; }
    .gc-container--has-bg:not(.gc-container--is-fluid) {
      position: relative; }
      .gc-container--has-bg:not(.gc-container--is-fluid):before, .gc-container--has-bg:not(.gc-container--is-fluid):after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #bcbcbc; }
      .gc-container--has-bg:not(.gc-container--is-fluid):before {
        left: -99.9%; }
      .gc-container--has-bg:not(.gc-container--is-fluid):after {
        right: -99.9%; }
  .wp-block[data-type*="container"] .gc-container {
    border: 1px dashed lightgray;
    padding: 25px; }

.gc-cwv--has-visual .gc-cwv__container {
  display: grid;
  gap: 2rem; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__container {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.gc-cwv--has-visual .gc-cwv__content {
  text-align: left; }
  @media (min-width: 900px) {
    .gc-cwv--has-visual .gc-cwv__content {
      padding-left: 3.5rem; } }

@media (min-width: 900px) {
  .gc-cwv--is-reversed .gc-cwv__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 900px) and (min-width: 900px) {
  .gc-cwv--is-reversed .gc-cwv__content {
    padding-left: 0;
    padding-right: 3.5rem; } }

.gc-cwv--has-subtitle .gc-heading__title {
  margin-bottom: 0; }

@media (min-width: 900px) {
  .gc-cwv--is-boxed .gc-cwv__container {
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
    padding-top: 4rem;
    padding-bottom: 4rem; } }

@media (min-width: 900px) {
  .gc-cwv--is-boxed .gc-cwv__visual,
  .gc-cwv--is-boxed .gc-cwv__content {
    grid-column: span 6; } }

@media (min-width: 900px) {
  .gc-cwv--is-boxed .gc-cwv__visual {
    height: 100%;
    position: relative; } }

@media (min-width: 900px) {
  .gc-cwv--is-boxed .gc-cwv__image {
    height: calc(100% + 8rem);
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: -4rem;
    bottom: -4rem;
    right: -4rem;
    width: calc(100% + 4rem);
    z-index: -1; } }

.gc-cwv--is-boxed .gc-cwv__content {
  padding: 2rem;
  background-color: #F2FCF9;
  border-radius: 32px;
  width: calc(100% - 2rem);
  margin: -5rem auto 0 auto; }
  @media (min-width: 900px) {
    .gc-cwv--is-boxed .gc-cwv__content {
      padding: 3rem;
      width: 100%;
      margin: 0; } }

@media (min-width: 900px) {
  .gc-cwv--is-boxed .gc-cwv__buttons {
    margin-top: 2rem; } }

.gc-cwv__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
  overflow: hidden; }

.gc-cwv__content {
  text-align: center;
  width: 100%; }

.gc-cwv__heading {
  color: #05402E; }

.gc-cwv__buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem; }
  @media (min-width: 600px) {
    .gc-cwv__buttons {
      margin-top: 3rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.gc-cwv textarea {
  height: 7rem; }

.gc-faq__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  max-width: 53.875rem;
  margin: 0 auto; }

.gc-faq__question-item {
  padding: 1rem;
  border-bottom: 0.125rem solid #96F2D7; }
  @media (min-width: 900px) {
    .gc-faq__question-item {
      padding: 1rem 2rem; } }

.gc-faq__question {
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
  gap: 1rem;
  color: #05402E; }

.gc-faq__icon {
  height: 1.125rem;
  width: auto;
  fill: #087F5B; }

.gc-faq__anwser {
  margin-top: 1rem; }
  @media (min-width: 900px) {
    .gc-faq__anwser {
      padding-right: 3rem; } }

.gc-footer {
  background-color: #00402C;
  padding: 3rem 0;
  color: #fff; }
  @media (min-width: 900px) {
    .gc-footer {
      padding: 4rem 0; } }
  .gc-footer__container {
    position: relative; }
  .gc-footer__logo {
    height: 3.6875rem;
    width: auto; }
  @media (min-width: 1200px) {
    .gc-footer__top-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 3.5rem; } }
  @media (min-width: 1440px) {
    .gc-footer__top-wrapper {
      gap: 7.5rem; } }
  .gc-footer__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .gc-footer__socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem; }
  .gc-footer__social-icon {
    height: 1.125rem;
    width: auto;
    fill: #fff; }
  .gc-footer__navigation {
    margin: 4rem 0; }
    @media (min-width: 1200px) {
      .gc-footer__navigation {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        border-top: none;
        border-bottom: none;
        margin: 0; } }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 600px) {
      .gc-footer__menu {
        -webkit-column-gap: 3rem;
           -moz-column-gap: 3rem;
                column-gap: 3rem; } }
    @media (min-width: 900px) {
      .gc-footer__menu {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
  .gc-footer__menu-item:not(:last-child) {
    margin-bottom: 1rem; }
  .gc-footer__menu-link {
    margin-bottom: 0;
    text-decoration: none; }
    .gc-footer__menu-link:hover {
      color: #C3FAE8; }
  @media (min-width: 1200px) {
    .gc-footer__contacts-wrapper {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; } }
  .gc-footer__contacts {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-footer__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    color: #fff;
    margin-bottom: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-footer__contact-item:last-child {
      margin-bottom: 0; }
  .gc-footer__contact-icon {
    height: 1.125rem;
    width: 1.125rem;
    fill: #96F2D7;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .gc-footer__contact-link {
    text-decoration: none; }
  .gc-footer__contact-item-vat {
    margin-bottom: 0; }
  .gc-footer__hours-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 4rem 0;
    min-width: 13.5625rem; }
    @media (min-width: 1200px) {
      .gc-footer__hours-list {
        margin: 0; } }
  .gc-footer__hours-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gc-footer__day {
    text-transform: uppercase;
    color: #96F2D7; }
  .gc-footer__hours {
    font-weight: 400;
    gap: 1rem;
    text-align: right; }
  .gc-footer__bottom {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 1.5rem; }
    @media (min-width: 600px) {
      .gc-footer__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gc-footer__link-item {
    margin-right: 1rem;
    color: #fff; }
    .gc-footer__link-item:not(:last-child):after {
      content: "-";
      margin-left: 1rem;
      color: #fff; }
    .gc-footer__link-item:last-child {
      margin-right: 0; }
  .gc-footer__link {
    text-decoration: underline; }
  .gc-footer__growl:hover .gc-footer__growl-icon--full {
    opacity: 1; }
  .gc-footer__growl-icon {
    display: block;
    fill: #63E6BE;
    height: 2.5rem;
    width: auto; }
    .gc-footer__growl-icon--full {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .gc-footer__growl-icon--mobile {
      height: 1.5rem; }
      @media (min-width: 1200px) {
        .gc-footer__growl-icon--mobile {
          display: none; } }
    .gc-footer__growl-icon--desktop {
      display: none;
      margin-right: -1.95rem; }
      @media (min-width: 1200px) {
        .gc-footer__growl-icon--desktop {
          display: block; } }

.gc-submit-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center; }
  @media (min-width: 600px) {
    .gc-submit-button {
      width: auto; } }
  .gc-submit-button:focus-visible {
    outline: 0.125rem solid black;
    border-radius: 3px; }
  .gc-submit-button__inner {
    width: 100%; }
    .gc-submit-button__inner:focus {
      outline: none; }
  .gc-submit-button .gform_ajax_spinner {
    margin-left: 0.5rem; }

.gc-heading__subtitle {
  margin-bottom: 1.5rem; }

.gc-hero {
  position: relative; }
  .gc-hero__inner {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    inset: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.25); }
  .gc-hero__container {
    position: relative;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gc-hero__breadcrumbs {
    color: #fff; }
    @media (min-width: 900px) {
      .gc-hero__breadcrumbs {
        position: absolute;
        left: 1rem;
        top: 2rem; } }
  .gc-hero__wrapper {
    color: #fff; }
  .gc-hero__subtitle {
    color: #fff;
    margin-bottom: 0; }
  .gc-hero__title {
    margin-bottom: 1rem; }
  .gc-hero__buttons {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 900px) {
      .gc-hero__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; } }
  .gc-hero__image {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 31.25rem; }
    @media (min-width: 900px) {
      .gc-hero__image {
        height: 39rem; } }

.gc-iwd__container {
  display: grid;
  gap: 2rem;
  grid-template-columns: auto; }
  @media (min-width: 900px) {
    .gc-iwd__container {
      grid-template-columns: auto auto; } }

.gc-iwd__image {
  width: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 18.75rem; }
  @media (min-width: 900px) {
    .gc-iwd__image {
      height: 19.8125rem; } }

.gc-iwd__title {
  color: #05402E;
  margin: 1rem 0 0.5rem; }

.gc-intro__container {
  margin: 0 0 3rem; }
  @media (min-width: 1200px) {
    .gc-intro__container {
      width: 50%;
      margin: 0 0 4rem; } }

.gc-intro__title {
  color: #05402E;
  margin: 0; }

.gc-intro__subtitle {
  color: #05402E; }

.gc-intro__thumbnail {
  width: 7.5rem;
  margin-top: 1rem;
  margin-right: 2rem;
  border-radius: 32px; }

.gc-intro__image {
  border-radius: 32px;
  max-height: 7.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }

.gc-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem; }

.gc-intro__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.gc-modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gc-modal__container {
    z-index: 1;
    overflow-y: auto;
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
    padding: 0 1rem 1rem 1rem;
    border-radius: 32px; }
    @media (min-width: 900px) {
      .gc-modal__container {
        padding: 0 2rem 2rem 2rem; } }
    @media (min-width: 1200px) {
      .gc-modal__container {
        max-width: 47.0625rem; } }
  .gc-modal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer; }

.gc-navbar {
  top: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: sticky;
  background: #fff;
  padding: 1.5rem 0; }
  @media (min-width: 900px) {
    .gc-navbar {
      padding: 2rem 0; } }
  .gc-navbar--active:after {
    content: '';
    height: 5rem;
    background-color: #fff;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0; }
    @media (min-width: 900px) {
      .gc-navbar--active:after {
        display: none; } }
  .gc-navbar--active .gc-navbar__nav {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media (min-width: 900px) {
      .gc-navbar--active .gc-navbar__nav {
        -webkit-transform: none;
                transform: none; } }
  .gc-navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1200px) {
      .gc-navbar__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-navbar__logo-link {
    z-index: 2; }
    @media (min-width: 1200px) {
      .gc-navbar__logo-link {
        margin-right: 2rem; } }
  .gc-navbar__logo {
    display: block;
    height: 3rem;
    width: auto; }
    @media (min-width: 1200px) {
      .gc-navbar__logo {
        height: 5.125rem; } }
  .gc-navbar__burger {
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    background-color: transparent;
    border: 0;
    z-index: 2; }
    @media (min-width: 1200px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 0.1875rem;
      width: 80%;
      left: 10%;
      background-color: #000000;
      border-radius: 4px;
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.15s ease-in-out;
      transition: 0.15s ease-in-out; }
      .gc-navbar__burger span:nth-child(1) {
        top: 20%; }
      .gc-navbar__burger span:nth-child(2) {
        top: calc(50% - 1.5px); }
      .gc-navbar__burger span:nth-child(3) {
        bottom: 20%; }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: 100vh;
    padding: 7.375rem 0 3.875rem 0; }
    @media (min-width: 1200px) {
      .gc-navbar__nav {
        width: auto;
        position: static;
        height: auto;
        -webkit-transform: none;
                transform: none;
        padding: 0; } }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .gc-navbar__menu {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 2rem; } }
    .gc-navbar__menu--primary {
      padding-top: 2rem; }
      @media (min-width: 1200px) {
        .gc-navbar__menu--primary {
          padding-top: 0;
          gap: 1.5rem; } }
    .gc-navbar__menu--secondary {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (min-width: 1200px) {
        .gc-navbar__menu--secondary {
          -webkit-box-ordinal-group: initial;
              -ms-flex-order: initial;
                  order: initial;
          margin-bottom: 1rem; } }
      @media (min-width: 1200px) {
        .gc-navbar__menu--secondary .gc-navbar__link {
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        .gc-navbar__menu--secondary .gc-navbar__link--current {
          color: #12B886; } }
  .gc-navbar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem; }
    @media (min-width: 1200px) {
      .gc-navbar__item {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .gc-navbar__item--mobile {
        display: none; } }
    .gc-navbar__item--desktop {
      display: none; }
      @media (min-width: 1200px) {
        .gc-navbar__item--desktop {
          display: block; } }
  .gc-navbar__link {
    text-decoration: none;
    font-weight: 700;
    color: #000000; }
    .gc-navbar__link--current, .gc-navbar__link:hover {
      color: #12B886; }
  .gc-navbar--active {
    background-color: #fff; }
    .gc-navbar--active .gc-navbar__link {
      color: #000000; }
    .gc-navbar--active .gc-navbar__arrow {
      fill: #000000; }
    .gc-navbar--active .gc-navbar__burger span {
      background-color: #000000;
      width: 100%;
      left: 0; }
      .gc-navbar--active .gc-navbar__burger span:nth-child(1) {
        top: calc(50% - 2px);
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
      .gc-navbar--active .gc-navbar__burger span:nth-child(2) {
        opacity: 0;
        left: -2.5rem; }
      .gc-navbar--active .gc-navbar__burger span:nth-child(3) {
        bottom: calc(50% - 2px);
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg); }

.gc-page-base__body--lock {
  overflow: hidden; }

.gc-pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gc-pagination__link {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    margin: 0 0.2rem;
    font-weight: 700;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .gc-pagination__link--current, .gc-pagination__link:hover {
      color: #05402E; }
  .gc-pagination__prev, .gc-pagination__next {
    padding: 0.75rem;
    background-color: #12B886;
    border-radius: 8px;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gc-pagination__prev:hover, .gc-pagination__next:hover {
      background-color: #05402E; }
  .gc-pagination__arrow {
    height: 1rem;
    width: 1rem;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out;
    fill: #fff;
    display: block; }

.gc-product-hero {
  margin: 2rem 0 4rem 0; }
  @media (min-width: 900px) {
    .gc-product-hero {
      margin-bottom: 6rem; } }
  .gc-product-hero__container {
    display: grid;
    gap: 1rem; }
    @media (min-width: 900px) {
      .gc-product-hero__container {
        grid-template-columns: 1fr 1fr; } }
  @media (min-width: 900px) {
    .gc-product-hero__left {
      padding-right: 3rem; } }
  .gc-product-hero__title {
    color: #05402E;
    margin: 4rem 0 0 0; }
  .gc-product-hero__price {
    color: #05402E;
    margin-bottom: 1.5rem; }
  .gc-product-hero__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem;
    margin-top: 3rem; }
  .gc-product-hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-product-hero__item-title {
    margin: 0 0.5rem 0 0;
    color: #087F5B; }
  .gc-product-hero__right {
    position: relative;
    margin-top: 2rem; }
    @media (min-width: 900px) {
      .gc-product-hero__right {
        margin-top: 0; } }
  .gc-product-hero__gallery {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-product-hero__gallery-item {
    border-radius: 32px;
    overflow: hidden;
    width: 100%; }
  .gc-product-hero__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .gc-product-hero__buttons {
    position: absolute;
    bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    width: 100%;
    gap: 0.5rem; }
  .gc-product-hero__button {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    background-color: #12B886;
    border-radius: 8px;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gc-product-hero__button:hover {
      background-color: #087F5B; }
  .gc-product-hero__arrow {
    width: 1rem;
    height: 1rem;
    fill: #fff; }

.gc-product-item:hover .gc-product-item__overlay {
  opacity: 1; }

.gc-product-item:hover .gc-product-item__cat {
  background-color: #087F5B;
  color: #fff; }

.gc-product-item:hover .gc-product-item__cat-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.gc-product-item:hover .gc-product-item_title {
  color: #12B886; }

.gc-product-item__link {
  text-decoration: none; }

.gc-product-item__image-wrapper {
  position: relative;
  border-radius: 32px;
  overflow: hidden; }

.gc-product-item__overlay {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gc-product-item__eye {
  fill: #fff;
  height: 2rem;
  width: auto;
  display: block; }

.gc-product-item__image {
  height: 15.4375rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%; }

.gc-product-item__bottom {
  padding: 1.5rem 1rem; }

.gc-product-item__categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.25rem; }

.gc-product-item__cat {
  padding: 0.125rem 0.5rem;
  background-color: #E6FCF5;
  border-radius: 16px;
  color: #087F5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .gc-product-item__cat:not(:last-child) {
    margin-right: 0.5rem; }

.gc-product-item__cat-icon {
  margin-right: 0.25rem;
  height: 0.75rem;
  width: auto;
  display: block;
  -webkit-transition: -webkit-filter 0.15s ease-in-out;
  transition: -webkit-filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out; }

.gc-product-item__title {
  color: #05402E;
  margin-bottom: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

.gc-product-item__price {
  color: #6E6E91;
  margin-bottom: 0; }

.gc-product-item__excerpt {
  font-size: 0.75rem; }

.gc-product-modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  position: sticky;
  top: 0;
  background: #fff;
  padding-bottom: 1rem; }
  @media (min-width: 900px) {
    .gc-product-modal__top {
      padding-top: 2rem; } }

.gc-product-modal__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin-right: 1rem; }

.gc-product-modal__title {
  margin-bottom: 0;
  color: #05402E; }

.gc-product-modal__subtitle {
  color: #05402E; }

.gc-product-modal__tabs {
  display: grid;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 2rem 0; }
  @media (min-width: 600px) {
    .gc-product-modal__tabs {
      grid-template-columns: repeat(3, 1fr); } }

.gc-product-modal__tab {
  text-align: center;
  padding: 0.25rem 1rem;
  border-radius: 8px;
  margin: 0;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  color: #000000;
  cursor: pointer; }
  .gc-product-modal__tab--active, .gc-product-modal__tab:hover {
    background-color: #C3FAE8; }

.gc-product-modal__tab-description {
  margin-bottom: 2rem; }

.gc-product-modal__hours-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 4rem 0;
  display: inline-block; }
  @media (min-width: 1200px) {
    .gc-product-modal__hours-list {
      margin: 0; } }

.gc-product-modal__hours-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem; }

.gc-product-modal__day {
  text-transform: uppercase;
  color: #087F5B; }

.gc-product-modal__hours {
  font-weight: 400;
  gap: 1rem;
  text-align: right; }

.gc-rentals-overview {
  margin: 4rem 0 8rem 0; }
  .gc-rentals-overview__cat-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    @media (min-width: 900px) {
      .gc-rentals-overview__cat-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-rentals-overview__cat-item:not(:last-child) {
    margin-bottom: 1rem; }
    @media (min-width: 900px) {
      .gc-rentals-overview__cat-item:not(:last-child) {
        margin-right: 1.5rem;
        margin-bottom: 0; } }
  .gc-rentals-overview__cat-link {
    padding: 0.25rem 1rem;
    background-color: #20C997;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    border-radius: 16px;
    height: 100%;
    font-size: 1.5rem;
    color: #fff;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gc-rentals-overview__cat-link:hover, .gc-rentals-overview__cat-link--current {
      background-color: #087F5B; }
  .gc-rentals-overview__cat-icon {
    width: 2rem;
    height: auto;
    display: block;
    margin-right: 1rem;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  .gc-rentals-overview__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    row-gap: 2rem; }
    @media (min-width: 600px) {
      .gc-rentals-overview__list {
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 1rem;
           -moz-column-gap: 1rem;
                column-gap: 1rem; } }
    @media (min-width: 1200px) {
      .gc-rentals-overview__list {
        grid-template-columns: repeat(5, 1fr); } }

.gc-product-information {
  background-color: #087F5B;
  margin: 1.5rem 0 3rem; }
  .gc-product-information__wrapper {
    color: #fff;
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .gc-product-information__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-product-information__column {
    width: 100%; }
    @media (min-width: 900px) {
      .gc-product-information__column {
        width: 50%; } }
    @media (min-width: 900px) {
      .gc-product-information__column--thin {
        padding-left: 1.5rem; } }
  .gc-product-information__table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: hidden; }
    @media (min-width: 900px) {
      .gc-product-information__table {
        max-width: 38.625rem; } }
    .gc-product-information__table th, .gc-product-information__table td {
      padding: 0.75rem;
      text-align: left;
      border-bottom: 0.0625rem solid #C3FAE8; }
  .gc-product-information__table-wrapper {
    overflow: auto;
    border-radius: 8px; }
    @media (min-width: 900px) {
      .gc-product-information__table-wrapper {
        max-width: 38.625rem; } }
  .gc-product-information__head {
    background-color: #12B886;
    width: 100%;
    text-align: left; }
  .gc-product-information__body {
    width: 100%;
    color: #000000;
    background-color: #fff; }
  .gc-product-information__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem; }
  .gc-product-information__contact-icon {
    fill: #12B886;
    max-height: 1.8rem;
    margin-right: 0.5rem; }
  .gc-product-information .gform_wrapper .gfield_label {
    color: #fff; }
  .gc-product-information .gform_wrapper input {
    border: none; }
  .gc-product-information .gform_wrapper .gform-theme-datepicker {
    background-color: #fff; }
  .gc-product-information .gform_wrapper .gc-submit-button {
    background-color: #E6FCF5;
    color: #000000; }
  .gc-product-information .gform_wrapper .gc-submit-button__inner {
    text-transform: uppercase;
    font-weight: 700; }

.gc-review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #F2FCF9;
  padding: 4rem 0;
  margin: 1rem 0; }

.gc-review__quote {
  font-style: italic;
  margin: 1.5rem 0; }

.gc-review__additional_info {
  color: #087F5B;
  font-weight: 700; }

.gc-review__author {
  font-size: 0.75rem;
  color: #4B4B66; }

.gc-spo {
  margin: 4rem 0; }
  @media (min-width: 1200px) {
    .gc-spo {
      margin: 4rem 0 8rem 0; } }
  .gc-spo__categories {
    margin-bottom: 2rem;
    display: grid;
    gap: 1rem; }
    @media (min-width: 600px) {
      .gc-spo__categories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .gc-spo__select-wrapper {
    display: inline-block;
    position: relative; }
    .gc-spo__select-wrapper::after {
      content: "";
      background-color: #087F5B;
      -webkit-mask-image: url(../../assets/icons/chevron-down.svg);
              mask-image: url(../../assets/icons/chevron-down.svg);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      position: absolute;
      top: 0.4rem;
      right: 1rem;
      width: 1rem;
      height: 1rem; }
  .gc-spo__select {
    width: 100%;
    background-color: #fff;
    color: #05402E;
    padding: 0.3rem 5rem 0.3rem 1rem;
    border: 0.125rem solid #E6FCF5;
    border-radius: 32px; }
    .gc-spo__select:focus {
      outline: none;
      border-color: #087F5B; }
  .gc-spo__grid {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 2rem; }
    @media (min-width: 600px) {
      .gc-spo__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 900px) {
      .gc-spo__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1200px) {
      .gc-spo__grid {
        grid-template-columns: repeat(4, 1fr); } }

.gc-sales-categories {
  padding: 6rem 0;
  background-color: #F2FCF9; }
  .gc-sales-categories__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    row-gap: 4rem; }
    @media (min-width: 900px) {
      .gc-sales-categories__list {
        row-gap: 6rem; } }
  .gc-sales-categories__item {
    display: grid;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 900px) {
      .gc-sales-categories__item {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 900px) {
      .gc-sales-categories__item:nth-child(even) .gc-sales-categories__content {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding-left: 0;
        padding-right: 3rem; } }
    .gc-sales-categories__item:nth-child(even) .gc-sales-categories__image {
      height: 19.5625rem; }
      @media (min-width: 900px) {
        .gc-sales-categories__item:nth-child(even) .gc-sales-categories__image:nth-child(1) {
          height: 100%; } }
      .gc-sales-categories__item:nth-child(even) .gc-sales-categories__image:nth-child(2) {
        height: 17.5625rem; }
        @media (min-width: 900px) {
          .gc-sales-categories__item:nth-child(even) .gc-sales-categories__image:nth-child(2) {
            height: calc(100% - 4rem); } }
  .gc-sales-categories__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-sales-categories__image {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 32px;
    height: 19.5625rem; }
    @media (min-width: 900px) {
      .gc-sales-categories__image {
        height: 100%; } }
    .gc-sales-categories__image:nth-child(1) {
      height: 17.5625rem; }
      @media (min-width: 900px) {
        .gc-sales-categories__image:nth-child(1) {
          height: calc(100% - 4rem); } }
  @media (min-width: 900px) {
    .gc-sales-categories__content {
      padding-left: 3rem; } }
  .gc-sales-categories__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-sales-categories__icon-wrapper {
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 50%;
    padding: 1rem;
    display: grid;
    place-content: center;
    background-color: #C3FAE8;
    margin-right: 1rem; }
  .gc-sales-categories__title {
    margin: 0;
    color: #05402E; }
  .gc-sales-categories__button {
    margin-top: 1rem; }

.gc-sales-icons__top {
  max-width: 37.125rem; }

.gc-sales-icons__title {
  color: #05402E; }

.gc-sales-icons__button {
  margin-top: 1rem; }

.gc-sales-icons__list {
  display: grid;
  margin-top: 2rem; }
  @media (min-width: 600px) {
    .gc-sales-icons__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; } }
  @media (min-width: 900px) {
    .gc-sales-icons__list {
      grid-template-columns: repeat(5, 1fr);
      margin-top: 3rem; } }

.gc-sales-icons__item {
  text-align: center;
  margin-bottom: 2rem;
  background-color: #E6FCF5;
  border-radius: 32px;
  padding: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-decoration: none; }
  @media (min-width: 600px) {
    .gc-sales-icons__item {
      margin-bottom: 0; } }
  .gc-sales-icons__item:hover {
    background-color: #20C997; }
    .gc-sales-icons__item:hover .gc-sales-icons__icon-title {
      color: #fff; }
    .gc-sales-icons__item:hover .gc-sales-icons__icon-hover {
      display: inline-block;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    .gc-sales-icons__item:hover .gc-sales-icons__icon {
      display: none;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }

.gc-sales-icons__icon {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 3.5rem;
  max-height: 2.6875rem; }

.gc-sales-icons__icon-hover {
  display: none;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 3.5rem;
  max-height: 2.6875rem; }

.gc-sales-icons__icon-title {
  color: #087F5B;
  font-size: 1.5rem;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }

.gc-sales-products__top {
  margin-bottom: 2rem; }
  @media (min-width: 600px) {
    .gc-sales-products__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.gc-sales-products__title {
  color: #05402E;
  margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .gc-sales-products__title {
      margin-bottom: 0; } }

.gc-sales-products__grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem; }
  @media (min-width: 600px) {
    .gc-sales-products__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 900px) {
    .gc-sales-products__grid {
      grid-template-columns: repeat(5, 1fr); } }

.gc-team__title {
  color: #05402E; }

.gc-team__members {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  @media (min-width: 900px) {
    .gc-team__members {
      grid-template-columns: repeat(3, 1fr); } }

.gc-team__member {
  position: relative;
  width: 100%; }

.gc-team__member-image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 32px; }

.gc-team__member-info {
  position: absolute;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  inset: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 32px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }

.gc-team__member-name {
  margin: 0; }


/*# sourceMappingURL=../dist/styles.css-map*/