@charset "UTF-8";
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
/* PLUGINS */
@import url(../js/library/slick/slick.scss);
/* UTILITIES */
/*
========================================================================
    Utility classes
========================================================================
*/
/*	Coloring - color & background
======================================================================== */
/* #region TEXT ======================================================================= */
/*	Text transform
======================================================================== */
.tt-u {
  text-transform: uppercase;
}

/*	Text align
======================================================================== */
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

/* #endregion */
/* #region FLEX ======================================================================= */
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*	Flex Wrap
  --------------------------------------- */
  /*	Align items
  --------------------------------------- */
  /*	Justify content
  --------------------------------------- */
  /*	Wrapping
  --------------------------------------- */
}
.df--fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.df--fw-nw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.df--ai-s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.df--ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.df--jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.df--jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.df--fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.df--fw-nw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* #endregion */
/* TYPOGRAPHY */
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*	1) Headlines text group
--------------------------------------- */
h1,
.display-2xl {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 8rem);
  line-height: 1.2;
  font-family: "Geist", sans-serif;
  font-weight: 700;
}

h2,
.display-xl {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 6.4rem);
  line-height: 1.296875;
  font-family: "Geist", sans-serif;
  font-weight: 500;
}

h3,
.display-lg {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 5.4rem);
  line-height: 1.1851851852;
  font-family: "Geist", sans-serif;
  font-weight: 500;
}

h4,
.display-md {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 4rem);
  line-height: 1.3;
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

h5,
.display-sm {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 3.2rem);
  line-height: 1.1875;
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

h6,
.display-xs {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2.4rem);
  /*	2) Display text group
  --------------------------------------- */
  line-height: 1.2916666667;
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

/*	2) Display text group
--------------------------------------- */
.text-xl {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2rem);
  line-height: 1.3;
}
.text-lg {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.8rem);
  line-height: 1.2777777778;
}
.text-md {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.25;
}
.text-sm {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.text-xs {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 12px;
  /*	3) General text group
  --------------------------------------- */
  line-height: 1.25;
}

/*	2) General text group
--------------------------------------- */
.subheader {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2rem);
  line-height: 1.4;
}

strong,
.strong {
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

.bbt {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.8rem);
  line-height: 1.5555555556;
}

.sbt {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.7142857143;
}

.button {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.7142857143;
}

/*	4) Theme specific
--------------------------------------- */
/* MAIN DESIGN */
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
/*
FONT WEIGHTS:
    black:    900;
    heavy:    800;
    bold:     700;
    semiBold: 600;
    medium:   500;
    regular:  400;
    light:    300;
    thin:     100;
*/
/* #region GENERAL SETTINGS ============================================================= */
html,
body {
  background: var(--Primary-Dark, #0b2d34);
  color: black;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /*!
      Colors
  */
  --Green-100: #e0fae4;
  --Primary-green: #46e17b;
  --Green-hover: #4ffa89;
  --Dark-600: #214249;
  --Primary-Dark: #0b2d34;
  --White: #fff;
  /*!Základní*/
  --base-black: #000000;
  --base-black-rgb: 0, 0, 0;
  --base-white: #ffffff;
  --base-white-rgb: 255, 255, 255;
  /*!Šedá*/
  --gray-color-25: #fcfcfd;
  --gray-color-25-rgb: 252, 252, 253;
  --gray-color-50: #f9fafb;
  --gray-color-50-rgb: 249, 250, 251;
  --gray-color-100: #f2f4f7;
  --gray-color-100-rgb: 242, 244, 247;
  --gray-color-200: #eaecf0;
  --gray-color-200-rgb: 234, 236, 240;
  --gray-color-300: #d0d5dd;
  --gray-color-300-rgb: 208, 213, 221;
  --gray-color-400: #98a2b3;
  --gray-color-400-rgb: 152, 162, 179;
  --gray-color-500: #667085;
  --gray-color-500-rgb: 102, 112, 133;
  --gray-color-600: #475467;
  --gray-color-600-rgb: 71, 84, 103;
  --gray-color-700: #344054;
  --gray-color-700-rgb: 52, 64, 84;
  --gray-color-800: #182230;
  --gray-color-800-rgb: 24, 34, 48;
  --gray-color-900: #101828;
  --gray-color-900-rgb: 16, 24, 40;
  --gray-color-950: #0c111d;
  --gray-color-950-rgb: 12, 17, 29;
  /*!Brand*/
  --brand-color-100: #f5faff;
  --brand-color-100-rgb: 245, 250, 255;
  --brand-color-200: #eff8ff;
  --brand-color-200-rgb: 239, 248, 255;
  --brand-color-300: #d1e9ff;
  --brand-color-300-rgb: 209, 233, 255;
  --brand-color-400: #b2ddff;
  --brand-color-400-rgb: 178, 221, 255;
  --brand-color-500: #84caff;
  --brand-color-500-rgb: 132, 202, 255;
  --brand-color-600: #53b1fd;
  --brand-color-600-rgb: 83, 177, 253;
  --brand-color-700: #2e90fa;
  --brand-color-700-rgb: 46, 144, 250;
  --brand-color-800: #1570ef;
  --brand-color-800-rgb: 21, 112, 239;
  --brand-color-900: #175cd3;
  --brand-color-900-rgb: 23, 92, 211;
  --brand-color-1000: #1849a9;
  --brand-color-1000-rgb: 24, 73, 169;
  --brand-color-1100: #194185;
  --brand-color-1100-rgb: 25, 65, 133;
  --brand-color-1200: #081c35;
  --brand-color-1200-rgb: 8, 28, 53;
  /*!Error*/
  --error-color-25: #fffbfa;
  --error-color-25-rgb: 255, 251, 250;
  --error-color-50: #fef3f2;
  --error-color-50-rgb: 254, 243, 242;
  --error-color-100: #fee4e2;
  --error-color-100-rgb: 254, 228, 226;
  --error-color-200: #fecdca;
  --error-color-200-rgb: 254, 205, 202;
  --error-color-300: #fda29b;
  --error-color-300-rgb: 253, 162, 155;
  --error-color-400: #f97066;
  --error-color-400-rgb: 249, 112, 102;
  --error-color-500: #f04438;
  --error-color-500-rgb: 240, 68, 56;
  --error-color-600: #d92d20;
  --error-color-600-rgb: 217, 45, 32;
  --error-color-700: #b42318;
  --error-color-700-rgb: 180, 35, 24;
  --error-color-800: #912018;
  --error-color-800-rgb: 145, 32, 24;
  --error-color-900: #7a271a;
  --error-color-900-rgb: 122, 39, 26;
  --error-color-950: #55160c;
  --error-color-950-rgb: 85, 22, 12;
  /*!Warning*/
  --warning-color-25: #fffcf5;
  --warning-color-25-rgb: 255, 252, 245;
  --warning-color-50: #fffaeb;
  --warning-color-50-rgb: 255, 250, 235;
  --warning-color-100: #fef0c7;
  --warning-color-100-rgb: 254, 240, 199;
  --warning-color-200: #fedf89;
  --warning-color-200-rgb: 254, 223, 137;
  --warning-color-300: #fec84b;
  --warning-color-300-rgb: 254, 200, 75;
  --warning-color-400: #fdb022;
  --warning-color-400-rgb: 253, 176, 34;
  --warning-color-500: #f79009;
  --warning-color-500-rgb: 247, 144, 9;
  --warning-color-600: #dc6803;
  --warning-color-600-rgb: 220, 104, 3;
  --warning-color-700: #b54708;
  --warning-color-700-rgb: 181, 71, 8;
  --warning-color-800: #93370d;
  --warning-color-800-rgb: 147, 55, 13;
  --warning-color-900: #7a2e0e;
  --warning-color-900-rgb: 122, 46, 14;
  --warning-color-950: #4e1d09;
  --warning-color-950-rgb: 78, 29, 9;
  /*!Success*/
  --success-color-25: #f6fef9;
  --success-color-25-rgb: 246, 254, 249;
  --success-color-50: #ecfdf3;
  --success-color-50-rgb: 236, 253, 243;
  --success-color-100: #dcfae6;
  --success-color-100-rgb: 220, 250, 230;
  --success-color-200: #abefc6;
  --success-color-200-rgb: 171, 239, 198;
  --success-color-300: #75e0a7;
  --success-color-300-rgb: 117, 224, 167;
  --success-color-400: #47cd89;
  --success-color-400-rgb: 71, 205, 137;
  --success-color-500: #17b26a;
  --success-color-500-rgb: 23, 178, 106;
  --success-color-600: #079455;
  --success-color-600-rgb: 7, 148, 85;
  --success-color-700: #067647;
  --success-color-700-rgb: 6, 118, 71;
  --success-color-800: #085d3a;
  --success-color-800-rgb: 8, 93, 58;
  --success-color-900: #074d31;
  --success-color-900-rgb: 7, 77, 49;
  --success-color-950: #053321;
  --success-color-950-rgb: 5, 51, 33;
  /*!Ostatní*/
  --primary-color: #454cdf;
  --primary-color-rgb: 69, 76, 223;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --gray: #909296;
  --gray-rgb: 144, 146, 150;
  --violet: #9c68e2;
  --violet-rgb: 156, 104, 226;
  --display-color-primary: #101828;
  --display-color-primary-rgb: 16, 24, 40;
  --text-color-primary: #475467;
  --text-color-primary-rgb: 71, 84, 103;
  --header-nav-item-color: #475467;
  --header-nav-item-color-rgb: 71, 84, 103;
  --header-nav-item-hover-color: #454cdf;
  --header-nav-item-hover-color-rgb: 69, 76, 223;
  --header-menu-btn-color: #344054;
  --header-menu-btn-color-rgb: 52, 64, 84;
  --header-menu-btn-hvoer-color: #454cdf;
  --header-menu-btn-hvoer-color-rgb: 69, 76, 223;
  --mobile-buttons-border-color: #d0d5dd;
  --mobile-buttons-border-color-rgb: 208, 213, 221;
  /*!
      End of Colors
  */
  --mobile-menu-breakpoint: 970px;
  --fs-rate: 1;
  --fs-small-rate: 1;
  /* @include media($medium) {
      --fs-rate: 0.75;
      --fs-small-rate: 0.8;
  }
  @include media($smedium) {
      --fs-rate: 0.65;
      --fs-small-rate: 0.75;
  } */
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 58%;
  }
}
@media screen and (max-width: 1240px) {
  html,
  body {
    font-size: 55%;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    --fs-rate: 0.95;
    --fs-small-rate: 0.95;
  }
}

html.withMenu,
body.withMenu {
  overflow: hidden;
}

body {
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */ /* Firefox 1 - 28 */
  box-sizing: border-box; /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
  color: black;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
}

textarea {
  resize: vertical;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
label,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

.clear,
.clearfix:after {
  content: " ";
  width: 100%;
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.hidden {
  display: none;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 2.5rem;
  width: 100%;
  max-width: 144rem;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.inner-sm {
  padding: 4rem 0;
}
@media screen and (max-width: 650px) {
  .inner-sm {
    padding-block: 2rem;
  }
}

.inner-md {
  padding: 4rem 0 6.4rem 0;
}

.inner-lg {
  padding: 10.5rem 0;
}
@media screen and (max-width: 650px) {
  .inner-lg {
    padding-block: 4.5rem;
  }
}

.inner {
  padding: 6.4rem 0;
}
@media screen and (max-width: 650px) {
  .inner {
    padding-block: 4.5rem;
  }
}

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.hamburger--type {
  /*	@type: general
  --------------------------------------- */
  /*	@type: dotted
  --------------------------------------- */
  /*	@type: line-split
  --------------------------------------- */
  /*	@type: arrow-rotated
  --------------------------------------- */
}
.hamburger--type-general, .hamburger--type-undefined {
  right: calc((4rem - calc(4rem * 0.5)) / 2 + 0);
  width: calc(4rem * 0.5);
  height: calc(4rem * 0.5);
}
.hamburger--type-general:focus, .hamburger--type-undefined:focus {
  outline: none;
}
.hamburger--type-general:before, .hamburger--type-undefined:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
  content: " ";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 0;
  background: transparent;
}
.hamburger--type-general span, .hamburger--type-undefined span {
  border-radius: 1.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background: var(--Primary-green);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger--type-general span:before, .hamburger--type-general span:after, .hamburger--type-undefined span:before, .hamburger--type-undefined span:after {
  border-radius: 1.5px;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--Primary-green);
}
.hamburger--type-general span:before, .hamburger--type-undefined span:before {
  top: -6px;
}
.hamburger--type-general span:after, .hamburger--type-undefined span:after {
  bottom: -6px;
}
.hamburger--type-general.hamburger--htx, .hamburger--type-undefined.hamburger--htx {
  background: transparent;
}
.hamburger--type-general.hamburger--htx span:before, .hamburger--type-general.hamburger--htx span:after, .hamburger--type-undefined.hamburger--htx span:before, .hamburger--type-undefined.hamburger--htx span:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.hamburger--type-general.hamburger--htx span:before, .hamburger--type-undefined.hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.hamburger--type-general.hamburger--htx span:after, .hamburger--type-undefined.hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--type-general.hamburger--htx.is-active, .hamburger--type-undefined.hamburger--htx.is-active {
  background: transparent;
}
.hamburger--type-general.hamburger--htx.is-active span, .hamburger--type-undefined.hamburger--htx.is-active span {
  background: none;
  -webkit-transition: none;
  transition: none;
}
.hamburger--type-general.hamburger--htx.is-active span:before, .hamburger--type-undefined.hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--type-general.hamburger--htx.is-active span:after, .hamburger--type-undefined.hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--type-general.hamburger--htx.is-active span:before, .hamburger--type-general.hamburger--htx.is-active span:after, .hamburger--type-undefined.hamburger--htx.is-active span:before, .hamburger--type-undefined.hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
.hamburger--type-dotted {
  width: 4rem;
  height: 4rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: inline-block;
}
.hamburger--type-dotted span {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger--type-dotted span:nth-child(1) {
  left: 0;
  top: 0;
}
.hamburger--type-dotted span:nth-child(2) {
  left: 50%;
  top: 0;
}
.hamburger--type-dotted span:nth-child(3) {
  left: 100%;
  top: 0;
}
.hamburger--type-dotted span:nth-child(4) {
  left: 0;
  top: 50%;
}
.hamburger--type-dotted span:nth-child(5) {
  left: 50%;
  top: 50%;
}
.hamburger--type-dotted span:nth-child(6) {
  left: 100%;
  top: 50%;
}
.hamburger--type-dotted span:nth-child(7) {
  left: 0%;
  top: 100%;
}
.hamburger--type-dotted span:nth-child(8) {
  left: 50%;
  top: 100%;
}
.hamburger--type-dotted span:nth-child(9) {
  left: 100%;
  top: 100%;
}
.hamburger--type-dotted.hamburger--htx.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger--type-dotted.hamburger--htx.is-active span {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger--type-dotted.hamburger--htx.is-active span:nth-child(2) {
  left: 25%;
  top: 25%;
}
.hamburger--type-dotted.hamburger--htx.is-active span:nth-child(4) {
  left: 25%;
  top: 75%;
}
.hamburger--type-dotted.hamburger--htx.is-active span:nth-child(6) {
  left: 75%;
  top: 25%;
}
.hamburger--type-dotted.hamburger--htx.is-active span:nth-child(8) {
  left: 75%;
  top: 75%;
}
.hamburger--type-line-split {
  width: 4rem;
  height: 4rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hamburger--type-line-split span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 6px;
  width: 2rem;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hamburger--type-line-split span::before, .hamburger--type-line-split span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 6px;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hamburger--type-line-split span::before {
  left: 0;
  top: -12px;
}
.hamburger--type-line-split span::after {
  right: 0;
  top: 12px;
}
.hamburger--type-line-split span:first-child {
  left: 0;
}
.hamburger--type-line-split span:last-child {
  left: 50%;
}
.hamburger--type-line-split.hamburger--htx.is-active span {
  background: transparent;
}
.hamburger--type-line-split.hamburger--htx.is-active span:first-child:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(4px, 2px);
}
.hamburger--type-line-split.hamburger--htx.is-active span:first-child:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -2px);
}
.hamburger--type-line-split.hamburger--htx.is-active span:last-child:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 2px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 2px);
}
.hamburger--type-line-split.hamburger--htx.is-active span:last-child:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -2px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -2px);
}
.hamburger--type-arrow-rotated {
  width: 4rem;
  height: 4rem;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hamburger--type-arrow-rotated span {
  position: absolute;
  top: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4px;
  width: 4rem;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hamburger--type-arrow-rotated span::before, .hamburger--type-arrow-rotated span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.hamburger--type-arrow-rotated span::before {
  left: 0;
  top: calc(4rem * -0.5);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.hamburger--type-arrow-rotated span::after {
  right: 0;
  top: calc(4rem * 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger--type-arrow-rotated.hamburger--htx.is-active {
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
}
.hamburger--type-arrow-rotated.hamburger--htx.is-active span:before {
  -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(20px, -2px);
          transform: rotateZ(45deg) scaleX(0.75) translate(20px, -2px);
}
.hamburger--type-arrow-rotated.hamburger--htx.is-active span:after {
  -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 2px);
          transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 2px);
}

/* #endregion */
/* #region SITE HEADER ======================================================================= */
body {
  padding-top: var(--site-header-height);
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background: var(--Primary-Dark, #0b2d34);
  padding: 2.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .site-header {
    padding-block: 1.5rem;
  }
}
.site-header.scrolled {
  -webkit-box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 25px 37px rgba(0, 0, 0, 0.05);
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 108rem;
  padding: 1.2rem 1.2rem 1.2rem 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.1rem;
  border: 1px solid rgba(224, 250, 228, 0.1);
  background: var(--Primary-Dark, #0b2d34);
  -webkit-box-shadow: -3px -3px 4px 0px #09242a inset, 2px 2px 3px 0px rgba(255, 255, 255, 0.11) inset;
          box-shadow: -3px -3px 4px 0px #09242a inset, 2px 2px 3px 0px rgba(255, 255, 255, 0.11) inset;
}
@media screen and (max-width: 980px) {
  .site-header .container {
    max-width: 95%;
  }
}
.site-header .site-header__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
}
.site-header .site-header__left-col a {
  color: var(--base-white);
}
.site-header .site-header__left-col a svg {
  width: 100%;
  max-width: 4.1rem;
  height: 3.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .site-header__right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: right;
  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;
  gap: 1.6rem;
  margin-right: 2rem;
}
.site-header .hamburger {
  display: none;
}
.site-header nav {
  display: inline-block;
  vertical-align: middle;
}
.site-header ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}
.site-header ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  color: var(--White, #fff);
  font-size: 1.5rem;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header ul li a:hover {
  background-color: var(--Primary-Dark, #0b2d34);
  color: var(--Green-hover, #4ffa89);
}

/*	Submenu dropdown
--------------------------------------- */
.site-header .sub-menu {
  display: none;
  gap: 0.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: initial;
  min-width: 17rem;
  opacity: 0;
  visibility: hidden;
  background-color: var(--Primary-Dark, #0b2d34);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease, left 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease, left 0.5s ease;
  text-align: left;
}
.site-header .sub-menu .sub-menu {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease, left 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease, left 0.5s ease;
}
.site-header .sub-menu .menu-item-has-children:hover > .sub-menu, .site-header .sub-menu .menu-item-has-children.focus > .sub-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: calc(100% + 2px);
}
.site-header .sub-menu .menu-item-has-children:hover > .sub-menu::before, .site-header .sub-menu .menu-item-has-children.focus > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  width: 2px;
  left: calc(-1 * 2px);
}

.dropdown-arrow {
  display: none;
}
.dropdown-arrow::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: var(--White, #fff);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>'); /* Safari and older versions of Chrome */
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
.menu-item-has-children > a .dropdown-arrow {
  display: block;
}
.menu-item-has-children > a:hover .dropdown-arrow::after {
  background-color: var(--Green-hover, #4ffa89);
}
.menu-item-has-children .menu-item-has-children .dropdown-arrow::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children.focus > .sub-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.site-header__search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2rem;
}
.site-header__search.active input {
  padding: 0 5rem 0 2rem;
  width: 30rem;
}
.site-header__search form {
  font-size: 0;
}
.site-header__search input {
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 0;
  height: 100%;
  padding: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.site-header__search button {
  position: relative;
  z-index: 2;
  font-size: 0;
  background: black;
  color: white;
  width: 40px;
  text-align: center;
  border: none;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__search button:hover {
  cursor: pointer;
  color: red;
}

/* MOBILE VERSION */
@media screen and (max-width: 970px) {
  .dropdown-arrow {
    background-color: rgba(var(--brand-color-800-rgb), 0.5);
    border-radius: 4px;
  }
  .dropdown-arrow.opened::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    transform: rotate(180deg) !important;
  }
  .menu-item-has-children .menu-item-has-children .dropdown-arrow::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .menu-item-has-children > a:hover .dropdown-arrow::after {
    background-color: var(--White, #fff);
  }
  .site-header .site-header__right-col {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header .hamburger {
    display: block;
  }
  .site-header .menu-primary {
    max-height: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-header-height);
    display: block;
    overflow: hidden;
    background: var(--Primary-Dark, #0b2d34);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*	Submenu
    --------------------------------------- */
  }
  .site-header .menu-primary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-bottom: 1rem;
    text-align: center;
  }
  .site-header .menu-primary > ul li {
    margin: 0;
  }
  .site-header .menu-primary > ul li a {
    padding: 1.5rem 2rem;
  }
  .site-header .menu-primary > ul > li {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--Primray-green);
  }
  .site-header .menu-primary > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-header .menu-primary .sub-menu {
    display: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    z-index: 1;
    width: 100%;
    min-width: initial;
    position: relative;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: initial;
    visibility: initial;
    overflow: hidden;
    padding-left: 1.2rem;
  }
  .site-header .menu-primary .sub-menu .menu-item-has-children:hover .sub-menu, .site-header .menu-primary .sub-menu .menu-item-has-children.focus .sub-menu {
    display: none;
  }
  .site-header .menu-primary .menu-item-has-children > a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .site-header .menu-primary .menu-item-has-children .dropdown-arrow {
    padding: 0.9rem;
  }
  .site-header .menu-primary .menu-item-has-children .sub-menu .sub-menu {
    left: 0 !important;
    opacity: initial;
    visibility: initial;
  }
  .site-header .menu-primary .menu-item-has-children .sub-menu .menu-item-has-children a::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .site-header .menu-primary .menu-item-has-children .sub-menu .menu-item-has-children > a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .site-header .menu-primary .menu-item-has-children:hover .sub-menu, .site-header .menu-primary .menu-item-has-children.focus .sub-menu {
    display: none;
  }
  .site-header.withMenu .menu-primary {
    max-height: calc(100svh - var(--site-header-height));
    overflow: auto;
  }
}
/* #endregion */
/* #region SITE FOOTER ======================================================================= */
.site-footer {
  background: var(--Primary-Dark, #0b2d34);
}
.site-footer__contact {
  margin-top: -9.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .site-footer__contact {
    padding-top: 14rem;
  }
}
.site-footer__contact-content {
  width: 100%;
  max-width: 113.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .site-footer__contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer__contact-content .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 2.4rem;
}
@media screen and (max-width: 800px) {
  .site-footer__contact-content .col-left {
    gap: 2rem;
  }
}
.site-footer__contact-content .col-left__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--White, #fff);
}
@media screen and (max-width: 800px) {
  .site-footer__contact-content .col-left__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 380px) {
  .site-footer__contact-content .col-left__title {
    text-align: center;
  }
}
.site-footer__contact-content .col-left__title > .btn {
  cursor: default;
}
.site-footer__contact-content .col-left__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.3rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 800px) {
  .site-footer__contact-content .col-left__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer__contact-content .col-left__info-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--White, #fff);
}
@media screen and (max-width: 800px) {
  .site-footer__contact-content .col-left__info-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer__contact-content .col-left__info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
.site-footer__contact-content .col-left__info-details .tel,
.site-footer__contact-content .col-left__info-details .email,
.site-footer__contact-content .col-left__info-details .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: var(--White, #fff);
}
.site-footer__contact-content .col-left__info-details .tel-icon,
.site-footer__contact-content .col-left__info-details .email-icon,
.site-footer__contact-content .col-left__info-details .map-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 1.2rem;
  border: 1px solid var(--Green-100, #e0fae4);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 4px 6px 0px #082228, 3px 3px 3px 0px rgba(221, 225, 230, 0.24) inset;
          box-shadow: 0px 4px 6px 0px #082228, 3px 3px 3px 0px rgba(221, 225, 230, 0.24) inset;
}
.site-footer__contact-content .col-left__info-details .tel a,
.site-footer__contact-content .col-left__info-details .email a,
.site-footer__contact-content .col-left__info-details .map a {
  color: var(--White, #fff);
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.8rem);
  line-height: 1.2777777778;
  font-family: "Geist", sans-serif;
  font-weight: 600;
}
.site-footer__contact-content .col-left__info-details .tel a:hover,
.site-footer__contact-content .col-left__info-details .email a:hover,
.site-footer__contact-content .col-left__info-details .map a:hover {
  border-color: transparent;
}
.site-footer__contact-content .col-left__info-details .tel a:hover,
.site-footer__contact-content .col-left__info-details .email a:hover,
.site-footer__contact-content .col-left__info-details .map a:hover {
  color: var(--Green-hover, #4ffa89);
}
.site-footer__contact-content .col-right #gform_wrapper_1 {
  min-width: 30rem;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gform_title {
  display: none;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.8rem;
  border: 1px solid var(--Green-100, #e0fae4);
  background: var(--Dark-600, #214249);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(11, 45, 52, 0.35) inset, -3px -3px 8px 0px rgba(255, 255, 255, 0.08) inset;
          box-shadow: 3px 3px 3px 0px rgba(11, 45, 52, 0.35) inset, -3px -3px 8px 0px rgba(255, 255, 255, 0.08) inset;
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield input::-webkit-input-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield input::-moz-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield input:-ms-input-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield input::-ms-input-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield input::placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15.4rem;
  padding: 2rem 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.8rem;
  border: 1px solid var(--Green-100, #e0fae4);
  background: var(--Dark-600, #214249);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(11, 45, 52, 0.35) inset, -3px -3px 8px 0px rgba(255, 255, 255, 0.08) inset;
          box-shadow: 3px 3px 3px 0px rgba(11, 45, 52, 0.35) inset, -3px -3px 8px 0px rgba(255, 255, 255, 0.08) inset;
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield textarea::-webkit-input-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield textarea::-moz-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield textarea:-ms-input-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield textarea::-ms-input-placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield textarea::placeholder {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield .icheckbox {
  border-radius: 0.4rem;
  background: #214249;
  border: unset;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield .gchoice a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield .gchoice a:hover {
  color: var(--Green-hover, #4ffa89);
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield label,
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield a {
  color: var(--Green-100, #e0fae4);
  font-family: "Geist", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1.4285714286;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield a {
  border-bottom: 1px solid #e0fae4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__contact-content .col-right #gform_wrapper_1 .gfield a:hover {
  border-color: transparent;
}
.site-footer__contact-content .col-right #gform_wrapper_1 #gform_submit_button_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.25;
  border-radius: 1.4rem;
  background: var(--Primary-green, #46e17b);
  -webkit-box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__contact-content .col-right #gform_wrapper_1 #gform_submit_button_1:hover {
  background: var(--Green-hover, #4ffa89);
}
.site-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.site-footer__menu-content {
  width: 100%;
  max-width: 113.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__menu-content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.2rem 0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  border-top: 1px solid var(--Dark-600, #214249);
  border-bottom: 1px solid var(--Dark-600, #214249);
}
@media screen and (max-width: 670px) {
  .site-footer__menu-content .details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.site-footer__menu-content .details .menu-first,
.site-footer__menu-content .details .menu-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 22.4rem;
  min-width: 22.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.site-footer__menu-content .details .menu-first p,
.site-footer__menu-content .details .menu-secondary p {
  color: var(--White, #fff);
  text-align: center;
}
.site-footer__menu-content .details .menu-first ul,
.site-footer__menu-content .details .menu-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__menu-content .details .menu-first ul li,
.site-footer__menu-content .details .menu-secondary ul li {
  list-style: none;
}
.site-footer__menu-content .details .menu-first ul li a,
.site-footer__menu-content .details .menu-secondary ul li a {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.8;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__menu-content .details .menu-first ul li a:hover,
.site-footer__menu-content .details .menu-secondary ul li a:hover {
  border-color: transparent;
}
.site-footer__menu-content .details .menu-first ul li a:hover,
.site-footer__menu-content .details .menu-secondary ul li a:hover {
  color: var(--Green-hover, #4ffa89);
}
.site-footer__menu-content .details .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36.8rem;
  min-width: 27.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 670px) {
  .site-footer__menu-content .details .text-center {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 80%;
  }
}
.site-footer__menu-content .details .text-center__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__menu-content .details .text-center__title .text-md {
  color: var(--White, #fff);
  text-align: center;
}
.site-footer__menu-content .details .text-center .social-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.site-footer__menu-content .details .text-center .social-site .facebook,
.site-footer__menu-content .details .text-center .social-site .instagram,
.site-footer__menu-content .details .text-center .social-site .twitter,
.site-footer__menu-content .details .text-center .social-site .linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  border-radius: 1.2rem;
  background: var(--Primary-green, #46e17b);
  -webkit-box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__menu-content .details .text-center .social-site .facebook a,
.site-footer__menu-content .details .text-center .social-site .instagram a,
.site-footer__menu-content .details .text-center .social-site .twitter a,
.site-footer__menu-content .details .text-center .social-site .linkedin a {
  font-size: 0;
}
.site-footer__menu-content .details .text-center .social-site .facebook:hover,
.site-footer__menu-content .details .text-center .social-site .instagram:hover,
.site-footer__menu-content .details .text-center .social-site .twitter:hover,
.site-footer__menu-content .details .text-center .social-site .linkedin:hover {
  background: var(--Green-hover, #4ffa89);
}

.site-footer__end {
  width: 100%;
  background: transparent;
  padding-top: 4rem;
}
.site-footer__end .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 113.6rem;
  padding: 0;
}
.site-footer__end .container .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2.4rem;
}
@media screen and (max-width: 600px) {
  .site-footer__end .container .left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.site-footer__end .container .left-col p {
  font-size: 14px;
  color: white;
}
.site-footer__end .container .left-col a {
  text-decoration: underline;
  color: white;
}
.site-footer__end .container .left-col a:hover {
  text-decoration: none;
}
.site-footer__end .container .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .site-footer__end .container .right-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.site-footer__end .container .right-col .madeby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.site-footer__end .container .right-col .madeby p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
}
.site-footer__end .container .right-col .madeby a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  font-size: 0;
}

/* #endregion */
/* COMPONENTS */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.4rem;
  gap: 0.6rem;
  border-radius: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background: var(--Primary-green, #46e17b);
  -webkit-box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
}
.btn.btn-primary:hover {
  background: var(--Green-hover, #4ffa89);
}
.btn.btn-secondary {
  border: 2px solid var(--Primary-green, #46e17b);
}
.btn.btn-secondary:hover {
  background: var(--Green-100, #e0fae4);
  color: var(--Primary-Dark, #0b2d34);
}
.btn.btn-ternary {
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(221, 225, 230, 0.24) inset;
          box-shadow: 1px 1px 3px 0px rgba(221, 225, 230, 0.24) inset;
  color: var(--White, #fff);
}
.btn.btn-icon {
  padding: 1.2rem;
  background: var(--Primary-green, #46e17b);
  -webkit-box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
          box-shadow: -3px -3px 3px 0px rgba(11, 45, 52, 0.15) inset, 3px 3px 3px 0px rgba(255, 255, 255, 0.25) inset;
}
.btn.btn-icon:hover {
  background: var(--Green-hover, #4ffa89);
}
.btn .btn__text {
  font-family: "Geist", sans-serif;
  font-weight: 600;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.25;
  font-style: normal;
}
.btn .btn__text.text-black {
  color: var(--Primary-Dark, #0b2d34);
}
.btn.color-white {
  color: var(--White, #fff);
}
.btn.color-black {
  color: var(--Primary-Dark, #0b2d34);
}

/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.icheckbox {
  /*	Component settings
  --------------------------------------- */
  /*	Styling
  --------------------------------------- */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 1.3rem 0 0;
  display: inline-block;
  vertical-align: top;
  background: white;
  border: 1px solid black;
  border-radius: 0.4rem;
  cursor: pointer;
  /*	Hover & checked states
  --------------------------------------- */
}
.icheckbox:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  background-image: url("../images/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  opacity: 0;
}
.icheckbox.hover, .icheckbox:hover {
  background: white;
  border-color: green;
}
.icheckbox.checked {
  background: green;
  border-color: green;
}
.icheckbox.checked:after {
  opacity: 1;
}

/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.slick-arrow {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  background-color: grey;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.6rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-0.162)'%3E%3Crect id='Rectangle_28' data-name='Rectangle 28' width='26' height='26' transform='translate(0.162)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 5)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M2646.564,4075.4h0a3.2,3.2,0,0,1,0-4.528l3.342-3.342-3.342-3.342a3.2,3.2,0,0,1,0-4.527h0l7.87,7.869Z' transform='translate(-2645.626 -4059.663)' fill='%23121524'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  background-color: grey;
}
.slick-arrow.prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none;
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  padding: 0 1.4rem;
  display: inline-block;
  vertical-align: top;
}
.slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 50px;
  border-radius: 50%;
  background: #C4C6CF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.slick-dots li button:hover {
  background: black;
}
.slick-dots li.slick-active button {
  background: black;
}

/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.gt-block form,
.editor-styles-wrapper .gt-block form {
  position: relative;
}
.gt-block form input[type=text],
.gt-block form textarea,
.editor-styles-wrapper .gt-block form input[type=text],
.editor-styles-wrapper .gt-block form textarea {
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border: 1px solid #D3D0D0;
  color: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gt-block form input[type=text]:hover, .gt-block form input[type=text]:focus,
.gt-block form textarea:hover,
.gt-block form textarea:focus,
.editor-styles-wrapper .gt-block form input[type=text]:hover,
.editor-styles-wrapper .gt-block form input[type=text]:focus,
.editor-styles-wrapper .gt-block form textarea:hover,
.editor-styles-wrapper .gt-block form textarea:focus {
  border-color: black;
}
.gt-block form input[type=text]::-webkit-input-placeholder,
.gt-block form textarea::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]::-webkit-input-placeholder,
.editor-styles-wrapper .gt-block form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(var(--primary-rgb), 0.6);
  opacity: 1;
}
.gt-block form input[type=text]::-moz-placeholder,
.gt-block form textarea::-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]::-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(var(--primary-rgb), 0.6);
  opacity: 1;
}
.gt-block form input[type=text]:-ms-input-placeholder,
.gt-block form textarea:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]:-ms-input-placeholder,
.editor-styles-wrapper .gt-block form textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(var(--primary-rgb), 0.6);
  opacity: 1;
}
.gt-block form input[type=text]:-moz-placeholder,
.gt-block form textarea:-moz-placeholder,
.editor-styles-wrapper .gt-block form input[type=text]:-moz-placeholder,
.editor-styles-wrapper .gt-block form textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(var(--primary-rgb), 0.6);
  opacity: 1;
}
.gt-block form textarea,
.editor-styles-wrapper .gt-block form textarea {
  height: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

/* PAGES (better to include direct CSS file on the page) */
/*@import url(pages/XXX.scss);*/
/* BLOCKS  (better to include direct CSS file with the block) */
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
section.gt-block,
.editor-styles-wrapper section.gt-block {
  position: relative;
}
section.gt-block .center,
.editor-styles-wrapper section.gt-block .center {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.gt-block .center,
  .editor-styles-wrapper section.gt-block .center {
    width: auto;
    margin: 0 30px;
  }
}

/*@import url(blocks/XXX.scss);*/