/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/glightbox/dist/css/glightbox.css ***!
  \*************************************************************************************************/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./styles/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
html {
  box-sizing: border-box;
  margin: 0 !important;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box; }

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

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

img {
  max-width: 100%; }

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

a {
  color: inherit; }

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

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

p:last-child {
  margin-bottom: 0; }

@font-face {
  font-display: swap;
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: url(2b13cc93b07c41b27134.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  src: url(d4372303be516eb1c973.woff2) format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "DIN Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(512f03c42d82d5a1483b.woff2) format("woff2"); }

/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }

body:not(.wp-admin),
.editor-visual-editor {
  font-size: 19px;
  margin: 0;
  line-height: 1.26;
  font-family: "IBM Plex Mono";
  font-weight: 400;
  font-style: normal;
  color: #4c553b;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  letter-spacing: -0.025em; }
  body:not(.wp-admin) section,
  .editor-visual-editor section {
    position: relative; }
  body:not(.wp-admin) [x-cloak],
  .editor-visual-editor [x-cloak] {
    display: none !important; }
  body:not(.wp-admin) .gc-post-content,
  .editor-visual-editor .gc-post-content {
    flex: 1; }
  body:not(.wp-admin) h1,
  body:not(.wp-admin) h2,
  body:not(.wp-admin) h3,
  body:not(.wp-admin) h4,
  body:not(.wp-admin) h5,
  body:not(.wp-admin) h6,
  .editor-visual-editor h1,
  .editor-visual-editor h2,
  .editor-visual-editor h3,
  .editor-visual-editor h4,
  .editor-visual-editor h5,
  .editor-visual-editor h6 {
    font-family: "DIN Condensed";
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.32;
    margin: 0 0 1rem 0; }
  body:not(.wp-admin) h2,
  body:not(.wp-admin) .h2,
  .editor-visual-editor h2,
  .editor-visual-editor .h2 {
    font-size: 62px;
    line-height: 74px;
    text-transform: uppercase; }
  body:not(.wp-admin) h3,
  body:not(.wp-admin) .h3,
  .editor-visual-editor h3,
  .editor-visual-editor .h3 {
    font-size: 39px; }
  body:not(.wp-admin) h4,
  body:not(.wp-admin) .h4,
  .editor-visual-editor h4,
  .editor-visual-editor .h4 {
    font-size: 27px; }
  body:not(.wp-admin) h5,
  body:not(.wp-admin) .h5,
  .editor-visual-editor h5,
  .editor-visual-editor .h5 {
    font-size: 1.125rem; }
  body:not(.wp-admin) h6,
  body:not(.wp-admin) .h6,
  .editor-visual-editor h6,
  .editor-visual-editor .h6 {
    font-size: 1rem;
    line-height: 1.375;
    font-weight: bold; }
  body:not(.wp-admin) .tag_text,
  .editor-visual-editor .tag_text {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px; }

html :where(.wp-block) {
  max-width: 100% !important; }

body .ff-default .ff-el-form-control {
  background-color: #e3dccb;
  border: none;
  color: #625343;
  padding: 10px 16px; }
  body .ff-default .ff-el-form-control::-moz-placeholder {
    color: #625343; }
  body .ff-default .ff-el-form-control::placeholder {
    color: #625343; }

body .ff-default .ff_btn_style {
  border: 1px solid #4c553b;
  padding: 10px 20px;
  border-radius: 12px;
  color: #000000 !important;
  background-color: transparent !important;
  transition: all 0.15s ease-in-out; }
  body .ff-default .ff_btn_style:hover {
    background-color: #000000 !important;
    color: #fff !important; }

.swiper-wrapper {
  transition-timing-function: linear !important; }

p:first-child {
  margin-top: 0; }

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.reveal-me {
  view-timeline-name: --revealing;
  animation: fade-in linear both;
  animation-timeline: --revealing;
  animation-range: entry 10% cover 30%; }

/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./templates/single-download.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.gc-single-download__container {
  display: grid;
  grid-template-columns: minmax(0, 591fr) minmax(0, 569fr);
  gap: 2.5rem;
  margin-top: 51px; }
  @media (max-width: 900px) {
    .gc-single-download__container {
      display: block; } }

.gc-single-download__gallery {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  background: #f9fafb;
  border-radius: 17px;
  display: block;
  place-content: center;
  padding: 44px 0;
  position: relative; }
  @media (max-width: 900px) {
    .gc-single-download__gallery {
      margin-bottom: 2.5rem;
      padding: 44px 0;
      aspect-ratio: unset; } }

.gc-single-download__prev, .gc-single-download__next {
  height: 100%;
  width: 88px;
  left: 0;
  display: grid;
  place-content: center;
  top: 0;
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2; }

.gc-single-download__prev svg {
  transform: rotate(180deg); }

.gc-single-download__next {
  right: 0;
  left: auto; }

.gc-single-download__item {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 900px) {
    .gc-single-download__item {
      height: 279px; } }

.gc-single-download__image {
  box-shadow: -4px 55px 22px rgba(32, 37, 45, 0.01), -2px 31px 19px rgba(32, 37, 45, 0.05), -1px 14px 14px rgba(32, 37, 45, 0.09), 0px 3px 8px rgba(32, 37, 45, 0.1);
  border-radius: 6.33214px;
  width: 100%;
  height: auto;
  max-width: 320px;
  max-height: 401px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto; }
  @media (max-width: 900px) {
    .gc-single-download__image {
      width: calc(100% - 2rem);
      max-height: 279px;
      width: auto; } }

.gc-single-download .swiper-pagination-bullet {
  background-color: #d0d4dc !important;
  margin: 0 3px !important; }
  .gc-single-download .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4c5361 !important;
    width: 12px !important; }

.gc-single-download__title {
  margin-bottom: 1rem;
  color: #161a22; }

.gc-single-download__price {
  color: #262b35; }

.gc-single-download__buttons {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem; }

.gc-single-download__variations {
  display: grid;
  gap: 1rem; }

.gc-single-download__label {
  padding: 14px 16px 20px;
  width: 100%;
  height: auto;
  background: #f9fafb;
  border: 2px solid #eaecf0;
  border-radius: 16px;
  display: block;
  position: relative;
  color: #262b35;
  cursor: pointer; }
  .gc-single-download__label::after {
    content: "";
    display: block;
    right: 18px;
    top: 12px;
    width: 26px;
    height: 26px;
    border: 2px solid #9fa7b7;
    position: absolute;
    border-radius: 50%; }
  .gc-single-download__label:has(input:checked) {
    border: 2px solid #2d7bf0;
    background: #f4f7fa; }
    .gc-single-download__label:has(input:checked)::after {
      border-color: #2d7bf0;
      background-color: transparent; }
    .gc-single-download__label:has(input:checked)::before {
      content: "";
      display: block;
      right: 18px;
      top: 12px;
      width: 26px;
      height: 26px;
      position: absolute;
      border-radius: 50%;
      background-image: url(14b01d0dc92b96f51609.svg);
      background-size: contain; }
    .gc-single-download__label:has(input:checked) ul {
      color: #4c5361; }
  .gc-single-download__label input {
    display: none; }

.gc-single-download__label-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 56px; }

.gc-single-download__price-wrapper {
  display: flex;
  font-weight: 600;
  gap: 6px; }

.gc-single-download__price-sale {
  color: #de4612; }

.gc-single-download__price-regular {
  text-decoration-line: line-through;
  color: #9da8b8; }

.gc-single-download__desc {
  font-size: 15px;
  color: #4c5461;
  margin-top: 8px;
  line-height: 20px; }
  .gc-single-download__desc p {
    margin: 0 0 0.5rem; }
  .gc-single-download__desc ul {
    color: #262c35 !important;
    margin: 8px 0 0 0;
    padding-left: 20px;
    display: grid;
    gap: 11px; }

.gc-single-download__description {
  color: #576170;
  margin-top: 1.5rem; }

.gc-single-download__categories {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  color: #4c5361;
  font-size: 15px; }

.gc-single-download__category {
  display: flex;
  align-items: center;
  gap: 0.5rem; }

.gc-single-download--bundle {
  margin-top: 52px; }
  .gc-single-download--bundle .gc-single-download__bundle-container {
    max-width: 832px;
    text-align: center; }
    .gc-single-download--bundle .gc-single-download__bundle-container .gc-single-download__price-wrapper {
      margin: 3rem auto 1.5rem;
      display: flex;
      justify-content: center; }
  .gc-single-download--bundle .gc-single-download__bundle-items h2 {
    text-align: center; }
  .gc-single-download--bundle .gc-single-download__form {
    max-width: 400px;
    margin: 0 auto; }

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./templates/single-post.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.gc-single-blog-Old {
  margin: 51px 0 100px; }
  .gc-single-blog-Old__top {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center; }
  .gc-single-blog-Old__title {
    color: #161a22;
    margin-bottom: 1.5rem; }
  .gc-single-blog-Old__excerpt {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #556171;
    margin-bottom: 1.5rem; }
  .gc-single-blog-Old__categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.5rem 0; }
  .gc-single-blog-Old__category {
    padding: 0.25rem 0.5rem;
    background: #f9fafb;
    border-radius: 4px;
    font-family: "Spline Sans Mono";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #9fa7b7; }
  .gc-single-blog-Old__published {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #9da8b8; }
  .gc-single-blog-Old__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0 52px;
    max-height: 720px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem; }
  .gc-single-blog-Old__bottom {
    display: grid;
    grid-template-columns: 300fr 748fr;
    gap: 2.5rem;
    align-items: flex-start; }
    @media (max-width: 900px) {
      .gc-single-blog-Old__bottom {
        grid-template-columns: 1fr; } }
  .gc-single-blog-Old__content > h2 {
    font-size: 44px !important;
    font-family: "Instrument Serif" !important;
    line-height: 60px !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important; }
    .gc-single-blog-Old__content > h2:not(:first-child) {
      margin-top: 2rem !important; }
  .gc-single-blog-Old__content .wp-block-quote {
    padding: 2.5rem 0;
    margin: 2rem 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4a5462; }
    .gc-single-blog-Old__content .wp-block-quote .wp-block-heading {
      font-family: "Instrument Serif";
      font-style: italic;
      font-weight: 400;
      font-size: 40px;
      line-height: 50px;
      flex: none;
      order: 0;
      align-self: stretch;
      flex-grow: 0; }
  .gc-single-blog-Old__content .gc-featured-item {
    margin: 2rem 0; }
    .gc-single-blog-Old__content .gc-featured-item__container {
      padding: 0; }
  .gc-single-blog-Old__toc {
    display: grid;
    position: sticky;
    top: 100px;
    gap: 1.25rem; }
  .gc-single-blog-Old__toc-link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #697381;
    text-decoration: none; }
    .gc-single-blog-Old__toc-link--active {
      color: #161a22;
      border-left: 2px solid #161a22;
      padding-left: 1rem; }

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./templates/single-with-sidebar.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.gc-sws__container {
  display: grid;
  grid-template-columns: 2fr 1fr; }

.gc-sws__left {
  border-right: 1px solid #005DA5;
  padding-left: 53px;
  padding-right: 53px; }
  .gc-sws__left section {
    padding: 3rem 0; }

.gc-sws__right {
  padding-left: 53px;
  padding-right: 53px; }
  .gc-sws__right section {
    padding: 3rem 0; }

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/announcement-bar/announcement-bar.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.gc-announcement-bar {
  padding: 41px 0;
  background-color: #f3f4f5; }
  @media (max-width: 900px) {
    .gc-announcement-bar {
      padding: 14px 0; } }
  .gc-announcement-bar--small {
    padding: 14px 0; }
    .gc-announcement-bar--small .gc-announcement-bar__title {
      font-size: 14px; }
  .gc-announcement-bar__icon {
    width: 1.25rem;
    height: auto;
    display: block; }
  .gc-announcement-bar__container {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center; }
  .gc-announcement-bar__title {
    margin: 0;
    color: #262b35;
    font-size: 15px;
    font-weight: 600; }
    @media (max-width: 900px) {
      .gc-announcement-bar__title {
        font-size: 14px; } }

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/blog-grid/blog-grid.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.gc-blog-grid {
  margin: 4rem 0 46px; }
  .gc-blog-grid--single-post {
    margin-top: 5rem; }
  .gc-blog-grid__title {
    text-align: center;
    margin-bottom: 2rem !important;
    color: #262b35; }
  .gc-blog-grid__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; }
    @media (max-width: 1000px) {
      .gc-blog-grid__list {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 500px) {
      .gc-blog-grid__list {
        grid-template-columns: 1fr; } }
  .gc-blog-grid__center {
    display: flex;
    justify-content: center;
    margin-top: 56px; }

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/blog-item/blog-item.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.gc-blog-item--single {
  padding: 0.75rem; }
  .gc-blog-item--single .gc-blog-item__title {
    letter-spacing: -0.003em;
    color: #252b36; }

.gc-blog-item a {
  text-decoration: none; }

.gc-blog-item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 276 / 190;
  border-radius: 8px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }

.gc-blog-item__image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 276 / 190;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  background-color: #f9fafb; }

.gc-blog-item__category {
  color: #9fa7b7;
  font-weight: 500;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-family: "Spline Sans Mono";
  text-transform: uppercase; }

.gc-blog-item__title {
  margin-bottom: 0;
  color: #262b35; }

.gc-blog-item__categories {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap; }

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/blogroll/blogroll.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.gc-blogroll {
  margin: 4rem 0 46px; }
  @media (max-width: 900px) {
    .gc-blogroll {
      margin-top: 1rem; } }
  .gc-blogroll__top {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
    padding: 0 1rem; }
    @media (max-width: 900px) {
      .gc-blogroll__top {
        padding: 0; } }
  .gc-blogroll__title {
    font-family: "Instrument Serif" !important;
    font-style: italic;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 50px !important;
    color: #d0d4dc;
    position: absolute;
    right: 1rem; }
    @media (max-width: 900px) {
      .gc-blogroll__title {
        display: none; } }
  .gc-blogroll__categories {
    padding: 4px 5px;
    gap: 2px;
    background: #f3f4f5;
    border-radius: 8px;
    position: relative;
    z-index: 2; }
    @media (max-width: 600px) {
      .gc-blogroll__categories {
        display: none; } }
  .gc-blogroll__cat {
    padding: 8px 14px;
    border-radius: 4px;
    font-family: "Spline Sans Mono";
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #697381;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .gc-blogroll__cat:not(.is-active):hover {
      background-color: #ebecf0; }
    .gc-blogroll__cat.is-active {
      background: #ffffff;
      border: 1px solid #cfd4dd;
      box-shadow: 0px 6px 8px rgba(32, 37, 45, 0.03); }
  .gc-blogroll__search {
    position: relative;
    width: 110px;
    transition: all 0.15s ease-in-out;
    z-index: 2; }
    .gc-blogroll__search--focused {
      width: 250px; }
    .gc-blogroll__search ::-moz-placeholder {
      font-family: "Spline Sans Mono";
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      color: #9da8b8;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      pointer-events: none; }
    .gc-blogroll__search ::placeholder {
      font-family: "Spline Sans Mono";
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      color: #9da8b8;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      pointer-events: none; }
    .gc-blogroll__search input {
      width: 100%;
      border: none;
      background: #f3f4f5;
      height: 42px;
      padding: 12px 16px 12px 40px;
      border-radius: 8px;
      font-family: "Inter";
      font-size: 15px;
      transition: all 0.15s ease-in-out;
      border: 1px solid transparent; }
      .gc-blogroll__search input:hover, .gc-blogroll__search input:focus {
        border: 1px solid #d0d4dc;
        outline: none; }
        .gc-blogroll__search input:hover::-moz-placeholder, .gc-blogroll__search input:focus::-moz-placeholder {
          color: #576170; }
        .gc-blogroll__search input:hover::placeholder, .gc-blogroll__search input:focus::placeholder {
          color: #576170; }
  .gc-blogroll__search-dropdown {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 8px 8px 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eaecf0;
    box-shadow: -4px 55px 22px rgba(32, 37, 45, 0.01), -2px 31px 19px rgba(32, 37, 45, 0.05), -1px 14px 14px rgba(32, 37, 45, 0.09), 0px 3px 8px rgba(32, 37, 45, 0.1);
    -webkit-backdrop-filter: blur(60px);
            backdrop-filter: blur(60px);
    border-radius: 8px;
    min-width: 357px; }
  .gc-blogroll__search-dropdown-top {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.003em;
    color: #6b7280;
    border-bottom: 1px solid #d0d4dc;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    justify-content: space-between; }
    .gc-blogroll__search-dropdown-top span {
      color: #262b35;
      font-weight: bold; }
  .gc-blogroll__search-icon {
    position: absolute;
    left: 12px;
    top: 9px; }
  .gc-blogroll__search-close {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain; }
  .gc-blogroll__search-dropdown-results {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem; }
  .gc-blogroll__search-dropdown-item {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none; }
  .gc-blogroll__search-post-title {
    font-family: "Instrument Serif";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #252b36;
    margin-bottom: 4px; }
  .gc-blogroll__search-categories {
    display: flex;
    gap: 0.5rem; }
  .gc-blogroll__search-category {
    font-family: "Spline Sans Mono";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #9da8b8; }
  .gc-blogroll__search-thumb {
    width: 4rem;
    flex-shrink: 0;
    height: 44px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2px; }
  .gc-blogroll__search-see-all {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #697381;
    margin-top: 0.75rem; }
  .gc-blogroll__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; }
    @media (max-width: 1000px) {
      .gc-blogroll__list {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 500px) {
      .gc-blogroll__list {
        grid-template-columns: 1fr; } }
  .gc-blogroll__center {
    display: flex;
    justify-content: center;
    margin-top: 56px; }

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/button/button.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.gc-button {
  display: inline-flex;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #c1472b;
  color: #fff;
  justify-content: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .gc-button:hover {
    background: #94341e; }
  .gc-button--white {
    background-color: #fff;
    color: #000; }
    .gc-button--white:hover {
      background: #94341e;
      color: #fff; }

/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/callout/callout.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.gc-callout {
  margin: 2rem 0;
  color: #4c5361;
  padding: 48px 56px;
  gap: 32px;
  background: #ffefd0;
  border: 1px solid #ffe3a6;
  box-shadow: 0px 8px 26px rgba(32, 37, 44, 0.08);
  border-radius: 16px; }
  @media (max-width: 900px) {
    .gc-callout {
      padding: 1rem 1.5rem; } }
  .gc-callout--blue {
    color: #6b7280;
    background: #f4f7fb;
    border-color: #b6d6fe; }
    .gc-callout--blue .gc-callout__top,
    .gc-callout--blue .gc-callout__title {
      color: #2d7bf0; }
    .gc-callout--blue .gc-callout__title {
      margin-bottom: 0.5rem !important; }
  .gc-callout__top {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem; }
  .gc-callout__icon {
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0; }
  .gc-callout__title {
    color: #161a22;
    margin-bottom: 2rem !important; }
  .gc-callout h4 {
    color: #262b35; }
  .gc-callout ol,
  .gc-callout ul {
    margin-top: 1rem;
    padding-left: 20px;
    display: grid;
    gap: 0.5rem;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; }

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/checkmarks/checkmarks.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.gc-checkmarks {
  padding: 0.5rem 0;
  margin: 100px 0 4rem; }
  .gc-checkmarks__title {
    text-align: center;
    max-width: 760px;
    width: 100%;
    margin: 0 auto 2rem !important;
    font-size: 2.5rem !important;
    color: #6b7280 !important; }
  .gc-checkmarks__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.5rem;
    justify-content: center; }
  .gc-checkmarks__list-item {
    display: flex;
    gap: 10px;
    margin: 0 !important;
    align-items: center;
    color: #4c5361;
    justify-content: center;
    text-align: center; }
    @media (max-width: 900px) {
      .gc-checkmarks__list-item {
        display: inline-block; } }
  .gc-checkmarks__icon {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain; }

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/contact-form-with-image/contact-form-with-image.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.contact-form-with-image {
  margin: 51px 0 0;
  background-color: #f1e8de; }
  @media (max-width: 900px) {
    .contact-form-with-image {
      margin-top: 0; } }
  .contact-form-with-image__container {
    display: grid;
    grid-template-columns: 744fr 327fr;
    gap: 100px; }
  .contact-form-with-image__title {
    text-transform: none !important;
    margin-bottom: 2rem !important; }
  .contact-form-with-image__image-wrapper {
    margin-top: -150px; }
  .contact-form-with-image__image {
    width: 100%;
    border-radius: 12px; }

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/contact-form/contact-form.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.gc-contact-form {
  margin: 51px 0 4rem; }
  @media (max-width: 900px) {
    .gc-contact-form {
      margin-top: 0; } }
  .gc-contact-form__bottom {
    width: 100%;
    max-width: 761px;
    margin: 0 auto; }

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/container/container.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.gc-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1471px; }
  @media (min-width: 900px) {
    .gc-container {
      padding-left: 4rem;
      padding-right: 4rem; } }
  .gc-container--has-margin {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 900px) {
      .gc-container--has-margin {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
  .gc-container--has-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 900px) {
      .gc-container--has-padding {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .gc-container--mobile-full-width {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 900px) {
      .gc-container--mobile-full-width {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .wp-block[data-type*="container"] .gc-container {
    border: 1px dashed lightgray;
    padding: 25px; }

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/content-with-gallery/content-with-gallery.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.gc-content-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  align-items: center; }
  @media (max-width: 900px) {
    .gc-content-gallery__wrapper {
      grid-template-columns: 1fr; } }

.gc-content-gallery__title {
  text-align: center;
  margin-left: auto;
  width: 562px;
  color: #c1472b;
  text-transform: uppercase;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center; }
  .gc-content-gallery__title h2 {
    margin-bottom: 0 !important; }

.gc-content-gallery__decorator {
  width: 2rem;
  height: 2rem;
  background-color: #c1472b;
  border-radius: 50%; }

.gc-content-gallery__button {
  margin-top: 2.5rem; }

.gc-content-gallery__content h3 {
  margin: 0; }

.gc-content-gallery__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px; }
  @media (min-width: 1200px) {
    .gc-content-gallery__items {
      margin-top: -60px; } }

.gc-content-gallery__image-wrapper:nth-child(2) {
  margin-top: 236px; }

.gc-content-gallery__image-wrapper:nth-child(3) {
  margin-top: -436px;
  display: flex;
  justify-content: center; }

.gc-content-gallery__image {
  border-radius: 12px; }

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/content-with-visual-decorator/content-with-visual-decorator.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.gc-cwvd--contacts .gc-cwvd__content h2 {
  color: #000000;
  text-transform: none;
  font-size: 4rem;
  margin-bottom: 4rem; }

.gc-cwvd--reverse .gc-cwvd__container {
  grid-template-columns: 563fr 487fr;
  gap: 116px; }
  @media (max-width: 900px) {
    .gc-cwvd--reverse .gc-cwvd__container {
      grid-template-columns: 1fr; } }

@media (min-width: 901px) {
  .gc-cwvd--reverse .gc-cwvd__image-wrapper {
    order: 2; } }

.gc-cwvd--bg-solid {
  background-color: #f2e8de; }
  .gc-cwvd--bg-solid .gc-cwvd__content h3 {
    color: #000; }

.gc-cwvd--decorator-hidden .gc-cwvd__decorator {
  display: none; }

@media (min-width: 901px) {
  .gc-cwvd--small .gc-cwvd__container {
    grid-template-columns: 418fr 593fr; } }

@media (min-width: 901px) {
  .gc-cwvd--small.gc-cwvd--reverse .gc-cwvd__container {
    grid-template-columns: 593fr 418fr; } }

@media (min-width: 901px) {
  .gc-cwvd--big .gc-cwvd__container {
    grid-template-columns: 687fr 435fr; } }

@media (min-width: 901px) {
  .gc-cwvd--big.gc-cwvd--reverse .gc-cwvd__container {
    grid-template-columns: 435fr 687fr; } }

.gc-cwvd__container {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 116px;
  align-items: flex-start; }
  @media (max-width: 900px) {
    .gc-cwvd__container {
      grid-template-columns: 1fr; } }

.gc-cwvd__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .gc-cwvd__content h3,
  .gc-cwvd__content h2 {
    color: #c1472b;
    text-transform: uppercase;
    max-width: 520px; }
  .gc-cwvd__content--center {
    text-align: center; }
  .gc-cwvd__content--left {
    align-items: flex-start; }

.gc-cwvd ul {
  padding-left: 24px;
  display: grid;
  gap: 1rem; }

.gc-cwvd__image-wrapper {
  position: relative;
  z-index: 2; }

.gc-cwvd__decorator {
  position: absolute;
  left: 149px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
  /* temporario*/
  display: none; }

.gc-cwvd__button {
  margin-top: 1.5rem; }

.gc-cwvd__image {
  height: auto;
  width: 100%;
  border-radius: 40px; }

.gc-cwvd__contacts {
  margin-top: 60px;
  text-align: center; }
  .gc-cwvd__contacts a {
    text-decoration: none; }

.gc-cwvd__socials {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 44px; }

.gc-cwvd__title {
  display: flex;
  align-items: start;
  gap: 8px; }

.gc-cwvd__decorator-circle {
  width: 2rem;
  height: 2rem;
  background-color: #c1472b;
  border-radius: 50%;
  margin-top: 20px; }

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/content-with-visual/content-with-visual.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.gc-cwv--negative-bottom {
  margin-bottom: -140px;
  z-index: 2;
  position: relative; }

.gc-cwv__container {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 66px;
  align-items: center; }
  @media (max-width: 900px) {
    .gc-cwv__container {
      grid-template-columns: 1fr; } }

.gc-cwv__title {
  text-align: center;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 451px; }

.gc-cwv ul {
  padding-left: 24px;
  display: grid;
  gap: 0.25rem; }
  .gc-cwv ul h3 {
    margin: 0 !important; }

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

.gc-cwv__content h3 {
  color: #c1472b;
  text-transform: uppercase; }

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/disclaimer/disclaimer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.gc-disclaimer {
  margin: 2rem 0;
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid #d0d4dc;
  border-bottom: 1px solid #d0d4dc; }
  .gc-disclaimer__title {
    color: #161a22;
    margin-bottom: 1rem !important; }
  .gc-disclaimer__description {
    margin-bottom: 2.5rem; }
  .gc-disclaimer h4 {
    color: #262b35; }
  .gc-disclaimer ol,
  .gc-disclaimer ul {
    margin-top: 1rem;
    padding-left: 20px;
    display: grid;
    gap: 0.5rem;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; }

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/discount-callout/discount-callout.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.gc-discount-callout {
  margin: 100px 0 4rem; }
  .gc-discount-callout__content {
    padding: 16px;
    gap: 8px;
    max-width: 569px;
    height: auto;
    background: #f4f7fb;
    border: 1px solid #007df9;
    border-radius: 8px;
    font-size: 15px;
    line-height: 20px;
    color: #252b36;
    color: color(display-p3 0.149 0.169 0.208);
    margin: 0 auto; }
    .gc-discount-callout__content p {
      margin: 0; }
      .gc-discount-callout__content p:first-child {
        margin-top: 0; }
      .gc-discount-callout__content p:not(:last-child) {
        margin-bottom: 0.5rem; }
    .gc-discount-callout__content a {
      color: #2d7bf0;
      text-decoration: none;
      font-weight: bold; }

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/featured-item/featured-item.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.gc-featured-item {
  margin: 5rem 0; }
  .gc-featured-item--product {
    margin: 2rem 0 1.5rem; }
    .gc-featured-item--product .gc-featured-item__container {
      padding: 0; }
  .gc-featured-item__item {
    display: grid;
    padding: 2.5rem;
    gap: 2.5rem;
    grid-template-columns: 2fr 1.4fr;
    border-radius: 16px;
    border: 1px solid var(--Gray-800, #eaecf0);
    background: var(--Gray-999, #f9fafb); }
    @media (max-width: 900px) {
      .gc-featured-item__item {
        grid-template-columns: 1fr;
        padding: 1rem;
        gap: 1rem; } }
  .gc-featured-item__image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden; }
    @media (max-width: 900px) {
      .gc-featured-item__image-wrapper {
        height: auto;
        aspect-ratio: 44 / 30;
        order: -1; } }
  .gc-featured-item__image {
    /*
        aspect-ratio: 29/20;
        */
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #eaecf0;
    position: absolute;
    height: 100%;
    width: 100%; }
  .gc-featured-item__title {
    margin-bottom: 0.5rem;
    color: var(--Gray-100, #151a23); }
  .gc-featured-item__description {
    color: var(--Gray-500, #697381);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62; }
    @media (max-width: 900px) {
      .gc-featured-item__description {
        display: none; } }
  .gc-featured-item__button {
    margin-top: 2rem; }
    @media (max-width: 900px) {
      .gc-featured-item__button {
        margin-top: 0.5rem; } }

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/features-banner/features-banner.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.gc-features-banner {
  margin: 5rem 0; }
  .gc-features-banner--wide-right .gc-features-banner__container {
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: 2.44fr 3.46fr; }
    @media (max-width: 900px) {
      .gc-features-banner--wide-right .gc-features-banner__container {
        grid-template-columns: 1fr; } }
  .gc-features-banner__container {
    display: grid;
    grid-template-columns: 3.46fr 2.44fr;
    gap: 1.25rem; }
    @media (max-width: 900px) {
      .gc-features-banner__container {
        grid-template-columns: 1fr; } }
  .gc-features-banner h2 {
    color: #262b35; }
  .gc-features-banner__item {
    background: #f3f4f5;
    border: 1px solid #cfd4dd;
    box-shadow: 0px 8px 26px rgba(32, 37, 44, 0.08);
    border-radius: 12px;
    padding: 100px 1.5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #262b35; }
    .gc-features-banner__item--image {
      background: transparent;
      border: none;
      color: #fff;
      padding-bottom: 100px; }
      .gc-features-banner__item--image::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        z-index: 0;
        width: 100%;
        pointer-events: none; }
      .gc-features-banner__item--image .gc-features-banner__image {
        position: absolute;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        top: 0;
        width: 100%;
        z-index: -1;
        margin: 0; }
      .gc-features-banner__item--image .gc-features-banner__description,
      .gc-features-banner__item--image h2 {
        color: #fff; }
  .gc-features-banner__content {
    position: relative;
    z-index: 1; }
  .gc-features-banner__image {
    max-width: 100%;
    margin-top: 2rem; }
  .gc-features-banner__description {
    color: #6b7280; }

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/footer-links/footer-links.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.gc-footer-links {
  background-color: #f1e8de; }
  .gc-footer-links__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 66px;
    row-gap: 4rem; }
    @media (max-width: 900px) {
      .gc-footer-links__container {
        grid-template-columns: 1fr 1fr; } }
  .gc-footer-links__links, .gc-footer-links__restaurants {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 200px;
    row-gap: 2rem;
    color: #4c553b; }
    @media (max-width: 900px) {
      .gc-footer-links__links, .gc-footer-links__restaurants {
        grid-template-columns: 1fr 1fr; } }
    .gc-footer-links__links strong, .gc-footer-links__restaurants strong {
      color: #625343; }
  .gc-footer-links__links {
    grid-template-columns: 1fr; }

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/footer/footer.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.gc-footer {
  background-color: #f1e8de;
  padding: 30px 0 84px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #556171; }
  @media (max-width: 900px) {
    .gc-footer {
      padding: 30px 0; } }
  .gc-footer__container {
    display: grid;
    gap: 56px;
    grid-template-columns: repeat(3, 1fr);
    align-items: center; }
    @media (max-width: 900px) {
      .gc-footer__container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem; } }
  .gc-footer__small-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .gc-footer__small-links {
        justify-content: center; } }
    .gc-footer__small-links li:not(:first-child) {
      border-left: 1px solid #625343;
      padding-left: 8px; }
    .gc-footer__small-links a {
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1;
      color: #625343;
      text-decoration: none;
      display: block; }
  @media (max-width: 900px) {
    .gc-footer__copyright {
      order: 2; } }
  .gc-footer__logo {
    margin-top: 20px;
    margin: 20px auto 0;
    display: block; }

/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/gallery/gallery.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.gc-complex-grid {
  padding: 100px 0;
  overflow: hidden;
  position: relative; }
  .gc-complex-grid__bg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 900px;
    z-index: -1; }
  .gc-complex-grid__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .gc-complex-grid__header {
    max-width: 600px;
    margin-left: auto;
    margin-bottom: 140px; }
  .gc-complex-grid__text {
    color: #c1472b;
    line-height: 1.4 !important;
    text-transform: none !important; }
  .gc-complex-grid__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    position: relative; }
  .gc-complex-grid__image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    width: 100%;
    height: 398px; }
  .gc-complex-grid__image {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    will-change: transform; }
  .gc-complex-grid__items > .gc-complex-grid__image-wrapper:nth-child(1) {
    grid-column: 1 / 5;
    grid-row: 1; }
  .gc-complex-grid__items > .gc-complex-grid__image-wrapper:nth-child(2) {
    grid-column: 5 / 13;
    grid-row: 1; }
  .gc-complex-grid__items > .gc-complex-grid__image-wrapper:nth-child(3) {
    grid-column: 1 / 8;
    grid-row: 2; }
  .gc-complex-grid__items > .gc-complex-grid__image-wrapper:nth-child(4) {
    grid-column: 8 / 13;
    grid-row: 2 / 4;
    height: 827px; }
  .gc-complex-grid__items > .gc-complex-grid__image-wrapper:nth-child(5) {
    grid-column: 1 / 4;
    grid-row: 3; }
  .gc-complex-grid__items > .gc-complex-grid__image-wrapper:nth-child(6) {
    grid-column: 4 / 8; }

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/grid-images-description/grid-images-description.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.gc-grid-image {
  padding: 80px 0;
  overflow: hidden; }
  .gc-grid-image__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .gc-grid-image__title {
    font-family: "Georgia", serif;
    text-transform: uppercase;
    color: #b35a38;
    margin-bottom: 20px; }
  .gc-grid-image__description {
    max-width: 800px;
    margin-bottom: 60px;
    line-height: 1.6;
    color: #333; }
  .gc-grid-image__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center; }
  .gc-grid-image__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    line-height: 0; }
    .gc-grid-image__image-wrapper:nth-child(2) {
      margin-top: -40px; }
  .gc-grid-image__image {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    will-change: transform; }

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/hero/hero.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
.gc-hero {
  height: 100vh;
  position: relative;
  padding: 128px 0 82px 0;
  display: flex; }
  .gc-hero__inner {
    border: 1px solid #f2b066;
    border-radius: 31px;
    padding: 2rem;
    text-align: right;
    height: 100%;
    position: relative; }
    .gc-hero__inner h1 {
      font-weight: 500;
      font-size: 51px;
      line-height: 1.1;
      color: #ffffff;
      text-transform: uppercase; }
  .gc-hero__logo {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 490px;
    height: auto;
    margin: auto; }
  .gc-hero__image {
    position: absolute;
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    inset: 0;
    z-index: -1; }

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/navbar/navbar.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.gc-navbar {
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  padding-top: 20px; }
  .gc-navbar__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative; }
  .gc-navbar__logo-wrapper {
    flex-shrink: 0;
    display: flex; }
  .gc-navbar__logo {
    height: 37px;
    width: auto; }
    .gc-navbar__logo--black {
      display: none; }
  .gc-navbar__burger {
    width: 48px;
    height: 25px;
    flex-shrink: 0;
    position: relative;
    transform: rotate(0deg);
    transition: 0.15s ease-in-out;
    background-color: transparent;
    border: 0;
    z-index: 9; }
    .gc-navbar__burger span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      left: 0;
      background: #fff;
      border-radius: 2px;
      opacity: 1;
      transform: rotate(0deg);
      transition: 0.15s ease-in-out; }
      .gc-navbar__burger span:nth-child(1) {
        top: 20%; }
      .gc-navbar__burger span:nth-child(2) {
        top: calc(50% - 1px); }
      .gc-navbar__burger span:nth-child(3) {
        bottom: 20%; }
    .gc-navbar__burger:focus {
      outline: none; }
  .gc-navbar__nav {
    position: fixed;
    right: 0;
    width: 100%;
    transform: translateX(100%);
    z-index: 2;
    height: 100vh;
    top: 0;
    transition: all 0.55s ease-in-out;
    color: #c1472b; }
  .gc-navbar__nav-wrapper {
    display: grid;
    grid-template-columns: 1fr auto; }
  .gc-navbar__nav-top {
    display: flex;
    gap: 2;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px; }
  .gc-navbar__nav-menu {
    background-color: #f1e8de;
    max-width: 1255px;
    height: 100%;
    padding: 55px 4rem 55px 4rem;
    z-index: 2;
    position: relative;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 901px) {
      .gc-navbar__nav-menu {
        padding: 122px 100px 102px 4rem;
        margin-left: auto; } }
    .gc-navbar__nav-menu::after {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      display: block;
      background-color: #f1e8de;
      max-width: 1255px;
      height: 100%;
      width: 100%;
      transition: all 0.2s ease-in-out;
      z-index: -1; }
    .gc-navbar__nav-menu--active::after {
      max-width: 785px; }
  .gc-navbar__nav-box {
    border: 1px solid #d9ae7d;
    border-radius: 31px;
    padding: 60px;
    height: 100%; }
  .gc-navbar__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: spacing(2); }
    @media (min-width: 601px) {
      .gc-navbar__menu {
        gap: 45px; } }
    .gc-navbar__menu--secondary {
      margin-bottom: 2; }
      @media (min-width: 901px) {
        .gc-navbar__menu--secondary {
          justify-content: flex-start;
          margin-bottom: 0; } }
  .gc-navbar__sub-menus {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative; }
  .gc-navbar__menu-element {
    width: 100%; }
  .gc-navbar__menu-wrapper {
    display: grid; }
    @media (min-width: 601px) {
      .gc-navbar__menu-wrapper {
        grid-template-columns: auto 1fr;
        gap: 70px;
        max-width: 565px; } }
  .gc-navbar__menu-top {
    display: grid;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 173%;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #c1472b; }
    @media (min-width: 601px) {
      .gc-navbar__menu-top {
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        margin-bottom: 70px; } }
    .gc-navbar__menu-top--bottom {
      margin-bottom: 30px; }
  .gc-navbar__custom-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px; }
  .gc-navbar__link-custom {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 173%;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #c1472b;
    text-decoration: none; }
  .gc-navbar__logo-menu {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    margin-top: 140px; }
  .gc-navbar__link {
    font-style: normal;
    font-size: 16px;
    line-height: 173%;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #c1472b;
    transition: color 0.15s ease-in-out;
    font-family: "DIN Condensed";
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 32px; }
    .gc-navbar__link:hover {
      color: #c1472b; }
  .gc-navbar__nav-icon {
    width: 7px;
    height: auto; }
  .gc-navbar__sub-link-wrapper {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    display: block; }
    .gc-navbar__sub-link-wrapper:nth-of-type(2) {
      transition-delay: 0.2s; }
    .gc-navbar__sub-link-wrapper:nth-of-type(3) {
      transition-delay: 0.3s; }
    .gc-navbar__sub-link-wrapper:nth-of-type(4) {
      transition-delay: 0.4s; }
    .gc-navbar__sub-link-wrapper:nth-of-type(5) {
      transition-delay: 0.5s; }
    .gc-navbar__sub-link-wrapper:nth-of-type(6) {
      transition-delay: 0.6s; }
    .gc-navbar__sub-link-wrapper:nth-of-type(7) {
      transition-delay: 0.7s; }
  .gc-navbar__sub-link {
    font-family: "DIN Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: -0.025em;
    color: #c1472b;
    text-decoration: none;
    opacity: 65%;
    transition: all 0.15s ease-in-out; }
    .gc-navbar__sub-link:hover {
      opacity: 1; }
  .gc-navbar__child-ul-top {
    margin: 0;
    list-style: none;
    padding: 0; }
  .gc-navbar__child-wrapper {
    position: relative; }
    .gc-navbar__child-wrapper--desktop {
      display: none; }
      @media (min-width: 901px) {
        .gc-navbar__child-wrapper--desktop {
          display: block; } }
    @media (min-width: 901px) {
      .gc-navbar__child-wrapper--mobile {
        display: none; } }
  .gc-navbar__child {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    pointer-events: none;
    max-height: 0; }
    @media (min-width: 601px) {
      .gc-navbar__child {
        position: absolute;
        top: 0;
        left: 0;
        max-height: none;
        display: grid;
        gap: 1.5rem; } }
    .gc-navbar__child--active {
      pointer-events: all;
      max-height: 1000px; }
      .gc-navbar__child--active .gc-navbar__sub-link-wrapper {
        opacity: 1;
        transform: translateY(0); }
  .gc-navbar--active .gc-navbar__nav {
    transform: translateX(0);
    pointer-events: all; }
  .gc-navbar--active .gc-navbar__left-wrapper {
    background: #c1472b;
    border-radius: 11px;
    position: relative;
    z-index: 10; }
  .gc-navbar--active .gc-navbar__burger span {
    width: 50%;
    left: 25%; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(1) {
      top: calc(50% - 1px);
      transform: rotate(135deg); }
    .gc-navbar--active .gc-navbar__burger span:nth-child(2) {
      opacity: 0;
      left: -1.5rem; }
    .gc-navbar--active .gc-navbar__burger span:nth-child(3) {
      bottom: calc(50% - 1px);
      transform: rotate(-135deg); }
  .gc-navbar__left {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    width: 100%; }
  .gc-navbar__right {
    display: flex;
    gap: 30px;
    align-items: center; }
  .gc-navbar__left-wrapper {
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    cursor: pointer; }

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/pagination/pagination.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.gc-pagination {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  margin-top: spacing(4); }
  .gc-pagination__link {
    display: block;
    text-align: center;
    color: color(gray);
    text-decoration: none;
    margin: 0 spacing(1.5);
    font-size: fontSize(h5, desktop);
    font-weight: fontWeight(bold); }
  .gc-pagination__prev, .gc-pagination__next {
    border: rem(2px) solid color(green);
    border-radius: 50%;
    width: rem(42px);
    height: rem(42px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: spacing(6.5); }
  .gc-pagination__next {
    transform: rotate(180deg);
    margin-left: spacing(6.5);
    margin-right: 0; }
  .gc-pagination__icon {
    width: rem(16px);
    height: auto; }

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/product-item/product-item.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.gc-product-item {
  position: relative; }
  .gc-product-item a {
    text-decoration: none; }
  .gc-product-item__image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 45px 64px;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    height: 596px; }
    .gc-product-item__image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      z-index: 1;
      transition: all 0.25s ease-in-out; }
  .gc-product-item__image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.7s ease-in-out; }
  .gc-product-item__buttons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: all 0.25s ease-in-out; }
  .gc-product-item__title {
    position: absolute;
    bottom: 29px;
    left: 0;
    right: 0;
    width: 100%;
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 2;
    text-align: center;
    padding: 0 1rem; }
  .gc-product-item:hover .gc-product-item__image-wrapper::after {
    opacity: 0.2; }
  .gc-product-item:hover .gc-product-item__buttons {
    opacity: 1;
    pointer-events: auto; }

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/products-grid/products-grid.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.gc-products-grid {
  margin: 4rem 0 46px; }
  .gc-products-grid__title {
    text-align: center;
    margin-bottom: 2rem;
    color: #262b35; }
    .gc-products-grid__title--taxonomy {
      font-family: "Inter" !important;
      font-size: 40px !important;
      font-weight: 600 !important; }
  .gc-products-grid__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem; }
    @media (max-width: 1000px) {
      .gc-products-grid__list {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 600px) {
      .gc-products-grid__list {
        grid-template-columns: 1fr; } }

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/separator/separator.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.gc-separator__image {
  width: 100% !important;
  height: auto; }

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/single-post/single-post.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.gc-single-blog {
  margin: 51px 0 100px; }
  .gc-single-blog__top {
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center; }
  .gc-single-blog__title {
    color: #161a22;
    margin-bottom: 1.5rem; }
  .gc-single-blog__excerpt {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #556171;
    margin-bottom: 1.5rem; }
  .gc-single-blog__categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.5rem 0; }
  .gc-single-blog__category {
    padding: 0.25rem 0.5rem;
    background: #f9fafb;
    border-radius: 4px;
    font-family: "Spline Sans Mono";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #9fa7b7; }
  .gc-single-blog__published {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #9da8b8; }
  .gc-single-blog__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0 52px;
    max-height: 720px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem; }
  .gc-single-blog__bottom {
    display: grid;
    grid-template-columns: 300fr 748fr;
    gap: 2.5rem;
    align-items: flex-start; }
    @media (max-width: 900px) {
      .gc-single-blog__bottom {
        grid-template-columns: 1fr; } }
  .gc-single-blog__content > h2 {
    font-size: 44px !important;
    font-family: "Instrument Serif" !important;
    line-height: 60px !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important; }
    .gc-single-blog__content > h2:not(:first-child) {
      margin-top: 2rem !important; }
  .gc-single-blog__content .wp-block-quote {
    padding: 2.5rem 0;
    margin: 2rem 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #4a5462; }
    .gc-single-blog__content .wp-block-quote .wp-block-heading {
      font-family: "Instrument Serif";
      font-style: italic;
      font-weight: 400;
      font-size: 40px;
      line-height: 50px;
      flex: none;
      order: 0;
      align-self: stretch;
      flex-grow: 0; }
  .gc-single-blog__content .gc-featured-item {
    margin: 2rem 0; }
    .gc-single-blog__content .gc-featured-item__container {
      padding: 0; }
  .gc-single-blog__toc {
    display: grid;
    position: sticky;
    top: 100px;
    gap: 1.25rem; }
    @media (max-width: 900px) {
      .gc-single-blog__toc {
        display: none; } }
  .gc-single-blog__toc-link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #697381;
    text-decoration: none; }
    .gc-single-blog__toc-link--active {
      color: #161a22;
      border-left: 2px solid #161a22;
      padding-left: 1rem; }

/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/slider/slider.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.gc-banner {
  margin: 51px 0 8rem;
  overflow: hidden; }
  @media (max-width: 900px) {
    .gc-banner {
      margin-top: 0; } }
  .gc-banner__wrapper {
    position: relative;
    margin: 0 -200px;
    width: calc(100% + 400px); }
  .gc-banner__inner {
    margin: 100px auto 100px; }
  .gc-banner__title {
    text-transform: uppercase;
    color: #b35a38;
    margin-bottom: 30px !important; }
  .gc-banner__description {
    margin-bottom: 60px; }
    .gc-banner__description a {
      color: #c1472b;
      font-weight: 700;
      text-decoration: none; }
  .gc-banner__swiper {
    width: 100%; }
  .gc-banner__item {
    height: auto;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 357px;
    display: flex;
    align-items: center; }
  .gc-banner__box {
    position: relative;
    z-index: 1;
    max-width: 720px;
    text-align: center;
    margin: 0 auto; }
  .gc-banner__image {
    position: relative;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1rem;
    margin: auto;
    inset: 0;
    display: block; }
  .gc-banner__bottom {
    width: 100%;
    position: relative;
    margin-top: 60px;
    display: flex;
    gap: 18px;
    justify-content: flex-end; }
  .gc-banner__prev, .gc-banner__next {
    width: 68px;
    background-color: #4c553b;
    height: 68px;
    position: static;
    border-radius: 50%;
    display: grid;
    place-content: center; }
    .gc-banner__prev::after, .gc-banner__next::after {
      display: none; }
  .gc-banner__prev svg {
    transform: rotate(180deg); }
  .gc-banner__icon {
    width: 26px;
    height: auto;
    display: block; }

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./components/title-content/title-content.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.gc-title-content__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  align-items: center; }
  @media (max-width: 900px) {
    .gc-title-content__container {
      grid-template-columns: 1fr; } }

.gc-title-content__title {
  text-align: center;
  margin-left: auto;
  width: 562px;
  color: #c1472b;
  text-transform: uppercase;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center; }
  .gc-title-content__title h2 {
    margin-bottom: 0 !important; }

.gc-title-content__decorator {
  width: 2rem;
  height: 2rem;
  background-color: #c1472b;
  border-radius: 50%; }

.gc-title-content__button {
  margin-top: 2.5rem; }

.gc-title-content__content h3 {
  margin: 0; }

.gc-title-content--top .gc-title-content__container {
  align-items: flex-start; }

