/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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         =
========================================*/
@-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: "Quicksand";
  src: url(../../assets/fonts/quicksand-v31-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Quicksand";
  src: url(../../assets/fonts/quicksand-v31-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  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; }

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"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #00d2a0; }

[style*="text-decoration: underline"] {
  display: inline;
  padding: 0.06em 0.35em;
  border-radius: 0.25em;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(0, 210, 160, 0.55)));
  background: linear-gradient(transparent 55%, rgba(0, 210, 160, 0.55) 55%);
  text-decoration: none !important; }

section:first-of-type img:first-of-type {
  display: none; }
  @media (min-width: 900px) {
    section:first-of-type img:first-of-type {
      display: block; } }

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

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

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,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 1rem 0;
  font-family: "Quicksand", -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:first-of-type {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.gform_wrapper {
  background-color: #ffffff;
  position: relative;
  z-index: 1; }
  .gform_wrapper .gfield_label {
    font-weight: 700;
    color: #4e4b66;
    margin: 0.5rem 0 0.25rem 0;
    display: block; }
    @media (min-width: 900px) {
      .gform_wrapper .gfield_label {
        font-size: 1rem; } }
  .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;
    margin-bottom: 0.5rem; }
  .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 textarea.large {
    height: 9.8125rem; }
  .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%;
    border: 2px solid #b3d1ff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    min-height: 2.8125rem;
    padding: 0.5rem; }
  .gform_wrapper textarea {
    resize: none; }
  .gform_wrapper .ginput_container_select {
    position: relative; }
    .gform_wrapper .ginput_container_select::after {
      content: "";
      -webkit-mask: url(../../assets/icons/chevron-down.svg);
              mask: url(../../assets/icons/chevron-down.svg);
      width: 0.85rem;
      height: 0.95rem;
      position: absolute;
      top: 0.95rem;
      right: 0.65rem;
      background-color: #14142a; }
  .gform_wrapper select {
    background-color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 1.7rem;
    line-height: unset; }
  .gform_wrapper .gform_previous_button,
  .gform_wrapper .gform_next_button,
  .gform_wrapper input[type="submit"] {
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    background: #00d2a0;
    border-radius: 23px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    margin-top: 1rem;
    line-height: 1.25; }
    @media (min-width: 1200px) {
      .gform_wrapper .gform_previous_button,
      .gform_wrapper .gform_next_button,
      .gform_wrapper input[type="submit"] {
        font-size: 1rem; } }
  .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    position: relative; }
    .gform_wrapper .gf_progressbar_wrapper .gf_progressbar::after {
      content: "";
      position: absolute;
      top: 0.1rem;
      left: 3rem;
      background: #d9dbe9;
      border-radius: 23px;
      height: 1rem;
      width: calc(100% - 3rem); }
      @media (min-width: 600px) {
        .gform_wrapper .gf_progressbar_wrapper .gf_progressbar::after {
          top: 0.25rem; } }
  .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
    position: relative; }
    .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage::after {
      content: "";
      position: absolute;
      top: 0.1rem;
      left: 3rem;
      z-index: 1;
      background: #00d2a0;
      border-radius: 23px;
      height: 1rem;
      width: calc(100% - 3rem); }
      @media (min-width: 600px) {
        .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage::after {
          top: 0.25rem; } }
  .gform_wrapper .gf_progressbar_wrapper + .gform_body .gform_page_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gform_wrapper .gf_progressbar_wrapper + .gform_body .gform_previous_button {
    background: #d9dbe9; }
  .gform_wrapper .gf_progressbar_wrapper + .gform_body .gform_next_button,
  .gform_wrapper .gf_progressbar_wrapper + .gform_body input[type="submit"] {
    margin-left: auto; }
  .gform_wrapper .hide_summary,
  .gform_wrapper .gform_required_legend {
    display: none; }
  .gform_wrapper .validation_message {
    color: #d95656;
    font-weight: 700; }
  .gform_wrapper .gfield--file {
    margin-top: 1rem;
    position: relative; }
    .gform_wrapper .gfield--file:hover .gfield_description {
      -webkit-box-shadow: inset 0px 0px 0px 0.25rem #b3d1ff;
              box-shadow: inset 0px 0px 0px 0.25rem #b3d1ff; }
    .gform_wrapper .gfield--file .gform_drop_instructions,
    .gform_wrapper .gfield--file .gform_fileupload_rules {
      display: none; }
    .gform_wrapper .gfield--file .gfield_description {
      text-align: center;
      -webkit-box-shadow: inset 0px 0px 0px 0.125rem #b3d1ff;
              box-shadow: inset 0px 0px 0px 0.125rem #b3d1ff;
      border-radius: 10px;
      padding: 0 1rem;
      height: 2.8125rem;
      width: 100%;
      position: absolute;
      top: 0;
      display: grid;
      place-items: center;
      -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
      transition: -webkit-box-shadow 0.15s ease-in-out;
      transition: box-shadow 0.15s ease-in-out;
      transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      background-color: #f0f6ff; }
    .gform_wrapper .gfield--file .gform_button_select_files {
      width: 100%;
      height: 2.8125rem;
      opacity: 0; }
    .gform_wrapper .gfield--file .ginput_preview {
      margin-top: 0.5rem; }

#gf_3 {
  scroll-margin-top: 6rem; }
  @media (min-width: 900px) {
    #gf_3 {
      scroll-margin-top: 13rem; } }

.gc-article-item {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #f0f6ff;
  overflow: hidden;
  -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-article-item:hover {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15)); }
  .gc-article-item__link {
    text-decoration: none; }
    .gc-article-item__link:hover {
      color: inherit; }
  .gc-article-item__image {
    height: 11rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
  .gc-article-item__content {
    padding: 1rem; }
  .gc-article-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem; }
  .gc-article-item__reading-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-article-item__category-wrapper {
    background-color: #f0f6ff;
    border: 0.0625rem solid #b3d1ff;
    border-radius: 12px;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
  .gc-article-item__icon {
    height: 0.75rem;
    width: auto; }
  .gc-article-item__title {
    color: #4e4b66; }

.gc-breadcrumb {
  margin: 1rem 0 1.5rem 0;
  color: #0019ff;
  font-size: 0.75rem; }
  @media (min-width: 900px) {
    .gc-breadcrumb {
      margin: 2rem 0 4rem 0; } }
  .gc-breadcrumb a {
    text-decoration: none; }

.gc-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 1.5;
  background-color: #00d2a0;
  color: #ffffff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 23px;
  font-weight: 700;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-align: center; }
  .gc-button--current, .gc-button:hover {
    background-color: #35ac90;
    color: #ffffff; }
  .gc-button:active, .gc-button:focus {
    outline: 0; }
  .gc-button--blue {
    background-color: #0019ff; }
    .gc-button--blue:hover {
      background-color: #2733a3; }
  .gc-button--secondary {
    background-color: transparent;
    color: #00d2a0; }
    .gc-button--secondary:hover {
      background-color: #edfcf8;
      color: #00d2a0; }
    .gc-button--secondary.gc-button--blue {
      color: #0019ff; }
      .gc-button--secondary.gc-button--blue:hover {
        background-color: #f0f6ff; }
    @media (min-width: 900px) {
      .gc-button--secondary.gc-button--blue-desktop {
        color: #0019ff; } }
    @media (min-width: 900px) {
      .gc-button--secondary.gc-button--blue-desktop:hover {
        background-color: #f0f6ff; } }
  .gc-button__icon {
    margin-right: 0.25rem;
    height: 0.75rem;
    width: auto; }

.gc-client-case-description {
  margin: 8rem 0 7.5rem 0; }
  @media (min-width: 900px) {
    .gc-client-case-description__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;
      position: relative;
      z-index: 1; } }
  @media (min-width: 900px) {
    .gc-client-case-description__content {
      width: 58.33%; } }
  .gc-client-case-description__content h2 {
    color: #4e4b66;
    margin-bottom: 1rem; }
  .gc-client-case-description__content p {
    line-height: 1.6; }
  .gc-client-case-description__content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem 0; }
    @media (min-width: 900px) {
      .gc-client-case-description__content img {
        margin: 3.5rem 0; } }
  @media (min-width: 900px) {
    .gc-client-case-description__side {
      width: 32.33%; } }
  .gc-client-case-description__list {
    margin-top: 4rem; }
    @media (min-width: 900px) {
      .gc-client-case-description__list {
        margin-top: 10rem; } }
  .gc-client-case-description__quote-title {
    font-style: italic;
    font-weight: 400;
    font-size: 1.25rem;
    color: #14142a;
    line-height: 1.3;
    margin-top: 4rem; }
    @media (min-width: 900px) {
      .gc-client-case-description__quote-title {
        margin-top: 0;
        font-size: 2rem; } }
  .gc-client-case-description__related-title {
    color: #6e7191;
    text-align: center; }
  .gc-client-case-description__item.gc-client-case-item--hideQuote {
    width: 100%; }
  .gc-client-case-description__item .gc-client-case-item__stars-wrapper {
    margin-bottom: 0.5rem; }
    @media (min-width: 900px) {
      .gc-client-case-description__item .gc-client-case-item__stars-wrapper {
        margin-bottom: 1rem; } }
  .gc-client-case-description__item .gc-client-case-item__star {
    width: 0.5625rem;
    margin-right: 0.25rem; }
    @media (min-width: 900px) {
      .gc-client-case-description__item .gc-client-case-item__star {
        width: 1rem;
        margin-right: 0.5rem; } }

.gc-client-case-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
          box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
  padding: 1rem;
  overflow: hidden;
  width: 100%;
  margin: 0.5rem 0;
  border-radius: 10px; }
  @media (min-width: 900px) {
    .gc-client-case-item {
      width: calc(50% - 1.5rem);
      margin: 1.5rem 0;
      padding: 3rem; } }
  .gc-client-case-item--full {
    width: 100%;
    padding: 0; }
    .gc-client-case-item--full .gc-client-case-item__link {
      display: block; }
      @media (min-width: 600px) {
        .gc-client-case-item--full .gc-client-case-item__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: inherit;
              -ms-flex-align: inherit;
                  align-items: inherit; } }
    .gc-client-case-item--full .gc-client-case-item__content {
      padding: 2rem 1rem 2rem 1rem; }
      @media (min-width: 900px) {
        .gc-client-case-item--full .gc-client-case-item__content {
          padding: 1.5rem 3rem 1.5rem 4rem; } }
    .gc-client-case-item--full .gc-client-case-item__quote {
      margin: 1rem 0 1.5rem 0;
      color: #4e4b66; }
      @media (min-width: 900px) {
        .gc-client-case-item--full .gc-client-case-item__quote {
          margin: 1.5rem 0; } }
    .gc-client-case-item--full .gc-client-case-item__info-details {
      padding-left: 1.5rem; }
  .gc-client-case-item__thumbnail-wrapper {
    position: relative;
    padding-bottom: 75%; }
    @media (min-width: 600px) {
      .gc-client-case-item__thumbnail-wrapper {
        -webkit-box-flex: 14.375rem;
            -ms-flex: 14.375rem 0 0px;
                flex: 14.375rem 0 0;
        padding-bottom: 0; } }
    @media (min-width: 900px) {
      .gc-client-case-item__thumbnail-wrapper {
        -webkit-box-flex: 19.5625rem;
            -ms-flex: 19.5625rem 0 0px;
                flex: 19.5625rem 0 0; } }
  .gc-client-case-item__thumbnail {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: absolute; }
  .gc-client-case-item__link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
  .gc-client-case-item__content {
    padding-left: 1.5rem;
    width: 100%; }
  .gc-client-case-item__stars-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
  .gc-client-case-item__star {
    margin-right: 0.5rem;
    width: 1rem;
    height: auto; }
    @media (min-width: 900px) {
      .gc-client-case-item__star {
        width: auto; } }
  .gc-client-case-item__quote {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #000000;
    font-style: italic;
    max-width: 40rem; }
    @media (min-width: 900px) {
      .gc-client-case-item__quote {
        color: #4e4b66;
        font-size: 1rem; } }
  .gc-client-case-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-client-case-item__logo {
    width: 2.5rem;
    height: auto; }
    @media (min-width: 900px) {
      .gc-client-case-item__logo {
        width: 5rem; } }
  .gc-client-case-item__title {
    color: #14142a;
    margin-bottom: 0; }
  .gc-client-case-item__location {
    color: #14142a;
    font-size: 0.75rem; }
  .gc-client-case-item__more {
    color: #14142a;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 1.5rem; }
  .gc-client-case-item__more-text {
    color: #00d2a0;
    margin-bottom: 0;
    margin-right: 0.25rem; }

.gc-client-cases-overview__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  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; }

.gc-client-cases {
  overflow-x: hidden;
  overflow-y: clip;
  position: relative;
  padding: 2rem 0; }
  .gc-client-cases--left .gc-client-cases__image {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    width: 100vw;
    -o-object-position: right;
       object-position: right;
    margin-bottom: 4rem; }
    @media (min-width: 900px) {
      .gc-client-cases--left .gc-client-cases__image {
        max-height: none; } }
    @media (min-width: 1440px) {
      .gc-client-cases--left .gc-client-cases__image {
        margin-bottom: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        width: auto;
        position: absolute;
        right: 0;
        top: 0; } }
  .gc-client-cases--left .gc-client-cases__container {
    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-client-cases--left .gc-client-cases__container {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (min-width: 1440px) {
      .gc-client-cases--left .gc-client-cases__container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .gc-client-cases--left .gc-client-cases__wrapper {
    direction: rtl; }
    @media (min-width: 1440px) {
      .gc-client-cases--left .gc-client-cases__wrapper {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media (min-width: 1440px) {
    .gc-client-cases--left .gc-client-cases__wrapper--wide {
      -webkit-transform: translateX(-35%);
              transform: translateX(-35%); } }
  .gc-client-cases--left .gc-client-cases__item {
    direction: ltr;
    text-align: left; }
  .gc-client-cases--left .gc-client-cases__link--left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gc-client-cases--right .gc-client-cases__image {
    display: block;
    margin: 0 auto;
    height: auto;
    margin-bottom: 4rem; }
    @media (min-width: 1440px) {
      .gc-client-cases--right .gc-client-cases__image {
        position: absolute;
        margin-bottom: 0;
        margin-right: 3.75rem;
        left: auto;
        right: 60%; } }
  .gc-client-cases--right .gc-client-cases__container {
    margin-top: 0;
    margin-bottom: 4rem;
    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-client-cases--right .gc-client-cases__container {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 900px) {
      .gc-client-cases--right .gc-client-cases__container {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
    @media (min-width: 1440px) {
      .gc-client-cases--right .gc-client-cases__container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  @media (min-width: 1440px) {
    .gc-client-cases--right .gc-client-cases__wrapper {
      direction: rtl;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); } }
  @media (min-width: 1200px) {
    .gc-client-cases--right .gc-client-cases__wrapper--wide {
      direction: rtl;
      -webkit-transform: translateX(35%);
              transform: translateX(35%); } }
  @media (min-width: 1200px) {
    .gc-client-cases--right .gc-client-cases__wrapper--no-image {
      -webkit-transform: translateX(18%);
              transform: translateX(18%); } }
  @media (min-width: 1200px) {
    .gc-client-cases--right .gc-client-cases__item {
      direction: ltr;
      text-align: left; } }
  .gc-client-cases--right.gc-client-cases--sticky-image .gc-client-cases__image {
    margin: 0;
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem); }
    @media (min-width: 1200px) {
      .gc-client-cases--right.gc-client-cases--sticky-image .gc-client-cases__image {
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
    @media (min-width: 1440px) {
      .gc-client-cases--right.gc-client-cases--sticky-image .gc-client-cases__image {
        right: auto;
        left: 0;
        bottom: 0; } }
  .gc-client-cases--right .gc-client-cases__link--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 1200px) {
      .gc-client-cases--right .gc-client-cases__link--right {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media (min-width: 1440px) {
    .gc-client-cases--small-image.gc-client-cases--left .gc-client-cases__image {
      left: 65%; } }
  .gc-client-cases--small-image .gc-client-cases__image {
    border-radius: 10px;
    max-width: 47.5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    max-height: 18.75rem;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 600px) {
      .gc-client-cases--small-image .gc-client-cases__image {
        max-height: 25rem; } }
    @media (min-width: 1440px) {
      .gc-client-cases--small-image .gc-client-cases__image {
        height: 59%;
        width: 33%;
        -o-object-fit: cover;
           object-fit: cover;
        right: 65%;
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: none; } }
  .gc-client-cases__container.gc-container {
    max-width: none; }
  .gc-client-cases__wrapper {
    position: relative;
    z-index: 1;
    max-width: 43.875rem; }
    @media (min-width: 900px) {
      .gc-client-cases__wrapper {
        max-width: 114.75rem; } }
  .gc-client-cases__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem;
    grid-template-columns: 11.25rem 1fr 1fr 11.25rem;
    width: 43.875rem;
    grid-template-rows: 1fr; }
    @media (min-width: 600px) {
      .gc-client-cases__list {
        gap: 2rem;
        grid-template-rows: repeat(3, 1fr); } }
    @media (min-width: 900px) {
      .gc-client-cases__list {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 112.75rem; } }
  .gc-client-cases__item--box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
            box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
    width: 21.4375rem;
    padding: 1rem;
    border-radius: 10px;
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 600px) {
      .gc-client-cases__item--box {
        width: 36.25rem;
        padding: 3rem; } }
  .gc-client-cases__item:nth-child(1) {
    grid-row: 2 / 3;
    grid-column: 1 / 2; }
    @media (min-width: 900px) {
      .gc-client-cases__item:nth-child(1) {
        grid-row: auto; } }
  .gc-client-cases__item:nth-child(5), .gc-client-cases__item:nth-child(6) {
    grid-row: 3 / 4; }
    @media (min-width: 900px) {
      .gc-client-cases__item:nth-child(5), .gc-client-cases__item:nth-child(6) {
        grid-row: auto; } }
  .gc-client-cases__item:nth-child(3), .gc-client-cases__item:nth-child(6) {
    opacity: 0;
    height: 0; }
    @media (min-width: 600px) {
      .gc-client-cases__item:nth-child(3), .gc-client-cases__item:nth-child(6) {
        opacity: 1;
        height: auto; } }
  .gc-client-cases__item:nth-child(7) {
    padding-right: 1rem;
    grid-row: 2 / 3;
    grid-column: 4 / 5; }
    @media (min-width: 900px) {
      .gc-client-cases__item:nth-child(7) {
        padding-right: 0;
        grid-row: 1 / 2;
        grid-column: 6 / 7; } }
  .gc-client-cases__box-link {
    text-decoration: none;
    font-weight: 700;
    color: #00d2a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-client-cases__box-link:hover {
      color: #35ac90; }
      .gc-client-cases__box-link:hover .gc-client-cases__link-icon {
        fill: #35ac90; }
  .gc-client-cases__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1200px) {
      .gc-client-cases__link--left .gc-client-cases__link-icon {
        -webkit-transform: scale(-1);
                transform: scale(-1);
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media (min-width: 1200px) {
      .gc-client-cases__link--right .gc-client-cases__link-icon {
        -webkit-transform: scale(-1);
                transform: scale(-1);
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .gc-client-cases__link-icon {
    height: 0.75rem;
    margin: 0 0.25rem;
    fill: #00d2a0;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out; }
  .gc-client-cases__logo {
    height: 2.5rem;
    width: 2.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 1rem; }
    @media (min-width: 600px) {
      .gc-client-cases__logo {
        height: 5rem;
        width: 5rem;
        margin-right: 1.5rem; } }
  .gc-client-cases__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem; }
    @media (min-width: 600px) {
      .gc-client-cases__stars {
        margin-bottom: 1rem; } }
  .gc-client-cases__star {
    height: 0.625rem;
    width: auto;
    margin-right: 0.25rem; }
    @media (min-width: 600px) {
      .gc-client-cases__star {
        height: 1.125rem; } }
  .gc-client-cases__quote {
    margin-bottom: 1rem;
    font-style: italic; }
  .gc-client-cases__title {
    font-weight: 700;
    margin-top: 0.5rem; }
    @media (min-width: 600px) {
      .gc-client-cases__title {
        margin-top: 1rem; } }
  .gc-client-cases__additional-info {
    margin-top: 0.25rem;
    font-size: 0.5rem; }
    @media (min-width: 600px) {
      .gc-client-cases__additional-info {
        font-size: 0.75rem; } }

.gc-client-logos__title {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 600px) {
    .gc-client-logos__title {
      margin-bottom: 1.5rem; } }

.gc-client-logos__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; }
  @media (min-width: 600px) {
    .gc-client-logos__list {
      gap: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (min-width: 600px) {
  .gc-client-logos__item {
    margin: 1.5rem; } }

.gc-client-logos__logo {
  display: block;
  width: 6rem;
  height: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .gc-client-logos__logo {
      width: 8rem;
      height: 5rem; } }
  .gc-client-logos__logo:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.gc-contact {
  position: relative;
  overflow: hidden; }
  .gc-contact--contact .gc-contact__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .gc-contact--help .gc-contact__content {
    margin-top: 4rem; }
    @media (min-width: 1200px) {
      .gc-contact--help .gc-contact__content {
        margin-top: 0; } }
  .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;
    margin-bottom: 4rem; }
    @media (min-width: 1200px) {
      .gc-contact__container {
        display: grid;
        -webkit-column-gap: 7rem;
           -moz-column-gap: 7rem;
                column-gap: 7rem;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 0;
        margin-bottom: 10rem; } }
  .gc-contact__left {
    margin-top: 4rem; }
  .gc-contact .gform_wrapper .gform_confirmation_message {
    font-size: 1.5rem;
    margin: 2rem 0; }
    @media (min-width: 900px) {
      .gc-contact .gform_wrapper .gform_confirmation_message {
        font-size: 3rem;
        margin: 4rem 0; } }
  .gc-contact__content {
    grid-column: 2 / 4;
    grid-row: 1 / 4;
    height: 100%;
    justify-self: end;
    width: 100%; }
  .gc-contact__client-item {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 1rem 0; }
    @media (min-width: 1200px) {
      .gc-contact__client-item {
        max-width: 145rem; } }
    @media (min-width: 1200px) {
      .gc-contact__client-item:nth-of-type(1), .gc-contact__client-item:nth-of-type(3) {
        -webkit-transform: translateX(20%);
                transform: translateX(20%); } }
  .gc-contact__content-wrapper {
    max-width: 20rem; }
  .gc-contact__map {
    padding-bottom: 69%;
    margin-bottom: 4rem;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
            filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
    border-radius: 0.625rem;
    margin-top: 3rem; }
    @media (min-width: 1200px) {
      .gc-contact__map {
        margin-top: 0; } }
  .gc-contact__heading {
    color: #0019ff;
    padding-bottom: 1rem;
    border-bottom: 3px solid #0019ff;
    display: inline-block;
    padding-right: 0.7rem; }
    @media (min-width: 1200px) {
      .gc-contact__heading {
        margin-bottom: 0rem;
        padding-bottom: 2rem; } }
    .gc-contact__heading strong {
      color: #00d2a0; }
  .gc-contact__contact-link {
    text-decoration: none; }
  .gc-contact__list-li {
    margin-bottom: 0.5rem; }
  .gc-contact__background-image {
    position: absolute;
    right: 0;
    top: 12rem;
    max-width: 50%;
    height: auto; }
    @media (min-width: 1200px) {
      .gc-contact__background-image {
        top: 0; } }
  .gc-contact__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 4rem;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .gc-contact__list {
        padding-top: 2rem; } }
  .gc-contact__follow {
    color: #6e7191; }
  .gc-contact__socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem; }
    @media (min-width: 1200px) {
      .gc-contact__socials {
        margin-top: 2rem; } }
  .gc-contact__social-item {
    margin-right: 1rem; }
  .gc-contact__social-link {
    background-color: #00d2a0;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gc-contact__social-link:hover {
      background-color: #35ac90; }
  .gc-contact__social-icon {
    display: block;
    height: 1.25rem;
    fill: #ffffff; }

.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%; }
  .gc-container--no-padding {
    padding: 0; }
  .wp-block[data-type*="container"] .gc-container {
    border: 1px dashed lightgray;
    padding: 25px; }

.gc-content-with-border {
  padding-left: 1rem;
  position: relative; }
  @media (min-width: 900px) {
    .gc-content-with-border {
      padding-left: 4rem; } }
  @media (min-width: 900px) {
    .gc-content-with-border--small {
      padding-left: 1.5rem; } }
  .gc-content-with-border--small .gc-content-with-border__title {
    margin-bottom: 0.5rem; }
  .gc-content-with-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #0019ff;
    border-radius: 3px; }
  .gc-content-with-border__title {
    color: #0019ff;
    line-height: 1.3; }
    .gc-content-with-border__title strong {
      color: #00d2a0;
      font-weight: 700; }
  .gc-content-with-border__subtitle {
    color: #0019ff;
    font-size: 1rem;
    font-weight: 700; }
  .gc-content-with-border__buttons {
    margin-top: 2rem; }
  .gc-content-with-border__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem; }
  .gc-content-with-border__reading-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-content-with-border__category-wrapper {
    background-color: #f0f6ff;
    border: 0.0625rem solid #b3d1ff;
    border-radius: 12px;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
  .gc-content-with-border__icon {
    height: 0.75rem;
    width: auto; }

.gc-cwv {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative; }
  @media (min-width: 900px) {
    .gc-cwv {
      margin-top: 10rem;
      margin-bottom: 10rem; } }
  .gc-cwv--smaller-top-margin {
    margin-top: 2.5rem; }
    @media (min-width: 900px) {
      .gc-cwv--smaller-top-margin {
        margin-top: 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: 1200px) {
    .gc-cwv--is-large .gc-cwv__container {
      max-width: none; } }
  @media (min-width: 1200px) {
    .gc-cwv--is-large .gc-cwv__visual {
      padding-left: 3%; } }
  .gc-cwv--remove-padding .gc-cwv__visual {
    padding-left: 0;
    margin-left: -1rem; }
  .gc-cwv--is-fullwidth .gc-cwv__container {
    max-width: none; }
  .gc-cwv--is-fullwidth .gc-cwv__image {
    margin-left: -1rem;
    width: 90%; }
    @media (min-width: 900px) {
      .gc-cwv--is-fullwidth .gc-cwv__image {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .gc-cwv--is-fullwidth .gc-cwv__image {
        top: -5rem; } }
  @media (min-width: 900px) {
    .gc-cwv__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .gc-cwv__visual {
    margin-bottom: 1.5rem;
    text-align: left; }
    @media (min-width: 900px) {
      .gc-cwv__visual {
        width: calc(50% - 1rem);
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .gc-cwv__visual {
        width: calc(50% - 1.5rem); } }
    @media (min-width: 1440px) {
      .gc-cwv__visual {
        width: calc(50% - 2rem); } }
    .gc-cwv__visual--video {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .gc-cwv__visual-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; }
  .gc-cwv__content {
    text-align: center;
    width: 100%;
    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: left; }
    @media (min-width: 900px) {
      .gc-cwv__content {
        width: calc(50% - 1rem); } }
    @media (min-width: 1200px) {
      .gc-cwv__content {
        width: calc(50% - 1.5rem); } }
    @media (min-width: 1440px) {
      .gc-cwv__content {
        width: calc(50% - 2rem); } }
  .gc-cwv__buttons {
    margin-top: 2rem; }
  .gc-cwv__button {
    margin-bottom: 0.5rem; }
  @media (min-width: 900px) {
    .gc-cwv__content-wrapper {
      max-width: 37.125rem; } }
  .gc-cwv__title {
    color: #4e4b66; }

.gc-cookie-policy h2,
.gc-cookie-policy h3 {
  margin-top: 2rem; }

.gc-cookie-policy__contact {
  margin-top: 2rem; }
  .gc-cookie-policy__contact a {
    text-decoration: underline; }

.gc-cta {
  position: relative;
  margin: 4rem 0; }
  @media (min-width: 1200px) {
    .gc-cta {
      padding: 10rem 0; } }
  .gc-cta--has-bg {
    margin-bottom: 0;
    padding: 23.5rem 0 5.625rem 0; }
    @media (min-width: 900px) {
      .gc-cta--has-bg {
        padding: 10rem 0; } }
    .gc-cta--has-bg .gc-cta__content-with-border {
      padding-left: 0; }
      .gc-cta--has-bg .gc-cta__content-with-border:before {
        display: none; }
    .gc-cta--has-bg .gc-cta__wrapper {
      position: relative;
      padding: 3.5rem 5.8rem 3.5rem 0; }
      @media (min-width: 900px) {
        .gc-cta--has-bg .gc-cta__wrapper {
          padding: 6rem 11rem 6rem 0;
          width: 80%; } }
      @media (min-width: 1440px) {
        .gc-cta--has-bg .gc-cta__wrapper {
          width: 50%; } }
      .gc-cta--has-bg .gc-cta__wrapper:before {
        content: "";
        position: absolute;
        border-radius: 0px 350px 350px 0px;
        background: #ffffff;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100%; }
  .gc-cta__wrapper {
    position: relative;
    z-index: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .gc-cta__wrapper {
        width: 60%; } }
  .gc-cta__content-with-border .gc-content-with-border__buttons {
    overflow: hidden; }
  .gc-cta .gc-button {
    clear: both;
    float: left; }
    @media (min-width: 1200px) {
      .gc-cta .gc-button {
        float: none;
        margin-right: 1.5rem; } }
    .gc-cta .gc-button:not(:first-child) {
      margin-top: 1rem; }
  .gc-cta__background {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0; }
    .gc-cta__background--desktop {
      display: none; }
      @media (min-width: 600px) {
        .gc-cta__background--desktop {
          display: block; } }
    .gc-cta__background--mobile {
      display: block; }
      @media (min-width: 600px) {
        .gc-cta__background--mobile {
          display: none; } }
  .gc-cta__image {
    position: absolute;
    right: 0;
    width: 38%;
    height: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    max-width: 41.3125rem; }
    @media (min-width: 1200px) {
      .gc-cta__image {
        -webkit-transform: none;
                transform: none;
        top: 0;
        margin: auto; } }

.gc-faq {
  position: relative;
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-faq {
      margin: 14.5rem 0; } }
  .gc-faq--has-visual .gc-faq__image {
    position: absolute;
    left: 0;
    top: -11rem;
    width: 30%;
    height: auto;
    max-width: 36rem;
    display: none; }
    @media (min-width: 900px) {
      .gc-faq--has-visual .gc-faq__image {
        display: block; } }
  .gc-faq--has-visual .gc-faq__list {
    margin-left: auto; }
  .gc-faq--right .gc-faq__list {
    margin-left: auto; }
  .gc-faq__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 61.5rem;
    width: 100%; }
    @media (min-width: 900px) {
      .gc-faq__list {
        width: 75%; } }
  .gc-faq__item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid #b3d1ff;
    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 {
  position: relative; }
  @media (min-width: 1200px) {
    .gc-features {
      overflow: hidden; } }
  .gc-features__wrapper {
    margin: 0 0 4rem 0; }
    @media (min-width: 1200px) {
      .gc-features__wrapper {
        margin: 10rem 0 4rem 0; } }
  .gc-features__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 1200px) {
      .gc-features__content {
        width: calc(45% - 1.5rem);
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .gc-features__buttons {
    margin-bottom: 3.125rem; }
    @media (min-width: 1200px) {
      .gc-features__buttons {
        margin-bottom: 0; } }
  .gc-features__list {
    z-index: 1;
    position: relative;
    margin-top: 2rem; }
    @media (min-width: 600px) {
      .gc-features__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      .gc-features__list {
        width: 57rem;
        position: absolute;
        left: 45%;
        max-width: 55%;
        top: 0; } }
    @media (min-width: 2048px) {
      .gc-features__list {
        left: 50%; } }
  .gc-features__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
            box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
    width: calc(100% - 4.6rem);
    padding: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    @media (min-width: 600px) {
      .gc-features__item {
        width: calc(50% - 1rem); } }
    @media (min-width: 1200px) {
      .gc-features__item {
        padding: 2rem;
        width: calc(50% - 2rem);
        margin: 1rem; } }
    @media (min-width: 1440px) {
      .gc-features__item {
        padding: 3rem; }
        .gc-features__item:nth-of-type(3), .gc-features__item:nth-of-type(4) {
          -webkit-transform: translateX(20%);
                  transform: translateX(20%); } }
    .gc-features__item:nth-of-type(even) {
      margin-left: auto; }
      @media (min-width: 600px) {
        .gc-features__item:nth-of-type(even) {
          margin-left: 1rem; } }
    @media (min-width: 600px) {
      .gc-features__item:nth-of-type(3), .gc-features__item:nth-of-type(4) {
        -webkit-transform: translateX(10%);
                transform: translateX(10%); } }
  .gc-features__item-title {
    margin-bottom: 0; }
  .gc-features__thumbnail-wrapper {
    width: 2.625rem;
    min-width: 2.625rem;
    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-right: 1rem; }
    @media (min-width: 1200px) {
      .gc-features__thumbnail-wrapper {
        min-width: 5.625rem;
        margin-right: 1.5rem; } }
  .gc-features__thumbnail {
    -webkit-filter: hue-rotate(80deg);
            filter: hue-rotate(80deg);
    height: auto; }
  .gc-features__background-image {
    width: 50%;
    right: 0;
    top: 22rem;
    position: absolute;
    height: auto;
    max-width: 37.5625rem; }
    @media (min-width: 600px) {
      .gc-features__background-image {
        top: 11rem; } }
    @media (min-width: 1200px) {
      .gc-features__background-image {
        top: 8rem;
        width: 25%;
        max-width: 33.375rem; } }

.gc-footer {
  background-color: #2733a3;
  color: #ffffff;
  padding: 2rem 0; }
  @media (min-width: 900px) {
    .gc-footer {
      padding: 4rem 0; } }
  .gc-footer__container {
    position: relative; }
  .gc-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media (min-width: 900px) {
      .gc-footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; } }
  .gc-footer__logo-wrapper {
    display: block;
    margin-bottom: 2rem; }
    @media (min-width: 900px) {
      .gc-footer__logo-wrapper {
        margin-bottom: 3rem; } }
  .gc-footer__informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gc-footer__logo {
    display: block;
    height: 1.5rem;
    width: auto; }
    @media (min-width: 900px) {
      .gc-footer__logo {
        height: 2.5rem; } }
  .gc-footer__text {
    font-weight: 700;
    margin-bottom: 1rem; }
    .gc-footer__text strong {
      color: #00d2a0; }
  .gc-footer__socials {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gc-footer__social-link {
    background-color: #00d2a0;
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin-right: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gc-footer__social-link:hover {
      background-color: #35ac90; }
  .gc-footer__social-icon {
    display: block;
    height: 0.75rem;
    fill: #ffffff; }
  .gc-footer__contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-footer__contact-wrapper::before {
      content: "";
      display: block;
      background-color: #ffffff;
      height: 100%;
      width: 0.125rem;
      margin: 0 1rem;
      border-radius: 2px; }
      @media (min-width: 600px) {
        .gc-footer__contact-wrapper::before {
          margin: 0 2rem; } }
  .gc-footer__contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem; }
  .gc-footer__contact-link {
    text-decoration: none; }
  .gc-footer__legals {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 600px) {
      .gc-footer__legals {
        margin-left: 3rem; } }
  .gc-footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gc-footer__legal::after {
      content: "-";
      margin: 0 0.25rem; }
    .gc-footer__legal:last-of-type::after {
      display: none; }
  .gc-footer__legal-link {
    font-weight: 400; }
  .gc-footer__navigation {
    margin-top: 3rem; }
    @media (min-width: 900px) {
      .gc-footer__navigation {
        margin-top: 4.75rem; } }
  .gc-footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 1rem;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem; }
  .gc-footer__link {
    font-weight: 700;
    text-decoration: none; }
  .gc-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem; }
    @media (min-width: 1200px) {
      .gc-footer__copyright {
        margin-top: 2rem; } }
  .gc-footer__growl {
    position: absolute;
    bottom: 0;
    right: 1rem; }
    @media (min-width: 1200px) {
      .gc-footer__growl {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .gc-footer__growl-icon {
    display: block;
    height: 1rem; }
    @media (min-width: 900px) {
      .gc-footer__growl-icon {
        height: 0.75rem; } }
  .gc-footer__logo-fit {
    display: block;
    margin-top: 1rem;
    width: 10.625rem;
    height: auto; }

.gc-hero {
  position: relative; }
  @media (min-width: 1200px) {
    .gc-hero--large {
      min-height: calc(100vh - 141px);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; } }
  .gc-hero--large .gc-hero__container {
    display: block; }
    @media (min-width: 1200px) {
      .gc-hero--large .gc-hero__container {
        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-hero--large .gc-hero__wrapper {
    width: 100%; }
    @media (min-width: 1200px) {
      .gc-hero--large .gc-hero__wrapper {
        width: 50%; } }
  .gc-hero--large .gc-hero__content-wrapper {
    max-width: none; }
  @media (min-width: 900px) {
    .gc-hero--large .gc-hero__image-wrapper {
      margin-top: 4.5rem;
      width: 100%; } }
  @media (min-width: 600px) {
    .gc-hero--large .gc-hero__image {
      width: 65%;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .gc-hero--large .gc-hero__image {
      position: absolute;
      top: 0;
      right: 0;
      width: 35vw;
      bottom: 0;
      margin: auto;
      height: auto;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; } }
  @media (min-width: 1440px) {
    .gc-hero--large .gc-hero__image {
      max-width: 75rem; } }
  @media (min-width: 1200px) {
    .gc-hero--large .gc-hero__background-image {
      width: auto;
      height: calc(100% - 2rem);
      top: 0;
      margin: auto; } }
  .gc-hero--standard .gc-hero__image {
    max-height: 25rem;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 900px) {
      .gc-hero--standard .gc-hero__image {
        max-height: none; } }
  .gc-hero--home {
    margin-top: 4rem;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .gc-hero--home {
        margin-top: 0; } }
  @media (min-width: 900px) {
    .gc-hero__container {
      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-hero__wrapper {
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (min-width: 900px) {
      .gc-hero__wrapper {
        width: 50%; } }
  @media (min-width: 900px) {
    .gc-hero__wrapper--wide {
      width: 90%; } }
  @media (min-width: 900px) {
    .gc-hero__content-wrapper {
      max-width: 37rem;
      padding-right: 2rem; } }
  .gc-hero__stars--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2733a3;
    font-size: 0.5rem;
    margin-top: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 900px) {
      .gc-hero__stars--bottom {
        font-size: 0.75rem; } }
  .gc-hero__stars-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.5rem; }
  .gc-hero__star {
    margin-right: 0.5rem;
    width: 1rem; }
    @media (min-width: 1200px) {
      .gc-hero__star {
        width: 1.25rem; } }
  .gc-hero__image-wrapper {
    margin-top: 4.5rem;
    position: relative; }
    @media (min-width: 600px) {
      .gc-hero__image-wrapper {
        position: inherit; } }
    @media (min-width: 900px) {
      .gc-hero__image-wrapper {
        width: 50%;
        margin-top: 0rem; } }
    @media (min-width: 1200px) {
      .gc-hero__image-wrapper {
        margin-right: -2rem; } }
  .gc-hero__image {
    height: auto;
    margin-left: auto;
    display: block;
    width: 100%;
    border-radius: 10px; }
    @media (min-width: 900px) {
      .gc-hero__image {
        width: auto; } }
    .gc-hero__image--limit-size {
      max-height: 31.25rem !important;
      max-width: 50rem;
      width: 100%; }
  .gc-hero__background-image {
    position: absolute;
    width: 50%;
    height: auto;
    z-index: -1;
    right: -1rem;
    top: -2rem; }
    @media (min-width: 600px) {
      .gc-hero__background-image {
        width: 33%;
        right: 0; } }
    @media (min-width: 900px) {
      .gc-hero__background-image {
        top: -4rem; } }
  .gc-hero .gc-logos__container {
    margin: 5rem 0 0;
    padding: 0; }
    @media (min-width: 900px) {
      .gc-hero .gc-logos__container .gc-logos__track::before,
      .gc-hero .gc-logos__container .gc-logos__track::after {
        width: 3rem; } }

.gc-job-application {
  margin: 4rem 0; }
  .gc-job-application--is-full {
    position: relative; }
    @media (min-width: 900px) {
      .gc-job-application--is-full {
        margin: 8rem 0 10rem 0; } }
    .gc-job-application--is-full .gc-job-application__left {
      margin-bottom: 3rem; }
      @media (min-width: 900px) {
        .gc-job-application--is-full .gc-job-application__left {
          width: 41.6%;
          margin-bottom: 0; } }
  @media (min-width: 900px) {
    .gc-job-application__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .gc-job-application__title {
    margin-bottom: 2rem; }
  @media (min-width: 900px) {
    .gc-job-application__right {
      width: 48%; } }
  .gc-job-application__image {
    width: 100%;
    display: block;
    height: auto;
    max-width: 37.125rem; }
  .gc-job-application__background-image {
    position: absolute;
    right: 0;
    width: 50%;
    height: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    max-width: 59.5rem;
    z-index: -1; }
    @media (min-width: 1200px) {
      .gc-job-application__background-image {
        -webkit-transform: none;
                transform: none;
        top: 0;
        margin: auto; } }

.gc-job-item {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  background: #f0f6ff;
  overflow: hidden;
  -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-job-item:hover {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15)); }
  @media (min-width: 600px) {
    .gc-job-item--full:nth-child(odd) {
      -webkit-transform: translateY(2rem);
              transform: translateY(2rem); } }
  @media (min-width: 900px) {
    .gc-job-item--full:nth-child(odd) {
      -webkit-transform: none;
              transform: none; } }
  @media (min-width: 900px) {
    .gc-job-item--full:nth-child(2), .gc-job-item--full:nth-child(5) {
      -webkit-transform: translateY(3rem);
              transform: translateY(3rem); } }
  .gc-job-item__link {
    text-decoration: none; }
  .gc-job-item__image {
    height: 15.625rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
  .gc-job-item__content {
    padding: 1.5rem 2rem; }
  .gc-job-item__title, .gc-job-item__excerpt {
    color: #4e4b66; }
  .gc-job-item__excerpt {
    margin-top: 1rem; }
  .gc-job-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6e7191;
    margin-bottom: 0.25rem; }
  .gc-job-item__icon {
    height: 0.75rem;
    width: auto;
    fill: #6e7191; }
  .gc-job-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    color: #0019ff;
    font-weight: 700;
    margin-top: 0.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; }
  .gc-job-item__read-more-icon {
    height: 0.75rem;
    width: auto;
    fill: #0019ff; }

.gc-jobs-overview {
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-jobs-overview {
      margin: 6rem 0 6.81rem 0; } }
  .gc-jobs-overview__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    row-gap: 2rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem; }
    @media (min-width: 600px) {
      .gc-jobs-overview__list {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 2rem; } }
    @media (min-width: 900px) {
      .gc-jobs-overview__list {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 7rem; } }

.gc-logos__title {
  margin: 0 auto 3rem auto;
  text-align: center; }

.gc-logos__slider {
  position: relative; }
  .gc-logos__slider:hover .gc-logos__arrow {
    opacity: 1; }

.gc-logos__arrow {
  background-color: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  display: none; }
  @media (min-width: 1200px) {
    .gc-logos__arrow {
      display: block; } }
  .gc-logos__arrow--prev {
    left: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .gc-logos__arrow--next {
    right: 0; }
  .gc-logos__arrow svg {
    height: 1.5rem; }

.gc-logos__track::before, .gc-logos__track::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 5rem;
  z-index: 1; }
  @media (min-width: 900px) {
    .gc-logos__track::before, .gc-logos__track::after {
      width: 15rem; } }

.gc-logos__track::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(10%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 10%, rgba(255, 255, 255, 0) 100%); }

.gc-logos__track::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 90%, #ffffff 100%); }

.gc-logos__item {
  display: grid;
  place-content: center; }

.gc-logos__logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 5rem;
  width: auto; }

.gc-map-with-text {
  position: relative;
  margin-bottom: 4rem; }
  @media (min-width: 1200px) {
    .gc-map-with-text {
      margin-bottom: 16rem; } }
  @media (min-width: 1200px) {
    .gc-map-with-text__container {
      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-map-with-text__content {
    max-width: 35rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1200px) {
      .gc-map-with-text__content {
        margin-right: 1rem; } }
  .gc-map-with-text__map, .gc-map-with-text__my-map, .gc-map-with-text__image {
    width: 100%;
    height: 15rem;
    margin-top: 5.5rem;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
            filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1)); }
    @media (min-width: 600px) {
      .gc-map-with-text__map, .gc-map-with-text__my-map, .gc-map-with-text__image {
        height: 28rem; } }
    @media (min-width: 1200px) {
      .gc-map-with-text__map, .gc-map-with-text__my-map, .gc-map-with-text__image {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .gc-map-with-text__map, .gc-map-with-text__my-map, .gc-map-with-text__image {
        max-width: 40rem; } }
  .gc-map-with-text__my-map {
    overflow: hidden;
    pointer-events: none; }
    .gc-map-with-text__my-map iframe {
      margin-top: -3.375rem;
      border: none;
      width: calc(100% + 8rem);
      height: calc(15rem + 4.375rem);
      margin-left: -4rem; }
      @media (min-width: 600px) {
        .gc-map-with-text__my-map iframe {
          height: calc(28rem + 4.375rem); } }
  .gc-map-with-text__image {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden; }
  .gc-map-with-text__background {
    position: absolute;
    bottom: 2rem;
    right: 0;
    height: 16rem;
    width: auto;
    z-index: -1; }
    @media (min-width: 900px) {
      .gc-map-with-text__background {
        height: 40rem;
        top: 0;
        bottom: auto; } }

@media (min-width: 600px) {
  .gc-meeting .calendly-inline-widget {
    min-height: 56rem; } }

@media (min-width: 1200px) {
  .gc-meeting .calendly-inline-widget {
    min-height: 40.5rem; } }

.gc-navbar {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .gc-navbar--sticky {
    -webkit-box-shadow: 0 0 20px rgba(20, 20, 42, 0.1);
            box-shadow: 0 0 20px rgba(20, 20, 42, 0.1); }
    @media (min-width: 900px) {
      .gc-navbar--sticky .gc-navbar__container {
        padding-bottom: 2rem;
        margin-bottom: 0; }
      .gc-navbar--sticky:not(.gc-navbar--scroll-up) .gc-navbar__logo {
        height: 3rem; }
      .gc-navbar--sticky:not(.gc-navbar--scroll-up) .gc-navbar__menu--secondary {
        opacity: 0;
        margin-bottom: 0;
        height: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); } }
  .gc-navbar__spacer {
    height: 4.3125rem; }
    @media (min-width: 900px) {
      .gc-navbar__spacer {
        height: 9.5rem; } }
  .gc-navbar__container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    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: 900px) {
      .gc-navbar__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 2rem;
        margin-bottom: 2rem; } }
  .gc-navbar__logo {
    height: 2rem;
    width: auto;
    -webkit-transition: height 0.15s ease-in-out;
    transition: height 0.15s ease-in-out; }
    @media (min-width: 900px) {
      .gc-navbar__logo {
        height: 4.5rem; } }
  .gc-navbar__burger {
    width: 1.5rem;
    height: 1.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 11;
    -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; }
    @media (min-width: 900px) {
      .gc-navbar__burger {
        display: none; } }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 80%;
      left: 15%;
      background: #0019ff;
      border-radius: 2px;
      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: calc(20% - 1px); }
      .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 {
    max-width: 15.5rem;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: grid;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll; }
    @media (min-width: 900px) {
      .gc-navbar__nav {
        max-width: none;
        position: static;
        width: auto;
        -webkit-transform: none;
                transform: none;
        overflow-y: initial; } }
  .gc-navbar__nav-inner {
    max-width: 11rem;
    width: 100%;
    margin: 0 auto;
    display: grid;
    padding: 3rem 0; }
    @media (min-width: 900px) {
      .gc-navbar__nav-inner {
        max-width: none;
        padding: 0; } }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 2rem;
    position: relative; }
    @media (min-width: 900px) {
      .gc-navbar__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 0; } }
    @media (min-width: 900px) {
      .gc-navbar__menu--secondary {
        font-size: 0.75rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 1rem;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; } }
    .gc-navbar__menu--primary {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      @media (min-width: 900px) {
        .gc-navbar__menu--primary {
          -webkit-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset; } }
  .gc-navbar__item {
    display: grid;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 900px) {
      .gc-navbar__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 1.5rem; } }
    @media (min-width: 1200px) {
      .gc-navbar__item {
        margin-left: 2rem; } }
    @media (min-width: 1200px) {
      .gc-navbar__item--button {
        margin-left: 3rem; } }
    .gc-navbar__item:hover .gc-navbar__nav-submenu-wrapper {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      max-height: 24.0625rem;
      opacity: 1;
      pointer-events: all; }
  .gc-navbar__nav-submenu-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 100%;
    min-width: 12.5rem; }
    @media (min-width: 900px) {
      .gc-navbar__nav-submenu-wrapper {
        position: absolute;
        z-index: 8;
        padding-top: 0.5rem;
        top: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        right: auto;
        padding-top: 0.5rem; } }
  .gc-navbar__nav-submenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style-type: none;
    display: grid;
    text-align: left;
    padding-top: 1.5rem; }
    @media (min-width: 900px) {
      .gc-navbar__nav-submenu {
        background-color: #ffffff;
        padding: 1rem;
        -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05); } }
  .gc-navbar__link {
    text-decoration: none;
    font-weight: 700;
    color: #0019ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.5rem;
    text-align: center; }
    @media (min-width: 900px) {
      .gc-navbar__link {
        padding: 0;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .gc-navbar__link {
        font-size: 1rem; } }
    .gc-navbar__link--current, .gc-navbar__link:hover {
      color: #2733a3; }
  .gc-navbar__link-icon {
    margin-right: 0.25rem;
    height: 0.8125rem;
    width: auto; }
  .gc-navbar__dropdown {
    position: relative; }
    .gc-navbar__dropdown:hover .gc-navbar__submenu-wrapper {
      pointer-events: all;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .gc-navbar__dropdown--mobile {
      margin-top: 2rem;
      padding: 0 1.5rem; }
      .gc-navbar__dropdown--mobile .gc-navbar__submenu-wrapper {
        top: auto;
        left: 0;
        bottom: 2rem; }
      @media (min-width: 900px) {
        .gc-navbar__dropdown--mobile {
          display: none; } }
    .gc-navbar__dropdown--desktop {
      display: none; }
      @media (min-width: 900px) {
        .gc-navbar__dropdown--desktop {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .gc-navbar__dropdown-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-navbar__lang {
    color: #0019ff;
    font-weight: 700;
    text-transform: uppercase; }
  .gc-navbar__dropdown-icon {
    height: 0.75rem;
    fill: #0019ff;
    margin-left: 0.25rem; }
  .gc-navbar__submenu-wrapper {
    padding-top: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
  .gc-navbar__submenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
            filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
    border-radius: 10px; }
  .gc-navbar__submenu-item {
    margin: 0.5rem 0; }
  .gc-navbar__button--mobile {
    margin-top: 2rem; }
    @media (min-width: 900px) {
      .gc-navbar__button--mobile {
        display: none; } }
  .gc-navbar__button--desktop {
    display: none; }
    @media (min-width: 900px) {
      .gc-navbar__button--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .gc-navbar__button--desktop {
        font-size: 1rem; } }
  .gc-navbar__overlay {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    @media (min-width: 900px) {
      .gc-navbar__overlay {
        display: none; } }
  .gc-navbar--active .gc-navbar__nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.2);
            box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.2); }
    @media (min-width: 900px) {
      .gc-navbar--active .gc-navbar__nav {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .gc-navbar--active .gc-navbar__burger {
    position: fixed;
    right: 1rem; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(1) {
      top: calc(50% - 1px);
      -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% - 1px);
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .gc-navbar--active .gc-navbar__overlay {
    opacity: 0.4;
    pointer-events: all; }

.gc-numbers {
  position: relative; }
  .gc-numbers__items {
    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; }
  .gc-numbers__item {
    z-index: 1;
    -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
            box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px; }
    .gc-numbers__item:nth-child(odd) {
      margin-bottom: 2rem; }
      .gc-numbers__item:nth-child(odd) .gc-numbers__number {
        color: #0019ff; }
    @media (min-width: 900px) {
      .gc-numbers__item:nth-child(even) {
        margin-top: 2rem; } }
    @media (min-width: 900px) {
      .gc-numbers__item {
        width: calc(50% - 1.5rem); } }
  .gc-numbers__number {
    color: #00d2a0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem; }
  .gc-numbers__background-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-numbers__background {
    position: absolute;
    max-width: 90%; }

.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: 3.75rem; }
  @media (min-width: 900px) {
    .gc-pagination {
      margin-top: 4.5rem; } }
  .gc-pagination__arrow--left {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .gc-pagination__link {
    text-align: center;
    text-decoration: none;
    margin: 0 0.75rem;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #14142a; }
    @media (min-width: 900px) {
      .gc-pagination__link {
        font-size: 1rem; } }
    .gc-pagination__link--current {
      font-weight: bold;
      color: #00d2a0; }

.gc-pricing__container {
  margin-top: 6rem;
  display: grid;
  gap: 2rem; }

.gc-pricing__header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
          box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
  border-radius: 10px;
  padding: 1rem;
  display: grid;
  gap: 1rem; }
  @media (min-width: 600px) {
    .gc-pricing__header {
      padding: 2rem; } }
  @media (min-width: 900px) {
    .gc-pricing__header {
      gap: 4rem;
      grid-template-columns: 6.2fr 3.8fr; } }

.gc-pricing__header-title {
  margin-bottom: 0.5rem;
  color: #4e4b66; }

.gc-pricing__select-wrapper {
  margin-top: 1rem;
  position: relative; }
  @media (min-width: 900px) {
    .gc-pricing__select-wrapper {
      display: none; } }
  .gc-pricing__select-wrapper::after {
    content: "";
    background-color: #b3d1ff;
    -webkit-mask-image: url(../../assets/icons/chevron-down.svg);
            mask-image: url(../../assets/icons/chevron-down.svg);
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 0.75rem;
    width: 0.6875rem; }

.gc-pricing__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #b3d1ff;
  border-radius: 10px;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #6e7191;
  position: relative; }
  .gc-pricing__select:focus {
    outline: none; }

.gc-pricing__slider-container {
  display: none; }
  @media (min-width: 900px) {
    .gc-pricing__slider-container {
      display: block; } }

.gc-pricing__slider-wrapper {
  margin-top: 2rem;
  position: relative; }

.gc-pricing__slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 1.5rem;
  position: relative;
  z-index: 1; }
  .gc-pricing__slider::-webkit-slider-runnable-track {
    height: 1.5rem; }
  .gc-pricing__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    background: url(../../assets/icons/sort.svg) center no-repeat;
    background-color: #b3d1ff;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 2; }
  .gc-pricing__slider::-moz-range-thumb {
    -moz-appearance: none;
         appearance: none;
    border: 0;
    background: url(../../assets/icons/sort.svg) center no-repeat;
    background-color: #b3d1ff;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 2; }

.gc-pricing__slider-tracks {
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  width: 100%; }

.gc-pricing__slider-track {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2px;
  margin: 0 0.25rem;
  background-color: #b3d1ff;
  pointer-events: none; }
  .gc-pricing__slider-track--gray {
    background-color: #d9dbe9; }

.gc-pricing__slider-indicators {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.25rem;
  white-space: nowrap; }

.gc-pricing__slider-indicator {
  width: 1rem;
  color: #6e7191; }
  .gc-pricing__slider-indicator:first-of-type {
    margin-left: -0.6rem; }

.gc-pricing__header-package-wrapper {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gc-pricing__header-text {
  margin-top: 1.5rem;
  font-size: 0.75rem; }
  .gc-pricing__header-text--bottom {
    margin-top: 1.5rem; }

.gc-pricing__header-package {
  color: #00d2a0;
  margin-right: 1rem; }
  .gc-pricing__header-package--blue {
    color: #0019ff; }

.gc-pricing__header-price-wrapper {
  color: #4e4b66; }

.gc-pricing__header-price {
  color: #00d2a0; }

.gc-pricing__header-price-small {
  font-size: 0.75rem; }

.gc-pricing__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid; }
  @media (min-width: 900px) {
    .gc-pricing__items {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem; } }

.gc-pricing__item {
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(20, 20, 42, 0.1));
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 900px) {
    .gc-pricing__item {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .gc-pricing__item--professional .gc-pricing__item-header {
    background-color: #00d2a0; }
    @media (min-width: 900px) {
      .gc-pricing__item--professional .gc-pricing__item-header {
        background-color: #0019ff; } }
  .gc-pricing__item--professional .gc-pricing__item-feature {
    border-color: #b3f2e3; }
    @media (min-width: 900px) {
      .gc-pricing__item--professional .gc-pricing__item-feature {
        border-color: #b3d1ff; } }
  .gc-pricing__item--professional .gc-pricing__item-header-background {
    display: none; }
    @media (min-width: 900px) {
      .gc-pricing__item--professional .gc-pricing__item-header-background {
        display: block; } }
    .gc-pricing__item--professional .gc-pricing__item-header-background--alt {
      display: block; }
      @media (min-width: 900px) {
        .gc-pricing__item--professional .gc-pricing__item-header-background--alt {
          display: none; } }
  .gc-pricing__item--active .gc-pricing__item-header {
    background-color: #00d2a0; }
  .gc-pricing__item--active .gc-pricing__item-feature {
    border-color: #b3f2e3; }
  .gc-pricing__item--active .gc-pricing__item-header-background {
    display: none; }
    .gc-pricing__item--active .gc-pricing__item-header-background--alt {
      display: block; }

.gc-pricing__item-header {
  background-color: #0019ff;
  color: #ffffff;
  height: 7.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  @media (min-width: 900px) {
    .gc-pricing__item-header {
      height: 10.5rem; } }

.gc-pricing__item-header-background--alt {
  display: none; }

.gc-pricing__item-header-title {
  margin: 0;
  position: relative;
  z-index: 1; }

.gc-pricing__item-header-background {
  position: absolute;
  right: -2rem;
  height: 6rem; }
  @media (min-width: 900px) {
    .gc-pricing__item-header-background {
      right: -2.5rem;
      height: auto; } }

.gc-pricing__item-features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 2rem;
  display: grid;
  gap: 1rem; }
  @media (min-width: 900px) {
    .gc-pricing__item-features {
      gap: 2rem; } }
  @media (min-width: 1200px) {
    .gc-pricing__item-features {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.gc-pricing__item-feature {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #b3d1ff;
  color: #4e4b66; }
  @media (min-width: 900px) {
    .gc-pricing__item-feature {
      padding-bottom: 2rem;
      min-height: 5.2rem; } }
  .gc-pricing__item-feature--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-pricing__item-feature em {
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 0.25rem; }
    @media (min-width: 900px) {
      .gc-pricing__item-feature em {
        font-size: 2rem; } }

.gc-pricing__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gc-pricing__item-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2rem 2rem 2rem; }

.gc-pricing__plans-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 900px) {
    .gc-pricing__plans-navigation {
      display: none; } }

.gc-pricing__plans-button {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: #0019ff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gc-pricing__plans-button-icon {
  fill: #0019ff;
  height: 0.75rem; }
  .gc-pricing__plans-button-icon--left {
    margin-right: 0.25rem; }
  .gc-pricing__plans-button-icon--right {
    margin-left: 0.25rem; }

.gc-pricing__footer {
  -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
          box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
  border-radius: 10px;
  padding: 1rem; }

.gc-pricing__features-button {
  width: 100%;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  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;
  color: #6e7191;
  cursor: pointer;
  border-bottom: 1px solid #b3d1ff;
  padding-bottom: 1rem; }

.gc-pricing__features-button-icon {
  height: 1rem;
  fill: #b3d1ff;
  margin-left: 0.5rem; }

.gc-pricing__features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.5rem;
  -webkit-column-gap: 7.75rem;
     -moz-column-gap: 7.75rem;
          column-gap: 7.75rem;
  padding: 2rem 2rem 0 2rem; }
  @media (min-width: 900px) {
    .gc-pricing__features {
      grid-template-columns: 1fr 1fr;
      max-width: 62.5rem;
      margin: 0 auto; } }

.gc-pricing__features-hidden {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.gc-pricing__features-title {
  color: #6e7191;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem; }

.gc-pricing__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem; }

.gc-pricing__feature-icon {
  fill: #b3d1ff;
  height: 1rem;
  margin-right: 0.6rem; }

.gc-pricing__features-toggle-title {
  color: #0019ff;
  font-weight: 700;
  margin: 0 auto;
  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;
  padding: 2rem 0 0 0;
  background: transparent;
  border: none; }

.gc-pricing__feature-toggle-icon {
  width: 0.6875rem;
  height: auto;
  fill: #0019ff;
  margin-left: 0.25rem; }

.gc-related-articles {
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-related-articles {
      margin: 9.25rem 0 6.81rem 0; } }
  .gc-related-articles__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem;
    margin-top: 3rem; }
    @media (min-width: 600px) {
      .gc-related-articles__list {
        grid-template-columns: repeat(4, 1fr); } }
  .gc-related-articles__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;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
  .gc-related-articles__title {
    margin: 0;
    color: #6e7191; }
  .gc-related-articles__box-link {
    text-decoration: none;
    font-weight: 700;
    color: #00d2a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-related-articles__box-link:hover {
      color: #35ac90; }
      .gc-related-articles__box-link:hover .gc-related-articles__link-icon {
        fill: #35ac90; }
  .gc-related-articles__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-related-articles__link-icon {
    height: 0.75rem;
    margin: 0 0.25rem;
    fill: #00d2a0;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out; }

.gc-related-jobs {
  margin: 4rem 0; }
  @media (min-width: 900px) {
    .gc-related-jobs {
      margin: 9.25rem 0 6.81rem 0; } }
  .gc-related-jobs__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 600px) {
      .gc-related-jobs__list {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 7rem; } }
  .gc-related-jobs__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;
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
  .gc-related-jobs__title {
    margin: 0;
    color: #6e7191; }
  .gc-related-jobs__box-link {
    text-decoration: none;
    font-weight: 700;
    color: #00d2a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gc-related-jobs__box-link:hover {
      color: #35ac90; }
      .gc-related-jobs__box-link:hover .gc-related-jobs__link-icon {
        fill: #35ac90; }
  .gc-related-jobs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gc-related-jobs__link-icon {
    height: 0.75rem;
    margin: 0 0.25rem;
    fill: #00d2a0;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out; }

.gc-services {
  margin-top: 4rem; }
  @media (min-width: 900px) {
    .gc-services {
      margin-top: 10rem; } }
  .gc-services--has-buttons .gc-services__item {
    margin-left: auto; }
    .gc-services--has-buttons .gc-services__item:nth-of-type(2) {
      margin-left: 0; }
  .gc-services--is-reversed .gc-services__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  @media (min-width: 900px) {
    .gc-services--is-reversed .gc-services__item:nth-of-type(2) {
      -webkit-transform: translateX(10%);
              transform: translateX(10%); } }
  @media (min-width: 1440px) {
    .gc-services--is-reversed .gc-services__item:nth-of-type(2) {
      -webkit-transform: translateX(20%);
              transform: translateX(20%); } }
  .gc-services__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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 900px) {
    .gc-services__list {
      width: calc(50% - 2.5rem); } }
  .gc-services__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
            box-shadow: 0px 0px 20px rgba(20, 20, 42, 0.1);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.625rem 0;
    width: calc(100% - 4.6rem);
    padding: 1rem; }
    @media (min-width: 900px) {
      .gc-services__item {
        padding: 3rem;
        width: 100%;
        margin: 2rem 0; } }
    .gc-services__item:nth-of-type(2) {
      margin-left: auto; }
      @media (min-width: 900px) {
        .gc-services__item:nth-of-type(2) {
          -webkit-transform: translateX(-10%);
                  transform: translateX(-10%);
          margin-left: 0; } }
      @media (min-width: 1440px) {
        .gc-services__item:nth-of-type(2) {
          -webkit-transform: translateX(-20%);
                  transform: translateX(-20%); } }
    .gc-services__item:last-child {
      margin-bottom: 0; }
  .gc-services__item-title {
    margin-bottom: 0.25rem; }
    @media (min-width: 900px) {
      .gc-services__item-title {
        margin-bottom: 1rem; } }
  .gc-services__thumbnail-wrapper {
    width: 2.625rem;
    min-width: 2.625rem;
    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-right: 1rem; }
    @media (min-width: 900px) {
      .gc-services__thumbnail-wrapper {
        min-width: 5.625rem;
        margin-right: 1.5rem; } }
  .gc-services__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 900px) {
      .gc-services__content {
        width: calc(50% - 2.5rem);
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .gc-services__title {
    color: #4e4b66;
    line-height: 1.3; }
  .gc-services__subtitle {
    color: #6e7191;
    margin-top: -1rem; }
  .gc-services__buttons {
    margin-bottom: 3.125rem; }
    @media (min-width: 900px) {
      .gc-services__buttons {
        margin-bottom: 0; } }

.gc-team {
  position: relative; }
  .gc-team__container {
    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: 900px) {
    .gc-team__text {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (min-width: 900px) {
    .gc-team__text p {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column; } }
  .gc-team__team {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem; }
    @media (min-width: 900px) {
      .gc-team__team {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        margin-top: 2rem; } }
    .gc-team__team--small {
      max-width: 38rem; }
      @media (min-width: 900px) {
        .gc-team__team--small {
          grid-template-columns: repeat(2, 1fr);
          gap: 1rem;
          margin-top: 1rem; } }
      @media (min-width: 900px) {
        .gc-team__team--small .gc-team__member:nth-child(even) {
          -webkit-transform: translateY(1.25rem);
                  transform: translateY(1.25rem);
          margin-top: 0; } }
      @media (min-width: 900px) {
        .gc-team__team--small .gc-team__member:nth-child(3) {
          -webkit-transform: translateX(-1.25rem);
                  transform: translateX(-1.25rem); } }
      @media (min-width: 900px) {
        .gc-team__team--small .gc-team__member:nth-child(4) {
          -webkit-transform: translate(-1.25rem, 1.25rem);
                  transform: translate(-1.25rem, 1.25rem); } }
  .gc-team__member {
    background-color: #0019ff;
    border-radius: 10px;
    height: 18.5rem;
    width: 100%;
    max-width: 18.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5rem 2rem 0.5rem 0; }
    @media (min-width: 600px) {
      .gc-team__member {
        max-width: calc(50% - 5rem);
        margin: 0.5rem 2rem 2rem 0; } }
    @media (min-width: 900px) {
      .gc-team__member {
        height: 18.5rem;
        max-width: 18.5rem;
        margin: 0; } }
    .gc-team__member:nth-child(even) {
      margin-left: 2.5rem; }
      @media (min-width: 900px) {
        .gc-team__member:nth-child(even) {
          margin-left: 0;
          margin-top: 2rem; } }
    .gc-team__member:nth-child(2), .gc-team__member:nth-child(4), .gc-team__member:nth-child(5), .gc-team__member:nth-child(7), .gc-team__member:nth-child(10), .gc-team__member:nth-child(12) {
      background-color: #00d2a0; }
  .gc-team__member-image {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
    height: 17.375rem;
    width: auto; }
  .gc-team__member-info {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 1rem;
    padding: 1rem;
    border-radius: 0 48px 48px 0;
    width: 90%; }
  .gc-team__member-name {
    margin: 0; }
  .gc-team__member-position {
    margin-top: 0.25rem; }
  .gc-team__title {
    color: #4e4b66;
    line-height: 1.25; }
  .gc-team__background {
    display: none;
    position: absolute;
    left: 0;
    top: 7.5rem;
    z-index: -1; }
    @media (min-width: 1200px) {
      .gc-team__background {
        display: block; } }

.gc-text-with-button__box-link {
  text-decoration: none;
  font-weight: 700;
  color: #00d2a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gc-text-with-button__box-link:hover {
    color: #35ac90; }
    .gc-text-with-button__box-link:hover .gc-text-with-button__link-icon {
      fill: #35ac90; }

.gc-text-with-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gc-text-with-button__link-icon {
  height: 0.75rem;
  margin: 0 0.25rem;
  fill: #00d2a0;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out; }

.gp-single-job__wrapper {
  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: 900px) {
    .gp-single-job__wrapper {
      gap: 2rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      margin-top: 8rem; } }
  @media (min-width: 1200px) {
    .gp-single-job__wrapper {
      gap: 7rem; } }

.gp-single-job__left {
  margin-top: 4rem; }
  @media (min-width: 900px) {
    .gp-single-job__left {
      margin-top: 0; } }

.gp-single-job__right {
  width: 100%;
  max-width: 34.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4rem; }
  @media (min-width: 900px) {
    .gp-single-job__right {
      margin-top: 0; } }

.gp-single-job__info-wrapper {
  margin: 4rem 0; }

.gp-single-job__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #6e7191;
  margin-bottom: 0.25rem; }

.gp-single-job__icon {
  height: 0.75rem;
  width: auto;
  fill: #6e7191; }

.gp-single-wiki-article {
  position: relative; }
  .gp-single-wiki-article__wrapper {
    color: #4e4b66;
    max-width: 47rem;
    width: 100%;
    margin: 0 auto 4rem auto; }
    @media (min-width: 1200px) {
      .gp-single-wiki-article__wrapper {
        margin-bottom: 8rem; } }
  .gp-single-wiki-article__hero {
    margin-bottom: 3rem; }
  .gp-single-wiki-article__background-image {
    position: absolute;
    width: 50%;
    height: auto;
    z-index: -1;
    right: 0;
    top: -2rem; }
    @media (min-width: 600px) {
      .gp-single-wiki-article__background-image {
        width: 28%; } }
    @media (min-width: 900px) {
      .gp-single-wiki-article__background-image {
        top: -3rem; } }
  .gp-single-wiki-article .wp-block-image {
    margin: 3rem 0; }
    .gp-single-wiki-article .wp-block-image img {
      width: 100%;
      display: block;
      -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
      height: auto;
      border-radius: 10px; }
  .gp-single-wiki-article .wp-block-verse {
    background: #f0f6ff;
    border: 0.0625rem solid #b3d1ff;
    border-radius: 10px;
    padding: 0.25rem 1rem;
    margin: 3rem 0; }
    .gp-single-wiki-article .wp-block-verse::before {
      content: "-";
      display: inline-block;
      width: 0.75rem;
      height: 1.3125rem;
      background: url(../../assets/icons/circle-exclamation.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 0.5rem; }
  .gp-single-wiki-article .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% / (16 / 9)); }
    .gp-single-wiki-article .wp-block-embed__wrapper iframe {
      position: absolute;
      height: 100%;
      width: 1000%; }


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