/*	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 */
/* Satoshi - 400 */
@font-face {
  font-display: swap;
  font-family: "Overused-Grotesk-Regular";
  src: url("../fonts/OverusedGrotesk-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Overused-Grotesk-Semibold";
  src: url("../fonts/OverusedGrotesk-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Overused-Grotesk-Bold";
  src: url("../fonts/OverusedGrotesk-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/*	1) Headlines text group
--------------------------------------- */
h1,
.h1 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 6.1rem);
  line-height: 1.131147541;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

h2,
.h2 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 4.8rem);
  line-height: 1.1666666667;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

h3,
.h3 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.9rem);
  line-height: 1.2051282051;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  color: var(--White, #fff);
}

h4,
.h4 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-rate) * 3.1rem);
  line-height: 1;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

h5,
.h5 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2.5rem);
  line-height: 1;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

h6,
.h6 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 2rem);
  /*	2) Display text group
  --------------------------------------- */
  line-height: 1;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  color: var(--White, #fff);
}

/*	2) Display text group
--------------------------------------- */
.dt-1 {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.75;
}
.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.5;
  font-family: "Overused-Grotesk-Bold", sans-serif;
  font-weight: 600;
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

p {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
}

a,
.link {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

strong,
.strong {
  font-family: "Overused-Grotesk-Bold", sans-serif;
  font-weight: 600;
}

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

.sbt {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 0.9285714286;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  text-align: center;
}

.button {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

.tag {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: 14px;
  line-height: 1;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

.article {
  /*	1) Headlines text group
  --------------------------------------- */
  line-height: 1.6;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

.article-link {
  /*	1) Headlines text group
  --------------------------------------- */
  line-height: 1;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
}

.info-hyperlink {
  /*	1) Headlines text group
  --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 3.1rem);
  line-height: 0.3870967742;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  color: var(--Primary-color, #f4511e);
  text-align: center;
  font-style: normal;
  text-decoration-line: underline;
}

.mixed {
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mixed-blog {
  color: var(--White, #fff);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.warning-text {
  color: var(--White, #fff);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*	4) Theme specific
--------------------------------------- */
/* MAIN DESIGN */
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
/*
FONT WEIGHTS:
    black:    900;
    heavy:    800;
    bold:     700;
    semiBold: 600;
    medium:   500;
    regular:  400;
    light:    300;
    thin:     100;
*/
/* #region GENERAL SETTINGS ============================================================= */
html,
body {
  background: var(--cool-grey-cool-grey-10, #121619);
  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
  --------------------------------------- */
  --Primary-color: #f4511e;
  --Orange-40: #ff7043;
  --White: #fff;
  --cool-grey-cool-grey-100: #f2f4f8;
  --cool-grey-cool-grey-90: #dde1e6;
  --cool-grey-cool-grey-80: #c1c7cd;
  --cool-grey-cool-grey-70: #a2a9b0;
  --cool-grey-cool-grey-60: #878d96;
  --cool-grey-cool-grey-50: #697077;
  --cool-grey-cool-grey-40: #4d5358;
  --cool-grey-cool-grey-30: #343a3f;
  --cool-grey-cool-grey-20: #21272a;
  --cool-grey-cool-grey-10: #121619;
  --primary: #031633;
  --primary-rgb: 3, 22, 51;
  --black: #333;
  --black-rgb: 51, 51, 51;
  --off-white: #FDFCF8;
  --off-white-rgb: 253, 252, 248;
  --violet-accent: #9C68E2;
  --violet-accent-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.85;
    --fs-small-rate: 0.85;
  }
}
@media screen and (max-width: 640px) {
  * {
    --fs-rate: 0.75;
    --fs-small-rate: 0.8;
  }
}
@media screen and (max-width: 450px) {
  * {
    --fs-rate: 0.65;
    --fs-small-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;
}

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;
}

.inner {
  width: 100%;
  max-width: 113.6rem;
  margin: 0 auto;
}

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

/* #endregion */
/* #region MOBILE MENU ICON ============================================================= */
.hamburger {
  position: absolute;
  top: 50%;
  right: 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(--cool-grey-cool-grey-10, #121619);
}
.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(--White, #fff);
  -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(--White, #fff);
}
.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);
  background: var(--cool-grey-cool-grey-10, #121619);
}

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: rgba(18, 22, 25, 0.7);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding: 2rem 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: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
}
.site-header .site-header__left-col .logo img {
  width: 100%;
  max-width: 5.8rem;
}
.site-header .site-header__right-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: left;
}
.site-header .site-header__right-col #mobile-language {
  display: none;
}
.site-header .site-header__language {
  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;
  width: 100%;
  max-width: 6.8rem;
  height: 3.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.4rem;
  border: 1px solid var(--cool-grey-cool-grey-20, #21272a);
}
.site-header .site-header__language-czech, .site-header .site-header__language-english,
.site-header .site-header__language .current-lang-link,
.site-header .site-header__language a {
  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;
  width: 100%;
  max-width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.2rem;
  color: var(--cool-grey-cool-grey-40, #4d5358);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .site-header__language-czech:hover, .site-header .site-header__language-english:hover,
.site-header .site-header__language .current-lang-link:hover,
.site-header .site-header__language a:hover {
  background: var(--cool-grey-cool-grey-20, #21272a);
}
.site-header .site-header__language-czech.active, .site-header .site-header__language-english.active,
.site-header .site-header__language .current-lang-link {
  background: var(--cool-grey-cool-grey-20, #21272a);
  color: var(--cool-grey-cool-grey-100, #f2f4f8);
}
.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.menu-item-has-children > a > .arrow {
  display: inline-block;
  margin-left: 0.4rem;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.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: 33.4rem;
  display: block;
  position: absolute;
  z-index: 100;
  padding: 1.6rem;
  border-radius: 1.6rem;
  gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  opacity: 0;
  background: rgba(18, 22, 25, 0.95);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s 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: 33.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid #21272a;
}
.site-header ul li .sub-menu li:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--Primary-color, #f4511e);
}
.site-header ul li .sub-menu li:hover a::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  gap: 2.4rem;
  color: var(--White, #fff);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-header ul li .sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/flashlight-line.svg") no-repeat center center;
  background-size: contain;
}
.site-header ul li .sub-menu li a::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow-black-line-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  width: 100%;
  max-width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-header ul li .sub-menu li:nth-child(3) {
  padding: 2rem 1.6rem;
}
.site-header ul li .sub-menu li:nth-child(1) a::before {
  background: url("../images/flashlight-line.svg") no-repeat center center;
}
.site-header ul li .sub-menu li:nth-child(2) a::before {
  background: url("../images/flickr-fill.png") no-repeat center center;
}
.site-header ul li .sub-menu li:nth-child(3) a::before {
  background: url("../images/file-add-line.png") no-repeat center center;
}
.site-header ul li a {
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header ul li a:hover {
  color: var(--Primary-color, #f4511e);
}

.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;
}

.btn-primary {
  width: 100%;
  max-width: 15rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 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: 0.8rem;
  border-radius: 10rem;
  background: var(--Primary-color, #f4511e);
  color: var(--cool-grey-cool-grey-10, #121619);
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: var(--Orange-40, #ff7043);
}
.btn-primary:hover .btn-arrow-black {
  background-image: url("../images/arrow-black-line.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 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: 0.8rem;
  border-radius: 10rem;
  background: var(--Primary-color, #f4511e);
  color: var(--White, #fff);
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary-white:hover {
  background: var(--Orange-40, #ff7043);
}

.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  border-radius: 10rem;
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  color: var(--cool-grey-cool-grey-90, #dde1e6);
}

.btn-secondary-orange {
  width: 100%;
  max-width: 15rem;
  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;
  gap: 0.4rem;
  border-radius: 10rem;
  color: var(--Primary-color, #f4511e);
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-secondary-orange:hover {
  color: var(--Orange-40, #ff7043);
}
.btn-secondary-orange:hover .btn-arrow {
  background-image: url("../images/btn-arrow-right-line.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-arrow {
  width: 100%;
  max-width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/btn-arrow-orange.svg");
}

.btn-arrow-black {
  width: 100%;
  max-width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/arrow-black.svg");
}

/* MOBILE VERSION */
@media screen and (max-width: 970px) {
  .site-header .hamburger {
    display: block;
  }
  .site-header .site-header__left-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site-header .site-header__right-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .site-header .site-header__right-col nav #mobile-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 31.2rem;
    margin: 2.5rem;
  }
  .site-header .site-header__right-col nav #mobile-language .site-header__language-english,
  .site-header .site-header__right-col nav #mobile-language .site-header__language-czech,
  .site-header .site-header__right-col nav #mobile-language .current-lang-link,
  .site-header .site-header__right-col nav #mobile-language a {
    max-width: 15.2rem;
  }
  .site-header .site-header__language {
    display: none;
  }
  .site-header .menu-primary {
    max-height: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-header-height);
    display: block;
    overflow: hidden;
    background: var(--cool-grey-cool-grey-10, #121619);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .menu-primary ul {
    display: block;
    text-align: start;
    padding: 0 2.5rem;
  }
  .site-header .menu-primary ul li {
    margin: 2.4rem 0;
  }
  .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 .sub-menu {
    position: relative;
    margin-top: 0;
    text-align: start;
    padding: 0 1.6rem;
  }
  .site-header .menu-primary ul li .sub-menu li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    border-bottom: none;
  }
  .site-header .menu-primary ul li .sub-menu li:nth-child(3) {
    padding: 2rem 1.6rem;
  }
  .site-header .menu-primary ul li .sub-menu li:nth-child(1), .site-header .menu-primary ul li .sub-menu li:nth-child(2), .site-header .menu-primary ul li .sub-menu li:nth-child(3) {
    padding: 0.4rem 0;
  }
  .site-header .menu-primary ul li .sub-menu li:nth-child(1)::before, .site-header .menu-primary ul li .sub-menu li:nth-child(2)::before, .site-header .menu-primary ul li .sub-menu li:nth-child(3)::before {
    display: none;
  }
  .site-header .menu-primary ul li .sub-menu li::after {
    display: none;
  }
  .site-header .menu-primary ul li .sub-menu li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: start;
    padding: 0;
    color: var(--White, #fff);
    font-family: "Overused-Grotesk-Regular", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
  }
  .site-header .menu-primary ul li .sub-menu li a:hover {
    color: var(--Primary-color, #f4511e);
  }
  .site-header .menu-primary ul li a {
    padding: 1.5rem 0;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .site-header.withMenu .menu-primary {
    max-height: 100vh;
    overflow: auto;
  }
}
/* #endregion */
/* #region SITE FOOTER ======================================================================= */
.site-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding: 5.6rem 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4rem;
  margin: 0 auto;
}
.site-footer__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  z-index: 5;
  margin: 0 auto;
}
.site-footer__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 23.5rem;
  -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-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.site-footer__about-logo {
  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: 0.8rem;
}
.site-footer__description {
  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 0px;
          flex: 1 0 0;
}
.site-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.8rem;
  border: 1px solid var(--cool-grey-cool-grey-30, #343a3f);
}
.site-footer__contact .subheader small {
  text-transform: lowercase;
}
.site-footer__contact-content {
  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;
}
.site-footer__contact-content .tel,
.site-footer__contact-content .email,
.site-footer__contact-content .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.site-footer__contact-content .tel a p,
.site-footer__contact-content .email a p,
.site-footer__contact-content .address a p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__contact-content .tel a:hover p,
.site-footer__contact-content .email a:hover p,
.site-footer__contact-content .address a:hover p {
  color: var(--Primary-color, #f4511e);
}
.site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.8rem;
  border: 1px solid var(--cool-grey-cool-grey-30, #343a3f);
}
.site-footer__links-services {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.site-footer__links-services .link {
  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__links-services .link ul {
  list-style-type: none;
  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__links-services .link ul li a {
  color: var(--cool-grey-cool-grey-80, #c1c7cd);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__links-services .link ul li a:hover {
  color: var(--Primary-color, #f4511e);
}
.site-footer__links-maps-web {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.site-footer__links-maps-web .web-link {
  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__links-maps-web .web-link ul {
  list-style-type: none;
  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__links-maps-web .web-link ul li a {
  color: var(--cool-grey-cool-grey-80, #c1c7cd);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem; /* 150% */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__links-maps-web .web-link ul li a:hover {
  color: var(--Primary-color, #f4511e);
}
.site-footer .footer-gradient {
  position: absolute;
  bottom: 0;
  right: 0;
}
.site-footer .site-footer__file-mark {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 113.6rem;
  margin: 0 auto;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
}
.site-footer .site-footer__file-mark a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-footer__file-mark a svg g path,
.site-footer .site-footer__file-mark a svg g rect {
  fill: #fff;
}

@media only screen and (max-width: 1125px) {
  .site-header .site-header__language {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .site-footer__about p {
    text-align: center;
  }
  .site-footer__description {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .site-footer__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer__contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__links-services {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .site-footer__links-services .link ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer__links-maps-web {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .site-footer__links-maps-web .web-link ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* #endregion */
/* 404 */
.not-found {
  width: 100%;
  max-width: 144rem;
  height: 100vh;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 0 auto;
}
.not-found a {
  max-width: 22rem;
}
.not-found__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.6rem;
  -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;
}
.not-found__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56rem;
  -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;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.54)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.54) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 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)
--------------------------------------- */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 144rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12.1rem;
  margin: 0 auto;
  padding: 12.4rem 2.5rem 6.4rem 2.5rem;
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.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: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 auto;
}
.news__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: 1.6rem;
}
.news__content-text-subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.news__content-text-subheader i svg g path {
  fill: var(--cool-grey-cool-grey-50, #697077);
}
.news__content-text h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.54)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.54) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4rem 2.5rem;
  -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: 6.4rem;
}
.news-boxes__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 144rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 5.6rem 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.news-boxes__content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.news-boxes__content-cards .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36.8rem;
  -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;
  border-radius: 1.6rem;
}
.news-boxes__content-cards .news-card:hover .news-card__image {
  border-radius: 1.6rem;
}
.news-boxes__content-cards .news-card:hover .news-card__image img {
  opacity: 0.8;
}
.news-boxes__content-cards .news-card:hover .news-card__text .news-card__text-header .mixed-blog,
.news-boxes__content-cards .news-card:hover .news-card__text .news-card__text-header small {
  color: var(--White, #fff);
}
.news-boxes__content-cards .news-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: white;
  border-radius: 1.6rem;
}
.news-boxes__content-cards .news-card__image img {
  width: 100%;
  max-width: 36.8rem;
  height: 24rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-boxes__content-cards .news-card__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;
}
.news-boxes__content-cards .news-card__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: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.news-boxes__content-cards .news-card__text-header .mixed-blog,
.news-boxes__content-cards .news-card__text-header small {
  color: var(--Cool-grey-Cool-grey-70, #a2a9b0);
}
.news-boxes .news-pagination {
  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: 1.6rem;
}
.news-boxes .news-pagination .prev-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-boxes .news-pagination .next-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-boxes .news-pagination .page-numbers {
  color: var(--Cool-grey-Cool-grey-70, #a2a9b0);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.6666666667;
  text-decoration-line: underline;
}
.news-boxes .news-pagination .page-numbers.current {
  color: var(--White, #fff);
  text-decoration-line: none;
}

@media only screen and (max-width: 400px) {
  .news-boxes__content-cards .news-card__image img {
    min-height: 24rem;
    height: auto;
  }
}
/* Single 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)
--------------------------------------- */
.single-blog::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 66.3rem;
  height: 103.1rem;
  background-image: url("../images/blog-detail-gradient.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 3.2rem;
  right: 0;
  z-index: 2;
}

.single-detail {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.single-detail__header {
  position: relative;
  width: 100%;
  height: 57.1rem;
  background: var(--Cool-grey-Cool-grey-10, #121619);
  z-index: 3;
}
.single-detail__content {
  position: relative;
  width: 100%;
  background: var(--Cool-grey-Cool-grey-100, #f2f4f8);
  margin-top: -50rem;
}
.single-detail__content-text {
  position: relative;
  width: 100%;
  max-width: 113.6rem;
  padding: 0 2.5rem 11rem 2.5rem;
  margin: 0 auto;
  z-index: 4;
}
.single-detail__content-text .back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.9rem;
  margin-bottom: 4rem;
}
.single-detail__content-text .back-link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-detail__content-text .back-link i svg g path {
  fill: var(--cool-grey-cool-grey-70, #a2a9b0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__content-text .back-link .button {
  margin-bottom: 0;
  color: var(--Cool-grey-Cool-grey-70, #a2a9b0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__content-text .back-link:hover i svg g path {
  fill: var(--Primary-color, #f4511e);
}
.single-detail__content-text .back-link:hover .button {
  color: var(--Primary-color, #f4511e);
}
.single-detail__content-text .title {
  width: 100%;
  max-width: 84.8rem;
  margin-bottom: 8rem;
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 6.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.131147541;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.54)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.54) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-detail__content-text .wp-block-image {
  width: 100%;
  max-width: 113.6rem;
  max-height: 63.9rem;
  margin-bottom: 9.6rem;
}
.single-detail__content-text .post-image img {
  width: 100%;
  max-width: 113.6rem;
  max-height: 63.9rem;
  margin-bottom: 9.6rem;
}
.single-detail__content-text .wp-block-heading {
  margin-bottom: 1.6rem;
  color: var(--Cool-grey-Cool-grey-10, #121619);
}
.single-detail__content-text .wp-block-buttons {
  margin: 3.2rem 0 4rem 0;
}
.single-detail__content-text .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 16rem;
}
.single-detail__content-text .wp-block-buttons .wp-element-button,
.single-detail__content-text .wp-block-buttons .wp-block-button__link {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.6rem;
  border-radius: 10rem;
  background: var(--Primary-color, #f4511e);
  color: var(--cool-grey-cool-grey-10, #121619);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__content-text .wp-block-buttons .wp-element-button:before,
.single-detail__content-text .wp-block-buttons .wp-block-button__link:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1.6rem;
  height: 1.6rem;
  background: url("../images/arrow-black.svg");
  background-repeat: no-repeat;
  right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__content-text .wp-block-buttons .wp-element-button:hover,
.single-detail__content-text .wp-block-buttons .wp-block-button__link:hover {
  background: var(--Orange-40, #ff7043);
}
.single-detail__content-text .wp-block-buttons .wp-element-button:hover:before,
.single-detail__content-text .wp-block-buttons .wp-block-button__link:hover:before {
  background: url("../images/arrow-black-line.svg");
}
.single-detail__content-text p {
  margin-bottom: 1.6rem;
  color: var(--Cool-grey-Cool-grey-30, #343a3f);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.single-detail__content-text p iframe {
  border-radius: 1.2rem;
  height: 46.7rem;
  max-width: 84.8rem;
  width: 100%;
}
.single-detail__content-text ul {
  margin-left: 2rem;
  margin-bottom: 6.4rem;
}
.single-detail__content-text ul li {
  color: var(--Cool-grey-Cool-grey-30, #343a3f);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.single-detail__content-text ul li::marker {
  width: 1rem;
}
.single-detail__content-text .wp-block-table table {
  width: 100%;
  max-width: 84.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid var(--Cool-grey-Cool-grey-90, #dde1e6);
  background: var(--Cool-grey-Cool-grey-100, #f2f4f8);
}
.single-detail__content-text .wp-block-table table thead tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-detail__content-text .wp-block-table table thead tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: var(--Cool-grey-Cool-grey-100, #f2f4f8);
  color: var(--Cool-grey-Cool-grey-60, #878d96);
  font-family: "Overused-Grotesk-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}
.single-detail__content-text .wp-block-table table thead tr th:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 24.6rem;
  border-radius: 1.6rem 0 0 0;
}
.single-detail__content-text .wp-block-table table thead tr th:nth-child(2), .single-detail__content-text .wp-block-table table thead tr th:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 30.1rem;
}
.single-detail__content-text .wp-block-table table thead tr th:nth-child(3) {
  border-radius: 0 1.6rem 0 0;
}
.single-detail__content-text .wp-block-table table tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-detail__content-text .wp-block-table table tbody tr:nth-child(odd) td {
  background: var(--White, #fff);
}
.single-detail__content-text .wp-block-table table tbody tr:nth-child(even) td {
  background: var(--Cool-grey-Cool-grey-100, #f2f4f8);
}
.single-detail__content-text .wp-block-table table tbody tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 1.6rem;
}
.single-detail__content-text .wp-block-table table tbody tr:last-child td:nth-child(3) {
  border-radius: 0 0 1.6rem 0;
}
.single-detail__content-text .wp-block-table table tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--Cool-grey-Cool-grey-10, #121619);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__content-text .wp-block-table table tbody tr td:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 24.6rem;
}
.single-detail__content-text .wp-block-table table tbody tr td:nth-child(2), .single-detail__content-text .wp-block-table table tbody tr td:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 30.1rem;
}
.single-detail__content-text .wp-block-table table tbody tr .warning-box span {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background: var(--Warning, #e41818);
}
.single-detail__content-text .wp-block-table .wp-element-caption {
  margin-bottom: 6.4rem;
  color: var(--Cool-grey-Cool-grey-50, #697077);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5714285714;
}

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

/* 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);*/
/*# sourceMappingURL=style.css.map */
