@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 */
/* AvenirLTPro - 400 */
@font-face {
  font-display: swap;
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTProBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* AvenirLTPro - 500 */
@font-face {
  font-display: swap;
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTProMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* AvenirLTPro - 700 */
@font-face {
  font-display: swap;
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTProBlack.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* AvenirLTPro - 750 */
@font-face {
  font-display: swap;
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTProHeavy.ttf") format("truetype");
  font-weight: 750;
  font-style: normal;
}
/*	1) Headlines text group
--------------------------------------- */
h1,
.h1 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 4rem);
  line-height: normal;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 750;
  color: var(--Micronix-Black, #212529);
  text-transform: uppercase;
}

h2,
.h2 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.2rem);
  line-height: normal;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 750;
  color: var(--Micronix-Black, #212529);
  text-transform: uppercase;
}

h3,
.h3 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 2.2rem);
  line-height: normal;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 750;
  color: var(--Micronix-Black, #212529);
  text-transform: uppercase;
}

h4,
.h4 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 1.6rem);
  line-height: normal;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 750;
  color: var(--Micronix-Black, #212529);
}

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

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

/*	2) Display text group
--------------------------------------- */
.dt-1 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 3.6rem);
  line-height: normal;
}
.dt-2 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.75;
}
.dt-3 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.75;
}
.dt-4 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  /*	3) General text group
  --------------------------------------- */
  line-height: 1.75;
}

/*	2) General text group
--------------------------------------- */
.subheader {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--Micronix-Black, #212529);
}

p {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 1.6rem);
  line-height: 1.375;
  color: var(--Micronix-Black, #212529);
}

a,
.link {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  color: var(--Micronix-Black, #212529);
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

strong,
.strong {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 750;
  color: var(--Micronix-Black, #212529);
}

.sbt {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 3.6rem);
  line-height: normal;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 750;
  color: var(--Micronix-Black, #212529);
}

/*	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%;
  /*!
      Colors
  */
  /*!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
  */
  --fs-rate: 1;
  --fs-small-rate: 1;
}
@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.85;
    --fs-small-rate: 0.85;
  }
}
@media screen and (max-width: 640px) {
  html,
  body {
    --fs-rate: 0.75;
    --fs-small-rate: 0.8;
  }
}
@media screen and (max-width: 450px) {
  html,
  body {
    --fs-rate: 0.75;
    --fs-small-rate: 0.8;
  }
}

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-md {
  padding-bottom: 4rem;
}

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

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  position: absolute;
  top: 50%;
  right: calc((4rem - calc(4rem * 0.5)) / 2 + 1px);
  -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: 100%;
  content: " ";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 0;
  background: var(--base-white, #fff);
  border: 1px solid var(--Micronix-Black, #212529);
}
.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(--Micronix-Black, #212529);
  -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(--Micronix-Black, #212529);
}
.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;
  }
}
body.admin-bar .menu-primary {
  top: calc(var(--site-header-height) + 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .menu-primary {
    top: calc(var(--site-header-height) + 46px);
  }
}

.site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background: var(--Micronix-White, #fff);
  padding: 1.6rem 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;
}
.site-header .site-header__left-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-header__right-col {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 970px) {
  .site-header .site-header__right-col {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
  }
}
.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: 2rem;
  list-style: none;
}
.site-header ul li.current-menu-item a {
  font-weight: 750;
}
.site-header ul li a {
  color: var(--Micronix-Black, #212529);
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header ul li a:hover {
  border-color: #000;
}

.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) {
  .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(--Micronix-White, #fff);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .menu-primary ul {
    display: block;
    text-align: center;
  }
  .site-header .menu-primary ul li {
    margin: 1rem 0;
  }
  .site-header .menu-primary ul li a {
    padding: 1.5rem 0;
  }
  .site-header.withMenu .menu-primary {
    max-height: 100vh;
  }
}
/* #endregion */
/* #region SITE FOOTER ======================================================================= */
.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
  -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;
  background: var(--Micronix-Black, #212529);
}
.site-footer h3,
.site-footer .h3,
.site-footer p,
.site-footer a {
  color: var(--base-white, #fff);
}
.site-footer__content {
  width: 100%;
  max-width: 113.6rem;
  margin: 0 auto;
  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: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__content-desc {
  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: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__content-desc .description {
  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: 3.2rem 8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid var(--base-white, #fff);
}
.site-footer__content-desc .description__col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 27.2rem;
  -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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.site-footer__content-desc .description__col-left .contact-us {
  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.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer__content-desc .description__col-left .contact-us a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__content-desc .description__col-left .contact-us a:hover {
  text-decoration: none;
}
.site-footer__content-desc .description__col-left .social-site {
  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;
}
.site-footer__content-desc .description__col-left .social-site .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  border: 0.5px dashed var(--Micronix-White, #fff);
}
.site-footer__content-desc .description__col-left .social-site .icon:hover {
  border: 0.5px solid var(--Micronix-White, #fff);
}
.site-footer__content-desc .description__col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 33.1rem;
  min-width: 27.2rem;
  -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__content-desc .description__col-right .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;
}
.site-footer__content-desc .description__col-right-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;
}
.site-footer__content-desc .description__col-right-info .tel,
.site-footer__content-desc .description__col-right-info .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__content-desc .description__col-right-info .tel__icon,
.site-footer__content-desc .description__col-right-info .email__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  border: 0.5px dashed var(--Micronix-White, #fff);
}
.site-footer__content-desc .description__col-right-info .tel__icon svg g path,
.site-footer__content-desc .description__col-right-info .email__icon svg g path {
  stroke: var(--Micronix-White, #fff);
}
.site-footer__content-desc .description__col-right-info .tel__link,
.site-footer__content-desc .description__col-right-info .email__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.9rem;
  padding-right: 0.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__content-desc .description .end-text {
  padding-bottom: 2.4rem;
}

.site-footer__end {
  width: 100%;
  background: var(--Micronix-Black, #212529);
}
.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;
}
.site-footer__end .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 113.6rem;
  margin: 0 auto;
}
.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;
  padding-top: 0.3rem;
}
.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;
  padding-top: 0.3rem;
}
.site-footer__end .container .right-col .madeby a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  font-size: 0;
}

.cookies {
  padding-top: 1.6rem;
}
.cookies a {
  text-decoration: underline;
}
.cookies a:hover {
  text-decoration: none;
}
.cookies a p {
  font-size: calc(var(--fs-small-rate) * 1.4rem);
}

.not-found__content {
  width: 100%;
  max-width: 113.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0;
}
.not-found__content p {
  text-align: center;
}
.not-found__content p a {
  text-decoration: underline;
}
.not-found__content p a:hover {
  text-decoration: none;
}

/* #endregion */
.dcb-privacy-policy-text,
.text-page__content {
  width: 100%;
  max-width: 113.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 8rem) 0;
}
.dcb-privacy-policy-text h1,
.text-page__content h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.6rem;
}
.dcb-privacy-policy-text blockquote cite,
.text-page__content blockquote cite {
  color: var(--Micronix-Black, #212529);
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
}
.dcb-privacy-policy-text a,
.text-page__content a {
  text-decoration: underline;
}
.dcb-privacy-policy-text a:hover,
.text-page__content a:hover {
  text-decoration: none;
}
.dcb-privacy-policy-text .wp-block-button,
.text-page__content .wp-block-button {
  padding: 4rem 0;
}
.dcb-privacy-policy-text .wp-block-button a,
.text-page__content .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem 1rem 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;
  border: 0.5px dashed var(--Micronix-Black, #212529);
  background: var(--Micronix-Black, #212529);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
}
.dcb-privacy-policy-text .wp-block-button a:hover,
.text-page__content .wp-block-button a:hover {
  background: var(--base-white, #fff);
  color: var(--Micronix-Black, #212529);
}
.dcb-privacy-policy-text .wp-block-button.primary a,
.text-page__content .wp-block-button.primary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem 1rem 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;
  border: 0.5px dashed var(--Micronix-Black, #212529);
  background: var(--Micronix-Black, #212529);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
}
.dcb-privacy-policy-text .wp-block-button.primary a:hover,
.text-page__content .wp-block-button.primary a:hover {
  background: var(--base-white, #fff);
  color: var(--Micronix-Black, #212529);
}
.dcb-privacy-policy-text .wp-block-button.secondary a,
.text-page__content .wp-block-button.secondary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem 1rem 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;
  color: var(--Micronix-Black, #212529);
  border: 0.5px dashed transparent;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
}
.dcb-privacy-policy-text .wp-block-button.secondary a:hover,
.text-page__content .wp-block-button.secondary a:hover {
  border: 0.5px dashed var(--Micronix-Black, #212529);
}
.dcb-privacy-policy-text figure,
.dcb-privacy-policy-text iframe,
.text-page__content figure,
.text-page__content iframe {
  padding: 0 0 clamp(1rem, 1.6vw, 1.6rem) 0;
}
.dcb-privacy-policy-text iframe,
.text-page__content iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 500px) {
  .dcb-privacy-policy-text iframe,
  .text-page__content iframe {
    height: revert-layer;
  }
}
.dcb-privacy-policy-text figure.columns-1,
.text-page__content figure.columns-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.dcb-privacy-policy-text figure.columns-1 img,
.text-page__content figure.columns-1 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.dcb-privacy-policy-text figure.columns-2,
.text-page__content figure.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .dcb-privacy-policy-text figure.columns-2,
  .text-page__content figure.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dcb-privacy-policy-text figure.columns-2 img,
.text-page__content figure.columns-2 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dcb-privacy-policy-text figure.columns-2 img,
  .text-page__content figure.columns-2 img {
    max-width: 100%;
  }
}
.dcb-privacy-policy-text figure.columns-3,
.text-page__content figure.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .dcb-privacy-policy-text figure.columns-3,
  .text-page__content figure.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .dcb-privacy-policy-text figure.columns-3,
  .text-page__content figure.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dcb-privacy-policy-text figure.columns-3 img,
.text-page__content figure.columns-3 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dcb-privacy-policy-text figure.columns-3 img,
  .text-page__content figure.columns-3 img {
    max-width: 100%;
  }
}
.dcb-privacy-policy-text figure.columns-4,
.text-page__content figure.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 900px) {
  .dcb-privacy-policy-text figure.columns-4,
  .text-page__content figure.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .dcb-privacy-policy-text figure.columns-4,
  .text-page__content figure.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dcb-privacy-policy-text figure.columns-4 img,
.text-page__content figure.columns-4 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dcb-privacy-policy-text figure.columns-4 img,
  .text-page__content figure.columns-4 img {
    max-width: 100%;
  }
}
.dcb-privacy-policy-text figure.columns-4,
.text-page__content figure.columns-4 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 900px) {
  .dcb-privacy-policy-text figure.columns-4,
  .text-page__content figure.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .dcb-privacy-policy-text figure.columns-4,
  .text-page__content figure.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dcb-privacy-policy-text figure.columns-4 img,
.text-page__content figure.columns-4 img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dcb-privacy-policy-text figure.columns-4 img,
  .text-page__content figure.columns-4 img {
    max-width: 100%;
  }
}
.dcb-privacy-policy-text .wp-block-gallery,
.text-page__content .wp-block-gallery {
  gap: clamp(1rem, 2vw, 2.4rem) !important;
}
.dcb-privacy-policy-text .wp-element-caption,
.text-page__content .wp-element-caption {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
  color: var(--Micronix-Black, #212529);
}
.dcb-privacy-policy-text .is-layout-flex,
.text-page__content .is-layout-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .dcb-privacy-policy-text .is-layout-flex,
  .text-page__content .is-layout-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dcb-privacy-policy-text ul,
.dcb-privacy-policy-text ol,
.text-page__content ul,
.text-page__content ol {
  margin-left: 2rem;
}
.dcb-privacy-policy-text ul li,
.dcb-privacy-policy-text ol li,
.text-page__content ul li,
.text-page__content ol li {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
  color: var(--Micronix-Black, #212529);
}
.dcb-privacy-policy-text ul li a,
.dcb-privacy-policy-text ol li a,
.text-page__content ul li a,
.text-page__content ol li a {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
  color: var(--Micronix-Black, #212529);
}

/* SINGLE */
/*	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)
--------------------------------------- */
.hero-text {
  max-width: 78.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero-text {
    max-width: 100%;
  }
}

.blog__content {
  width: 100%;
  max-width: 113.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.blog__content blockquote cite {
  color: var(--Micronix-Black, #212529);
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
}
.blog__content a {
  text-decoration: underline;
}
.blog__content a:hover {
  text-decoration: none;
}
.blog__content .wp-block-button {
  padding: 4rem 0;
}
.blog__content .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem 1rem 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;
  border: 0.5px dashed var(--Micronix-Black, #212529);
  background: var(--Micronix-Black, #212529);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
}
.blog__content .wp-block-button a:hover {
  background: var(--base-white, #fff);
  color: var(--Micronix-Black, #212529);
}
.blog__content .wp-block-button.primary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem 1rem 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;
  border: 0.5px dashed var(--Micronix-Black, #212529);
  background: var(--Micronix-Black, #212529);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
}
.blog__content .wp-block-button.primary a:hover {
  background: var(--base-white, #fff);
  color: var(--Micronix-Black, #212529);
}
.blog__content .wp-block-button.secondary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 1.6rem 1rem 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;
  color: var(--Micronix-Black, #212529);
  border: 0.5px dashed transparent;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  text-transform: uppercase;
}
.blog__content .wp-block-button.secondary a:hover {
  border: 0.5px dashed var(--Micronix-Black, #212529);
}
.blog__content figure,
.blog__content iframe {
  padding: 2.4rem 0;
}
.blog__content iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 500px) {
  .blog__content iframe {
    height: revert-layer;
  }
}
.blog__content ul,
.blog__content ol {
  margin-left: 2rem;
}
.blog__content ul li,
.blog__content ol li {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
  color: var(--Micronix-Black, #212529);
}
.blog__content ul li a,
.blog__content ol li a {
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.375;
  color: var(--Micronix-Black, #212529);
}

/* 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;
  border: var(--border);
  padding: var(--padding);
  gap: var(--gap);
  font-size: var(--font-size);
  background: var(--bg);
  color: var(--color);
}
.btn.btn--sm {
  --padding: 0.8rem 1.2rem;
  --gap: 0.4rem;
  --font-size: 14px;
}
.btn.btn--md {
  --padding: 0.8rem 1.6rem 0.8rem 0rem;
  --gap: 0.4;
  --font-size: 1.4rem;
}
.btn.btn--lg {
  --padding: 1rem 1.6rem;
  --gap: 1rem;
  --font-size: 1.6rem;
}
.btn.btn--lg-secondary {
  --padding: 0.8rem 1.6rem 0.8rem 0rem;
  --gap: 0;
  --font-size: 1.6rem;
}
.btn.btn--xl {
  --padding: 1.2rem 1.8rem;
  --gap: 0.6rem;
  --font-size: 1.6rem;
}
.btn.btn--2xl {
  --padding: 1.6rem 2.2rem;
  --gap: 1rem;
  --font-size: 1.8rem;
}
.btn.btn--primary {
  --bg: var(--Micronix-Black, #212529);
  --color: var(--Micronix-White, #fff);
  --border: 0.5px dashed var(--Micronix-Black, #212529);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn--primary:hover, .btn.btn--primary:focus {
  --bg: var(--Micronix-White, #fff);
  --color: var(--Micronix-Black, #212529);
}
.btn.btn--primary:hover svg g path, .btn.btn--primary:focus svg g path {
  stroke: var(--Micronix-Black, #212529);
  stroke-width: 0.5;
}
.btn.btn--primary .btn__text {
  text-transform: uppercase;
}
.btn.btn--secondary-gray {
  --bg: var(--Micronix-White, #fff);
}
.btn.btn--secondary-gray .btn__text {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn--secondary-gray:hover, .btn.btn--secondary-gray:focus {
  --bg: var(--Micronix-White, #fff);
}
.btn.btn--secondary-gray:hover .btn__text, .btn.btn--secondary-gray:focus .btn__text {
  border-color: black;
}
.btn.btn--secondary-color {
  --bg: transparent;
  --color: var(--brand-color-900);
  --border-color: var(--brand-color-900);
}
.btn.btn--secondary-color:hover, .btn.btn--secondary-color:focus {
  --bg: var(--brand-color-900);
  --color: var(--base-white);
}
.btn.btn--tertiary-gray {
  --bg: transparent;
  --color: var(--gray-color-600);
  --border-color: var(--bg);
}
.btn.btn--tertiary-gray:hover, .btn.btn--tertiary-gray:focus {
  --bg: var(--gray-color-200);
}
.btn.btn--tertiary-color {
  --bg: transparent;
  --color: var(--brand-color-900);
  --border-color: var(--bg);
}
.btn.btn--tertiary-color:hover, .btn.btn--tertiary-color:focus {
  --bg: var(--brand-color-200);
}
.btn.btn--link-gray {
  border: none;
  --padding: 0;
  --bg: transparent;
  --color: var(--gray-color-600);
}
.btn.btn--link-gray:hover, .btn.btn--link-gray:focus {
  --color: var(--gray-color-900);
}
.btn.btn--link-color {
  border: none;
  --padding: 0;
  --bg: transparent;
  --color: var(--brand-color-900);
}
.btn.btn--link-color:hover, .btn.btn--link-color:focus {
  --color: var(--brand-color-1100);
}
.btn .btn__icon {
  font-size: 0;
}
.btn .btn__icon svg g path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn .btn__text {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.375;
  font-family: "Avenir LT Pro", sans-serif;
  font-weight: 400;
  padding-top: 0.3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 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: 2.4rem;
  width: 100%;
  max-width: 34.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 661px) {
  .card {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .card {
    padding: 0.8rem 0;
  }
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.card__content-desc {
  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: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 500px) {
  .card__content-desc {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
}
.card__content-desc.image-text {
  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;
}
@media screen and (max-width: 661px) {
  .card__content-desc.image-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .card__content-desc.image-text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card__content-desc.image-text figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  border: 0.5px dashed var(--Micronix-Black, #212529);
}
.card__content-desc.image-text figure svg {
  aspect-ratio: 80/80;
}

.blog-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 35.2rem;
  height: auto;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 1022px) {
  .blog-card {
    max-width: 35.7rem;
  }
}
@media only screen and (max-width: 688px) {
  .blog-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .blog-card .line-bottom {
    display: none;
  }
}
.blog-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  padding: 4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .blog-card__content {
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 500px) {
  .blog-card__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-card__content h3,
  .blog-card__content p {
    text-align: center;
  }
}
.blog-card__content:hover .blog-card__content-image img {
  scale: 1.03;
}
.blog-card__content-image {
  width: 100%;
  max-width: 27.2rem;
  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;
}
@media screen and (max-width: 500px) {
  .blog-card__content-image {
    max-width: 100%;
  }
}
.blog-card__content-image img {
  width: 100%;
  max-width: 27.2rem;
  aspect-ratio: 272/182;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 500px) {
  .blog-card__content-image img {
    max-width: 100%;
  }
}
.blog-card__content .btn {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration-color: transparent;
}

/*	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)
--------------------------------------- */
.card-download {
  width: 100%;
  max-width: 36rem;
  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: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33rem;
          flex: 1 0 33rem;
}
@media only screen and (max-width: 965px) {
  .card-download {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  .card-download {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .card-download {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
}
.card-download__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  padding: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 500px) {
  .card-download__content {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .card-download__content {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-download__content-text {
  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: 500px) {
  .card-download__content-text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-download__content-text p a {
  border-bottom: 1px solid black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-download__content-text p a:hover {
  border-color: transparent;
}
.card-download__content-text.header {
  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;
}
@media screen and (max-width: 500px) {
  .card-download__content-text.header {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-download__content-text.header .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  border: 0.5px dashed var(--Micronix-Black, #212529);
}

.line {
  width: 100%;
  max-width: 1px;
  height: 43.6rem;
  background: #212529;
}
@media only screen and (max-width: 702px) {
  .line {
    display: none;
  }
}

@media only screen and (max-width: 965px) {
  #line_1 {
    display: none;
  }
}
.card-text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .card-text-image {
    gap: 2.4rem;
  }
}
.card-text-image .image {
  width: 100%;
  max-width: 36.131rem;
  height: auto;
}
@media only screen and (max-width: 765px) {
  .card-text-image .image {
    max-width: 100%;
  }
}
.card-text-image .image img {
  width: 100%;
  max-width: 36.131rem;
  aspect-ratio: 361/540;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 765px) {
  .card-text-image .image img {
    max-width: 100%;
    aspect-ratio: unset;
    height: 57.3rem;
  }
}
@media screen and (max-width: 500px) {
  .card-text-image .image img {
    height: 36.3rem;
  }
}
.card-text-image .text {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media only screen and (max-width: 600px) {
  .card-text-image .text {
    gap: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .card-text-image .text {
    text-align: center;
  }
}
.card-text-image .text .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .card-text-image .text .title {
    text-align: center;
  }
}
.card-text-image .text h2,
.card-text-image .text .h2 {
  width: 100%;
  text-transform: uppercase;
}
.card-text-image .desc {
  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;
}
.card-text-image .desc p a {
  color: var(--Micronix-Black, #212529);
  border-bottom: 1px solid var(--Micronix-Black, #212529);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-text-image .desc p a:hover {
  border-color: transparent;
}

.social-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.8rem;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  background: var(--Micronix-Black, #212529);
}
@media screen and (max-width: 885px) {
  .social-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.social-card h2,
.social-card .h2 {
  color: var(--Micronix-White, #fff);
  text-transform: uppercase;
}
@media screen and (max-width: 885px) {
  .social-card h2,
  .social-card .h2 {
    text-align: center;
  }
}
.social-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.social-card__content .facebook a,
.social-card__content .instagram a {
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.social-card__content .facebook a figure,
.social-card__content .instagram a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10rem;
  border: 0.5px dashed var(--Micronix-White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .social-card__content .facebook a figure svg,
  .social-card__content .instagram a figure svg {
    width: 100%;
    max-width: 4rem;
    height: 4rem;
    aspect-ratio: 40/40;
  }
}
.social-card__content .facebook a:hover figure,
.social-card__content .instagram a:hover figure {
  border: 0.5px solid var(--Micronix-White, #fff);
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}
.hero-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .hero-image {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .hero-image {
    height: auto;
  }
}
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  image-rendering: auto;
}
@media screen and (max-width: 768px) {
  .hero-image img {
    height: auto;
  }
}
.hero-image .hero-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 3.6rem 1.6rem 3.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  background: var(--Micronix-Transparent-black, rgba(23, 24, 26, 0.75));
}
.hero-image .hero-text h1 {
  color: var(--Micronix-White, #fff);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .hero-image .hero-text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hero-image .hero-text {
    position: relative;
    width: 100%;
  }
}
.hero-content {
  width: 100%;
  max-width: 118.6rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .hero-content p {
    --fs-rate: 0.95;
  }
}
@media screen and (max-width: 1024px) {
  .hero-content p strong {
    --fs-rate: 0.95;
    font-size: calc(var(--fs-rate) * 1.6rem);
  }
}

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