/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./theme/config/_loader.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! 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         =
========================================*/
/**
	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: "DM Serif Text";
  src: url(../../assets/fonts/dm-serif-text-v8-latin-italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url(../../assets/fonts/work-sans-v16-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url(../../assets/fonts/work-sans-v16-latin-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url(../../assets/fonts/work-sans-v16-latin-800.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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; }

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

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

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

h3, .h3 {
  font-size: 1.25rem; }
  @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: 0.75rem; }
  @media (min-width: 900px) {
    h5, .h5 {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1rem; } }

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

h1,
.h1 {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 1rem;
  font-weight: 900; }

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

h4,
h6,
.h4,
.h6 {
  font-weight: 600; }

h5,
.h5 {
  font-weight: 700; }

p {
  max-width: unset; }
  p:first-of-type {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.gform_wrapper .gfield_label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem; }

.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 {
  border: 0.0625rem solid #d9dbe9;
  display: block;
  width: 100%;
  padding: 1.2rem 1rem;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out; }
  .gform_wrapper input[type="text"]:focus,
  .gform_wrapper input[type="email"]:focus,
  .gform_wrapper input[type="tel"]:focus,
  .gform_wrapper select:focus,
  .gform_wrapper textarea:focus {
    outline: none;
    border-color: #1d1d1b; }

.gform_wrapper .gfield_required::after {
  content: "*";
  color: #c12b2b; }

.gform_wrapper .gfield--file {
  background-color: #fff;
  border: 0.0625rem solid #d9dbe9;
  padding: 1rem 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative; }
  .gform_wrapper .gfield--file .gform_fileupload_rules {
    display: none; }
  .gform_wrapper .gfield--file .ginput_container_fileupload,
  .gform_wrapper .gfield--file .gform_fileupload_multifile,
  .gform_wrapper .gfield--file .gform_button_select_files {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0; }
  .gform_wrapper .gfield--file .gform_button_select_files {
    cursor: pointer; }
  .gform_wrapper .gfield--file .gform_drop_area {
    height: 100%; }
  .gform_wrapper .gfield--file .gfield_description {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gform_wrapper .gfield--file .gfield_description::before {
      content: "";
      display: block;
      background: url(../../assets/icons/file-upload.svg) no-repeat;
      height: 1.125rem;
      width: 1.125rem;
      margin-right: 0.5rem; }
  .gform_wrapper .gfield--file .ginput_preview {
    position: relative;
    z-index: 1;
    margin-top: 0.5rem; }
  .gform_wrapper .gfield--file .gform_delete_file {
    background-color: #1d1d1b;
    color: #fff;
    padding: 0.25rem;
    color: #fff;
    border: 0;
    cursor: pointer; }

.gform_wrapper input[type="submit"] {
  cursor: pointer;
  margin-top: 2rem;
  background-color: #1d1d1b;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 0 0 40px 0;
  text-transform: uppercase; }

.gform_wrapper .hide_summary,
.gform_wrapper .gfield_required_text {
  display: none; }

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

@-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--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none; }

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .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;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.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__progress__bar {
  width: 0; }

.splide {
  outline: none;
  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;
  outline: none;
  position: relative; }

.splide__slide img {
  vertical-align: bottom; }

.splide__slider {
  position: relative; }

.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__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.gc-breadcrumb {
  color: #fff;
  font-size: 0.875rem; }
  .gc-breadcrumb__container {
    padding: 0; }
  .gc-breadcrumb a {
    text-decoration: none; }

.gc-button {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 1.5;
  background-color: #1d1d1b;
  border-radius: 0 0 40px 0;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  margin-right: 1rem; }
  .gc-button:hover {
    background-color: #c12b2b; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button--white {
    background-color: #1d1d1b; }
    .gc-button--white.gc-button--text:hover {
      color: #fff; }
      .gc-button--white.gc-button--text:hover .gc-button__icon {
        fill: #fff; }
    .gc-button--white:hover {
      background-color: #fff;
      color: #1d1d1b; }
  .gc-button--text {
    background-color: transparent;
    padding: 0;
    color: #1d1d1b; }
    .gc-button--text:hover {
      background-color: transparent; }
      .gc-button--text:hover .gc-button__icon {
        fill: #c12b2b; }
  .gc-button__icon {
    margin-left: 0.375rem;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out; }

.gc-contact {
  overflow-x: hidden; }
  .gc-contact__breadcrumb {
    margin: 1rem 0 2rem 0;
    color: #1d1d1b; }
    @media (min-width: 600px) {
      .gc-contact__breadcrumb {
        margin: 2rem 0; } }
    @media (min-width: 900px) {
      .gc-contact__breadcrumb {
        margin: 5.25rem 0 6rem 0; } }
    .gc-contact__breadcrumb a {
      color: #1d1d1b; }
  .gc-contact__header {
    margin-bottom: 4rem;
    display: grid;
    gap: 1rem; }
    @media (min-width: 600px) {
      .gc-contact__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 900px) {
      .gc-contact__header {
        margin-bottom: 4.5rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-contact__image {
    height: 4.625rem;
    width: 4.625rem;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-image: url(../../assets/images/1-dot.svg);
            mask-image: url(../../assets/images/1-dot.svg); }
    @media (min-width: 900px) {
      .gc-contact__image {
        margin-right: 2rem;
        height: 12.625rem;
        width: 12.625rem; } }
  .gc-contact__header-content {
    max-width: 40.125rem; }
  .gc-contact__title {
    margin: 0; }
  @media (min-width: 900px) {
    .gc-contact__layout {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  .gc-contact__left {
    padding: 4rem 0;
    position: relative; }
    @media (min-width: 900px) {
      .gc-contact__left {
        padding: 6rem 4rem 6rem 0; } }
    .gc-contact__left::after {
      content: "";
      background-color: #f7f7fc;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      height: 100%;
      z-index: -1; }
      @media (min-width: 900px) {
        .gc-contact__left::after {
          margin-right: 0; } }
  .gc-contact__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 600px) {
      .gc-contact__right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        position: relative;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%); } }
    @media (min-width: 900px) {
      .gc-contact__right {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
  .gc-contact__map-wrapper {
    min-height: 12.1875rem;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }
    @media (min-width: 600px) {
      .gc-contact__map-wrapper {
        margin: 0;
        width: 50vw;
        min-height: auto; } }
    @media (min-width: 900px) {
      .gc-contact__map-wrapper {
        margin: 0;
        width: auto;
        position: relative;
        min-height: 29.25rem; } }
  .gc-contact__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12.1875rem; }
    @media (min-width: 600px) {
      .gc-contact__map {
        height: 100%;
        width: 50vw; } }
  .gc-contact__contacts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4rem 0;
    color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
    @media (min-width: 600px) {
      .gc-contact__contacts {
        padding: 4.25rem 0 4.25rem 2rem; } }
    @media (min-width: 900px) {
      .gc-contact__contacts {
        padding: 6rem 0 6rem 4rem; } }
    .gc-contact__contacts::after {
      content: "";
      background-color: #c12b2b;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      height: 100%;
      z-index: -1; }
      @media (min-width: 600px) {
        .gc-contact__contacts::after {
          margin-left: 0; } }
  .gc-contact__contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
  .gc-contact__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-contact__icon {
    height: 1rem;
    width: 1rem;
    fill: #fff;
    margin-right: 0.5rem; }

.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: 10rem;
        margin-bottom: 10rem; } }
  .gc-container--has-padding {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (min-width: 900px) {
      .gc-container--has-padding {
        padding-top: 10rem;
        padding-bottom: 10rem; } }
  .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 {
  position: relative;
  overflow: hidden; }
  .gc-cwv--has-bg {
    background-color: #f7f7fc; }
  @media (min-width: 600px) {
    .gc-cwv--is-reversed .gc-cwv__visual {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 600px) {
    .gc-cwv--is-reversed .gc-cwv__visual-bg {
      left: 50vw; } }
  .gc-cwv__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: 600px) {
      .gc-cwv__container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .gc-cwv__visual, .gc-cwv__content {
    text-align: left; }
    @media (min-width: 600px) {
      .gc-cwv__visual, .gc-cwv__content {
        width: calc(50% - 2rem); } }
    @media (min-width: 1440px) {
      .gc-cwv__visual, .gc-cwv__content {
        width: calc(50% - 4rem); } }
  .gc-cwv__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0;
    position: relative; }
    @media (min-width: 600px) {
      .gc-cwv__visual {
        margin-bottom: 0;
        position: inherit; } }
  .gc-cwv__visual-bg {
    position: absolute;
    left: -15vw;
    height: 100%;
    top: 0;
    width: 130vw; }
    @media (min-width: 600px) {
      .gc-cwv__visual-bg {
        width: 50vw;
        left: 0; } }
  .gc-cwv__image-wrapper {
    width: 100%;
    text-align: center; }
  .gc-cwv__image {
    width: 100%;
    height: auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
    .gc-cwv__image--r-shape {
      max-width: 26.375rem; }
    .gc-cwv__image--three-lines {
      -webkit-mask-image: url(../../assets/images/3-lines.svg);
              mask-image: url(../../assets/images/3-lines.svg); }
    .gc-cwv__image--one-dot {
      -webkit-mask-image: url(../../assets/images/1-dot.svg);
              mask-image: url(../../assets/images/1-dot.svg); }
    .gc-cwv__image--quote-marks {
      -webkit-mask-image: url(../../assets/images/quote-cwv.svg);
              mask-image: url(../../assets/images/quote-cwv.svg); }
  .gc-cwv__content {
    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;
    padding: 4rem 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 600px) {
      .gc-cwv__content {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset; } }
    @media (min-width: 1200px) {
      .gc-cwv__content {
        padding: 10rem 0; } }
  @media (min-width: 600px) {
    .gc-cwv__text h3 {
      margin-bottom: 2rem; } }
  .gc-cwv__feature-wrapper {
    margin-bottom: 1.5rem; }
    .gc-cwv__feature-wrapper:last-child {
      margin-bottom: 0; }
  .gc-cwv__feature-title {
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
    @media (min-width: 600px) {
      .gc-cwv__feature-title {
        margin-bottom: 1rem; } }
  .gc-cwv__buttons {
    margin-top: 2rem; }

.gc-faq {
  background-color: #f7f7fc;
  padding: 4rem 0; }
  .gc-faq--has-white-bg {
    background-color: #fff; }
  @media (min-width: 900px) {
    .gc-faq {
      padding: 8rem 0; } }
  .gc-faq__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 53.875rem;
    width: 100%;
    margin: 0 auto; }
  .gc-faq__item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 0.125rem solid #1d1d1b;
    padding: 1rem; }
    @media (min-width: 900px) {
      .gc-faq__item {
        padding: 1rem 2rem 1rem 2rem; } }
  .gc-faq__question-wrapper {
    margin-bottom: 0;
    cursor: pointer;
    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; }
  .gc-faq__question-title {
    margin-bottom: 0; }
  .gc-faq__icon {
    width: 0.875rem;
    height: auto; }
    @media (min-width: 900px) {
      .gc-faq__icon {
        width: 1.125rem; } }
  .gc-faq__answer {
    margin-top: 1rem;
    padding-right: 3.125rem; }

.gc-features {
  background: #f7f7fc; }
  .gc-features__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gc-features__item {
    text-align: center;
    max-width: 22.6875rem;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 600px) {
      .gc-features__item {
        width: 50%;
        -webkit-column-gap: 2rem;
           -moz-column-gap: 2rem;
                column-gap: 2rem; } }
    @media (min-width: 900px) {
      .gc-features__item {
        width: 33.333%; } }
  .gc-features__logo-wrapper {
    background: #1d1d1b;
    padding: 1rem;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    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;
    margin: 0 auto 1rem auto; }

.gc-footer {
  background-color: #1d1d1b;
  padding: 3rem 0; }
  @media (min-width: 900px) {
    .gc-footer {
      padding: 6rem 0; } }
  .gc-footer__container {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 600px) {
      .gc-footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1200px) {
      .gc-footer__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .gc-footer__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 600px) {
      .gc-footer__description {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 2rem; } }
    @media (min-width: 900px) {
      .gc-footer__description {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; } }
  .gc-footer__logo {
    height: auto;
    max-width: 12.5rem; }
  .gc-footer__links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    .gc-footer__links--desktop {
      display: none; }
    @media (min-width: 1200px) {
      .gc-footer__links {
        margin-top: 1.5rem; }
        .gc-footer__links--mobile {
          display: none; }
        .gc-footer__links--desktop {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .gc-footer__links-item {
    margin-right: 1rem; }
    .gc-footer__links-item:after {
      content: "-";
      margin-left: 0.5rem;
      color: #fff; }
    .gc-footer__links-item:last-child {
      margin-right: 0; }
      .gc-footer__links-item:last-child:after {
        display: none; }
  .gc-footer__link {
    color: #fff;
    font-weight: 500; }
  .gc-footer__navigation {
    margin: 2rem 0; }
    @media (min-width: 600px) {
      .gc-footer__navigation {
        margin: 0; } }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 900px) {
      .gc-footer__menu {
        display: grid;
        row-gap: 1rem; } }
    @media (min-width: 1200px) {
      .gc-footer__menu {
        grid-template-columns: auto auto;
        -webkit-column-gap: 3rem;
           -moz-column-gap: 3rem;
                column-gap: 3rem; } }
    @media (min-width: 1440px) {
      .gc-footer__menu {
        padding-left: 0;
        -webkit-column-gap: 5rem;
           -moz-column-gap: 5rem;
                column-gap: 5rem; } }
  .gc-footer__menu-link {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
    display: block; }
    @media (min-width: 900px) {
      .gc-footer__menu-link {
        margin-bottom: 0; } }
  .gc-footer__contact-wrapper {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .gc-footer__contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gc-footer__contact-list-item {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-footer__contact-icon {
    width: 1rem;
    height: auto;
    fill: #fff;
    margin-right: 0.5rem; }
  .gc-footer__contact-link {
    color: #fff;
    text-decoration: none; }
  .gc-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem; }
    @media (min-width: 1200px) {
      .gc-footer__bottom {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
  .gc-footer__growl {
    margin-top: auto;
    margin-left: auto; }
  .gc-footer__growl-icon {
    display: block;
    height: 1.5rem;
    width: auto; }

.gc-hero {
  margin-top: -4rem;
  padding-top: 5rem;
  overflow: hidden;
  position: relative; }
  @media (min-width: 600px) {
    .gc-hero {
      padding-top: 8rem;
      margin-top: -5rem; } }
  @media (min-width: 1200px) {
    .gc-hero {
      padding-top: 16.75rem;
      margin-top: -6.75rem; } }
  .gc-hero--home .gc-hero__title {
    color: #000;
    text-align: center;
    max-width: 37.5rem;
    display: inline-block; }
  .gc-hero--home .gc-hero__content {
    padding: 0;
    text-align: center;
    margin-top: 5rem; }
    @media (min-width: 600px) {
      .gc-hero--home .gc-hero__content {
        margin-top: 0;
        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: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-hero--home .gc-hero__left {
    width: 100%; }
    @media (min-width: 600px) {
      .gc-hero--home .gc-hero__left {
        width: 50%; } }
    @media (min-width: 1200px) {
      .gc-hero--home .gc-hero__left {
        width: auto;
        max-width: 50%; } }
  @media (min-width: 600px) {
    .gc-hero--home .gc-hero__image {
      max-width: 100%; } }
  @media (min-width: 600px) {
    .gc-hero--standard {
      padding-top: 8.75rem;
      margin-top: -6.75rem; } }
  @media (min-width: 1200px) {
    .gc-hero--standard {
      padding-top: 10.75rem; } }
  .gc-hero--standard .gc-hero__container {
    display: block; }
    @media (min-width: 600px) {
      .gc-hero--standard .gc-hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1440px) {
    .gc-hero--image-is-inside .gc-hero__right {
      -webkit-transform: none;
              transform: none; } }
  .gc-hero__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;
    position: relative;
    padding-bottom: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 900px) {
      .gc-hero__container {
        padding-bottom: 6rem; } }
  .gc-hero__breadcrumb {
    color: #fff;
    margin-bottom: 1rem; }
    @media (min-width: 600px) {
      .gc-hero__breadcrumb {
        margin-bottom: 2rem; } }
    @media (min-width: 1200px) {
      .gc-hero__breadcrumb {
        position: absolute;
        top: 0;
        left: 1rem; } }
    .gc-hero__breadcrumb a {
      color: #fff; }
  .gc-hero__content {
    position: relative;
    padding: 2rem 0;
    z-index: 1; }
  .gc-hero__left {
    width: 100%; }
    @media (min-width: 600px) {
      .gc-hero__left {
        width: 50%; } }
  .gc-hero__title {
    color: #fff;
    margin: 0;
    text-transform: uppercase; }
  .gc-hero__subtitle, .gc-hero__description {
    color: #fff; }
  .gc-hero__buttons {
    margin-top: 1rem; }
  .gc-hero__button {
    margin-top: 1rem; }
  .gc-hero__right {
    width: 100%;
    text-align: center;
    margin-top: 3rem; }
    @media (min-width: 600px) {
      .gc-hero__right {
        text-align: right;
        width: 50%;
        margin-top: 0; } }
    @media (min-width: 900px) {
      .gc-hero__right {
        width: 45%; } }
    @media (min-width: 1440px) {
      .gc-hero__right {
        -webkit-transform: translateX(20%);
                transform: translateX(20%); } }
  .gc-hero__image {
    height: auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
    .gc-hero__image--r-shape {
      max-width: 75%; }
      @media (min-width: 600px) {
        .gc-hero__image--r-shape {
          max-width: 100%; } }
    .gc-hero__image--quote-mark {
      -webkit-mask-image: url(../../assets/images/quote-mark.svg);
              mask-image: url(../../assets/images/quote-mark.svg);
      max-width: 50%; }
      @media (min-width: 600px) {
        .gc-hero__image--quote-mark {
          max-width: 90%; } }
    .gc-hero__image--three-dots {
      -webkit-mask-image: url(../../assets/images/3-dots.svg);
              mask-image: url(../../assets/images/3-dots.svg);
      max-width: 50%; }
      @media (min-width: 600px) {
        .gc-hero__image--three-dots {
          max-width: 75%; } }
  .gc-hero__arrow {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 2rem;
    fill: #fff;
    height: auto;
    cursor: pointer; }

.gc-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .gc-intro__container {
      max-width: 33.25rem; } }
  @media (min-width: 900px) {
    .gc-intro__container {
      max-width: 58.5rem; } }

.gc-intro__icon {
  margin-top: 0.75rem;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: auto; }
  @media (min-width: 600px) {
    .gc-intro__icon {
      margin-right: 1rem; } }
  @media (min-width: 1200px) {
    .gc-intro__icon {
      width: 3rem; } }

.gc-modal {
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  @media (min-width: 900px) {
    .gc-modal {
      position: fixed;
      overflow-y: hidden; } }
  .gc-modal__container {
    z-index: 9000;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    min-height: 100vh;
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    @media (min-width: 900px) {
      .gc-modal__container {
        position: relative;
        overflow: auto;
        width: 90%;
        min-height: unset;
        max-width: 800px;
        max-height: 85%;
        margin: 4em auto;
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        padding: 2rem 3rem; } }
  .gc-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    border: none; }
    .gc-modal__close:hover {
      cursor: pointer; }
  .gc-modal-trigger {
    cursor: pointer; }
  .gc-modal-lock-body {
    overflow: hidden; }
  .gc-modal--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    overflow-y: hidden; }
    .gc-modal--visible .gc-modal__container {
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.gc-navbar--active .gc-navbar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @media (min-width: 1440px) {
    .gc-navbar--active .gc-navbar__nav {
      height: auto;
      position: inherit; } }

.gc-navbar--active .gc-navbar__burger span {
  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); }

@media (min-width: 1440px) {
  .gc-navbar--reverse .gc-navbar__link {
    color: #fff; }
  .gc-navbar--reverse .gc-navbar__sub-menu-icon {
    fill: #fff; } }

.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;
  padding-top: 1rem; }
  @media (min-width: 1440px) {
    .gc-navbar__container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 3.25rem; } }

.gc-navbar__logo-link {
  display: block;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  height: 3rem;
  z-index: 11; }
  @media (min-width: 900px) {
    .gc-navbar__logo-link {
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      height: 3.5rem; } }

.gc-navbar__logo {
  width: auto;
  height: 100%; }

.gc-navbar__burger {
  width: 2.5rem;
  height: 2.5rem;
  -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: 11; }
  @media (min-width: 1440px) {
    .gc-navbar__burger {
      display: none; } }
  .gc-navbar__burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    left: 10%;
    background: #000;
    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% - 2px); }
    .gc-navbar__burger span:nth-child(3) {
      bottom: 20%; }
  .gc-navbar__burger:focus {
    outline: none; }

.gc-navbar__nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  background-color: white;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 4.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  z-index: 10; }
  @media (min-width: 1440px) {
    .gc-navbar__nav {
      -ms-flex-preferred-size: unset;
          flex-basis: unset;
      position: static;
      -webkit-transform: none;
              transform: none;
      width: auto;
      background-color: transparent;
      display: block;
      padding: 0; } }

.gc-navbar__menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1440px) {
    .gc-navbar__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.gc-navbar__menu-element {
  position: relative;
  margin-bottom: 3rem; }
  @media (min-width: 1440px) {
    .gc-navbar__menu-element {
      margin: 0 0.5rem;
      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; } }
  .gc-navbar__menu-element:last-of-type {
    margin-bottom: 0; }
  .gc-navbar__menu-element--active .gc-navbar__sub-menu-wrapper {
    opacity: 1;
    pointer-events: all;
    max-height: 12.5rem; }
  .gc-navbar__menu-element--active .gc-navbar__sub-menu-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (min-width: 1440px) {
    .gc-navbar__menu-element:hover .gc-navbar__sub-menu-wrapper {
      opacity: 1;
      pointer-events: all;
      max-height: 12.5rem; }
    .gc-navbar__menu-element:hover .gc-navbar__sub-menu-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }

.gc-navbar__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gc-navbar__link {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #1d1d1b;
  text-decoration: none; }
  @media (min-width: 1440px) {
    .gc-navbar__link {
      font-size: 0.875rem; } }

.gc-navbar__sub-menu-icon {
  width: 0.875rem;
  height: 1rem;
  margin-left: 0.5rem; }

.gc-navbar__sub-menu-wrapper {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  display: block;
  max-height: 0; }
  @media (min-width: 1440px) {
    .gc-navbar__sub-menu-wrapper {
      position: absolute;
      left: 0;
      top: 90%;
      display: block;
      width: auto;
      max-height: none; } }

.gc-navbar__sub-menu {
  padding: 0.75rem 0 0 0.5rem; }
  @media (min-width: 1440px) {
    .gc-navbar__sub-menu {
      padding: 0; } }

.gc-navbar__sub-menu-element {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0.5rem 0; }

.gc-navbar__button {
  margin-right: 0; }

.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; }
  .gc-pagination__link {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 0.2rem; }
    .gc-pagination__link--current {
      font-weight: bold; }

.gc-partners {
  background-color: #1d1d1b;
  padding: 4rem 0; }
  @media (min-width: 900px) {
    .gc-partners {
      padding: 6rem 0; } }
  .gc-partners__title {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem; }
  .gc-partners__grid {
    max-width: 21.5rem;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .gc-partners__grid {
        max-width: 32.75rem; } }
    @media (min-width: 1200px) {
      .gc-partners__grid {
        max-width: 67.5rem; } }
  .gc-partners__grid-item {
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 50%;
    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;
    height: 8.75rem;
    width: 8.75rem; }
  .gc-partners__logo {
    width: 100%;
    height: auto; }

.gc-reviews {
  background-color: #1d1d1b;
  overflow: hidden; }
  .gc-reviews--has-title .gc-reviews__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4rem 0; }
    @media (min-width: 600px) {
      .gc-reviews--has-title .gc-reviews__wrapper {
        padding: 6rem 0 6rem 2rem;
        width: 62.5%; } }
    @media (min-width: 900px) {
      .gc-reviews--has-title .gc-reviews__wrapper {
        padding-left: 4rem; } }
  @media (min-width: 600px) {
    .gc-reviews--has-title .gc-reviews__item {
      padding: 0 4rem; } }
  @media (min-width: 900px) {
    .gc-reviews--has-title .gc-reviews__item {
      padding: 0 7.9rem; } }
  .gc-reviews--has-no-title {
    padding: 4rem 0; }
    @media (min-width: 600px) {
      .gc-reviews--has-no-title {
        padding: 6rem 0; } }
    .gc-reviews--has-no-title .gc-reviews__container {
      max-width: 66.125rem; }
    @media (min-width: 600px) {
      .gc-reviews--has-no-title .gc-reviews__arrows {
        width: 100%; } }
    .gc-reviews--has-no-title .gc-reviews__wrapper {
      padding: 0; }
      @media (min-width: 600px) {
        .gc-reviews--has-no-title .gc-reviews__wrapper {
          padding: 0 4rem; } }
  .gc-reviews__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gc-reviews__title {
    width: 100%;
    color: #1d1d1b;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 4rem 0; }
    @media (min-width: 600px) {
      .gc-reviews__title {
        width: 37.5%;
        background: #fff;
        padding: 6.625rem 4rem 6.625rem 0; } }
    @media (min-width: 900px) {
      .gc-reviews__title {
        padding: 10rem 4rem 10rem 0; } }
    .gc-reviews__title::before {
      width: 100vw;
      content: '';
      display: block;
      position: absolute;
      right: -1rem;
      top: 0;
      text-align: left;
      background-color: #fff;
      height: 100%;
      z-index: -1; }
      @media (min-width: 600px) {
        .gc-reviews__title::before {
          width: 50vw;
          right: 0; } }
  .gc-reviews__wrapper {
    width: 100%;
    position: relative; }
  .gc-reviews__splide {
    max-width: 50.25rem;
    margin: 0 auto;
    width: 100%;
    padding: 0 4rem; }
    @media (min-width: 600px) {
      .gc-reviews__splide {
        padding: 0; } }
  .gc-reviews__arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    pointer-events: none;
    right: 0; }
    @media (min-width: 600px) {
      .gc-reviews__arrows {
        width: calc(100% - 2rem); } }
    @media (min-width: 900px) {
      .gc-reviews__arrows {
        width: calc(100% - 4rem); } }
  .gc-reviews__arrow {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    pointer-events: all; }
    .gc-reviews__arrow--next {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gc-reviews__arrow-icon {
    fill: #fff; }
  .gc-reviews__item {
    text-align: center;
    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;
    justify-content: center;
    width: 100%; }
  .gc-reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gc-reviews__star {
    fill: #ffa600;
    width: 1.125rem;
    height: auto;
    margin: 0 0.25rem; }
  .gc-reviews__quote {
    color: #fff;
    font-style: italic;
    font-size: 1rem;
    font-family: "DM Serif Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 1rem; }
  .gc-reviews__item-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.25rem; }
  .gc-reviews__additional {
    color: #fff; }

.gc-services-with-description {
  padding: 3rem 0 4rem 0; }
  @media (min-width: 1200px) {
    .gc-services-with-description {
      padding: 8.5rem 0 10rem 0; } }
  .gc-services-with-description__grid {
    display: grid;
    row-gap: 2rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 900px) {
      .gc-services-with-description__grid {
        grid-template-columns: repeat(2, 1fr); } }
  .gc-services-with-description__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .gc-services-with-description__icon {
    width: 1.5rem;
    min-width: 1.5rem;
    height: auto;
    margin-right: 0.5rem;
    margin-top: 0.5rem; }
    @media (min-width: 900px) {
      .gc-services-with-description__icon {
        min-width: 6rem;
        margin-right: 1rem;
        margin-top: 0; } }
  .gc-services-with-description__item-text {
    margin-bottom: 1rem; }
    @media (min-width: 900px) {
      .gc-services-with-description__item-text {
        margin-bottom: 2rem; } }

.gc-services {
  background-color: #f7f7fc; }
  .gc-services__title {
    color: #c12b2b;
    width: 19.5625rem;
    margin: 0 auto 2rem auto; }
    @media (min-width: 600px) {
      .gc-services__title {
        width: 40.125rem; } }
    @media (min-width: 1200px) {
      .gc-services__title {
        margin-bottom: 3rem;
        width: 100%; } }
  .gc-services__grid {
    margin: 0 auto;
    display: grid;
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    width: 19.5625rem; }
    @media (min-width: 600px) {
      .gc-services__grid {
        grid-template-columns: repeat(2, 1fr);
        width: 40.125rem; } }
    @media (min-width: 1200px) {
      .gc-services__grid {
        grid-template-columns: repeat(5, 1fr);
        width: 100%;
        -webkit-column-gap: 0.5rem;
           -moz-column-gap: 0.5rem;
                column-gap: 0.5rem; } }
  .gc-services__item {
    position: relative;
    padding-bottom: 100%; }
  .gc-services__item-title {
    position: absolute;
    right: 0;
    bottom: 2rem;
    z-index: 2;
    background: #1d1d1b;
    border-radius: 0px 0px 0px 100px;
    color: #fff;
    text-transform: uppercase;
    padding: 2.3rem 1rem 2.3rem 0;
    width: calc(100% - 1rem);
    text-align: right; }
  .gc-services__item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .2;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    .gc-services__item-overlay:hover {
      opacity: .8; }
  .gc-services__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.gp-base__body--lock {
  overflow: hidden; }


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