/*	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 */
/* Open Sans - 300 */
@font-face {
  font-display: swap;
  font-family: "Open-Sans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}
/* Open Sans - 400 */
@font-face {
  font-display: swap;
  font-family: "Open-Sans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
/* Manrope - 700 */
@font-face {
  font-display: swap;
  font-family: "Manrope-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
}
/*	1) Headlines text group
--------------------------------------- */
h1,
.h1 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-rate) * 8rem);
  line-height: 1;
  font-family: "Open-Sans-Light";
  font-weight: 300;
}

h2,
.h2 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-rate) * 6.4rem);
  line-height: 1;
  font-family: "Open-Sans-Light";
  font-weight: 300;
}

h3,
.h3 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-rate) * 5.4rem);
  line-height: 1;
  font-family: "Open-Sans-Light";
  font-weight: 300;
}

h4,
.h4 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-rate) * 4rem);
  line-height: 1.1;
  font-family: "Open-Sans-Light";
  font-weight: 300;
}

h5,
.h5 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 3.2rem);
  line-height: 1.125;
  font-family: "Open-Sans-Light";
  font-weight: 300;
}

h6,
.h6 {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2.4rem);
  /*	2) Display text group
  --------------------------------------- */
  line-height: 1.1666666667;
  font-family: "Open-Sans-Light";
  font-weight: 300;
}

/*	2) Display text group
--------------------------------------- */
.dt-xl {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
}
.dt-lg {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.8rem);
  line-height: 1.5555555556;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
}
.dt-md {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  text-box-trim: trim-end;
}
.dt-sm {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.4rem);
  line-height: 1.4285714286;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
}
.dt-xs {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.2rem);
  /*	3) General text group
  --------------------------------------- */
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
}

/*	2) General text group
--------------------------------------- */
.star-font {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2.4rem);
  line-height: 1;
  font-family: "Manrope-Bold", sans-serif;
  font-weight: 700;
}

p {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
}

a {
  text-decoration: underline;
}
a:hover {
  -webkit-text-decoration: noneS;
          text-decoration: noneS;
}

ul,
ol {
  list-style-position: outside;
  padding-left: 1.5rem;
  margin-left: 0;
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
}

.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: white;
  color: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 58%;
  }
}
@media screen and (max-width: 1240px) {
  html,
  body {
    font-size: 55%;
  }
}

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 */
  /*	CSS variables
     --------------------------------------- */
  --Cool-Gray-Cool-Gray-010: #f2f4f8;
  --Cool-Gray-Cool-Gray-020: #dde1e5;
  --Cool-Gray-Cool-Gray-030: #c1c7cd;
  --Cool-Gray-Cool-Gray-040: #a2a9b0;
  --Cool-Gray-Cool-Gray-050: #878d96;
  --Cool-Gray-Cool-Gray-060: #697077;
  --Cool-Gray-Cool-Gray-070: #4d5357;
  --Cool-Gray-Cool-Gray-080: #343a3e;
  --Cool-Gray-Cool-Gray-090: #21272a;
  --Cool-Gray-Cool-Gray-100: #121619;
  --Brand: #05c7a5;
  --White: #fff;
  --primary: #031633;
  --primary-rgb: 3, 22, 51;
  --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;
  --fs-rate: 1;
  --fs-small-rate: 1;
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 1024px) {
  * {
    --fs-rate: 0.95;
  }
}
@media screen and (max-width: 640px) {
  * {
    --fs-rate: 0.9;
  }
}
@media screen and (max-width: 450px) {
  * {
    --fs-rate: 0.75;
  }
}

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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:not(.btn_md, .btn_lg, .box, .card, .card__links, .carrer-box, .link) {
  text-decoration: underline;
}
a:not(.btn_md, .btn_lg, .box, .card, .card__links, .carrer-box, .link):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;
}

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  position: absolute;
  top: 50%;
  right: calc((4rem - calc(4rem * 0.5)) / 2 + 0);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: calc(4rem * 0.5);
  height: calc(4rem * 0.5);
  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;
  /* active state, i.e. menu opened */
}
.hamburger:focus {
  outline: none;
}
.hamburger: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: var(--White, #fff);
}
.hamburger 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);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger span:before, .hamburger span:after {
  border-radius: 1.5px;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}
.hamburger span:before {
  top: -6px;
}
.hamburger span:after {
  bottom: -6px;
}
.hamburger--htx {
  background: transparent;
}
.hamburger--htx span:before, .hamburger--htx span:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.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--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--htx.is-active {
  background: transparent;
}
.hamburger--htx.is-active span {
  background: none;
  -webkit-transition: none;
  transition: none;
}
.hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--htx.is-active span:before, .hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

/* #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(--White, #fff);
  padding: 2.5rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
.site-header .site-header__left-col .online {
  margin-right: 4rem;
  display: none;
}
@media screen and (max-width: 480px) {
  .site-header .site-header__left-col .online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-header__left-col .logo svg {
    width: 100%;
    max-width: 5.4rem;
    height: 5.4rem;
  }
}
.site-header .site-header__right-col {
  position: relative;
  text-align: left;
}
.site-header .site-header__right-col .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.5rem 0 1.5rem;
}
@media screen and (max-width: 480px) {
  .site-header .site-header__right-col .buttons {
    display: none;
  }
}
.site-header .site-header__right-col .buttons a {
  min-height: 4.541rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.site-header .site-header__right-col .buttons .square_md {
  padding-top: 1rem;
}
.site-header .hamburger {
  display: none;
}
.site-header nav {
  display: inline-block;
  vertical-align: middle;
}
.site-header nav .mobile {
  display: none;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5rem 2.5rem 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .site-header nav .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header nav .mobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.site-header ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
}
.site-header ul li a {
  color: var(--Cool-Gray-Cool-Gray-040, #a2a9b0);
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-header ul li a:hover {
  color: #333333;
}
.site-header ul li a:hover .arrow g path {
  stroke: #333333;
}
.site-header ul li.menu-item-has-children > a > .arrow {
  display: inline-block;
  margin-left: 0.4rem;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header ul li.menu-item-has-children > a > .arrow g > path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 970px) {
  .site-header ul li.menu-item-has-children > a > .arrow {
    top: 3px !important;
    width: 100%;
    max-width: 2rem !important;
  }
  .site-header ul li.menu-item-has-children > a > .arrow.menu-item-has-children > a {
    left: 0.8rem;
    position: relative;
  }
}
.site-header ul li:hover a {
  color: #333333;
}
.site-header ul li:hover .arrow {
  rotate: 180deg;
}
.site-header ul li:hover .arrow g path {
  stroke: #333333;
}
.site-header ul li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 980px) {
  .site-header ul li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
.site-header ul li .sub-menu {
  width: 100%;
  max-width: 21.8rem;
  display: block;
  position: absolute;
  z-index: 100;
  padding: 1.8rem;
  border-radius: 0.4rem;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  opacity: 0;
  background: var(--SVE-white, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 970px) {
  .site-header ul li .sub-menu {
    opacity: 1;
  }
}
.site-header ul li .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 21.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-header ul li .sub-menu li:hover a {
  color: #333333;
}
.site-header ul li .sub-menu li:last-child {
  border-bottom: none;
}
.site-header ul li .sub-menu li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: start;
  gap: 2.4rem;
  text-decoration: none;
  color: var(--Cool-Gray-Cool-Gray-040, #a2a9b0);
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.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: 1130px) {
  .site-header .hamburger {
    display: block;
    right: 0;
  }
  .site-header .menu-primary {
    max-height: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-header-height);
    display: block;
    overflow: hidden;
    background: var(--White, #fff);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .site-header .menu-primary ul {
    display: block;
    text-align: center;
  }
  .site-header .menu-primary ul li {
    margin: 2rem 0;
  }
  .site-header .menu-primary ul li a {
    padding: 1.5rem 0;
    /*	1) Headlines text group
      --------------------------------------- */
    font-size: calc(var(--fs-small-rate) * 2.4rem);
    /*	2) Display text group
    --------------------------------------- */
    line-height: 1.1666666667;
    font-family: "Open-Sans-Regular";
    font-weight: 400;
  }
  .site-header .menu-primary ul li.menu-item-has-children > a > .arrow {
    top: 9px;
    width: 100%;
    max-width: 3rem;
  }
  .site-header .menu-primary ul li:hover a {
    color: #333333;
  }
  .site-header .menu-primary ul li:hover .arrow {
    rotate: 180deg;
  }
  .site-header .menu-primary ul li:hover .arrow g path {
    stroke: #333333;
  }
  .site-header .menu-primary ul li:hover > .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1130px) and (max-width: 980px) {
  .site-header .menu-primary ul li:hover > .sub-menu {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1130px) {
  .site-header .menu-primary ul li .sub-menu {
    width: 100%;
    max-width: 85%;
    position: relative;
    margin-top: 0;
    text-align: start;
    padding: 0 1.6rem;
    margin: 0 auto;
    display: none;
    margin-bottom: 2rem;
  }
  .site-header .menu-primary ul li .sub-menu.open {
    display: block;
  }
  .site-header .menu-primary ul li .sub-menu li {
    width: 100%;
    max-width: 100%;
    -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;
    border-bottom: none;
    padding: 0;
    margin: 0.5rem 0;
  }
  .site-header .menu-primary ul li .sub-menu li a {
    width: 100%;
    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;
    text-align: center;
    padding: 0;
    color: var(--Cool-Gray-Cool-Gray-040, #a2a9b0);
    /*	1) Headlines text group
      --------------------------------------- */
    font-size: calc(var(--fs-small-rate) * 2rem);
    line-height: 1.5;
    font-family: "Open-Sans-Regular";
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .menu-primary ul li .sub-menu li a:hover {
    color: #333333;
  }
  .site-header.withMenu .menu-primary {
    max-height: 100vh;
    overflow: auto;
    padding-block: 3rem;
  }
}
/* #endregion */
/* #region SITE FOOTER ======================================================================= */
.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0rem 2.4rem 0rem;
  -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: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 600px) {
  .site-footer {
    padding: 0 0 2.4rem 0;
  }
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 114.4rem;
  -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: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.site-footer__content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__content-menu .seo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 37.6rem;
  padding: 2.4rem 4rem 2.4rem 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: 1.6rem;
}
@media screen and (max-width: 625px) {
  .site-footer__content-menu .seo-text {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 2.4rem 0rem 2.4rem 0rem;
  }
}
.site-footer__content-menu .seo-text .social-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
}
.site-footer__content-menu .seo-text .social-site a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  border-radius: 0.4rem;
  background: #f5f5f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__content-menu .seo-text .social-site a svg {
  width: 100%;
  max-width: 2.4rem;
  height: 2.4rem;
}
.site-footer__content-menu .seo-text .social-site a:hover {
  background: var(--White, #fff);
}
.site-footer__content-menu .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 27.6rem;
  padding: 2.4rem 4rem 2.4rem 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: 1.6rem;
}
@media screen and (max-width: 625px) {
  .site-footer__content-menu .services {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 2.4rem 0rem 2.4rem 0rem;
  }
}
.site-footer__content-menu .services ul {
  list-style: none;
}
.site-footer__content-menu .services ul li a {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__content-menu .services ul li a:hover {
  color: var(--Cool-Gray-Cool-Gray-060, #697077);
}
.site-footer__content-menu .web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 18.4rem;
  padding: 2.4rem 4rem 2.4rem 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: 1.6rem;
}
@media screen and (max-width: 625px) {
  .site-footer__content-menu .web {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 2.4rem 0rem 2.4rem 0rem;
  }
}
.site-footer__content-menu .web ul {
  list-style: none;
}
.site-footer__content-menu .web ul li a {
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__content-menu .web ul li a:hover {
  color: var(--Cool-Gray-Cool-Gray-060, #697077);
}
.site-footer__content-menu .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 28.4rem;
  padding: 2.4rem;
  -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;
  color: var(--White, #fff);
  border-radius: 0.2rem;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
@media screen and (max-width: 625px) {
  .site-footer__content-menu .contact {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.site-footer__content-menu .contact__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: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 625px) {
  .site-footer__content-menu .contact__info {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.site-footer__content-menu .contact__info-tel, .site-footer__content-menu .contact__info-email, .site-footer__content-menu .contact__info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__content-menu .contact__info-tel a, .site-footer__content-menu .contact__info-email a, .site-footer__content-menu .contact__info-address a {
  color: var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__content-menu .contact__info-tel a:hover, .site-footer__content-menu .contact__info-email a:hover, .site-footer__content-menu .contact__info-address a:hover {
  color: var(--Cool-Gray-Cool-Gray-060, #697077);
}
.site-footer__content-menu .contact__open-hours {
  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;
}
.site-footer__content-menu .contact__open-hours-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
}
.site-footer__content-menu .contact__open-hours-days .day,
.site-footer__content-menu .contact__open-hours-days .hour {
  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;
}

.site-footer__end {
  width: 100%;
  background: var(--White, #fff);
  padding: 1.6rem 0;
  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;
}
.site-footer__end .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2.4rem;
}
@media screen and (max-width: 600px) {
  .site-footer__end .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 .left-col p {
  padding-top: 0.37rem;
  color: #121619;
  font-family: "Open-Sans-Regular";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.site-footer__end .left-col a {
  text-decoration: underline;
  color: white;
}
.site-footer__end .left-col a:hover {
  text-decoration: none;
}
.site-footer__end .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 .right-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.site-footer__end .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 .right-col .madeby p {
  padding-top: 0.37rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #121619;
  font-family: "Open-Sans-Regular";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.site-footer__end .right-col .madeby a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  font-size: 0;
}

/* #endregion */
/* BLOG */
/*	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)
--------------------------------------- */
.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10rem 0rem 8rem 0rem;
  -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: 1rem;
}
@media screen and (max-width: 600px) {
  .blog {
    padding: 10rem 0 4rem 0;
  }
}
.blog__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4em;
  padding: 0rem 4.8rem;
  -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: 3.2rem;
  margin: 0 auto;
  z-index: 5;
}

.blog-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0rem;
  -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: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.blog-cards__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5;
}
.blog-cards__content-box {
  width: calc(33.3333333333% - 0.5333333333rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -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: 6rem;
  border-radius: 0.4rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .blog-cards__content-box {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 600px) {
  .blog-cards__content-box {
    width: calc(100% - 0rem);
  }
}
.blog-cards__content-box:hover {
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.blog-cards__content-box:hover .box-card__text {
  color: var(--White, #fff);
}
.blog-cards__content-box:hover .box-card__text .btn_white {
  border: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  background: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}
.blog-cards__content-box:hover .box-card__text .tags .tag {
  background: var(--White, #fff);
  color: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.blog-cards__content-box .box-card {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.blog-cards__content-box .box-card__image {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.2rem;
  background: lightgray 50%/cover no-repeat;
}
.blog-cards__content-box .box-card__image img {
  border-radius: 0.2rem;
}
@media screen and (max-width: 900px) {
  .blog-cards__content-box .box-card__image img {
    width: 100%;
  }
}
.blog-cards__content-box .box-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.blog-cards__content-box .box-card__text .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-cards__content-box .box-card__text .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
  color: var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-cards .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  padding: 4rem 4.8rem 0 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.blog-cards .pagination .screen-reader-text {
  display: none;
}
.blog-cards .pagination .nav-links {
  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: 1rem;
}
.blog-cards .pagination .nav-links a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-cards .pagination .nav-links:hover .page-numbers {
  font-weight: 700;
}
.blog-cards .pagination .nav-links .current {
  font-weight: 700;
}
.blog-cards .pagination .nav-links .prev {
  position: relative;
  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;
  gap: 1rem;
  width: 4rem;
  height: 4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1.4rem;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-100, #121619);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.blog-cards .pagination .nav-links .prev:hover {
  opacity: 0.8;
}
.blog-cards .pagination .nav-links .prev::before {
  position: absolute;
  content: "";
  background: url("../images/pagination-arrow-left.svg");
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}
.blog-cards .pagination .nav-links .next {
  position: relative;
  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;
  gap: 1rem;
  width: 4rem;
  height: 4rem;
  margin-left: 1.4rem;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-100, #121619);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.blog-cards .pagination .nav-links .next:hover {
  opacity: 0.8;
}
.blog-cards .pagination .nav-links .next::before {
  position: absolute;
  content: "";
  background: url("../images/pagination-arrow-left.svg");
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}

/* BLOG */
/*	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)
--------------------------------------- */
.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 24rem 0 16rem 0;
  -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: 1rem;
}
.not-found__content {
  position: relative;
  width: 100%;
  max-width: 114.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  -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: 3.2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
  z-index: 5;
}
.not-found__content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-090, #21272a);
}
.not-found__content-icon svg g path {
  stroke: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}
.not-found__content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

/* COMPONENTS */
/*	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)
--------------------------------------- */
a.btn,
.editor-styles-wrapper .gt-block a.btn {
  min-width: 180px;
  padding: 11px 14px;
  margin: 0 8px 12px 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 9px;
  background: red;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:hover,
.editor-styles-wrapper .gt-block a.btn:hover {
  background: white;
  color: red;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.16);
}

/* #endregion */
/*	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;
}

/*	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)
--------------------------------------- */
.btn_lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.6rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.btn_md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8rem 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.square_lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.square_md {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1rem;
}

.btn_black {
  color: var(--White, #fff);
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-100, #121619);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_black:hover {
  border: 1px solid var(--Brand, #05c7a5);
  background: var(--Brand, #05c7a5);
}

.btn_white {
  color: var(--Cool-Gray-Cool-Gray-100, #121619);
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  background: var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_white:hover {
  border: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}

.btn_white_h-green {
  color: var(--Cool-Gray-Cool-Gray-100, #121619);
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  background: var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_white_h-green:hover {
  color: var(--White, #fff);
  border: 1px solid var(--Brand, #05c7a5);
  background: var(--Brand, #05c7a5);
}

.btn_white_h-grey {
  color: var(--White, #fff);
  text-align: center;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-080, #343a3e);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_white_h-grey:hover {
  border: 1px solid var(--Cool-Gray-Cool-Gray-080, #343a3e);
  background: var(--Cool-Gray-Cool-Gray-090, #21272a);
}

.icon {
  width: 100%;
  max-width: 2.4rem;
  height: 2.4cap;
}

.inner {
  padding-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .inner {
    padding-bottom: 4rem;
  }
}

.square-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  background: url("../images/square.svg");
  background-repeat: repeat;
  top: -3rem;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}

/* 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);*/