@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(5px) rotate(0deg);
  }
  100% {
    transform: translateY(5px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(6px) rotate(0deg);
  }
  100% {
    transform: translateY(5px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(-5px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  100% {
    transform: translateY(-5px) rotate(135deg);
  }
}
@font-face {
  font-family: 'Rules Extended';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/RulesExtended-ExtraBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Rules Extended';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/RulesExtended-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Rules Extended';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/RulesExpanded-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Rules Extended';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/RulesExtended-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Rules';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/Rules-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('./assets/fonts/icomoon.woff') format('woff');
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1,
h2,
h3,
h4,
p,
address,
blockquote {
  margin: 0;
  padding: 0;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-rules-extended);
  font-weight: 800;
}
h1 {
  font-size: var(--text-h1);
}
h2 {
  font-size: var(--text-h2);
}
h3 {
  font-size: var(--text-service-title);
}
h4 {
  font-size: var(--text-h4);
}
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
html {
  font-size: 62.5%;
}
body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2000;
  height: 4000px;
  opacity: 0.4;
  display: none;
  background: transparent url("assets/images/slove_design_menu.png") top 30px center no-repeat;
  background: transparent url("assets/images/slove_služby_detail_rozklik plusko(2).png") top 14px left 225px no-repeat;
  background: transparent url("assets/images/slove_hover.png") top 606px left -10px no-repeat;
  background: transparent url("assets/images/slove_o slove.png") top 32px center no-repeat;
  background: transparent url("assets/images/figma_reference.png") top center no-repeat;
  background: transparent url("assets/images/slove_blog_obecne.png") top 10px center no-repeat;
  background: transparent url("assets/images/slove_blog_clanek.png") top 36px center no-repeat;
  background: transparent url("assets/images/slove_design_homepage.png") top 0 center no-repeat;
  background: transparent url("assets/images/slove_kontakt.png") top -3px center no-repeat;
  background: transparent url("assets/images/Frame.png") top 56px center no-repeat;
}
body.open_menu {
  overflow: hidden;
}
.isen-template {
  position: relative;
  --color-bg: #F7F7F7;
  --color-black: #1C1D19;
  --color-white: #FFFFFF;
  --color-primary: #FC6200;
  --color-lime: #E4F7A0;
  --color-pink: #F4CAF9;
  --color-peach: #FFDFCA;
  --color-khaki: #B6C19F;
  --font-rules: 'Rules', sans-serif;
  --font-rules-extended: 'Rules Extended', sans-serif;
  --font-agrandir: 'Agrandir Variable', sans-serif;
  --px-40: 40px;
  --text-h1: 4.8rem;
  --text-h2: 3.6rem;
  --text-service-title: 2.8rem;
  --text-h4: 2.6rem;
  --text-h5: 2.6rem;
  --text-body-xl: 2.4rem;
  --text-body-l: 2.2rem;
  --text-body-m: 1.8rem;
  --text-body-s: 1.6rem;
  --text-body-xs: 1.4rem;
  --text-menu: 4.8rem;
  --text-number: 1.2rem;
  --px-40: 30px;
  --p-margin: 20px;
  /*
    --text-h1:              4.4rem;
    --text-h2:              3.4rem;
    --text-service-title:   2.6rem;
    --text-h4:              2.4rem;
    --text-h5:              2.2rem;
    --text-body-xl:         2.2rem;
    --text-body-l:          2rem;
    --text-body-m:          1.6rem;
    --text-body-s:          1.5rem;
    --text-body-xs:          1.4rem;
    --text-menu:            2.2rem;
    --text-number:          1.2rem;*/
  --lh-h1: 0.95;
  --lh-h1: 1.05;
  --lh-h2: 1.24;
  --lh-service-title: 1.3;
  --lh-h4: 1.24;
  --lh-h5: 1.32;
  --lh-body-s: 24px;
  --space-3xs: 6px;
  --space-2xs: 9px;
  --space-xs: 12px;
  --space-sm: 13px;
  --space-mm: 15px;
  --space-md: 20px;
  --space-lg: 24px;
  --space-ll: 30px;
  --space-xl: 36px;
  --space-1xl: 40px;
  --space-2xl: 60px;
  --space-3xl: 80px;
  --space-4xl: 90px;
  --space-slide: 10px;
  --radius-card: 30px;
  --radius-btn: 20px;
  --radius-number: 30px;
  --radius-image: 16px;
  --container-max: 1320px;
  --page-padding: 60px;
  --card-w: 380px;
  --card-h-service: 370px;
  --card-h-testimonial: 370px;
  background-color: var(--color-bg);
  color: var(--color-black);
  font-family: var(--font-rules);
  font-size: var(--text-body-m);
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.main-section .container {
  padding-top: 3.4%;
  padding-bottom: 1.4%;
}
.main-section .entry-title {
  margin-bottom: var(--space-md);
}
.main-section .entry-content {
  width: 630px;
  max-width: 100%;
  font-size: var(--text-body-l);
  line-height: 1.4;
}
#custom-cursor {
  position: fixed;
  z-index: 999999;
  width: 14px;
  height: 14px;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-cursor .custom-cursor-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  flex: 1 0 100px;
}
#custom-cursor .custom-cursor-inner .cursor-icon {
  display: none;
}
#custom-cursor .custom-cursor-inner img {
  width: 100%;
}
#custom-cursor.show-eye .cursor-eye,
#custom-cursor.show-lips .cursor-lips {
  display: block;
}
.case-card {
  cursor: none;
}
.full_link {
  position: absolute;
  inset: 0;
  font-size: 0;
  z-index: 2;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.open_menu .overlay {
  opacity: 1;
  visibility: visible;
}
.container {
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: 100%;
}
.page-template-page-kontakt {
  min-height: 100vh;
  background: #F1DEF7;
  display: flex;
}
.page-template-page-kontakt .back-to-top-wrapper {
  display: none !important;
}
.page-template-page-kontakt .isen-template {
  background: #F1DEF7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
}
.page-template-page-kontakt .isen-template .site-main {
  flex: 1 0 auto;
}
.page-template-page-kontakt .main-section .container {
  padding-top: var(--space-1xl);
  padding-bottom: 0;
  height: 100%;
  font-size: var(--text-body-m);
  line-height: 1.4;
}
.page-template-page-kontakt .main-section .container article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-page-kontakt .main-section .container .columns {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-page-kontakt .main-section .container .columns h4 {
  font-family: var(--font-rules-extended);
  font-weight: 800;
  line-height: var(--lh-h2);
  font-size: var(--text-h4);
  margin-bottom: var(--space-lg);
}
.page-template-page-kontakt .main-section .container .columns a:not(.footer-social-link) {
  font-size: var(--text-body-m);
}
.page-template-page-kontakt .main-section .container .columns a[href*="maps."] {
  padding: var(--space-3xs) 0;
  display: inline-block;
  font-weight: 500;
  font-family: var(--font-rules-extended);
}
.page-template-page-kontakt .main-section .container .left-column {
  width: 390px;
}
.page-template-page-kontakt .main-section .container .right-column {
  width: 390px;
}
.page-template-page-kontakt .footer {
  margin-top: auto;
  background: transparent;
}
.page-template-page-kontakt .footer .footer-address {
  display: none !important;
}
.page-template-page-kontakt .footer::before {
  display: none;
}
.page-template-page-kontakt .footer .footer-logo path {
  fill: var(--color-primary);
}
.page-template-page-kontakt .footer .footer-cta {
  position: absolute;
  top: 0;
  right: calc(var(--page-padding) * 2);
  padding: 0;
  transform: translateY(-40%);
}
.page-template-page-kontakt .footer-cta-inner {
  flex-direction: row;
  align-items: center;
}
.page-template-page-kontakt .footer-cta-inner .footer-email {
  color: #000;
}
.page-template-page-kontakt .footer-cta-inner .mail-deco-img {
  width: 160px;
  margin-right: var(--space-md);
}
.post-template-default.single .isen-template,
.category .isen-template {
  background: var(--color-peach);
}
.error404 {
  overflow: hidden;
  height: 100dvh;
}
.error404 .isen-template {
  background: #EEFFB0;
  height: 100%;
  overflow: hidden;
}
.error404 .main-section {
  height: 100%;
}
.error404 .main-section .container {
  padding-bottom: 7%;
}
.error404 .main-section .entry-content {
  font-size: var(--text-h2);
}
.error404 .main-section .button {
  font-size: var(--text-h2);
}
.error404 .section-404 .content {
  display: flex;
}
.error404 .section-404 .content > * {
  width: 50%;
}
.error404 .section-404 .title_wrapper_404 .entry-title {
  font-size: calc(var(--text-h1) * 1.8);
}
.section-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-black);
}
.main-title {
  font-size: var(--text-h1);
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: var(--space-xl);
}
a {
  color: var(--color-black);
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: var(--color-black);
  text-decoration: none;
  font-style: italic;
}
.isen-template p {
  margin: var(--p-margin) 0;
}
.isen-template p:first-child {
  margin-top: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px 12px;
  border-radius: var(--radius-btn);
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.18s ease;
  cursor: pointer;
  border: none;
  text-decoration: none;
  color: var(--color-white);
}
.btn:hover,
.btn:active,
.btn:focus {
  color: var(--color-white);
  font-style: italic;
}
.btn--dark {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn--dark:hover,
.btn--dark:active,
.btn--dark:focus {
  background-color: #000;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  padding: 13px 19px;
  border-radius: var(--radius-btn);
  font-family: var(--font-rules);
  logo-itemfont-size: var(--text-body-m);
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: var(--tags-color, var(--color-lime));
}
.tag-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tag-icon::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
  color: inherit;
  font-size: var(--text-body-s);
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--space-xs);
}
.tag-list .tag {
  margin-right: auto;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: grab;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: '';
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider-controls {
  display: flex;
  gap: var(--space-2xs);
  align-items: center;
  flex-shrink: 0;
}
.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: #000 !important;
  flex-shrink: 0;
  transition: padding 0.2s ease;
}
.slider-btn::before {
  content: '';
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  color: inherit;
  font-size: var(--text-body-xl);
  color: #000 !important;
  opacity: 1;
}
.slider-btn.slider-btn--prev::before {
  content: '\e906';
}
.slider-btn.slider-btn--hidden {
  visibility: hidden;
  pointer-events: none;
}
.slider-btn:hover {
  background: transparent;
}
.slider-btn:hover.slider-btn--prev {
  padding-right: 4px;
}
.slider-btn:hover.slider-btn--next {
  padding-left: 4px;
}
.slider-btn.slick-disabled,
.slider-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.logos-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.logos-btn img {
  width: 36px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.logos-btn:hover {
  border-color: var(--color-black);
}
.logos-btn:active {
  background: var(--color-lime);
  border-color: var(--color-lime);
}
.logos-btn.slick-disabled,
.logos-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px var(--page-padding);
  background-color: transparent;
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header .header-logo-link {
  position: relative;
  display: block;
  padding: 10px 0;
  z-index: 1;
}
.header .header-logo-link path {
  transition: all 0.3s ease-in-out;
}
.open_menu .header .header-logo-link path {
  fill: var(--color-pink);
}
.header .menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
  padding: 3px 0;
}
.header .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 13px;
  border: 1px solid transparent;
  padding: 0 2px;
}
.header .menu-icon span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: var(--color-black);
}
.header .menu-icon span:first-child {
  -webkit-animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
}
.header .menu-icon span:nth-child(2) {
  -webkit-animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
}
.header .menu-icon span:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
}
.open_menu .header .menu-icon span:first-child {
  animation: inT 0.8s forwards;
}
.open_menu .header .menu-icon span:nth-child(2) {
  animation: inM 0.8s forwards;
}
.open_menu .header .menu-icon span:nth-child(3) {
  animation: inBtm 0.8s forwards;
}
.header .menu-label {
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-l);
  font-weight: 800;
  line-height: 30px;
  color: var(--color-black);
  white-space: nowrap;
}
#menu-header-menu {
  display: flex;
  flex-direction: column;
}
#menu-header-menu a {
  font-size: var(--text-menu);
  color: var(--color-pink);
  font-family: var(--font-rules-extended);
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}
#menu-header-menu a:hover,
#menu-header-menu a:active,
#menu-header-menu a:focus {
  text-decoration: underline;
  color: var(--color-pink);
}
.nav-inner {
  position: fixed;
  overflow: visible;
  background-color: var(--color-primary);
  padding: 10rem 0 2rem;
  width: 100vw;
  top: -100vh;
  height: 87dvh;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.nav-inner .container {
  display: flex;
  height: 100%;
}
.nav-inner .left {
  padding-top: 5.5%;
  display: flex;
  flex-direction: column;
}
.nav-inner .header-social {
  margin-top: auto;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: var(--space-2xs);
}
.nav-inner .header-social a {
  font-size: var(--text-body-m);
  color: var(--color-pink);
  text-decoration: none;
  font-family: var(--font-rules-extended);
  font-weight: 700;
}
.nav-inner .header-social a:hover,
.nav-inner .header-social a:active,
.nav-inner .header-social a:focus {
  text-decoration: underline;
  color: #fff;
}
.nav-inner .menu li {
  margin: var(--space-2xs) 0;
}
.nav-inner .right {
  padding-top: 1%;
}
.nav-inner .menu-deco-img {
  width: 100%;
  height: auto;
  max-height: 98%;
  object-fit: contain;
}
.open_menu .nav-inner {
  top: 0;
}
.open_menu .nav-inner::before {
  transform: translateY(0);
}
.hero {
  position: relative;
  width: 100%;
}
.hero .container {
  position: relative;
  height: 62dvh;
  overflow: hidden;
  min-height: 510px;
  display: flex;
  align-items: center;
  padding-left: var(--page-padding);
  padding-right: calc(var(--page-padding) * 4);
  background-color: var(--color-bg);
  padding-top: 230px;
  overflow: visible;
}
.hero .hero-logo {
  position: absolute;
  top: 11px;
  left: var(--page-padding);
  right: var(--page-padding);
  text-align: center;
  overflow: hidden;
  pointer-events: none;
}
.hero .hero-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1320 / 220;
}
.hero .hero-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.hero .hero-content {
  position: relative;
  width: 516px;
  margin-bottom: 5%;
}
.hero .hero-heading {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-black);
  max-width: 635px;
  margin-bottom: 16px;
}
.hero .hero-subheading {
  font-family: var(--font-rules);
  font-size: var(--text-body-l);
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.2;
}
.hero .hero-image {
  position: relative;
  pointer-events: none;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 52%;
  padding-bottom: 7%;
}
.hero .hero-decoration {
  position: absolute;
  right: 11%;
  bottom: 0%;
  width: 280px;
  pointer-events: none;
  z-index: 1;
  animation: bounce01 7s ease-in-out infinite alternate;
}
.services {
  position: relative;
  padding-bottom: 0;
  padding-top: 8px;
  z-index: 5;
}
.services .section-title {
  margin-bottom: var(--space-xl);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  position: relative;
  height: 306px;
  background-color: var(--color-lime);
  border-radius: var(--radius-card);
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  margin: 0;
  flex-direction: column;
  z-index: 2;
}
.service-card .service-card-inner {
  padding: var(--px-40) 0 0;
  background-color: var(--color-lime);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}
.service-card .icon {
  display: none;
}
.service-card .service-card-hover {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  width: 100%;
  padding: 0 var(--px-40);
  background: var(--color-lime);
  transition: grid-template-rows 0.4s, opacity 0.35s;
  font-size: var(--text-body-m);
  line-height: 1.33;
}
.service-card .service-card-hover-inner {
  overflow: hidden;
}
.service-card:hover .service-card-hover:not(:empty) {
  grid-template-rows: 1fr;
  opacity: 1;
  min-height: auto;
}
.service-card:has(.service-card-hover) .service-card-title {
  position: absolute;
  top: var(--px-40);
}
.service-card .service-card-title {
  position: relative;
  font-family: var(--font-rules-extended);
  font-size: var(--text-service-title);
  font-weight: 500;
  line-height: var(--lh-service-title);
  color: var(--color-black);
  padding-left: var(--px-40);
  padding-right: var(--px-40);
}
.service-card .btn-wrapper {
  position: relative;
  width: 100%;
  padding: var(--space-ll) var(--px-40) var(--px-40);
  background: var(--color-lime);
  border-radius: 0 0 var(--radius-card) var(--radius-card);
  margin-top: auto;
}
.service-card .btn {
  position: relative;
  text-decoration: none;
  z-index: 4;
}
.about {
  position: relative;
  width: 100%;
  margin-top: calc(var(--space-3xl) * -1.5);
  overflow: hidden;
  background: transparent url("assets/images/bg_about_us.svg") top center repeat-x;
}
.about .about-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  gap: var(--space-2xl);
  padding: calc(var(--space-4xl) * 2.8) 0 var(--space-4xl);
  margin: 0 auto;
}
.about .about-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  flex-shrink: 0;
}
.about .about-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-black);
  width: 656px;
  max-width: 100%;
}
.about .about-benefits {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.about .about-subtitle {
  font-family: var(--font-rules);
  font-size: var(--text-h4);
  font-weight: 400;
  line-height: var(--lh-h4);
  color: var(--color-black);
  margin: 0;
}
.about .about-image {
  flex-shrink: 0;
  width: 44%;
  margin: -5% auto calc(var(--space-xs) * -1);
}
.about .about-image.only-respo {
  display: none;
}
.case-studies {
  padding: var(--space-4xl) 0;
}
.case-grid {
  display: flex;
  width: calc(100% + var(--space-slide) * 2);
  margin-left: calc(var(--space-slide) * -1);
  align-items: flex-start;
}
.case-card {
  position: relative;
  width: var(--card-w);
  background-color: var(--color-peach);
  border-radius: var(--radius-card);
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 var(--space-slide);
  flex-direction: column;
}
.case-card .case-card-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding: var(--px-40);
  flex: 1 0 auto;
}
.case-card .case-card-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-black);
  margin-bottom: var(--space-md);
}
.case-card .case-card-link {
  position: relative;
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  text-decoration: underline;
  font-weight: 500;
  color: var(--color-black);
  white-space: nowrap;
  display: inline-block;
  z-index: 3;
  margin-top: auto;
}
.case-card .case-card-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto 0 0;
}
.case-card .case-card-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.case-card .case-card-image .case-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies .slick-list,
.case-studies .slick-track {
  min-width: 100%;
}
.case-studies .slick-track {
  display: flex;
}
.case-studies .slick-track .slick-slide {
  height: auto;
}
.case-cta {
  display: flex;
  justify-content: center;
  margin-top: var(--space-xl);
}
.target {
  width: 100%;
}
.target-green {
  position: relative;
  background-color: var(--section-bg, var(--color-lime));
  overflow: hidden;
}
.target-green .container {
  height: 100%;
  position: relative;
  padding-top: 1.2%;
  padding-bottom: 1.2%;
}
.target-green .target-inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--space-2xl);
}
.target-green .target-content {
  width: 43%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  margin: 5% auto 7% 0;
}
.target-green .target-content > .btn {
  margin-right: auto;
}
.target-green .target-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-black);
}
.target-green .target-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-bottom: var(--space-md);
}
.target-green .target-tags-row {
  display: flex;
  gap: var(--space-sm);
  flex-wrap: wrap;
}
.target-green .target-image {
  position: relative;
  margin: 0 auto;
  width: 40%;
}
.logos-bar {
  position: relative;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px var(--page-padding);
  box-shadow: 50vw 0 0 0 var(--color-white), -50vw 0 0 0 var(--color-white);
}
.logos-bar .logos-track {
  display: flex;
  gap: var(--space-md);
  align-items: center;
  width: 100%;
}
.logos-bar .logo-item {
  position: relative;
  width: 16.66%;
  min-height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 var(--space-lg);
}
.logos-bar .logo-item:not(.slick-slide) {
  opacity: 0;
}
.logos-bar .logo-item:not(.slick-slide) ~ .logo-item {
  display: none;
}
.logos-bar .logo-item span {
  display: inline-block;
}
.logos-bar .logo-item a {
  display: inline-block;
  position: relative;
}
.logos-bar .logo-item .logo-img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(0);
  opacity: 1;
  transition: opacity 0.25s ease;
}
.logos-bar .logo-item .logo-img-hover {
  position: absolute;
  inset: 0;
  max-height: 48px;
  width: auto;
  object-fit: contain;
  object-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
  display: none;
}
.logos-bar .logo-item:hover .logo-img {
  filter: none;
}
.logos-bar .logo-item:hover .logo-img-hover {
  opacity: 1;
}
.logos-bar .logo-img {
  max-width: 120px;
  max-height: 57px;
  object-fit: contain;
}
.process {
  position: relative;
  padding: var(--space-3xl) 0 var(--space-2xl);
  overflow: hidden;
  background: transparent url("assets/images/line.png") center 73% repeat-x;
}
.process + .target {
  margin-top: 4%;
}
.process .section-title {
  margin-bottom: var(--space-2xl);
  position: relative;
  z-index: 1;
}
.process .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
  min-height: 205px;
  padding-top: 5px;
}
.process .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xl);
}
.process .process-step--top-text {
  flex-direction: column;
  justify-content: flex-start;
}
.process .process-step--bottom-text {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.process .process-step:first-child .process-step-icon {
  margin-right: auto;
  margin-left: 20%;
}
.process .process-step:nth-child(2) .process-step-icon {
  margin-top: -55px;
}
.process .process-step:nth-child(4) .process-step-icon {
  margin-left: auto;
  margin-right: 22%;
  margin-top: -20px;
}
@keyframes icon-float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  30% {
    transform: translateY(-9px) rotate(4deg);
  }
  65% {
    transform: translateY(-4px) rotate(-2deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes icon-sway {
  0% {
    transform: rotate(-7deg) scale(1);
  }
  40% {
    transform: rotate(7deg) scale(1.06);
  }
  72% {
    transform: rotate(-3deg) scale(0.97);
  }
  100% {
    transform: rotate(-7deg) scale(1);
  }
}
@keyframes icon-wobble {
  0% {
    transform: rotate(0deg) scale(1);
  }
  20% {
    transform: rotate(10deg) scale(1.09);
  }
  50% {
    transform: rotate(-8deg) scale(0.94);
  }
  80% {
    transform: rotate(5deg) scale(1.04);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes icon-breathe {
  0% {
    transform: rotate(0deg) scale(1) translateY(0);
  }
  33% {
    transform: rotate(13deg) scale(1.07) translateY(-6px);
  }
  66% {
    transform: rotate(-5deg) scale(0.95) translateY(4px);
  }
  100% {
    transform: rotate(0deg) scale(1) translateY(0);
  }
}
.process-step-icon {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.process-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  will-change: transform;
}
.process-step:nth-child(1) .process-step-icon img {
  animation: icon-float 4s ease-in-out infinite;
  animation: icon-float 2s steps(3, end) infinite;
  transform-origin: center bottom;
}
.process-step:nth-child(2) .process-step-icon img {
  animation: icon-sway 3.6s ease-in-out infinite;
  animation: icon-sway 1.6s steps(2, end) infinite;
  transform-origin: center bottom;
}
.process-step:nth-child(3) .process-step-icon img {
  animation: icon-wobble 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: icon-wobble 2s steps(2, end) infinite;
  transform-origin: center center;
}
.process-step:nth-child(4) .process-step-icon img {
  animation: icon-breathe 6s ease-in-out infinite;
  animation: icon-breathe 2s steps(2, end) infinite;
  transform-origin: center center;
}
.timeline-item {
  display: flex;
  gap: var(--space-xs);
  align-items: flex-start;
  max-width: 277px;
}
.timeline-item .timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: var(--color-pink);
  border-radius: var(--radius-number);
  font-family: var(--font-rules-extended);
  font-size: var(--text-number);
  font-weight: 800;
  line-height: var(--text-number);
  color: var(--color-primary);
  text-align: center;
}
.timeline-item .timeline-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xs);
  width: 235px;
}
.timeline-item .timeline-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h5);
  font-weight: 800;
  margin-bottom: 2px;
  line-height: var(--lh-h5);
  color: var(--color-black);
}
.timeline-item .timeline-desc {
  font-family: var(--font-rules);
  font-size: var(--text-body-m);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-black);
  margin-top: 0;
}
.testimonials {
  padding: var(--space-xl) 0 var(--space-2xl);
}
.testimonials .testimonials-grid {
  margin-left: calc(var(--space-slide) * -1);
  width: calc(100% + var(--space-slide) * 2);
}
.testimonials .container {
  padding-bottom: var(--space-mm);
}
.testimonials .slick-track {
  display: flex;
  align-items: stretch;
}
.testimonials .testimonial-card {
  position: relative;
  width: var(--card-w);
  background-color: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  padding: var(--px-40);
  margin: 0 var(--space-slide);
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-xl);
}
.testimonials .testimonial-quote {
  font-family: var(--font-rules);
  font-size: var(--text-body-s);
  font-weight: 400;
  line-height: var(--lh-body-s);
  color: var(--color-black);
  margin-bottom: var(--space-md);
  font-style: normal;
}
.testimonials .testimonial-author {
  display: flex;
  flex-direction: column;
  gap: var(--space-3xs);
}
.testimonials .testimonial-author p {
  margin: 0;
}
.testimonials .testimonial-name {
  font-family: var(--font-rules);
  font-size: var(--text-body-l);
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
}
.testimonials .testimonial-role {
  font-family: var(--font-rules);
  font-size: var(--text-body-s);
  font-weight: 400;
  line-height: var(--lh-body-s);
  color: var(--color-black);
}
.article-main .container {
  padding-top: 3.4%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.article-detail-left {
  width: 66.25%;
}
.back-to-category-link {
  width: 100%;
  margin-bottom: var(--px-40);
}
.back-to-category-link.link-bottom {
  margin-top: 6.5%;
}
.back-to-category-link a {
  position: relative;
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: var(--text-h2);
  color: var(--color-black, #1C1D19);
  font-weight: 500;
  text-decoration: underline;
  text-transform: lowercase;
  letter-spacing: 0.2rem;
}
.back-to-category-link a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  color: inherit;
  font-size: var(--text-body-xl);
  display: inline-block;
  transform: rotate(180deg);
  margin-right: 5px;
}
.article-header .article-title {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: var(--text-h1);
  font-weight: 800;
  color: var(--color-black, #1C1D19);
  margin: 0 0 36px;
}
.article-header .article-perex {
  font-family: var(--font-rules, 'Rules', sans-serif);
  font-size: var(--text-body-l);
  line-height: 1.4;
  color: var(--color-black, #1C1D19);
}
.share-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-body-xs);
  color: #5C5D58;
}
.share-buttons-wrapper .share-buttons__label {
  margin-right: 6px;
}
.share-buttons-wrapper .share-buttons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.share-buttons-wrapper a {
  position: relative;
  width: 38px;
  height: 38px;
  font-size: 0;
  border-radius: 100%;
  background: var(--color-black);
  color: #fff;
}
.share-buttons-wrapper a::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-buttons-wrapper a.share-btn--facebook::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e901';
  color: inherit;
  font-size: var(--text-body-m);
}
.share-buttons-wrapper a.share-btn--instagram::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  color: inherit;
  font-size: var(--text-body-m);
}
.share-buttons-wrapper a.share-btn--linkedin::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  color: inherit;
  font-size: var(--text-body-m);
}
.article-featured-image {
  position: relative;
  width: 100%;
  margin-bottom: var(--space-md);
  line-height: 0;
  overflow: hidden;
  border-radius: var(--radius-image);
}
.article-featured-image::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 41%;
}
.article-featured-image img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-section {
  padding: 0;
  margin: var(--space-md) 0;
}
.article-wysiwyg {
  font-family: var(--font-rules, 'Rules', sans-serif);
  font-size: var(--text-body-xs);
  line-height: 1.45;
  color: var(--color-black, #1C1D19);
}
.article-wysiwyg h2 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--text-h2);
  margin: 0 0 36px;
}
.article-wysiwyg h3 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 var(--space-md);
  font-size: var(--text-service-title);
}
.article-wysiwyg h4 {
  font-size: var(--text-body-m);
  margin-bottom: 12px;
}
.article-wysiwyg h2,
.article-wysiwyg h3,
.article-wysiwyg h4 {
  font-family: var(--font-rules-extended);
  line-height: 1.5;
}
.article-wysiwyg h2 + p,
.article-wysiwyg h3 + p,
.article-wysiwyg h4 + p {
  margin-top: 0;
}
.article-wysiwyg ul,
.article-wysiwyg ol {
  padding-left: 1.4em;
  margin: 0 0 var(--space-md);
}
.article-wysiwyg ul li,
.article-wysiwyg ol li {
  margin-bottom: 12px;
}
.article-wysiwyg strong {
  font-weight: 700;
}
.article-wysiwyg a {
  color: var(--color-primary, #FC6200);
  text-decoration: underline;
}
.article-section--text {
  margin: var(--space-ll) 0;
}
.article-section--text .article-section__content {
  width: 573px;
  max-width: 100%;
  font-family: var(--font-rules, 'Rules', sans-serif);
  font-size: var(--text-body-xs);
  line-height: 1.45;
  color: var(--color-black, #1C1D19);
}
.article-section--text .article-section__content h2 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--text-h2);
  margin: 0 0 36px;
}
.article-section--text .article-section__content h3 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 var(--space-md);
  font-size: var(--text-service-title);
}
.article-section--text .article-section__content h4 {
  font-size: var(--text-body-m);
  margin-bottom: 12px;
}
.article-section--text .article-section__content h2,
.article-section--text .article-section__content h3,
.article-section--text .article-section__content h4 {
  font-family: var(--font-rules-extended);
  line-height: 1.5;
}
.article-section--text .article-section__content h2 + p,
.article-section--text .article-section__content h3 + p,
.article-section--text .article-section__content h4 + p {
  margin-top: 0;
}
.article-section--text .article-section__content ul,
.article-section--text .article-section__content ol {
  padding-left: 1.4em;
  margin: 0 0 var(--space-md);
}
.article-section--text .article-section__content ul li,
.article-section--text .article-section__content ol li {
  margin-bottom: 12px;
}
.article-section--text .article-section__content strong {
  font-weight: 700;
}
.article-section--text .article-section__content a {
  color: var(--color-primary, #FC6200);
  text-decoration: underline;
}
.article-section--image-text .article-image-text {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: var(--space-md);
}
.article-section--image-text .article-image-text .article-image-text__image {
  position: relative;
  height: auto;
  line-height: 0;
  overflow: hidden;
  border-radius: var(--radius-image);
}
.article-section--image-text .article-image-text .article-image-text__image::before {
  content: '';
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 20%;
}
.article-section--image-text .article-image-text .article-image-text__image img {
  position: absolute;
  inset: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-section--image-text .article-image-text--reverse .article-image-text__image {
  order: 2;
}
.article-section--image-text .article-image-text--reverse .article-image-text__content {
  order: 1;
}
.article-section--image-text .article-image-text__image img {
  width: 100%;
  height: auto;
  display: block;
}
.article-section--image-text .article-image-text__content {
  font-family: var(--font-rules, 'Rules', sans-serif);
  font-size: var(--text-body-xs);
  line-height: 1.45;
  color: var(--color-black, #1C1D19);
}
.article-section--image-text .article-image-text__content h2 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--text-h2);
  margin: 0 0 36px;
}
.article-section--image-text .article-image-text__content h3 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 var(--space-md);
  font-size: var(--text-service-title);
}
.article-section--image-text .article-image-text__content h4 {
  font-size: var(--text-body-m);
  margin-bottom: 12px;
}
.article-section--image-text .article-image-text__content h2,
.article-section--image-text .article-image-text__content h3,
.article-section--image-text .article-image-text__content h4 {
  font-family: var(--font-rules-extended);
  line-height: 1.5;
}
.article-section--image-text .article-image-text__content h2 + p,
.article-section--image-text .article-image-text__content h3 + p,
.article-section--image-text .article-image-text__content h4 + p {
  margin-top: 0;
}
.article-section--image-text .article-image-text__content ul,
.article-section--image-text .article-image-text__content ol {
  padding-left: 1.4em;
  margin: 0 0 var(--space-md);
}
.article-section--image-text .article-image-text__content ul li,
.article-section--image-text .article-image-text__content ol li {
  margin-bottom: 12px;
}
.article-section--image-text .article-image-text__content strong {
  font-weight: 700;
}
.article-section--image-text .article-image-text__content a {
  color: var(--color-primary, #FC6200);
  text-decoration: underline;
}
.article-section--three-images {
  --image-gap: 20px;
}
.article-section--three-images .article-three-images {
  display: flex;
  justify-content: space-between;
}
.article-section--three-images .article-three-images[data-count="1"] .article-three-images__item {
  width: 100%;
}
.article-section--three-images .article-three-images[data-count="2"] .article-three-images__item {
  width: calc(50% - var(--image-gap) / 2);
}
.article-section--three-images .article-three-images__item {
  position: relative;
  overflow: hidden;
  width: calc(33.33% - var(--image-gap) / 2);
  line-height: 0;
  border-radius: var(--radius-image);
  /*
            &::before {
                content: "";
                display: block;
                height: 0;
                padding-bottom: 129.5%;
            }

            img {
                position: absolute;
                inset: 0;
                margin: auto;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }*/
}
.article-section--three-images .article-three-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-section--image-duo {
  --image-gap: 20px;
}
.article-section--image-duo .article-duo {
  display: flex;
  gap: var(--image-gap);
  align-items: stretch;
  justify-content: space-between;
}
.article-section--image-duo .article-duo--reverse .article-duo__big {
  order: 2;
}
.article-section--image-duo .article-duo--reverse .article-duo__small {
  order: 1;
}
.article-section--image-duo .article-duo__small {
  width: calc(33.33% - var(--image-gap) / 2);
}
.article-section--image-duo .article-duo__big {
  width: calc(66.66% - var(--image-gap) / 2);
}
.article-section--image-duo .article-duo__big,
.article-section--image-duo .article-duo__small {
  overflow: hidden;
  line-height: 0;
  border-radius: var(--radius-image);
}
.article-section--image-duo .article-duo__big img,
.article-section--image-duo .article-duo__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-section--fullwidth {
  padding: 0;
}
.article-section--fullwidth .article-fullwidth__image {
  line-height: 0;
  border-radius: var(--radius-image);
  overflow: hidden;
}
.article-section--fullwidth .article-fullwidth__image img {
  width: 100%;
  height: auto;
  display: block;
}
.article-section--fullwidth .article-fullwidth__video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--color-black, #1C1D19);
  line-height: 0;
  border-radius: var(--radius-image);
  overflow: hidden;
}
.article-section--fullwidth .article-fullwidth__video iframe,
.article-section--fullwidth .article-fullwidth__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.article-section--fullwidth .article-fullwidth__video-fallback {
  padding: 80px;
  text-align: center;
}
.article-section--fullwidth .article-fullwidth__video-fallback a {
  color: var(--color-primary, #FC6200);
  font-family: var(--font-rules, 'Rules', sans-serif);
  font-size: 18px;
}
.article-detail-right {
  position: sticky;
  top: 100px;
  width: 29.6%;
}
.article-detail-right .sidebar-article {
  position: relative;
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-ll);
}
.article-detail-right .sidebar-article__image {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: hidden;
  border-radius: var(--radius-image);
  margin-bottom: var(--space-2xs);
}
.article-detail-right .sidebar-article__image::before {
  content: '';
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 60.3%;
}
.article-detail-right .sidebar-article__image img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.article-detail-right .sidebar-article__body {
  padding: 0 var(--space-md);
  margin: 0;
}
.article-detail-right .sidebar-article__body h4 {
  font-size: var(--text-body-m);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.09em;
}
.article-detail-right .sidebar-article__title {
  margin-bottom: var(--space-ll);
}
.article-detail-right .sidebar-article__cta {
  position: relative;
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-black);
  white-space: nowrap;
  display: inline-block;
  z-index: 4;
}
.archive-header .container {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2xl);
}
.archive-header--has-image .archive-header__text {
  width: 630px;
  max-width: 50%;
}
.archive-header--has-image .archive-header__image {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  border-radius: var(--radius-card);
  overflow: hidden;
}
.archive-header--has-image .archive-header__img {
  width: 100%;
  display: block;
}
.archive-title {
  font-family: var(--font-rules-extended);
  font-weight: 800;
  font-size: var(--text-h1);
  line-height: var(--lh-h1);
  color: var(--color-black);
  margin: 0 0 var(--space-md);
}
.archive-search-wrap {
  display: flex;
  align-items: center;
  max-width: 640px;
  width: 100%;
  margin-bottom: var(--space-xs);
}
.archive-search-wrap .archive-search-btn {
  flex-shrink: 0;
  margin: 10px 12px 10px 0;
  border-radius: 120px;
  height: 45px;
  padding-left: 32px;
  padding-right: 32px;
}
.archive-search-wrap .archive-search-inner {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 120px;
  align-items: center;
  width: 490px;
}
.archive-search-wrap .buttons {
  position: relative;
  padding-left: 44px;
}
.archive-search-wrap .archive-search-icon {
  position: absolute;
  left: 16px;
  color: var(--color-black);
  opacity: 0.45;
  pointer-events: none;
  flex-shrink: 0;
}
.archive-search-wrap .archive-search-input {
  width: 100%;
  padding: 14px 20px 14px 30px;
  border-radius: 120px;
  background: var(--color-white);
  border: none;
  font-family: var(--font-rules);
  font-size: var(--text-body-s);
  color: var(--color-black);
  outline: none;
  appearance: none;
  height: 65px;
  -webkit-appearance: none;
}
.archive-search-wrap .archive-search-input::placeholder {
  color: var(--color-black);
  opacity: 0.4;
}
.archive-search-wrap .archive-search-input:focus {
  border-color: var(--color-primary);
}
.archive-search-wrap .archive-search-input::-webkit-search-cancel-button {
  display: none;
}
.archive-search-wrap .archive-search-clear {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--text-h2);
  line-height: 1;
  color: var(--color-black);
  opacity: 0.45;
  padding: 0 10px;
  transition: opacity 0.15s;
}
.archive-search-wrap .archive-search-clear:hover {
  opacity: 1;
}
.archive-search-wrap .archive-search-clear[hidden] {
  display: none;
}
.archive-controls .container {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}
.archive-cats {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}
.archive-cat-link {
  display: inline-block;
  padding: 7px 16px;
  border-radius: var(--radius-btn);
  border: 2px solid var(--color-black);
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-xs);
  font-weight: 700;
  color: var(--color-black);
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}
.archive-cat-link:hover,
.archive-cat-link:active,
.archive-cat-link:focus,
.archive-cat-link--active {
  background: var(--color-black);
  border-color: #000;
  color: var(--color-white);
  background: #000;
}
.archive-cat-link:hover:hover,
.archive-cat-link:active:hover,
.archive-cat-link:focus:hover,
.archive-cat-link--active:hover {
  color: var(--color-white);
}
.archive-section .container {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-3xl);
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  position: relative;
}
.archive-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.archive-grid.is-loading::after {
  content: '';
  position: absolute;
  inset: 0;
}
.archive-no-posts {
  grid-column: 1 / -1;
  text-align: center;
  font-size: var(--text-body-m);
  padding: var(--space-3xl) 0;
  opacity: 0.5;
}
.post-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.post-card .post-card-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto 0 0 0;
}
.post-card .post-card-image-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.post-card .post-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card .post-card-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding: var(--space-xl) var(--px-40);
}
.post-card .post-card-cat {
  display: inline-block;
  font-family: var(--font-rules-extended);
  font-size: var(--text-number);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--color-black);
  text-decoration: none;
  margin-right: auto;
  padding: 5px 13px;
  background: #F4CAF9;
  border-radius: 60px;
}
.post-card .post-card-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-black);
  letter-spacing: 0.14rem;
  word-spacing: 0.08rem;
}
.post-card .post-card-title a {
  color: var(--color-black);
  text-decoration: none;
}
.post-card .post-card-title a:hover {
  text-decoration: underline;
}
.post-card .post-card-excerpt {
  font-size: var(--text-body-s);
  line-height: 1.5;
  color: var(--color-black);
  opacity: 0.7;
}
.post-card .post-card-excerpt p {
  margin: 0;
}
.post-card .post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-md);
}
.post-card .post-card-date {
  font-size: var(--text-number);
  color: var(--color-black);
  opacity: 0.45;
}
.post-card .post-card-read-more {
  position: relative;
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  text-decoration: underline;
  font-weight: 500;
  color: var(--color-black);
  white-space: nowrap;
  display: inline-block;
  z-index: 3;
}
.archive-bottom {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-lg);
  margin-top: var(--space-xl);
}
.archive-bottom .load-more-btn-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.archive-bottom .load-more-btn-container .btn {
  pointer-events: all;
}
.archive-pagination {
  margin-left: auto;
}
.archive-pagination .page-numbers {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-pagination .page-numbers li a,
.archive-pagination .page-numbers li span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 43px;
  padding: 0 2px;
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  font-weight: 500;
  color: var(--color-black);
  text-decoration: none;
  cursor: pointer;
}
.archive-pagination .page-numbers li a:hover {
  text-decoration: underline;
  font-style: normal;
}
.archive-pagination .page-numbers li .current {
  text-decoration: underline;
}
.archive-pagination .page-numbers li .dots {
  border-color: transparent;
}
.archive-pagination .page-numbers .next,
.archive-pagination .page-numbers .prev {
  font-size: 0;
}
.archive-pagination .page-numbers .next::before,
.archive-pagination .page-numbers .prev::before {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  color: inherit;
  font-size: var(--text-body-m);
  transition: left 0.2s ease;
}
.archive-pagination .page-numbers .next:hover::before,
.archive-pagination .page-numbers .prev:hover::before {
  left: 5px;
}
.archive-pagination .page-numbers .prev::before {
  content: '\e906';
}
.archive-pagination .page-numbers .prev:hover::before {
  left: -5px;
}
.archive-load-more[hidden] {
  display: none;
}
.team {
  position: relative;
  background-color: var(--color-pink);
  overflow: visible;
}
.team .container {
  height: 100%;
  position: relative;
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}
.team .team-inner {
  display: flex;
  align-items: center;
  gap: var(--space-2xl);
}
.team .team-content {
  position: relative;
  width: 550px;
  max-width: 50%;
  flex-shrink: 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.team .team-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  margin-bottom: 10px;
  color: var(--color-black);
}
.team .team-desc {
  font-family: var(--font-rules);
  font-size: var(--text-body-l);
  margin-top: 0;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: var(--px-40);
  color: var(--color-black);
}
.team .btn {
  margin-right: auto;
}
.team .team-decoration-text {
  z-index: 1;
  animation: bounce02 7s ease-in-out infinite alternate;
}
@-webkit-keyframes bounce02 {
  from {
    transform: rotate(0deg) translateX(15px) rotate(0deg);
  }
  to {
    transform: rotate(-280deg) translateX(-15px) rotate(280deg);
  }
}
.team .team-decoration-text img {
  position: absolute;
  right: 20px;
  top: 90%;
  width: 74%;
  height: auto;
  transform: rotate(-39deg);
  z-index: 1;
}
.team .team-image {
  width: 50%;
  pointer-events: none;
  margin-left: auto;
}
.team .team-decoration-image {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1;
  animation: bounce01 7s ease-in-out infinite alternate;
}
@-webkit-keyframes bounce01 {
  from {
    transform: rotate(0deg) translateX(-20px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}
.team .team-decoration-image img {
  position: absolute;
  bottom: -60px;
  right: var(--page-padding);
  width: 230px;
  height: auto;
  transform: rotate(15deg);
  max-width: none;
  z-index: 1;
}
.team-decoration {
  position: absolute;
  bottom: -30px;
  right: 60px;
  pointer-events: none;
}
.team-decor-text {
  font-family: var(--font-agrandir);
  font-size: 49px;
  font-weight: 900;
  color: var(--color-khaki);
  display: block;
  white-space: nowrap;
}
.cta_mail {
  position: relative;
  padding-top: 58px;
  padding-bottom: var(--space-2xl);
  padding-bottom: 0;
  margin-bottom: -60px;
  overflow: hidden;
  z-index: 1;
}
.cta_mail .cta-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 380px);
}
.cta_mail .container {
  padding-top: calc(var(--space-md) * 1.5);
  display: flex;
}
.cta_mail .cta-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h1);
  font-weight: 800;
  line-height: var(--lh-h1);
  color: var(--color-black);
  margin-bottom: var(--space-ll);
}
.cta_mail .cta-decoration {
  width: 17%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-top: 2%;
}
.title-cta-banner {
  position: relative;
  overflow: hidden;
  height: 522px;
  display: flex;
  align-items: center;
}
.title-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent url("assets/images/cta_title_banner_bg.svg") 0 0 repeat-x;
  background-position: top -22px center;
}
.title-cta-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  padding: 6.6% var(--page-padding) 10.6%;
  z-index: 1;
}
.title-cta-banner .tcb-content {
  display: flex;
  flex-direction: column;
}
.title-cta-banner .tcb-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h1);
  font-weight: 800;
  line-height: var(--lh-h1);
  color: var(--color-black);
  margin-bottom: var(--space-xl);
}
.title-cta-banner .btn {
  margin-right: auto;
}
.subpage-hero .container {
  display: flex;
  align-items: center;
}
.subpage-hero .content {
  width: 580px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
.subpage-hero .content .btn {
  margin-right: auto;
}
.subpage-hero .title {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-black, #1C1D19);
  margin: 0 0 var(--space-sm);
}
.subpage-hero .text {
  font-family: var(--font-rules, 'Rules', sans-serif);
  font-size: var(--text-body-l, 18px);
  line-height: 1.45;
  color: var(--color-black, #1C1D19);
  margin-bottom: var(--space-lg);
}
.subpage-hero .text p {
  margin: 0 0 12px;
}
.subpage-hero .text p:last-child {
  margin-bottom: 0;
}
.subpage-hero .image {
  width: 42%;
  margin: -8% 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}
.subpage-hero .image img {
  width: 100%;
  height: auto;
}
.sluzba-hero {
  background-color: var(--color-bg, #F7F7F7);
  background: var(--color-lime);
  box-shadow: 0 -100px 0 0 var(--color-lime);
}
.sluzba-tabs {
  background: var(--color-lime);
}
.sluzba-tabs:has(.list:only-child) {
  padding-top: var(--space-ll);
}
.sluzba-tabs .heading {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: var(--text-h2);
  font-weight: 400;
  color: var(--color-black, #1C1D19);
  padding: var(--space-md) calc(var(--page-padding) * .78) var(--space-xl);
  border-bottom: 1px solid var(--color-black, #1C1D19);
}
.sluzba-tabs .heading + .list {
  border-top-width: 1px;
}
.sluzba-tabs .container {
  padding-left: calc(var(--page-padding) * .78);
  padding-right: calc(var(--page-padding) * .78);
}
.sluzba-tabs .list {
  border-top: 2px solid currentColor;
}
.sluzba-tab {
  position: relative;
  border-bottom: 2px solid currentColor;
}
.sluzba-tab .container {
  position: relative;
  padding: var(--space-xl) 160px var(--space-ll) calc(var(--page-padding) * .78);
}
.sluzba-tab .toggle {
  width: 100%;
  display: flex;
  align-items: baseline;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
  margin-bottom: var(--space-2xs);
}
.sluzba-tab .toggle:focus-visible {
  outline: 2px solid var(--color-black, #1C1D19);
  outline-offset: 2px;
}
.sluzba-tab .toggle::before {
  content: '';
  position: absolute;
  inset: 0;
}
.sluzba-tab .label {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: clamp(18px, 2.2vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  padding-right: 100px;
  color: var(--color-black, #1C1D19);
  flex: 1;
}
.sluzba-tab .icon {
  position: absolute;
  top: var(--space-xl);
  right: calc(var(--page-padding) * .78);
  width: 90px;
  height: 90px;
}
.sluzba-tab .icon .icon_inner {
  position: absolute;
  inset: 0;
  margin: auto;
  border: 1px solid #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.sluzba-tab .icon .icon_inner::before,
.sluzba-tab .icon .icon_inner::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  background: #000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.sluzba-tab .icon .icon_inner::before {
  width: 40px;
  height: 2px;
}
.sluzba-tab .icon .icon_inner::after {
  width: 2px;
  height: 40px;
}
.sluzba-tab .icon .icon_inner:hover,
.sluzba-tab .icon .icon_inner:active,
.sluzba-tab .icon .icon_inner:focus {
  border-color: var(--color-khaki);
  width: 90px;
  height: 90px;
}
.sluzba-tab.is-open .toggle::before {
  display: none;
}
.sluzba-tab.is-open .icon .icon_inner::after {
  opacity: 0;
  transform: rotate(90deg);
}
.sluzba-tab.is-open .content {
  height: auto;
}
.sluzba-tab .content {
  display: block;
  height: 51px;
  overflow: hidden;
}
.sluzba-tab .text {
  font-size: 18px;
  line-height: 1.4;
  color: var(--color-black, #1C1D19);
  width: 720px;
  max-width: 100%;
  margin: 0 0 var(--space-xl);
}
.sluzba-tab .group {
  padding-top: var(--space-3xs);
  margin-bottom: var(--space-1xl);
}
.sluzba-tab .group-title {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: var(--text-h4);
  font-weight: 800;
  color: var(--color-black, #1C1D19);
  margin: 0 0 var(--space-xl);
}
.sluzba-tab .sluzba-columns {
  display: flex;
  justify-content: space-between;
  font-size: var(--text-body-m);
  line-height: 1.55;
  gap: var(--space-lg);
}
.sluzba-tab .sluzba-columns[data-columns-count="4"] .column {
  width: 260px;
  max-width: 25%;
}
.sluzba-tab .sluzba-columns[data-columns-count="3"] .column {
  width: 350px;
  max-width: 33.33%;
}
.sluzba-tab .sluzba-columns[data-columns-count="2"] .column {
  width: 450px;
  max-width: 50%;
}
.sluzba-tab .sluzba-columns ul {
  margin: 0;
  padding-left: 34px;
}
.sluzba-tags {
  width: 1060px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}
.sluzba-tags .sluzba-tag {
  background: var(--tags-bg, var(--color-whote, #fff));
  color: #000;
}
.sluzba-tab__editor {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-black, #1C1D19);
}
.sluzba-tab__editor p {
  margin: 0 0 16px;
}
.sluzba-tab__editor p:last-child {
  margin-bottom: 0;
}
.sluzba-tab__editor h2,
.sluzba-tab__editor h3,
.sluzba-tab__editor h4 {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-weight: 700;
  margin: 24px 0 12px;
}
.sluzba-tab__editor ul,
.sluzba-tab__editor ol {
  padding-left: 20px;
  margin: 0 0 16px;
}
.sluzba-tab__editor li {
  margin-bottom: 6px;
}
.sluzba-tab__editor a {
  color: inherit;
  text-decoration: underline;
}
.sluzba-tab__editor strong {
  font-weight: 700;
}
.sluzba-initiatives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sluzba-initiatives li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-black, #1C1D19);
  padding: 4px 0 4px 20px;
  position: relative;
  break-inside: avoid;
}
.sluzba-initiatives li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--color-black, #1C1D19);
}
.page-template-page-o-slove .isen-template::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent url("assets/images/bg_hero_oslove.svg") top center repeat-x;
  height: 70vw;
  pointer-events: none;
}
.page-template-page-o-slove .title-cta-banner {
  position: relative;
  background: transparent;
  margin-top: -100px;
  margin-bottom: -30px;
  height: auto;
}
.page-template-page-o-slove .title-cta-banner .container {
  padding-top: 145px;
  padding-bottom: 100px;
}
.page-template-page-o-slove .title-cta-banner::before {
  background-position: top center;
  background-image: url("assets/images/bg_oslove_cta.svg");
}
.page-template-page-o-slove .title-cta-banner + .oslove-banner .container {
  padding-top: 0;
}
.oslove-hero {
  position: relative;
}
.oslove-hero .image {
  margin-top: -3%;
  width: 48%;
}
.oslove-banner {
  position: relative;
}
.oslove-banner .container {
  padding-top: var(--space-3xl);
}
.oslove-banner .oslove-banner-inner {
  display: flex;
  gap: var(--px-40);
  padding-top: 3.5%;
}
.oslove-banner .oslove-banner-image {
  flex-shrink: 0;
  width: 49.3%;
  display: flex;
}
.oslove-banner .oslove-banner-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-image);
  object-fit: cover;
  display: block;
}
.oslove-banner .oslove-banner-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  z-index: 1;
}
.oslove-banner .oslove-banner-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-black);
}
.oslove-banner .oslove-banner-text {
  font-family: var(--font-rules);
  font-size: var(--text-body-m);
  line-height: 1.45;
  color: var(--color-black);
}
.oslove-banner .oslove-banner-text p {
  margin-bottom: var(--space-md);
}
.oslove-banner .oslove-banner-text p:last-child {
  margin-bottom: 0;
}
.oslove-banner .oslove-banner-text strong,
.oslove-banner .oslove-banner-text b {
  font-weight: 700;
}
.tim-slove .container {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}
.tim-slove .tim-slove-title {
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-black);
  margin-bottom: var(--space-xl);
}
.tim-slove .tim-slove-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}
.tim-slove .tim-slove-card {
  position: relative;
  width: calc(33.33% - (var(--space-md) * 2 / 3));
  border-radius: var(--radius-card);
  overflow: hidden;
}
.tim-slove .tim-slove-card:hover .tim-slove-card-text-wrapper,
.tim-slove .tim-slove-card:active .tim-slove-card-text-wrapper,
.tim-slove .tim-slove-card:focus .tim-slove-card-text-wrapper {
  grid-template-rows: 1fr;
  padding-bottom: 6px;
  padding-top: 18px;
}
.tim-slove .tim-slove-card-image {
  position: relative;
  height: auto;
  overflow: hidden;
}
.tim-slove .tim-slove-card-image::before {
  content: '';
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 126.6%;
}
.tim-slove .tim-slove-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.tim-slove .tim-slove-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-mm) 20px var(--space-lg);
  display: flex;
  flex-direction: column;
  margin: 0;
  background: var(--color-pink);
}
.tim-slove .tim-slove-card-name {
  font-family: var(--font-rules-extended, 'Rules Extended', sans-serif);
  font-size: var(--text-h4);
  font-weight: 800;
  color: var(--color-black, #1C1D19);
  margin: 0 0 3px;
}
.tim-slove .tim-slove-card-position {
  font-family: var(--font-rules-extended);
  font-size: var(--text-number);
  line-height: 1.4;
  color: var(--color-black);
  margin: 0;
  letter-spacing: 0.2px;
}
.tim-slove .tim-slove-card-text-wrapper {
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  font-size: var(--text-body-xs);
  line-height: 1.45;
  transition: grid-template-rows 0.4s, padding 0.35s;
  padding-top: 0;
  padding-bottom: 0;
}
.tim-slove .tim-slove-card-text-wrapper .tim-slove-card-text-inner {
  overflow: hidden;
}
.tim-slove .tim-slove-card-text-wrapper p:last-child {
  margin-bottom: 0;
}
.footer {
  position: relative;
  overflow: visible;
  z-index: 0;
}
.footer::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: transparent url("assets/images/footer_bg.svg") top center repeat-x;
  z-index: -1;
}
.footer .container {
  position: relative;
}
.footer-cta {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  display: flex;
  align-items: flex-end;
}
.right-column .footer-social,
.footer-cta-inner .footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: var(--space-ll);
}
.right-column .footer-social-link,
.footer-cta-inner .footer-social-link {
  font-family: var(--font-rules-extended);
  font-size: var(--text-body-m);
  font-weight: 700;
  color: var(--color-white);
  transition: opacity 0.18s ease;
  text-decoration: none;
}
.right-column .footer-social-link:hover,
.footer-cta-inner .footer-social-link:hover {
  text-decoration: underline;
}
.right-column .footer-social {
  margin-top: var(--space-xl);
  margin-bottom: 0;
}
.right-column .footer-social-link {
  color: var(--color-black);
  font-size: var(--text-body-m);
}
.footer-cta-inner {
  display: flex;
  flex-direction: column;
}
.footer-cta-inner .footer-email {
  display: block;
  font-family: var(--font-rules-extended);
  font-size: var(--text-h2);
  font-weight: 800;
  line-height: var(--lh-h2);
  color: var(--color-white);
  transition: opacity 0.18s ease;
  margin-bottom: var(--space-xs);
  text-decoration: none;
}
.footer-cta-inner .footer-email:hover {
  text-decoration: underline;
}
.footer-address {
  font-family: var(--font-rules);
  font-size: var(--text-body-m);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-white);
  font-style: normal;
}
.footer-address.only-respo {
  display: none;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-left: auto;
  width: 200px;
}
.footer-nav li a:hover,
.footer-nav li a:active,
.footer-nav li a:focus {
  text-decoration: underline;
}
.footer-nav .footer-nav-link {
  font-family: var(--font-rules);
  font-size: var(--text-body-m);
  font-weight: 400;
  line-height: 28px;
  color: var(--color-white);
  text-decoration: none;
}
.footer-nav .footer-nav-link:hover {
  text-decoration: underline;
}
.footer-logo svg,
.footer-logo-img {
  width: 100%;
  height: auto;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-ll) 0;
  font-size: var(--text-body-m);
  font-family: var(--font-rules-extended);
  color: var(--color-white);
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom > * {
  width: 100%;
}
.footer-bottom .footer-bottom-cookies-wrapper {
  text-align: center;
}
.footer-bottom .footer-bottom-credits-wrapper {
  text-align: right;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-bottom a:hover,
.footer-bottom a:active {
  text-decoration: underline;
}
.back-to-top-wrapper .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.back-to-top {
  position: sticky;
  float: right;
  top: calc(100vh - 182px);
  width: 56px;
  height: 107px;
  background-color: var(--color-pink);
  border-radius: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
  pointer-events: all;
  font-size: 0;
  transition: background 0.2s ease;
}
.back-to-top:hover {
  background: #efb3f6;
}
.back-to-top::before {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e903';
  color: #000;
  font-size: var(--text-h1);
}
html {
  margin-top: 0 !important;
}
body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
.alignleft {
  float: left;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.header-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
.header-nav .menu-item a {
  text-decoration: none;
  color: inherit;
}
.footer-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-nav .menu-item a {
  font-family: 'Rules', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 2100px) {
  .hero .container {
    height: auto;
  }
  .hero .hero-image {
    margin-top: -13%;
  }
  .cta_mail .container {
    padding-bottom: 1%;
  }
  .logos-bar {
    overflow: visible;
  }
  .logos-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -200%;
    right: -200%;
    width: 90vw;
    margin: auto;
    box-shadow: 10vw 0 0 0 #fff, -10vw 0 0 0 #fff;
    background: #fff;
  }
  .article-section--text .article-section__content h2,
  .article-section--text .article-section__content h3,
  .article-section--text .article-section__content h4 {
    line-height: 1.2;
  }
}
@media (min-width: 1024px) and (max-height: 740px) {
  .isen-template {
    --text-menu: 4.2rem;
  }
  .nav-inner {
    padding-top: 4rem;
  }
}
@media (min-width: 1024px) and (max-height: 560px) {
  .header-nav .menu {
    gap: 0.5rem;
  }
  .isen-template {
    --text-menu: 3.8rem;
  }
}
@media (min-width: 1024px) and (max-height: 510px) {
  .nav-inner .menu li {
    margin: 0;
  }
  .header-nav .menu {
    gap: 1.2rem;
  }
  .isen-template {
    --text-menu: 3.6rem;
  }
}
@media (max-width: 1360px) {
  .isen-template {
    --page-padding: 30px;
    --px-40: 24px;
    --space-4xl: 70px;
    --space-3xl: 60px;
    --space-2xl: 50px;
  }
  .main-section .entry-content {
    font-size: var(--text-body-m);
  }
  .hero .hero-decoration {
    width: 210px;
    right: 40px;
    bottom: 10px;
  }
  .hero .hero-image {
    width: 43%;
  }
  .about .about-content {
    width: 50%;
  }
  .about .about-image {
    margin-right: auto;
  }
  .team .team-decoration-text img {
    width: 22vw;
    height: auto;
  }
  .team .team-decoration-image img {
    width: 16vw;
  }
  .footer::before {
    background-position: left -500px top;
  }
  .page-template-page-o-slove .isen-template::before {
    background-size: 250vw;
  }
}
@media (max-width: 1280px) {
  .isen-template {
    --page-padding: 30px;
  }
  .hero .container {
    padding-top: 15vw;
  }
  .hero .hero-decoration {
    width: 210px;
    right: 40px;
    bottom: 10px;
  }
  .hero .hero-image {
    width: 43%;
  }
  .cta_mail {
    margin-bottom: -40px;
  }
  .cta_mail .cta-decoration {
    padding-top: 0;
  }
  .cta_mail .cta-title {
    font-size: var(--text-h2);
  }
  .back-to-category-link a {
    font-size: var(--text-service-title);
  }
  .back-to-category-link a::before {
    font-size: var(--text-body-l);
  }
  .article-detail-right {
    top: 60px;
  }
  .title-cta-banner {
    height: auto;
  }
  .title-cta-banner::before {
    background-size: auto 100%;
  }
  .process .process-step:first-child .process-step-icon {
    transform: translateY(20px);
  }
  .process .process-step:nth-child(4) .process-step-icon {
    margin-top: -40px;
  }
}
@media (max-width: 1180px) {
  .isen-template {
    --page-padding: 30px;
    --text-h1: 4.2rem;
    --text-h2: 3.3rem;
    --text-service-title: 2.6rem;
    --text-h4: 2.4rem;
    --text-h5: 2.2rem;
    --text-body-xl: 2.2rem;
    --text-body-l: 1.8rem;
    --text-body-m: 1.6rem;
    --text-body-s: 1.4rem;
    --text-body-xs: 1.3rem;
  }
  .header {
    height: 50px;
  }
  .hero .hero-content {
    width: 436px;
    margin-bottom: 5%;
  }
  .hero .hero-image {
    width: 53%;
  }
  .process {
    background-size: auto 40%;
    background-position: center 69%;
  }
  .process .process-steps {
    display: flex;
  }
  .process .process-step {
    width: 25%;
    display: flex;
    padding-left: 30px;
  }
  .process .process-step:nth-child(2) .process-step-icon {
    margin-top: -25px;
  }
  .timeline-item {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .isen-template {
    --page-padding: 15px;
  }
  .nav-inner {
    top: 0;
    height: 100dvh;
    transform: translateY(-100%);
  }
  .nav-inner .container {
    overflow: auto;
  }
  .nav-inner .container > * {
    width: 50%;
  }
  .nav-inner .left {
    padding-top: 0;
  }
  .nav-inner .right {
    margin-top: auto;
  }
  .open_menu .nav-inner {
    transform: translateY(0%);
  }
  .article-section--image-text .article-image-text {
    grid-template-columns: 42% 1fr;
  }
  .service-card .service-card-inner .full_link {
    display: none;
  }
  .service-card .service-card-inner:hover .full_link,
  .service-card .service-card-inner:active .full_link {
    display: block;
  }
  .sluzba-tab .icon {
    width: 52px;
    height: 52px;
  }
  .sluzba-tab .icon .icon_inner {
    width: 52px !important;
    height: 52px !important;
  }
  .sluzba-tab .icon .icon_inner::before {
    width: 34px;
  }
  .sluzba-tab .icon .icon_inner::after {
    height: 34px;
  }
  .cta_mail {
    margin-bottom: 0;
    padding-top: var(--space-2xl);
  }
  .cta_mail .container {
    padding-top: 0;
  }
  .cta_mail .cta-inner {
    width: 100%;
  }
  .cta_mail .cta-decoration {
    display: none;
  }
  .tim-slove .tim-slove-card-info {
    padding: var(--space-mm) 20px;
  }
  .tim-slove .tim-slove-card-name {
    font-size: 1.8rem;
  }
  .tim-slove .tim-slove-card .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    display: block;
  }
  .tim-slove .tim-slove-card .icon .icon_inner {
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px solid #000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
  }
  .tim-slove .tim-slove-card .icon .icon_inner::before,
  .tim-slove .tim-slove-card .icon .icon_inner::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background: #000;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .tim-slove .tim-slove-card .icon .icon_inner::before {
    width: 34px;
    height: 2px;
  }
  .tim-slove .tim-slove-card .icon .icon_inner::after {
    width: 2px;
    height: 34px;
  }
  .tim-slove .tim-slove-card .icon .icon_inner:hover,
  .tim-slove .tim-slove-card .icon .icon_inner:active,
  .tim-slove .tim-slove-card .icon .icon_inner:focus {
    border-color: var(--color-khaki);
  }
  .tim-slove .tim-slove-card:hover .icon,
  .tim-slove .tim-slove-card:active .icon {
    display: none;
  }
}
@media (max-width: 960px) {
  .isen-template {
    --page-padding: 15px;
    --text-h1: 3.8rem;
    --text-h2: 2.8rem;
    --text-service-title: 2.4rem;
    --text-h4: 2.2rem;
    --text-h5: 2rem;
    --text-body-xl: 1.8rem;
    --text-body-l: 1.6rem;
    --text-body-m: 1.6rem;
    --space-xl: 20px;
    --space-slide: 5px;
  }
  .testimonials .slick-list,
  .case-studies .slick-list {
    padding-right: 50px;
  }
  .article-featured-image::before {
    display: none;
  }
  .article-featured-image img {
    position: relative;
    inset: auto;
  }
  .tim-slove .tim-slove-card-text-wrapper {
    font-size: 1.2rem;
  }
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .isen-template {
    --space-4xl: 47px;
    --space-1xl: 30px;
  }
  .btn {
    font-size: 1.8rem;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .nav-inner .menu-deco-img {
    max-width: none;
    width: 130%;
  }
  .section-title {
    font-size: var(--text-body-xl);
  }
  .main-section .entry-title {
    font-size: var(--text-h2);
  }
  .hero .container {
    height: auto;
    flex-wrap: wrap;
    padding-top: 0;
    min-height: auto;
    padding-right: var(--page-padding);
  }
  .hero .hero-logo {
    position: relative;
    inset: auto;
    width: 100%;
    margin-bottom: 25px;
  }
  .hero .hero-content {
    width: 50%;
  }
  .hero .hero-image {
    width: 50%;
  }
  .hero .hero-decoration {
    width: 160px;
  }
  .services .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .services .section-title {
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
  }
  .main-section:has(.services-grid) > .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .services-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 40px 0 0 0 var(--color-lime), -40px 0 0 0 var(--color-lime);
  }
  .service-card {
    height: auto;
    border-radius: 0;
    min-height: 98px;
    border-bottom: 1px solid #000;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    padding: 20px 15px;
  }
  .service-card:not(.open) .service-card-hover,
  .service-card:not(.open) .btn-wrapper {
    display: none;
  }
  .service-card.open .icon .icon_inner::after {
    display: none;
  }
  .service-card .service-card-inner {
    padding: 0;
  }
  .service-card:last-child {
    border-bottom: none;
  }
  .service-card .service-card-title {
    position: relative !important;
    inset: auto !important;
    padding-left: 0;
    padding-right: 60px;
    min-height: 52px;
  }
  .service-card .service-card-hover {
    position: relative;
    display: block;
    padding: 20px 0 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }
  .service-card .btn-wrapper {
    padding: 10px 0 0;
  }
  .service-card .icon {
    position: absolute;
    top: 23px;
    right: calc(var(--page-padding) * .78);
    width: 52px;
    height: 52px;
    display: block;
  }
  .service-card .icon .icon_inner {
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px solid #000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
  }
  .service-card .icon .icon_inner::before,
  .service-card .icon .icon_inner::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    background: #000;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .service-card .icon .icon_inner::before {
    width: 34px;
    height: 2px;
  }
  .service-card .icon .icon_inner::after {
    width: 2px;
    height: 34px;
  }
  .service-card .icon .icon_inner:hover,
  .service-card .icon .icon_inner:active,
  .service-card .icon .icon_inner:focus {
    border-color: var(--color-khaki);
  }
  .service-card .full_link {
    display: none !important;
  }
  .sluzba-tab .content {
    height: 48px;
  }
  .sluzba-tab .text {
    font-size: var(--text-body-m);
  }
  .about {
    margin-top: -25px;
    background-image: url("assets/images/bg_about_us.svg"), linear-gradient(to bottom, transparent 33%, #B6C19F 33%, #B6C19F 100%);
    background-position: top center, top center;
    background-repeat: no-repeat no-repeat;
    background-size: 130% auto, 100% auto;
  }
  .about .about-content {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .about .about-image:not(.only-respo) {
    display: none;
  }
  .about .about-image.only-respo {
    display: block;
    width: 65%;
    margin: 0 0 -40px -55%;
  }
  .about .about-inner {
    padding-top: 100px;
    padding-bottom: 26px;
  }
  .about .about-title {
    width: 80%;
    padding-right: 20%;
  }
  .article-detail-left {
    width: 100%;
  }
  .back-to-category-link:not(.link-bottom),
  .article-detail-right {
    display: none;
  }
  .article-header .article-title {
    font-size: var(--text-h2);
    margin-bottom: var(--space-md);
  }
  .cta_mail {
    --text-h2: 2.8rem;
  }
  .cta_mail .cta-title {
    margin-bottom: 20px;
  }
  .testimonials + .cta_mail {
    padding-top: 0;
  }
  .team .team-decoration-text,
  .team .team-decoration-image {
    display: none;
  }
  .footer-logo {
    margin-top: 30px;
  }
  .tim-slove .tim-slove-card {
    position: relative;
    width: calc(50% - (var(--space-md) / 2));
  }
  .archive-header .container {
    padding-top: 3.4%;
    padding-bottom: 1.4%;
  }
  .archive-bottom {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .archive-bottom .load-more-btn-container {
    position: relative;
  }
  .error404 .main-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .error404 .main-section .container {
    height: 100%;
    padding-top: 0;
    padding-bottom: 20vh;
  }
  .error404 .section-404 .content {
    height: 100%;
    display: flex;
    padding-top: 20%;
  }
  .error404 .section-404 .content .left {
    width: 60%;
  }
  .error404 .section-404 .content .right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
  }
  .error404 .section-404 .content .right img {
    width: 130%;
    max-width: none;
  }
  .footer-cta-inner .footer-email {
    font-size: 2.8rem;
  }
  .footer-cta {
    padding-top: 36px;
  }
}
@media (min-width: 560px) and (max-width: 800px) {
  .process {
    background: transparent;
    padding-bottom: 60px;
  }
  .process .process-steps {
    flex-wrap: wrap;
  }
  .process .process-step {
    width: 50%;
  }
  .process-step.process-step--bottom-text {
    position: relative;
    margin-top: 100px;
  }
  .process-step.process-step--bottom-text .process-step-icon {
    position: absolute;
    bottom: -60px;
    right: 10px;
    margin: 0 !important;
    transform: none !important;
    z-index: -1;
  }
  .process-step.process-step--top-text {
    position: relative;
  }
  .process-step.process-step--top-text .process-step-icon {
    position: absolute;
    bottom: 30px;
    left: -30px;
    margin: 0 !important;
    transform: none !important;
    z-index: -1;
  }
  .process .process-step {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .isen-template {
    --text-h1: 3rem;
    --text-h2: 2.4rem;
    --text-service-title: 2.2rem;
    --text-h4: 2rem;
    --text-h5: 1.8rem;
    --text-menu: 9vw;
    --p-margin: 13px;
    --space-3xl: 50px;
  }
  .nav-inner .header-social {
    position: absolute;
    left: var(--page-padding);
    bottom: 20px;
  }
  .nav-inner .menu li {
    margin: 0;
  }
  .nav-inner .right {
    padding-top: 0;
    display: flex;
    width: 100%;
    margin-left: -10%;
    margin-right: -20%;
  }
  .nav-inner .menu-deco-img {
    margin-top: auto;
  }
  .nav-inner .menu-deco-img {
    width: 115%;
  }
  .hero .hero-heading {
    margin-bottom: 12px;
  }
  .hero .hero-decoration {
    display: none;
  }
  .hero .hero-image img {
    max-width: none;
    width: 120%;
    margin-left: -20%;
  }
  .case-studies {
    padding-bottom: var(--space-2xl);
  }
  .case-card .case-card-title {
    margin-bottom: 0;
  }
  .sluzba-tabs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .sluzba-tabs .heading {
    font-size: var(--text-body-xl);
    font-weight: 800;
    border-bottom: none;
    padding-bottom: var(--space-xl);
  }
  .sluzba-tab {
    border-bottom-width: 1px;
  }
  .sluzba-tab .container {
    padding: 20px 15px;
  }
  .sluzba-tab .content {
    height: 0;
    padding-top: 20px;
  }
  .sluzba-tab:not(.is-open) .content {
    display: none;
  }
  .sluzba-tab .icon {
    top: 23px;
  }
  .sluzba-tab .toggle {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 52px;
  }
  .sluzba-tab .toggle .label {
    font-family: var(--font-rules-extended);
    font-size: var(--text-service-title);
    font-weight: 500;
    line-height: var(--lh-service-title);
  }
  .article-section--image-text .article-image-text {
    display: flex;
    flex-direction: column-reverse;
  }
  .article-section--image-text .article-image-text .article-image-text__image::before {
    display: none;
  }
  .article-section--image-text .article-image-text .article-image-text__image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .title-cta-banner .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sluzba-tab .sluzba-columns {
    flex-direction: column;
  }
  .sluzba-tab .sluzba-columns .column {
    width: 100% !important;
    max-width: none !important;
  }
  .sluzba-tabs .list {
    border-top-width: 1px;
  }
  .page-template-page-kontakt .main-section .container {
    padding-top: 3.4%;
  }
  .page-template-page-kontakt .main-section .container .columns {
    flex-direction: column;
  }
  .page-template-page-kontakt .footer-cta-inner .mail-deco-img {
    width: 120px;
  }
  .page-template-page-kontakt .footer-cta-inner .footer-email {
    font-size: 2.2rem;
  }
}
@media (max-width: 560px) {
  .hero {
    overflow: hidden;
  }
  .hero .hero-content {
    width: 100%;
  }
  .hero .hero-image {
    width: 100%;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    box-shadow: inset 0px -70px 0 0px #F7F7F7;
    margin: -16% 0 -14.4%;
  }
  .subpage-hero .container {
    flex-direction: column;
  }
  .subpage-hero .content {
    width: 100%;
    max-width: none;
  }
  .subpage-hero .image {
    width: 100%;
    margin-top: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .target-green .target-inner {
    flex-direction: column;
    padding-top: 20px;
    gap: 0;
    padding-bottom: 20px;
  }
  .target-green .target-inner .target-content {
    margin: 0;
  }
  .target-green .target-inner > * {
    width: 100%;
  }
  .target-green .target-inner .target-image {
    padding-left: 35px;
    padding-right: 35px;
  }
  .target-green .target-inner .btn {
    display: none;
  }
  .tag {
    width: 100%;
  }
  .logos-bar .logo-item {
    min-height: 70px;
  }
  .team .container {
    padding-top: 1.2%;
    padding-bottom: 1.2%;
  }
  .team .team-inner {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .team .team-content {
    width: 100%;
    padding-right: 0;
    max-width: none;
  }
  .team .team-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-o-slove .isen-template::before {
    background-size: 700vw;
    height: 100vh;
    background-position: top -70px center;
  }
  .cta_mail {
    margin-bottom: 30px;
  }
  .archive-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .tim-slove .tim-slove-card {
    position: relative;
    width: 100%;
  }
  .archive-header--has-image .container {
    overflow: hidden;
  }
  .archive-header--has-image .archive-header__image {
    margin-left: -10%;
  }
  .archive-header--has-image .archive-header__text {
    max-width: calc(100% - 140px);
  }
  .article-section {
    margin: 10px 0;
  }
  .article-section--image-duo,
  .article-section--three-images {
    --image-gap: 10px;
  }
  .article-section--image-duo .article-duo {
    gap: 0;
  }
  .oslove-banner .oslove-banner-image {
    width: 100%;
  }
  .oslove-banner .oslove-banner-inner {
    flex-direction: column;
    gap: var(--space-md);
  }
  .page-template-page-kontakt .footer {
    margin-top: 40px;
  }
  .error404 .main-section .entry-content {
    font-size: 1.8rem;
  }
  .page-template-page-kontakt .main-section .container .left-column {
    width: 100%;
  }
  .process .section-title {
    font-size: 2.4rem;
    padding-right: 50px;
  }
  .process {
    background: transparent url("assets/images/proces_vertical.png") center bottom repeat-x;
    background-size: 100% 93%;
  }
  .process .process-steps {
    flex-direction: column;
  }
  .process .process-step {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
  .process .process-step:nth-child(2) {
    transform: translateY(20px);
  }
  .process .process-step:nth-child(3) {
    transform: translateY(15px);
  }
  .process .process-step:nth-child(4) {
    transform: translateY(20px);
  }
  .process-step-icon {
    position: absolute;
  }
  .process .process-step.process-step-icon {
    transform: none;
    margin: 0;
  }
  .process .process-step:first-child .process-step-icon {
    bottom: 0;
    right: 0;
  }
  .process .process-step:nth-child(2) .process-step-icon {
    bottom: -50px;
    right: 60px;
  }
  .process .process-step:nth-child(3) .process-step-icon {
    bottom: -70px;
    right: 50px;
  }
  .process .process-step:nth-child(4) .process-step-icon {
    bottom: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .footer {
    --text-body-m: 1.8rem;
  }
  .footer::before {
    background-size: 630% auto;
  }
  .back-to-top-wrapper .container {
    top: 20px;
  }
  .footer-bottom {
    font-size: var(--text-number);
    padding-top: 15px;
  }
  .footer-bottom .footer-bottom-cookies-wrapper {
    display: none;
  }
  .footer-nav {
    margin-right: auto;
    margin-left: 0;
    width: auto;
  }
  .footer-nav .menu {
    gap: 6px;
  }
  .footer-logo {
    margin-top: 40px;
  }
  .footer-cta {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer-cta-inner {
    width: 100%;
  }
  .footer-cta-inner .footer-social {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .footer-address {
    font-size: 1.6rem;
  }
  .footer-address:not(.only-respo) {
    display: none;
  }
  .footer-address.only-respo {
    display: block;
  }
  .footer-address a {
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    margin-top: 42px;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .article-section--three-images .article-three-images {
    flex-direction: column;
    gap: 10px;
  }
  .article-section--three-images .article-three-images__item {
    width: 100% !important;
  }
  .article-section--image-duo .article-duo {
    flex-direction: column;
    gap: var(--image-gap);
  }
  .article-section--image-duo .article-duo > * {
    width: 100% !important;
  }
  .nav-inner .right {
    padding-bottom: 30px;
  }
  .timeline-item {
    margin-right: auto;
  }
  .process .process-step {
    margin-bottom: 40px;
    transform: none !important;
  }
  .process .process-step:first-child .process-step-icon {
    bottom: -20px;
    right: 30px;
  }
  .process .process-step:nth-child(2) .process-step-icon {
    bottom: -44px;
    right: 30px;
  }
  .process .process-step:nth-child(3) .process-step-icon {
    bottom: -70px;
    right: 0px;
  }
}
@media (max-width: 380px) {
  .page-template-page-kontakt .footer-cta-inner .mail-deco-img {
    display: none;
  }
  .page-template-page-kontakt .footer {
    margin-top: 10px;
  }
  .footer-cta-inner .footer-email {
    font-size: 7.6vw;
  }
  .page-template-page-o-slove .isen-template::before {
    background-size: 790vw;
  }
}
/*# sourceMappingURL=style.css.map */