@font-face {
  font-family: "Amalia";
  font-display: "auto";
  src: url("../fonts/amalia/amalia-regular.woff2") format("woff2"), url("../fonts/amalia/amalia-regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Amalia";
  font-display: "auto";
  src: url("../fonts/amalia/amalia-medium.woff2") format("woff2"), url("../fonts/amalia/amalia-medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Amalia";
  font-display: "auto";
  src: url("../fonts/amalia/amalia-bold.woff2") format("woff2"), url("../fonts/amalia/amalia-bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/0b9d6ffe75d5427a82d2ba8fd8c7f856.eot");
  src: url("../fonts/icons/0b9d6ffe75d5427a82d2ba8fd8c7f856.eot?#iefix") format('eot'), url("../fonts/icons/0b9d6ffe75d5427a82d2ba8fd8c7f856.woff2") format('woff2'), url("../fonts/icons/0b9d6ffe75d5427a82d2ba8fd8c7f856.woff") format('woff'), url("../fonts/icons/0b9d6ffe75d5427a82d2ba8fd8c7f856.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Icon--spin {
  animation: icon-spin 2s infinite linear;
}
.Icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Icon--anchor:before {
  content: '\EA01';
}
.Icon--arrowDownBendInline:before {
  content: '\EA02';
}
.Icon--arrowLeft:before {
  content: '\EA03';
}
.Icon--careHands:before {
  content: '\EA04';
}
.Icon--chain:before {
  content: '\EA05';
}
.Icon--check:before {
  content: '\EA06';
}
.Icon--chevronDown:before {
  content: '\EA07';
}
.Icon--chevronDownInline:before {
  content: '\EA08';
}
.Icon--chevronLeft:before {
  content: '\EA09';
}
.Icon--chevronLeftInline:before {
  content: '\EA0A';
}
.Icon--chevronRight:before {
  content: '\EA0B';
}
.Icon--crossTiny:before {
  content: '\EA0C';
}
.Icon--datepicker:before {
  content: '\EA0D';
}
.Icon--documentMagnifier:before {
  content: '\EA0E';
}
.Icon--faceboo:before {
  content: '\EA0F';
}
.Icon--giant:before {
  content: '\EA10';
}
.Icon--gps:before {
  content: '\EA11';
}
.Icon--graduate:before {
  content: '\EA12';
}
.Icon--home:before {
  content: '\EA13';
}
.Icon--iconfont:before {
  content: '\EA14';
}
.Icon--info:before {
  content: '\EA15';
}
.Icon--instagra:before {
  content: '\EA16';
}
.Icon--investments:before {
  content: '\EA17';
}
.Icon--linkedi:before {
  content: '\EA18';
}
.Icon--locked:before {
  content: '\EA19';
}
.Icon--phone:before {
  content: '\EA1A';
}
.Icon--piggyBank:before {
  content: '\EA1B';
}
.Icon--plus:before {
  content: '\EA1C';
}
.Icon--search:before {
  content: '\EA1D';
}
.Icon--stairsUp:before {
  content: '\EA1E';
}
.Icon--uveryPravnicke:before {
  content: '\EA1F';
}
.Icon--wheelchair:before {
  content: '\EA20';
}
.Icon--wheelchairCrossed:before {
  content: '\EA21';
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
* {
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  -webkit-font-smoothing: antialiased;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dt,
dl,
dd,
fieldset,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
b {
  font-weight: bold;
}
abbr[title] {
  text-decoration: none;
}
button,
a {
  touch-action: manipulation;
}
button,
input,
textarea {
  font-size: inherit;
  font-family: inherit;
  box-shadow: none;
  border: none;
}
strong,
b {
  font-weight: bold;
}
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
address {
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[src="#"] {
  display: none !important;
}
html {
  font-size: 62.5%;
}
html.is-scrolling-disabled {
  overflow: hidden;
}
body {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: -0.012666666666667em;
  font-family: 'Amalia', Arial, "Lucida Grande", sans-serif;
  color: #1e2024;
}
.is-scrolling-disabled body {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
p {
  margin-bottom: 1.6em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.09em;
  text-decoration-thickness: 0.09em;
}
a[href^=tel] {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-src].is-lazy,
img[data-srcset].is-lazy {
  opacity: 0;
}
.no-js img[data-src].is-lazy,
.no-js img[data-srcset].is-lazy {
  display: none;
}
img[data-src].is-lazy-loading,
img[data-srcset].is-lazy-loading {
  opacity: 0;
}
img[data-src].is-lazy-loaded,
img[data-srcset].is-lazy-loaded {
  opacity: 1;
}
* {
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 5% /* 0.6px */;
  text-underline-offset: 15% /* 1.8px */;
  text-underline-position: from-font;
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

@charset "UTF-8";
/*
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 15px 40px 0 rgba(55,179,136,0.15);
}
.pika-lendar {
  float: left;
  width: 244px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
/* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #40c495;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: 700;
  background: #67d0ab;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: $grey-light;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #000;
  background: #fee600;
  box-shadow: none;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100% - 10px);
}
.tippy-box {
  position: relative;
  background-color: #1e2024;
  color: #fff;
  box-shadow: $box-shadow-small;
  outline: none;
  font-weight: bold;
  transition-property: transform, visibility, opacity;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 6px;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -5px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
  top: -5px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -5px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right]>.tippy-arrow:before {
  left: -5px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #1e2024;
}
.tippy-arrow:before {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 9px 15px;
  z-index: 1;
  font-weight: bold;
}
.tippy-box[data-theme="light"] {
  background: #fff;
  padding: 5px;
  color: #1e2024;
  border-radius: 10px;
  filter: drop-shadow(2px 3px 5px rgba(30,32,36,0.1));
}
.tippy-box[data-theme="light"] .tippy-content {
  padding: 6px 15px;
  font-weight: normal;
  background: #f9f7f4;
  border-radius: 5px;
}
.tippy-box[data-theme="light"] .tippy-arrow {
  color: #fff;
}
.tippy-box[data-theme="reportHelp"] {
  background: #fff;
  color: #1e2024;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
}
.tippy-box[data-theme="reportHelp"] .tippy-content {
  padding: 10px 15px;
}
.tippy-box[data-theme="reportHelp"] .tippy-arrow {
  color: #fff;
}
.tippy-box[data-theme="reportHelp"] h3 {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
}
.AdvantageList {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.AdvantageList-item {
  width: calc(50% - 20px);
  flex: 0 1 auto;
  min-width: 220px;
}
.AdvantageList-itemTitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
.Alert {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 100;
  padding-inline: 20px;
  margin-inline: auto;
  max-height: 40vh;
  max-width: 800px;
  text-align: left;
}
.Alert--notice {
  bottom: 0;
  max-width: none;
  max-height: none;
  height: 33vh;
  padding-inline: 0;
  margin-inline: 0;
  text-align: center;
  z-index: 10000;
}
.Alert-content {
  position: relative;
  padding: 15px 30px;
  background-color: #fee600;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.Alert--notice .Alert-content {
  height: 100%;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  box-sizing: border-box;
}
.Alert-content p {
  margin: 0;
}
.Alert--notice .Alert-content p {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 900px;
  margin-inline: auto;
}
.Alert-title {
  color: inherit;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.Alert--notice .Alert-title {
  font-size: 2.4rem;
  line-height: 1.333333333333333;
  margin-bottom: 0.5em;
}
.Alert-controls {
  text-align: center;
}
.Alert-close {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background-color: #1e2024;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.Alert-close:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0C';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.Alert-close:hover {
  background: #1e2024;
  color: #fff;
}
.Alert--notice .Alert-close {
  right: 15px;
  top: 15px;
}
.Alert.is-active {
  display: block;
}
.Antispam {
  height: 1px;
  width: 1px;
  opacity: 0;
  display: block;
}
.Arrow {
  aspect-ratio: 220/310;
  background: url("../img/components/arrow/arrow.svg") center/contain;
}
.BankAccount {
  display: flex;
  gap: 15px;
}
.BankAccount-separator {
  padding-top: 35px;
  opacity: 0.25;
}
.BankAccount>*:last-child input {
  text-align: center;
}
.Banner-inner {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-top: 75%;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  text-decoration: none;
  overflow: hidden;
  line-height: 1.2;
  height: 100%;
  background: #fee600;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.Banner-content {
  position: relative;
  margin-top: auto;
  display: block;
  margin-bottom: -10px;
  padding: 30px;
  z-index: 0;
}
.Banner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fee600;
  z-index: -1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/masks/top-right.png");
          mask-image: url("../img/masks/top-right.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.Banner-title {
  display: block;
  font-weight: normal;
}
.Banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -5px;
  height: auto;
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s opacity;
  max-height: 100%;
}
.Banner-button {
  position: absolute !important;
  top: -20px;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.Banner-tag {
  top: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  border-radius: 5px;
  background: #e2f6ef;
  color: #225b45;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 7px 15px;
  text-align: center;
  font-weight: 500;
  display: block;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.Banner-tag.is-cancelled {
  background: #2b2d33;
  color: #fff;
}
.Banner-tag--star {
  top: 1.5rem;
  right: 1.5rem;
  left: unset;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5rem;
  height: 13.3rem;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: -0.0125em;
  color: #fff;
  background: #22252a;
  -webkit-mask-image: url("../img/masks/badge.svg");
          mask-image: url("../img/masks/badge.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  border-radius: 0;
}
.Banner--addRow .Banner-title {
  margin-bottom: 1em;
}
.Banner--cancelled .Banner-image {
  filter: grayscale(100%);
}
.Banner-inner:hover {
  outline: 1px solid #fee600;
  transform: translateY(-4px);
}
.Banner-inner:hover .Banner-image {
  opacity: 0.8;
}
.Banner-inner:hover .Banner-button {
  transform: translateX(-20px);
}
.Banner-inner:hover .Banner-tag {
  transform: translateY(2px) scale(0.98);
}
.BannerCalculator-inner {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  padding-right: 50%;
  height: 100%;
  background: #fee600;
}
.BannerCalculator-content {
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  position: relative;
  padding: 20px;
  height: 100%;
}
.BannerCalculator-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
}
.BannerCalculator-title {
  margin-bottom: 20px;
  display: block;
  line-height: 1.2;
}
.BannerCalculator .Button {
  margin-top: auto;
}
.BannerCalculator:hover .BannerCalculator-inner {
  outline: 1px solid #fee600;
  box-shadow: none;
}
.BannerCalculator:hover .BannerCalculator-image {
  opacity: 0.8;
}
.BannerFull-inner {
  background: #fee600;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  overflow: hidden;
  text-decoration: none;
  line-height: 1.4;
  padding-right: 50%;
  display: block;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.BannerFull-content {
  display: block;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: 1.8rem;
}
.BannerFull-content p {
  margin: 0;
  font-size: 1.4rem;
}
.BannerFull-image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s opacity;
}
.BannerFull-button {
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.BannerFull-tag {
  top: 10px;
  position: absolute;
  right: 10px;
  max-width: calc(50% - 20px);
  border-radius: 5px;
  background: #e2f6ef;
  color: #225b45;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 7px 15px;
  text-align: center;
  font-weight: 500;
  display: block;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.BannerFull-inner:hover {
  transform: translateY(-4px);
  outline: 1px solid #fee600;
  box-shadow: none;
}
.BannerFull-inner:hover .BannerFull-image {
  opacity: 0.8;
}
.BannerFull-inner:hover .BannerFull-button {
  transform: translateY(2px);
}
.BannerWide-inner {
  position: relative;
  height: 100%;
  padding-top: 200px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  text-decoration: none;
  line-height: 1.2;
  background: #fee600;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.BannerWide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 220px;
  transition: 0.3s opacity;
  -o-object-fit: cover;
     object-fit: cover;
}
.BannerWide-content {
  position: relative;
  z-index: 0;
  margin-top: auto;
  display: block;
  padding: 30px;
}
.BannerWide-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fee600;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/masks/top-right.png");
          mask-image: url("../img/masks/top-right.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.BannerWide-title {
  font-weight: normal;
  display: block;
}
.BannerWide-tag {
  top: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  border-radius: 5px;
  background: #e2f6ef;
  color: #225b45;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 7px 15px;
  text-align: center;
  font-weight: 500;
  display: block;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.BannerWide-tag.is-cancelled {
  background: #2b2d33;
  color: #fff;
}
.BannerWide-button {
  position: absolute !important;
  top: -20px;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.BannerWide--addRow p {
  margin-bottom: 1em;
}
.BannerWide--cancelled .BannerWide-image {
  filter: grayscale(100%);
}
.BannerWide-inner:hover {
  outline: 1px solid #fee600;
  transform: translateY(-4px);
}
.BannerWide-inner:hover .BannerWide-image {
  opacity: 0.8;
}
.BannerWide-inner:hover .BannerWide-button {
  transform: translateX(-20px);
}
.BannerWide-inner:hover .BannerWide-tag {
  transform: translateY(2px) scale(0.98);
}
.Box {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
  display: flex;
  align-items: center;
  height: 100%;
}
.Box--text {
  display: block;
  height: auto;
  border-radius: 15px;
  text-align: center;
}
.Breadcrumbs {
  font-size: 1.3rem;
  line-height: 1.202;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
}
.Breadcrumbs>* {
  display: inline-block;
  position: relative;
  margin: 3px 20px 3px 0;
  text-decoration: none;
}
.Breadcrumbs>*:first-child {
  font-size: 0;
}
.Breadcrumbs>*:first-child:before {
  content: '\EA13';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1.202;
}
.Breadcrumbs>*:last-child {
  margin-right: 0;
}
.Breadcrumbs>*:last-child:after {
  content: none;
}
.Breadcrumbs>*:after {
  content: '\EA0B';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  right: -14px;
  top: 0.5em;
  pointer-events: none;
}
.Button {
  position: relative;
  z-index: 0;
  padding: 17px 25px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  color: #1e2024;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.3335;
  background: none;
  gap: 10px;
}
.Button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s transform cubic-bezier(0.52, 0.19, 0.25, 0.79);
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to right, #00f, #f00, #ffc0cb);
  border: 1px solid #ff0;
  border-radius: 10px;
}
.Button--white {
  color: #1e2024;
}
.Button--white:before {
  background: #fff;
  border-color: #fff;
}
.Button--white.Button--transparent {
  color: #fff;
}
.Button--black {
  color: #fff;
}
.Button--black:before {
  background: #1e2024;
  border-color: #1e2024;
}
.Button--black.Button--transparent {
  color: #1e2024;
}
.Button--yellow {
  color: #1e2024;
}
.Button--yellow:before {
  background: #fee600;
  border-color: #fee600;
}
.Button--yellow.Button--transparent {
  color: #fee600;
}
.Button--green {
  color: #fff;
}
.Button--green:before {
  background: #67d0ab;
  border-color: #67d0ab;
}
.Button--green.Button--transparent {
  color: #67d0ab;
}
.Button--lightOrange {
  color: #1e2024;
}
.Button--lightOrange:before {
  background: #f9f7f4;
  border-color: #f9f7f4;
}
.Button--lightOrange.Button--transparent {
  color: #f9bb30;
}
.Button--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}
.Button--icon .Icon {
  display: block;
  line-height: 1;
  font-size: 12px;
}
.Button--icon .Icon:before {
  font-size: 12px;
}
.Button--squareArrow:before {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.Button--squareArrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0B';
  font-size: 8px;
}
.ButtonTrigger.is-active .Button--squareArrow:after,
.ButtonTrigger:hover .Button--squareArrow:after,
.Button--squareArrow:hover:after,
.Button--squareArrow:focus:after {
  animation: 0.5s buttoniconchange forwards;
}
.Button--squareArrowLeft:before {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.Button--squareArrowLeft:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA09';
  font-size: 8px;
}
.ButtonTrigger.is-active .Button--squareArrowLeft:after,
.ButtonTrigger:hover .Button--squareArrowLeft:after,
.Button--squareArrowLeft:hover:after,
.Button--squareArrowLeft:focus:after {
  animation: 0.5s buttoniconchange forwards;
}
.Button--squareCross:before {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.Button--squareCross:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0C';
  font-size: 12px;
}
.Button--withArrow {
  position: relative;
  padding-right: 60px;
  text-align: left;
}
.Button--withArrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0B';
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1);
  text-align: center;
}
.ButtonTrigger.is-active .Button--withArrow:after,
.ButtonTrigger:hover .Button--withArrow:after,
.Button--withArrow:hover:after,
.Button--withArrow:focus:after {
  transform: translate(4px, -50%);
}
.Button--withSquareArrow {
  position: relative;
  padding-right: 80px;
  text-align: left;
}
.Button--withSquareArrow span:not([class]) {
  background: #1e2024;
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  right: 10px;
  top: calc(50% - 18px);
  z-index: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.Button--withSquareArrow:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0B';
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1);
  text-align: center;
  color: #fff;
}
.ButtonTrigger.is-active .Button--withSquareArrow:after,
.ButtonTrigger:hover .Button--withSquareArrow:after,
.Button--withSquareArrow:hover:after,
.Button--withSquareArrow:focus:after {
  transform: translate(3px, -50%);
}
.Button--withArrowDown {
  position: relative;
  padding-right: 60px;
  text-align: left;
}
.Button--withArrowDown:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA07';
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1);
  text-align: center;
}
.ButtonTrigger.is-active .Button--withArrowDown:after,
.ButtonTrigger:hover .Button--withArrowDown:after,
.Button--withArrowDown:hover:after,
.Button--withArrowDown:focus:after {
  transform: translate(0, -35%);
}
.Button--withArrowLeft {
  position: relative;
  padding-left: 60px;
  text-align: left;
}
.Button--withArrowLeft:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA09';
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1);
  text-align: center;
}
.ButtonTrigger.is-active .Button--withArrowLeft:after,
.ButtonTrigger:hover .Button--withArrowLeft:after,
.Button--withArrowLeft:hover:after,
.Button--withArrowLeft:focus:after {
  transform: translate(0, -65%);
}
.Button--withArrowRight {
  position: relative;
  padding-right: 60px;
  text-align: left;
}
.Button--withArrowRight:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0B';
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1);
  text-align: center;
}
.ButtonTrigger.is-active .Button--withArrowRight:after,
.ButtonTrigger:hover .Button--withArrowRight:after,
.Button--withArrowRight:hover:after,
.Button--withArrowRight:focus:after {
  transform: translate(3px, -50%);
}
.Button--transparent:before {
  background: none;
}
.ButtonTrigger.is-active .Button--hoverBlack,
.ButtonTrigger:hover .Button--hoverBlack,
.Button--hoverBlack:hover,
.Button--hoverBlack:focus {
  color: #fff;
}
.ButtonTrigger.is-active .Button--hoverBlack:before,
.ButtonTrigger:hover .Button--hoverBlack:before,
.Button--hoverBlack:hover:before,
.Button--hoverBlack:focus:before {
  border-color: #1e2024;
  background: #1e2024;
}
.ButtonTrigger.is-active .Button--hoverLightBlack,
.ButtonTrigger:hover .Button--hoverLightBlack,
.Button--hoverLightBlack:hover,
.Button--hoverLightBlack:focus {
  color: #fff;
}
.ButtonTrigger.is-active .Button--hoverLightBlack:before,
.ButtonTrigger:hover .Button--hoverLightBlack:before,
.Button--hoverLightBlack:hover:before,
.Button--hoverLightBlack:focus:before {
  border-color: #353940;
  background: #353940;
}
.Button--hoverShadow:before {
  transition: 0.3s box-shadow;
}
.ButtonTrigger.is-active .Button--hoverShadow:before,
.ButtonTrigger:hover .Button--hoverShadow:before,
.Button--hoverShadow:hover:before,
.Button--hoverShadow:focus:before {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.01), 0px 1px 6px 0px rgba(10,36,33,0.4);
}
.ButtonTrigger.is-active .Button--hoverYellow,
.ButtonTrigger:hover .Button--hoverYellow,
.Button--hoverYellow:hover,
.Button--hoverYellow:focus {
  color: #1e2024;
}
.ButtonTrigger.is-active .Button--hoverYellow:before,
.ButtonTrigger:hover .Button--hoverYellow:before,
.Button--hoverYellow:hover:before,
.Button--hoverYellow:focus:before {
  border-color: #fee600;
  background: #fee600;
}
.ButtonTrigger.is-active .Button--hoverOrange,
.ButtonTrigger:hover .Button--hoverOrange,
.Button--hoverOrange:hover,
.Button--hoverOrange:focus {
  color: #1e2024;
}
.ButtonTrigger.is-active .Button--hoverOrange:before,
.ButtonTrigger:hover .Button--hoverOrange:before,
.Button--hoverOrange:hover:before,
.Button--hoverOrange:focus:before {
  border-color: #f9bb30;
  background: #f9bb30;
}
.Button--withCustomIcon {
  position: relative;
  padding-right: 60px;
  text-align: left;
}
.Button--withCustomIcon .Button-customIcon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  margin: 0 3px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1), 0.3s font-size;
  font-size: 16px;
}
.ButtonTrigger.is-active .Button--withCustomIcon .Button-customIcon,
.ButtonTrigger:hover .Button--withCustomIcon .Button-customIcon,
.Button--withCustomIcon:hover .Button-customIcon,
.Button--withCustomIcon:focus .Button-customIcon {
  transform: translate(0, -50%) scale(1.15);
}
.Button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.Button--compact {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.Button--footer {
  color: #fff;
}
.Button--footer:before {
  background: none;
  border-color: #37393e;
}
.Button--footerSocial {
  padding: 15px;
  min-width: 54px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Button--footerSocial:before {
  border-color: #37393e;
  background: #37393e;
}
.Button--googleMaps {
  font-weight: normal;
  padding-right: 40px;
}
.Button--googleMaps img {
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
}
.Button--dotaceExample {
  max-width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 54px;
}
@keyframes buttoniconchange {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  30% {
    opacity: 0;
    transform: translateX(10px);
  }
  50% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes buttoniconchange-reverse {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  30% {
    opacity: 0;
    transform: translateX(-10px);
  }
  50% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.ButtonFloater {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.ButtonFloater.is-pinned {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ButtonFloater.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ButtonFloater .TaggedButton {
  min-width: 280px;
}
.ButtonFloater .Button:before {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.01), 0px 1px 6px 0px rgba(10,36,33,0.4);
}
.ButtonLink {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
}
.Calculator {
  display: grid;
  row-gap: 20px;
}
.CellWithImage-inner {
  padding: 20px 10px;
  text-align: center;
  background: #fdf8d5;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.2;
  height: 100%;
}
.CellWithImage-image {
  background: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 50%;
  max-width: 180px;
  overflow: hidden;
  margin: 0 auto 25px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.ContactUs {
  display: grid;
  gap: 5px;
}
.ContactUs-blockTitle {
  line-height: 1.3;
}
.ContactUs-blockSubTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ContactUs-block {
  padding: 20px 20px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
}
.ContactUs-block .Button {
  margin-top: auto;
}
.ContactUs-block--map {
  background: #f9f7f4;
  border: 1px solid #f9f7f4;
}
.ContactUs-block--map .SvgMap {
  width: 100%;
  height: 220px;
  margin: auto 0;
}
.ContactUs-block--accounts,
.ContactUs-block--contact,
.ContactUs-block--contactBdASvj,
.ContactUs-block--contactDotaceBdASvj {
  background: #e2f6ef;
  border: 1px solid #e2f6ef;
  color: #225b45;
}
.ContactUs-block--accounts small,
.ContactUs-block--contact small,
.ContactUs-block--contactBdASvj small,
.ContactUs-block--contactDotaceBdASvj small {
  font-size: 1.5rem;
}
.ContactUs-block--accounts .ContactWithIcon,
.ContactUs-block--contact .ContactWithIcon,
.ContactUs-block--contactBdASvj .ContactWithIcon,
.ContactUs-block--contactDotaceBdASvj .ContactWithIcon {
  margin-top: auto;
}
.ContactUs-block--accounts .ContactUs-blockButton,
.ContactUs-block--contact .ContactUs-blockButton,
.ContactUs-block--contactBdASvj .ContactUs-blockButton,
.ContactUs-block--contactDotaceBdASvj .ContactUs-blockButton {
  margin-top: 15px;
}
.ContactUs-block--online {
  background: #e2f6ef;
  border: 1px solid #e2f6ef;
  color: #225b45;
  font-size: 1.8rem;
  justify-content: center;
}
.ContactUs-block--onlineBezneucty {
  background: #e2f6ef;
  border: 1px solid #e2f6ef;
  color: #225b45;
  font-size: 1.8rem;
  justify-content: center;
}
.ContactUs-block--banking {
  background: #fdf8d5;
  border: 1px solid #fdf8d5;
  color: #1e2024;
  font-size: 1.8rem;
}
.ContactUs-block--banking .ContactUs-blockLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  background-image: none;
  text-align: left;
}
.ContactUs-block--banking .ContactUs-blockLink:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0B';
  font-size: 10px;
  margin-left: auto;
}
.ContactUs-block--banking .ContactUs-blockLink:last-child {
  border-bottom: none;
}
.ContactUs-block--infoBdASvj {
  background: #ddf4fb;
  border: 1px solid #ddf4fb;
  color: #105171;
  display: flex;
  flex-flow: colum;
  align-items: center;
  text-align: center;
}
.ContactUs-block--infoBdASvj .ContactUs-title {
  line-height: 1.2;
}
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--contact {
  background: #ddf4fb;
  border-color: #ddf4fb;
  color: #105171;
}
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--contact .ContactWithIcon {
  color: #105171;
}
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--contact .ContactWithIcon .hover-link {
  background-image: none;
}
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--contact .Separator,
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--banking .Separator,
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--online .Separator,
.ContactUs.has-map.has-contact.has-banking .ContactUs-block--onlineBezneucty .Separator {
  width: 24px;
}
.ContactWithIcon {
  line-height: 1.2;
  text-decoration: none;
}
.Container {
  margin: 0 auto;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 136rem;
  position: relative;
  box-sizing: content-box;
}
.Container--full {
  max-width: none;
}
.Container--medium {
  max-width: 159rem;
}
.Container--large {
  max-width: 182rem;
}
.Container--narrow {
  max-width: 113rem;
}
.Container--narrower {
  max-width: 90rem;
}
.Container--slim {
  max-width: 78rem;
}
.Container--slimmer {
  max-width: 58rem;
}
.Container--slimmest {
  max-width: 42rem;
}
.Container.is-pure {
  padding: 0;
  position: static;
}
.Controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 5px;
  padding-top: 30px;
}
.Controls--contactchange {
  justify-content: space-between;
}
.Controls--taxresident {
  justify-content: space-between;
}
.Controls--column {
  flex-flow: column nowrap;
  align-items: center;
  gap: 0;
}
.CopyToClipboard {
  border: 0;
  background: none;
  cursor: pointer;
}
.CopyToClipboard input {
  position: absolute;
  left: -9999px;
}
.CopyToClipboard:not(:hover) .VisualIcon {
  opacity: 0.5;
}
.CopyToClipboard.is-active {
  position: relative;
}
.CopyToClipboard.is-active:before {
  content: 'Zkopírováno do schránky';
  position: absolute;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
  font-size: 1.3rem;
  right: -10px;
  bottom: calc(100% + 5px);
  background: #fff;
  box-shadow: $box-shadow-small;
  padding: 9px 15px;
  border: 1px solid rgba(30,32,36,0.07);
  font-family: $font-helvetica;
  border-radius: 5px;
}
.CopyToClipboard.is-active:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 2px;
  bottom: calc(100% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  border-right: 1px solid rgba(30,32,36,0.07);
  transform: translate(-6px, -6px) rotate(45deg);
}
.CopyToClipboard--supportCategory.is-active:before {
  content: 'Odkaz na kategorii byl zkopírovaný do schránky';
  z-index: 999999999;
  text-align: center;
  bottom: 100%;
}
.Danger {
  color: #fff !important;
  background-color: #b50000 !important;
}
.DictionaryList {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.DictionaryList-row {
  border-radius: 10px;
  padding: 10px 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 2fr;
  background: #f9f7f4;
}
.DictionaryList-row--phone {
  background: #e2f6ef;
  color: #225b45;
}
.DictionaryList-row--email {
  background: #ddf4fb;
  color: #105171;
}
.DictionaryList-row dt {
  font-weight: bold;
}
.DictionaryList-row--stacked {
  grid-template-columns: 1fr;
}
.DictionaryList-orderedList {
  list-style: none;
  padding-left: 30px;
}
.DictionaryList-orderedList li {
  position: relative;
}
.DictionaryList-orderedList li:before {
  content: attr(data-label);
  position: absolute;
  left: -30px;
  font-weight: bold;
}
.DigiAppCard {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  height: 100%;
}
.DigiAppCard-qr {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  padding: 15px;
  margin-bottom: 10px;
  margin-top: auto;
}
.DocumentBox {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-radius: 10px;
  background: #fff url("../img/components/document-box/bg.svg") top right/100% auto no-repeat;
  padding: 30px 20px;
}
.DocumentPdfPreview-lightbox .pswp__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.DocumentPdfPreview-lightbox .pswp__counter,
.DocumentPdfPreview-lightbox .pswp__top-bar {
  display: none;
}
.DocumentPdfPreview-container {
  width: 90vw;
  height: 85vh;
  max-width: 1200px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 50px 0 rgba(0,34,54,0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.DocumentPdfPreview-toolbar {
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.DocumentPdfPreview-toolbar .Button {
  padding: 12px 20px;
  font-size: 1.3rem;
}
.DocumentPdfPreview-toolbar .Button--withArrow {
  padding-right: 45px;
}
.DocumentPdfPreview-toolbar .Button--withArrow:after {
  right: 20px;
}
.DocumentPdfPreview-close {
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  background-color: #fee600;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #1e2024;
  transition: 0.2s background-color, 0.2s color;
}
.DocumentPdfPreview-close:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0C';
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-mouse-pointer .DocumentPdfPreview-close:hover {
  background: #1e2024;
  color: #fff;
}
.DocumentPdfPreview-iframe {
  display: block;
  width: 100%;
  flex: 1 1 0%;
  border: none;
}
.Error404 {
  margin-inline: auto;
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  max-width: 47.5rem;
}
.Error404-contentTitle {
  margin-bottom: 1.5rem;
  line-height: normal;
  font-weight: bold;
}
.Error404-contentText {
  margin-bottom: 2.5rem;
}
.Error404-visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.Error404-visual::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.Error404-visualWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Error404-visualWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.File {
  background: #f9f7f4;
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
  display: flex;
  text-decoration: none;
}
.File-ext {
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 80px;
  border-right: 1px solid rgba(30,32,36,0.07);
  text-align: center;
  margin-right: 20px;
  padding: 0 20px;
}
.File:hover {
  background: #1e2024 !important;
  color: #fff;
}
.FixedTable {
  line-height: 1.2;
  position: relative;
}
.FixedTable-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: auto;
}
.FixedTable-tableWrap {
  overflow: auto;
}
.FixedTable th,
.FixedTable td {
  padding: 15px;
  vertical-align: middle;
}
.FixedTable thead tr th,
.FixedTable thead tr td {
  background: #f3f0ea;
}
.FixedTable thead tr th:first-child,
.FixedTable thead tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.FixedTable thead tr th:last-child,
.FixedTable thead tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.FixedTable tbody tr:nth-child(even) th,
.FixedTable tbody tr:nth-child(even) td {
  background: #f9f7f4;
}
.FixedTable tbody tr:nth-child(even) th:first-child,
.FixedTable tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.FixedTable tbody tr:nth-child(even) th:last-child,
.FixedTable tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.FixedTable-clones .FixedTable-table {
  width: 0;
}
.FixedTable-cloneStatic {
  position: absolute;
  top: 0;
  width: 0;
}
.FixedTable-cloneSticky {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
}
.FixedTable-cloneFixedAndSticky {
  position: absolute;
  top: 0;
  left: 0;
}
.FixedTable:not(.is-overflowing) .FixedTable-cloneFixedAndSticky,
.FixedTable:not(.is-overflowing) .FixedTable-cloneStatic {
  display: none;
}
.FixedTable.is-overflowing tbody:first-of-type tr:first-child th,
.FixedTable.is-overflowing tbody:first-of-type tr:first-child td {
  padding-top: 20px;
  padding-bottom: 10px;
}
.FixedTable.is-overflowing .FixedTable-cloneStatic .FixedTable-table {
  background: $grey;
  border-right: 1px solid $light-range;
}
.FixedTable-sectionRow td,
.FixedTable-sectionRow th {
  background: transparent !important;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.FixedTable-sectionRow:first-child td,
.FixedTable-sectionRow:first-child th {
  padding-top: 15px;
}
.FixedTable-sectionRow:not(:first-child) td,
.FixedTable-sectionRow:not(:first-child) th {
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: none;
}
.FixedTable-sortLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.is-mouse-pointer .FixedTable-sortLink:hover {
  opacity: 0.7;
}
.FixedTable-sortLink.is-active {
  color: #1e2024;
}
.FixedTable-sortIcon {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  opacity: 0.3;
}
.FixedTable-sortIcon:before,
.FixedTable-sortIcon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.FixedTable-sortIcon:before {
  border-bottom: 4px solid currentColor;
}
.FixedTable-sortIcon:after {
  border-top: 4px solid currentColor;
}
.FixedTable-sortIcon.is-asc:after {
  display: none;
}
.FixedTable-sortIcon.is-desc:before {
  display: none;
}
.FixedTable-sortLink.is-active .FixedTable-sortIcon {
  opacity: 1;
}
.FixedTable-previewBtn {
  margin-left: 5px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.7;
}
.is-mouse-pointer .FixedTable-previewBtn:hover {
  opacity: 1;
}
.FixedTable--document .FixedTable-table {
  min-width: 100%;
}
.FixedTable--document .Icon--documentMagnifier {
  position: relative;
  bottom: -0.1em;
}
.FixedTable--dotaceExample {
  font-size: 1.5rem;
}
.FixedTable--dotaceExample .FixedTable-table {
  min-width: 100%;
}
.FixedTable--dotaceExample tbody td,
.FixedTable--dotaceExample tbody th {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.FixedTable--dotaceExample tfoot td:first-child,
.FixedTable--dotaceExample tfoot th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.FixedTable--dotaceExample tfoot td:last-child,
.FixedTable--dotaceExample tfoot th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.FixedTable--dotaceExample .u-borderleft {
  border-left: 1px solid rgba(0,0,0,0.07);
}
.FixedTable--dotaceExample .u-cellSpacer {
  height: 20px;
  padding: 0;
}
.FixedTable--dotaceExample .u-colData {
  min-width: 150px;
}
.FixedTable--dotaceExample .u-mobileData {
  display: grid;
  grid-template-columns: auto auto;
}
.Flex {
  display: flex;
}
.Flex--justify-center {
  justify-content: center;
}
.Flex--items-center {
  align-items: center;
}
.Flex--wrap {
  flex-flow: row wrap;
}
.Flex--gap5 {
  gap: 5px;
}
.Flex--gap15 {
  gap: 15px;
}
.Flex--column {
  flex-flow: column;
}
.Alpha {
  font-size: 2.8rem;
}
.Beta {
  font-size: 2.2rem;
}
.Delta {
  font-size: 1.8rem;
}
.Gamma {
  font-size: 2.2rem;
}
.Footer {
  background: #2b2d33;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.Footer-inner {
  padding: 40px 10px;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: content-box;
  display: grid;
  grid-template-areas: 'logo' 'popupnavopener' 'phone' 'social' 'servis' 'legal' 'copyright' 'author';
}
.Footer-logo {
  grid-area: logo;
}
.Footer-nav--1 {
  grid-area: nav--1;
}
.Footer-nav--2 {
  grid-area: nav--2;
}
.Footer-nav--3 {
  grid-area: nav--3;
}
.Footer-social {
  grid-area: social;
}
.Footer-servis {
  grid-area: servis;
}
.Footer-copyright {
  grid-area: copyright;
}
.Footer-legal {
  grid-area: legal;
}
.Footer-author {
  grid-area: author;
}
.Footer-popupnavopener {
  grid-area: popupnavopener;
}
.Footer-phone {
  grid-area: phone;
}
.Footer-logo a {
  display: block;
  width: 150px;
  padding-bottom: 30px;
}
.Footer-nav {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 15px;
}
.Footer-nav--1 {
  font-weight: bold;
}
.Footer-social {
  gap: 10px;
}
.Footer-copyright {
  border-top: 1px solid #2a2c30;
}
.Footer-legal {
  color: #b1b2b5;
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.Footer-author {
  text-align: right;
}
.Footer-author .Icon {
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.Footer a {
  text-decoration: none;
}
.Footer a:hover {
  color: #fee600;
  text-decoration: underline;
}
.FooterPhone {
  display: flex;
}
.FooterPhone-number {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  white-space: nowrap;
  gap: 5px;
}
.Autocomplete {
  position: relative;
  z-index: 2;
  text-align: left;
  line-height: 1.2;
}
.Autocomplete-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin: 2px 0 0 0;
  width: 100%;
  background: #fff;
  box-shadow: $box-shadow-darkest;
  z-index: 1;
  border-radius: 3px;
}
.Autocomplete.is-open .Autocomplete-dropdown {
  display: block;
}
.Autocomplete-dropdown li {
  list-style: none;
}
.Autocomplete-item {
  display: block;
  padding: 12px 20px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s transform;
}
.Autocomplete-item:first-child {
  border-top: none;
}
.Autocomplete-item.is-active,
.Autocomplete-item:hover {
  background: #1e2024;
  color: #fff;
}
.Autocomplete.is-searching:after {
  content: '';
  display: block;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  position: absolute;
  border: 4px solid #ddd /* Light grey */;
  border-top: 4px solid #51c2f2 /* Blue */;
  border-radius: 50%;
  z-index: 3;
  animation: 2s spin linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.BankRadio {
  position: relative;
  cursor: pointer;
}
.BankRadio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.BankRadio-trigger {
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #fee600;
  background: #fdf8d5;
  display: flex;
  flex-flow: column;
  gap: 7px;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.BankRadio-placeholder {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1e2024;
  position: relative;
  display: block;
}
.BankRadio-placeholder:after {
  transform: scale(0);
  content: '';
  display: block;
  background: #1e2024;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  transition: 0.3s transform;
}
.BankRadio-input:checked + .BankRadio-trigger {
  background: #fee600;
}
.BankRadio-input:checked + .BankRadio-trigger .BankRadio-placeholder:after {
  transform: scale(1);
}
.Checkbox {
  display: inline-flex;
  line-height: 1.3;
  font-size: 1.5rem;
  cursor: pointer;
}
.Checkbox-trigger {
  display: flex;
}
.Checkbox-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Checkbox-placeholder {
  position: relative;
  width: 1.35em;
  height: 1.35em;
  border-radius: 5px;
  flex: 0 0 auto;
  border: 1px solid rgba(30,32,36,0.3);
  background: #fff;
}
.Checkbox-placeholder:before {
  content: '\EA06';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s transform;
  display: block;
  transform: scale(0);
  transform-origin: 50% 50%;
  position: absolute;
  font-size: 1.2em;
  top: 0.025em;
  left: 0.025em;
}
.Checkbox-input:checked + .Checkbox-placeholder,
.Checkbox-input:checked + .Checkbox-trigger .Checkbox-placeholder {
  border-color: #1e2024;
}
.Checkbox-input:checked + .Checkbox-placeholder:before,
.Checkbox-input:checked + .Checkbox-trigger .Checkbox-placeholder:before {
  transform: scale(1);
}
.Checkbox-input:disabled + .Checkbox-placeholder,
.Checkbox-input:disabled + .Checkbox-trigger .Checkbox-placeholder {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #dddde1;
}
.Checkbox-input:focus + .Checkbox-placeholder,
.Checkbox-input:focus + .Checkbox-trigger .Checkbox-placeholder,
.Checkbox:hover .Checkbox-placeholder {
  box-shadow: 0 0 1px 5px rgba(153,153,153,0.07);
  border-color: #1e2024;
}
.Checkbox-input:hover + .Checkbox-placeholder,
.Checkbox-input:hover + .Checkbox-trigger .Checkbox-placeholder,
.Checkbox:hover .Checkbox-placeholder {
  border: 1px solid rgba(30,32,36,0.18);
}
.Checkbox-label {
  text-align: left;
}
.Checkbox-placeholder + .Checkbox-label {
  margin-left: 12px;
}
.Checkbox-input:disabled ~ .Checkbox-label {
  opacity: 0.5;
  color: #a8a8a8;
}
.Checkbox a {
  text-decoration: underline;
}
.FormItem.has-error>.Checkbox {
  color: #a63c2a;
}
.FormItem.has-error>.Checkbox .Checkbox-placeholder {
  border-color: #a63c2a;
  background: #ffe2da;
}
.FormItem.has-error>.Checkbox+.InputError {
  margin-top: 5px;
  border-radius: 5px;
}
.CheckboxList {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}
.FormItem.has-error>.CheckboxList {
  padding: 10px;
  border: 1px solid #a63c2a;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
  background: #ffe2da;
}
.Form {
  max-width: 670px;
  margin: 0 auto;
}
.Form-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
.Form-controls {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.FormCloner-items {
  display: grid;
  gap: 10px;
  min-height: 50px;
}
.FormCloner-item {
  position: relative;
}
.FormCloner-remove {
  border-radius: 5px;
  background: #a63c2a;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  align-self: flex-start;
}
.FormCloner-remove:hover {
  background: #923525;
}
.FormCloner-add {
  background: none;
  cursor: pointer;
}
.FormCloner-add:hover {
  background: rgba(0,0,0,0.05);
}
.FormCloner-controls {
  padding: 5px 0 0;
  display: flex;
  justify-content: flex-end;
}
.FormCloner.u-address .FormCloner-item + .FormCloner-item {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.FormCloner.u-address .FormCloner-controls {
  justify-content: center;
}
.FormCloner.u-address .FormCloner-add {
  margin-top: 15px;
  width: 100%;
  padding: 15px;
  border-top: 1px solid rgba(30,32,36,0.07);
  border-bottom: 1px solid rgba(30,32,36,0.07);
}
@keyframes showcloneritem {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.FormFieldset {
  border: 0;
  display: block;
}
.FormFieldset-title {
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  display: block;
  padding-bottom: 10px;
  width: 100%;
}
.FormItem {
  text-align: left;
  display: block;
  position: relative;
  line-height: 1.2;
  border: 0;
}
.FormItem.is-disable {
  cursor: not-allowed;
}
.FormItem.is-required>.Label:after {
  content: '*';
  display: inline;
  color: #a63c2a;
}
.FormItem.is-labelnotvisible>.Label,
.FormItem.is-labelnotvisible>.Checkbox>.Checkbox-trigger>.Checkbox-label,
.FormItem.is-labelnotvisible>.Radio>.Radio-trigger>.Radio-label {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  opacity: 0;
}
.FormItem.is-accountnumber>.Input {
  text-align: center;
}
.FormItem.is-small>.Checkbox,
.FormItem.is-small>.Radio {
  font-size: 1.3rem;
}
.FormItem.is-vertical>.CheckboxList,
.FormItem.is-vertical>.RadioList {
  flex-flow: column;
}
.FormItem.is-fancylabel {
  line-height: 0;
  font-size: 0;
}
.FormItem.is-fancylabel>.Label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-left: 15px;
  margin-bottom: -0.4em;
  transform-origin: 0 100%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.3em 0.7em;
  border-radius: 5px;
  transform: translateY(0.4em) scale(0.8);
}
.FormItem.is-fancylabel.is-ready>.Label {
  animation: 0.5s fancylabel-out forwards;
}
.FormItem.is-fancylabel.is-ready.is-empty:not(.is-focus)>.Label {
  animation: 0.5s fancylabel-in forwards;
}
.FormItem.is-fancylabel.has-error {
  color: #a63c2a;
}
.FormItem.is-fancylabel.has-error>.Label {
  background: #fff6f4;
  color: #a63c2a;
}
.FormItem.is-checkboxlistboxy>.CheckboxList {
  margin: 0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  padding: 17px;
  border-radius: 5px;
}
@keyframes fancylabel-in {
  0% {
    opacity: 1;
    transform: translateY(0.4em) scale(0.8);
  }
  30% {
    opacity: 0;
    transform: translateY(0.6em) scale(0.8);
  }
  50% {
    transform: translateY(2.1em) translateX(-15px) scaleY(0.6);
    opacity: 0;
    background: none;
    color: inherit;
    box-shadow: none;
  }
  100% {
    transform: translateY(2.3em) translateX(0) scale(1);
    opacity: 1;
    background: none;
    color: inherit;
    box-shadow: none;
  }
}
@keyframes fancylabel-out {
  0% {
    transform: translateY(2.3em) translateX(0) scale(1);
    opacity: 1;
    background: none;
    color: inherit;
    box-shadow: none;
  }
  30% {
    transform: translateY(2.1em) translateX(-15px) scaleY(0.6);
    opacity: 0;
    background: none;
    color: inherit;
    box-shadow: none;
  }
  50% {
    opacity: 0;
    transform: translateY(0.6em) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0.4em) scale(0.8);
  }
}
.FormSection--withSeparator {
  position: relative;
  margin-bottom: 100px;
}
.FormSection--withSeparator:before {
  content: '';
  height: 2px;
  background: #fff;
  width: 100vw;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: -45px;
}
.FormSent {
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  padding: 40px 0;
}
.FormSent .VisualIcon {
  margin-bottom: 20px;
}
.FormSent--big {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.Input {
  font-weight: 400;
  border: 1px solid rgba(30,32,36,0.07);
  background-color: #fff;
  color: #1e2024;
  height: 5.4rem;
  padding: 16px 20px;
  width: 100%;
  font-size: 1.6rem;
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  transition: 0.3s box-shadow;
}
.Input--textarea {
  resize: vertical;
  min-height: 180px;
  padding-top: 25px;
}
.Input:hover {
  border: 1px solid rgba(30,32,36,0.18);
}
.Input:focus {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07), 0 0 1px 5px rgba(153,153,153,0.07);
  outline: 0;
  border: 1px solid #666;
}
.Input:-moz-read-only {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f5f5f5;
  box-shadow: none !important;
}
.Input:read-only {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f5f5f5;
  box-shadow: none !important;
}
.Input::-moz-placeholder {
  color: #3e5054;
  font-weight: normal;
}
.Input::placeholder {
  color: #3e5054;
  font-weight: normal;
}
.Input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f5f5f5;
}
.FormItem.has-error>.Input {
  border-color: #a63c2a;
  background: #ffe2da;
}
.FormItem.has-error>.Input::-moz-placeholder {
  color: #fff;
}
.FormItem.has-error>.Input::placeholder {
  color: #fff;
}
.InputBirthVerify {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
}
.InputBirthVerify-label {
  opacity: 0;
  position: absolute !important;
  pointer-events: none;
}
.InputBirthVerify>* {
  height: 4rem;
  width: 9.090909090909092%;
  display: block;
  text-align: center;
  background: rgba(43,45,51,0.07);
  border: 1px solid rgba(43,45,51,0);
  border-radius: 5px;
  position: relative;
}
.InputBirthVerify>*:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(43,45,51,0.3);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}
.InputBirthVerify>*:nth-child(7) {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
.InputBirthVerify>*:nth-child(7):before {
  content: none;
}
.InputBirthVerify input {
  background: #fff;
  border-color: rgba(43,45,51,0.1);
  box-shadow: 0 0 0 5px #e2f6ef;
}
.InputBirthVerify input.has-error {
  background: #ffe2da;
  border-color: #a63c2a;
  box-shadow: none;
}
.InputBirthVerify + .InputError {
  margin-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.InputDateWithPicker {
  display: flex;
  flex-flow: row;
  position: relative;
}
.InputDateWithPicker .Icon--datepicker {
  cursor: pointer;
  font-size: 16px;
}
.InputDateWithPicker .Icon--datepicker:before {
  color: #1e2024;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.InputDateWithPicker .Icon--datepicker:hover:before {
  opacity: 0.6;
}
.InputDateWithPicker .is-selected .pika-button {
  background: #fee600;
  color: #1e2024;
}
.InputDateWithPicker .Input {
  flex: 0 1 100%;
}
.InputDateWithPicker .Input::-ms-clear {
  display: none;
}
.FormItem.has-error>.InputDateWithPicker>.Input {
  background: #ffe2da;
  border-color: #a63c2a;
}
.InputError {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.2rem;
  background: #a63c2a;
  color: #fff;
  padding: 5px 10px;
  margin-top: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.InputError--standalone {
  border-radius: 5px;
  text-align: center;
}
.InputError--standalone + .InputError--standalone {
  margin-top: 3px;
}
.InputInfo {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.2rem;
  background: #ddf4fb;
  color: #1e2024;
  margin-top: 3px;
  padding: 5px 25px 5px 10px;
  border-radius: 5px;
}
.InputInfo button {
  background: #105171;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 5px;
  height: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.InputInfo button:before {
  content: '\EA0C';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.InputMultiUpload-input {
  position: absolute;
  opacity: 0;
  width: 10px;
}
.InputMultiUpload-trigger {
  position: relative;
  border: 1px dashed #1e2024;
  padding: 45px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
.InputMultiUpload-trigger:hover {
  border-style: solid;
}
.InputMultiUpload-dragoverText {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background: #f9f7f4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.InputMultiUpload-preview {
  position: absolute;
  top: 6px;
  right: 6px;
  left: 6px;
  bottom: 6px;
  background: #f9f7f4;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.InputMultiUpload-preview>* {
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.InputMultiUpload-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.InputMultiUpload-labelText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 7px;
}
.InputMultiUpload-close {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #a63c2a;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.InputMultiUpload:not(.is-dragover) .InputMultiUpload-dragoverText {
  visibility: hidden;
}
.InputMultiUpload:not(.has-file) .InputMultiUpload-preview {
  visibility: hidden;
}
.InputMultiUpload:not(.has-file) .InputMultiUpload-close {
  display: none;
}
.InputRange {
  width: 100%;
  height: 24px;
  cursor: grab;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(103,208,171,0), rgba(103,208,171,0) 9px, #67d0ab 9px, #67d0ab 15px, rgba(103,208,171,0) 15px, rgba(103,208,171,0));
  background-position: -2000px 0;
}
.InputRange:active {
  cursor: grabbing;
}
.InputRange,
.InputRange::-webkit-slider-runnable-track,
.InputRange::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.InputRange::-moz-range-track {
  background: rgba(103,208,171,0.2);
  border-radius: 6px;
  height: 6px;
}
.InputRange::-webkit-slider-runnable-track {
  background: rgba(103,208,171,0.2);
  border-radius: 6px;
  height: 6px;
}
.InputRange::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 6px solid #67d0ab;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(103,208,171,0.2);
  position: relative;
  top: -12px;
}
.InputRange::-moz-range-thumb {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 6px solid #67d0ab;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(103,208,171,0.2);
  position: relative;
  top: -12px;
}
.InputSingleUpload-input {
  position: absolute;
  opacity: 0;
  width: 10px;
}
.InputSingleUpload-input:focus + .InputSingleUpload-trigger {
  border-style: solid;
}
.InputSingleUpload-trigger {
  position: relative;
  border: 1px dashed #1e2024;
  padding: 45px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
.InputSingleUpload-trigger:hover {
  border-style: solid;
}
.InputSingleUpload-dragoverText {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background: #f9f7f4;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.InputSingleUpload-preview {
  position: absolute;
  top: 6px;
  right: 6px;
  left: 6px;
  bottom: 6px;
  background: #f9f7f4;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.InputSingleUpload-preview>* {
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.InputSingleUpload-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.InputSingleUpload-labelText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 7px;
}
.InputSingleUpload-close {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #a63c2a;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.InputSingleUpload:not(.is-dragover) .InputSingleUpload-dragoverText {
  visibility: hidden;
}
.InputSingleUpload:not(.has-file) .InputSingleUpload-preview {
  visibility: hidden;
}
.InputSingleUpload:not(.has-file) .InputSingleUpload-close {
  display: none;
}
.InputSwitch {
  --inputswitch-width: 70px;
  display: inline-block;
}
.InputSwitch-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.InputSwitch-input:focus + .InputSwitch-toggler {
  outline: 1px solid #225b45;
}
.InputSwitch-input:checked + .InputSwitch-toggler {
  background: #67d0ab;
}
.InputSwitch-input:checked + .InputSwitch-toggler:before {
  transform: translateX(calc((var(--inputswitch-width) / 2.33333)));
}
.InputSwitch-toggler {
  background: #eae9e7;
  position: relative;
  display: block;
  width: var(--inputswitch-width);
  height: calc((var(--inputswitch-width) / 1.75));
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #67d0ab;
}
.InputSwitch-toggler:before {
  content: '';
  position: absolute;
  width: calc((var(--inputswitch-width) / 2.33333));
  height: calc((var(--inputswitch-width) / 2.33333));
  display: block;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-radius: 50%;
  top: calc((var(--inputswitch-width) / 20));
  left: calc((var(--inputswitch-width) / 20));
  transition: 0.3s transform ease;
  border: 1px solid #67d0ab;
}
.InputSwitch-label {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.InputUpload {
  font-size: 1.5rem;
  line-height: 1.2;
  position: relative;
}
.InputUpload-input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.InputUpload-input:hover + .InputUpload-trigger,
.InputUpload-input:focus + .InputUpload-trigger {
  border-style: solid;
}
.InputUpload-trigger {
  position: relative;
  border: 1px dashed #1e2024;
  padding: 45px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  flex-flow: column;
}
.InputUpload-trigger:hover {
  border-style: solid;
}
.InputUpload-labelRight {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 5px;
  font-size: 1.5rem;
  text-align: right;
}
.InputUpload-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.InputUpload-itemExt {
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 70px;
  border-right: 1px solid rgba(30,32,36,0.07);
  text-align: center;
  margin-right: 20px;
  padding: 0 20px;
}
.InputUpload-fileList {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
.InputUpload-fileList .InputUpload-input {
  display: none;
}
.InputUpload-remove {
  cursor: pointer;
  background: none;
  padding: 0 10px 0 10px;
  margin-left: -10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.InputUpload-remove:after {
  content: '\EA0C';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e2024;
  font-size: 24px;
}
.InputUpload-remove:hover,
.InputUpload-remove:focus {
  outline: none;
}
.InputUpload-remove:hover:after,
.InputUpload-remove:focus:after {
  color: #a63c2a;
}
.InputUpload.has-files .InputUpload-fileList {
  margin-top: 10px;
}
.FormItem.has-error>.InputUpload .InputUpload-trigger {
  border-color: #a63c2a;
  background: #ffe2da;
  color: #a63c2a;
}
.FormItem.has-error>.InputUpload.has-files+.InputError {
  margin-top: 5px;
  border-radius: 5px;
}
.InputWithUnit {
  position: relative;
  color: #1e2024;
  font-size: 1.6rem;
}
.InputWithUnit-input {
  font-weight: 400;
  border: 1px solid rgba(30,32,36,0.07);
  background-color: #fff;
  height: 5.4rem;
  padding: 16px 30px 16px 20px;
  width: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  transition: 0.3s box-shadow;
}
.InputWithUnit-input:-moz-read-only {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f5f5f5;
}
.InputWithUnit-input:read-only {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f5f5f5;
}
.InputWithUnit-input::-moz-placeholder {
  color: #aeb3ba;
  font-weight: normal;
}
.InputWithUnit-input::placeholder {
  color: #aeb3ba;
  font-weight: normal;
}
.InputWithUnit-input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  background: #f5f5f5;
}
.InputWithUnit-input:focus:not(:-moz-read-only) {
  border: 1px solid #51c2f2;
  outline: none;
}
.InputWithUnit-input:focus:not(:read-only) {
  border: 1px solid #51c2f2;
  outline: none;
}
.InputWithUnit-unit {
  position: absolute;
  top: calc(50% - 0.5em);
  line-height: 1;
  right: 15px;
  font-size: 1.5rem;
}
.FormItem.has-error>.InputWithUnit .InputWithUnit-input {
  border-color: #a63c2a;
  background: #ffe2da;
}
.FormItem.has-error>.InputWithUnit .InputWithUnit-input::-moz-placeholder {
  color: #fff;
}
.FormItem.has-error>.InputWithUnit .InputWithUnit-input::placeholder {
  color: #fff;
}
.Label {
  display: inline-block;
  padding-bottom: 0.4em;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.3rem;
}
.FormItem.has-error>.Label {
  color: #a63c2a;
}
.Radio {
  display: inline-flex;
  line-height: 1.3;
  font-size: 1.5rem;
  cursor: pointer;
}
.Radio-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Radio-placeholder {
  position: relative;
  width: 1.35em;
  height: 1.35em;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 1px solid rgba(30,32,36,0.3);
}
.Radio-placeholder:before {
  content: '';
  transition: 0.2s transform;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: 50% 50%;
  background: #1e2024;
  position: absolute;
  top: 0;
  left: 0;
}
.Radio-input:checked + .Radio-placeholder,
.Radio-input:checked + .Radio-trigger .Radio-placeholder {
  border-color: #1e2024;
}
.Radio-input:checked + .Radio-placeholder:before,
.Radio-input:checked + .Radio-trigger .Radio-placeholder:before {
  transform: scale(0.45);
}
.Radio-input:disabled + .Radio-placeholder,
.Radio-input:disabled + .Radio-trigger .Radio-placeholder {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #dddde1;
}
.Radio-input:focus + .Radio-placeholder,
.Radio-input:focus + .Radio-trigger .Radio-placeholder,
.Radio:hover .Radio-placeholder {
  box-shadow: 0 0 1px 5px rgba(153,153,153,0.07);
}
.Radio-label {
  text-align: left;
}
.Radio-placeholder + .Radio-label {
  margin-left: 12px;
}
.Radio-input:disabled ~ .Radio-label {
  opacity: 0.5;
  color: #a8a8a8;
}
.Radio a {
  text-decoration: underline;
}
.FormItem.has-error>.Radio-placeholder {
  border-color: #a63c2a;
}
.RadioList {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
}
.FormItem.has-error>.RadioList {
  padding: 10px;
  border: 1px solid #a63c2a;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
  background: #ffe2da;
}
.Select {
  position: relative;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.5rem;
  outline: none;
  text-align: left;
}
.Select-select {
  display: none;
}
.Select-placeholder {
  border: 1px solid rgba(30,32,36,0.07);
  box-shadow: none;
  background-color: #fff;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  width: 100%;
  margin: 0;
  height: 5.4rem;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #6e737a;
}
.Select-placeholder:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 10px;
  height: 10px;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDYiPjxwYXRoIGQ9Im0wIDAgMy42IDMuNkw3LjIgMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjggLjgpIiBmaWxsPSJub25lIiBzdHJva2U9IiM3QTg1OEMiIHN0cm9rZS13aWR0aD0iMS42IiBzdHlsZT0ic3Ryb2tlOiMwMDA7c3Ryb2tlLW9wYWNpdHk6MSIvPjwvc3ZnPg==");
  transition: 0.3s transform;
}
.Select-dropdown {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
}
.Select-list {
  background: #fff;
  margin: 0 0 0 0;
  overflow: auto;
  max-height: 205px;
  border: 1px solid rgba(30,32,36,0.07);
  border-top: none;
  padding: 5px;
}
.Select-choice {
  display: block;
  cursor: pointer;
}
.Select-choice--placeholder {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.Select-choice--listitem {
  min-height: 40px;
  padding: 12px 20px;
  font-size: 1.5rem;
  font-weight: normal;
  border-radius: 5px;
  margin-bottom: 2px;
}
.Select-choice--listitem.is-prompt {
  display: none;
}
.Select-choice--listitem.is-selected {
  background: #f9f7f4;
}
.Select-choice--listitem.is-disabled {
  display: none;
}
.is-mouse-pointer .Select-choice--listitem:hover {
  background: #a63c2a;
  color: #fff;
}
.Select:focus .Select-placeholder {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07), 0 0 1px 5px rgba(153,153,153,0.07);
}
.FormItem.has-error>.Select .Select-placeholder {
  border-color: #a63c2a;
  background: #ffe2da;
}
.Select:not(.is-open) .Select-dropdown {
  display: none;
}
.Select.is-open .Select-placeholder {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
.Select.is-open .Select-placeholder:after {
  transform: rotate(180deg);
}
.Select.is-open .Select-list {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.Select.is-item-selected .Select-placeholder {
  color: #1e2024;
}
.Select-dropdown {
  display: flex;
  flex-flow: column;
}
.Select-choice.is-not-search-result {
  display: none;
}
.Select-noResult {
  opacity: 0.7;
  text-align: center;
  padding: 10px;
}
.Select-search {
  order: -1;
}
.Select-search input {
  font-weight: bold;
  padding: 8px 12px;
  font-size: 0.8em;
  width: 100%;
  border: 1px solid #a63c2a;
}
.Select-search input::-moz-placeholder {
  font-weight: normal;
}
.Select-search input::placeholder {
  font-weight: normal;
}
.Select-search input:focus {
  outline: none;
  border-color: #a63c2a;
}
.Select.is-search-enabled .Select-dropdown {
  margin-top: -2px;
}
.Select-choice.is-active {
  background: #a63c2a;
  color: #fff;
}
.Select--offcanvas {
  position: fixed;
  z-index: 201;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.Select--offcanvas:before {
  content: '';
  transition: 0.3s opacity;
  position: absolute;
  z-index: -1;
  display: block;
  background: rgba(30,32,36,0.7);
  top: -50px;
  right: -50px;
  left: -50px;
  bottom: -50px;
}
.Select--offcanvas .Select-dropdown {
  padding: 20px 10px;
  position: static;
  height: 100%;
  max-width: 400px;
  min-width: 0;
  margin: 0 auto;
}
.Select--offcanvas .Select-search input {
  border-color: #a63c2a;
  padding-top: 12px;
  padding-bottom: 12px;
}
.Select--offcanvas .Select-list {
  background: $light-grey;
  margin: auto 0;
  max-height: 200%;
  border-radius: 5px;
}
.Select--offcanvas .Select-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: none;
  width: 40px;
  height: 40px;
  background: #fee600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Select--offcanvas .Select-close:before {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  font-size: 15px;
  color: #1e2024;
  content: '\EA0C';
}
.Select--offcanvas.is-search-enabled .Select-list {
  flex: 1 1 0%;
}
.Select--offcanvas:not(.is-open):before {
  visibility: hidden;
  opacity: 0;
}
.Select--offcanvas:not(.is-open) .Select-dropdown {
  visibility: hidden;
  max-height: 0;
  display: block;
}
.Select-clearValue {
  position: absolute;
  top: 5%;
  left: 0;
  background: none;
  font-weight: bold;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.Select-clearValue:before {
  content: '\00D7';
  color: #51c2f2;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}
.Select:not(.is-item-selected) .Select-clearValue {
  display: none;
}
.FormAppointmentBox {
  padding: 0 20px 20px;
  border-radius: 10px;
  background: #f9f7f4;
}
.GpsRetriever {
  display: flex;
  transition: 0.3s transform;
  line-height: 1;
}
.GpsRetriever:not(.is-granted) {
  opacity: 0.5;
}
.GpsRetriever:hover {
  transform: rotate(360deg);
  opacity: 0.75;
}
.Grid {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.Grid > * {
  box-sizing: inherit;
  flex-basis: 100%;
  min-width: 0;
}
.Grid--fill > * {
  flex: 1 1 0%;
}
.Grid--fit > * {
  flex-basis: auto;
}
.Grid--equalHeight > * {
  display: flex;
}
.Hamburger {
  padding: 13px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.Hamburger svg {
  width: 26px;
  height: 14px;
}
.Hamburger path {
  transition: 0.2s stroke-dashoffset;
  stroke: currentColor;
}
.Hamburger g:nth-child(1) path {
  stroke-dasharray: 27;
  stroke-dashoffset: 0;
}
.Hamburger g:nth-child(1) path:nth-child(1) {
  transition-delay: 0.4s;
}
.Hamburger g:nth-child(1) path:nth-child(2) {
  transition-delay: 0.5s;
}
.Hamburger g:nth-child(1) path:nth-child(3) {
  transition-delay: 0.6s;
}
.Hamburger g:nth-child(2) path {
  stroke-dasharray: 18;
  stroke-dashoffset: -18;
}
.Hamburger g:nth-child(2) path:nth-child(1) {
  transition-delay: 0s;
}
.Hamburger g:nth-child(2) path:nth-child(2) {
  transition-delay: 0.1s;
}
html.is-popup-active .Hamburger:before,
.Hamburger.is-active:before {
  transform: none;
}
html.is-popup-active .Hamburger g:nth-child(1) path,
.Hamburger.is-active g:nth-child(1) path {
  stroke-dashoffset: -27;
}
html.is-popup-active .Hamburger g:nth-child(1) path:nth-child(1),
.Hamburger.is-active g:nth-child(1) path:nth-child(1) {
  transition-delay: 0s;
}
html.is-popup-active .Hamburger g:nth-child(1) path:nth-child(2),
.Hamburger.is-active g:nth-child(1) path:nth-child(2) {
  transition-delay: 0.1s;
}
html.is-popup-active .Hamburger g:nth-child(1) path:nth-child(3),
.Hamburger.is-active g:nth-child(1) path:nth-child(3) {
  transition-delay: 0.2s;
}
html.is-popup-active .Hamburger g:nth-child(2) path,
.Hamburger.is-active g:nth-child(2) path {
  stroke-dashoffset: 0;
}
html.is-popup-active .Hamburger g:nth-child(2) path:nth-child(1),
.Hamburger.is-active g:nth-child(2) path:nth-child(1) {
  transition-delay: 0.4s;
}
html.is-popup-active .Hamburger g:nth-child(2) path:nth-child(2),
.Hamburger.is-active g:nth-child(2) path:nth-child(2) {
  transition-delay: 0.5s;
}
.HashTag {
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
}
.Header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
.Header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  gap: 10px;
  max-width: 1820px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 10px;
}
.Header-logo {
  margin-right: auto;
  display: block;
  transition: 0.4s opacity, 0.4s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.Header-logo svg {
  height: 100%;
  width: auto;
  display: block;
}
.Header-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: bold;
}
.Header-nav a {
  text-decoration: none;
  padding: 8px 15px;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}
.Header-nav a:after {
  content: '';
  transform: scaleX(0.8);
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #fdf8d5;
  border: 1px solid #fee600;
  border-radius: 10px;
  transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1), 0.1s opacity;
}
.Header-nav a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.Header-searchOpener {
  margin-left: auto;
  padding: 20px;
  background: #f9f7f4;
  border: 1px solid #f9f7f4;
  border-radius: 10px;
}
.Header-searchOpener:hover {
  background: #fdf8d5;
  border-color: #fee600;
}
.HeroAside {
  background: #f9f7f4;
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
.HeroAside-title {
  padding: 25px 30px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  line-height: 1;
}
.HeroAside-banner {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  gap: 50px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  position: relative;
  z-index: 0;
  padding: 27px 140px 27px 20px;
  min-height: 90px;
  transition: 0.2s box-shadow cubic-bezier(0.15, 0.9, 0.4, 1), 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
  border-radius: 10px;
  overflow: hidden;
}
.HeroAside-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  z-index: -1;
}
.HeroAside-banner:hover {
  box-shadow: none;
  transform: translateY(-1px);
}
.HeroAside-banner:hover:before {
  border: 1px solid #fee600;
  background: #fdf8d5;
}
.HeroAside-bannerImage {
  position: absolute;
  flex: 0 0 auto;
  border-radius: 5px;
  width: 110px;
  height: calc(100% - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  right: 10px;
  top: 10px;
}
.HeroAside-bannerTag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1.230769230769231;
  letter-spacing: -0.16px;
  background: #e2f6ef;
  color: #225b45;
  border-radius: 0 0 10px 0;
}
.HeroAside-bannerTag--danger {
  color: #fff;
  background-color: #b50000;
}
.HeroAside-bannerTag--star {
  color: #fff;
  background-color: #22252a;
}
.HeroAside--5 .HeroAside-banner {
  min-height: 90px;
}
.HeroSlider {
  position: relative;
  background: #fee600;
  z-index: 5;
  display: grid;
  height: 100%;
}
.HeroSlider-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  transition: 0.1s opacity 0.3s, 0s visibility 0.4s;
  overflow: hidden;
}
.HeroSlider-img img,
.HeroSlider-img svg,
.HeroSlider-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.HeroSlider-img--placeholder {
  background: #ddd;
}
.HeroSlider-img--arrows img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.HeroSlider-card {
  grid-area: 1/1;
  width: 100%;
}
.HeroSlider-card:not(.is-activenow) {
  z-index: -1;
  pointer-events: none;
}
.HeroSlider-card:not(.is-activenow) .Button {
  opacity: 0;
}
.HeroSlider-card:not(.is-activenow) .HashTag {
  opacity: 0;
  transform: translateX(-40px);
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-img {
  opacity: 0;
  visibility: hidden;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTag {
  opacity: 0;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span {
  opacity: 0;
  transform: translateX(15px);
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(1) {
  transition-delay: 0.05s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(3) {
  transition-delay: 0.15s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(4) {
  transition-delay: 0.2s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(5) {
  transition-delay: 0.25s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(6) {
  transition-delay: 0.3s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(7) {
  transition-delay: 0.35s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(8) {
  transition-delay: 0.4s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(9) {
  transition-delay: 0.45s;
}
.HeroSlider-card:not(.is-activenow) .HeroSlider-cardTitle span:nth-of-type(10) {
  transition-delay: 0.5s;
}
.HeroSlider-card.is-activenow .HeroSlider-img {
  opacity: 1;
  transition: 0.4s opacity, 0s visibility;
  z-index: 0;
}
.HeroSlider-card.is-activenow .HeroSlider-arrows {
  z-index: 0;
  opacity: 1;
}
.HeroSlider-card--center .HeroSlider-img {
  -o-object-position: center;
     object-position: center;
}
.HeroSlider-card--smallerTitle .Alpha {
  font-size: 2rem;
}
.HeroSlider-card--8s.is-activenow ~ .HeroSlider-dots svg.is-animating [data-progress] {
  animation-duration: 7.5s;
}
.HeroSlider-card--rotatedArrows .HeroSlider-img--arrows {
  transform: rotateY(180deg);
}
.HeroSlider-card--visualLeft .HeroSlider-img video,
.HeroSlider-card--visualLeft .HeroSlider-img img {
  -o-object-position: left;
     object-position: left;
}
.HeroSlider-cardContent {
  padding: 40px 30px 60px;
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.HeroSlider-cardContent:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fee600;
}
.HeroSlider-cardContent .Button--icon {
  position: absolute;
  top: -20px;
}
.HeroSlider-cardContent .Button--withArrow {
  max-width: 240px;
  width: 100%;
  margin-top: auto;
}
.HeroSlider-cardTag {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  background: #67d0ab;
  color: #fff;
  padding: 7px 15px;
  line-height: 1.2;
  border-radius: 5px;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 0;
}
.HeroSlider-cardTag--star {
  top: 2rem;
  right: unset;
  left: 2rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5rem;
  height: 13.3rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: -0.0125em;
  text-align: center;
  color: #fff;
  background: #22252a;
  -webkit-mask-image: url("../img/masks/badge.svg");
          mask-image: url("../img/masks/badge.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  border-radius: 0;
}
.HeroSlider-cardTag--star:after {
  display: none;
}
.HeroSlider-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.HeroSlider-cardTitle {
  line-height: 1.2;
}
.HeroSlider-cardTitle span {
  display: inline-block;
  transition: 0.7s transform cubic-bezier(0.15, 0.9, 0.4, 1), 0.3s opacity;
}
.HeroSlider-cardTitle span:nth-of-type(1) {
  transition-delay: 0.33s;
}
.HeroSlider-cardTitle span:nth-of-type(2) {
  transition-delay: 0.36s;
}
.HeroSlider-cardTitle span:nth-of-type(3) {
  transition-delay: 0.39s;
}
.HeroSlider-cardTitle span:nth-of-type(4) {
  transition-delay: 0.42s;
}
.HeroSlider-cardTitle span:nth-of-type(5) {
  transition-delay: 0.45s;
}
.HeroSlider-cardTitle span:nth-of-type(6) {
  transition-delay: 0.48s;
}
.HeroSlider-cardTitle span:nth-of-type(7) {
  transition-delay: 0.51s;
}
.HeroSlider-cardTitle span:nth-of-type(8) {
  transition-delay: 0.54s;
}
.HeroSlider-cardTitle span:nth-of-type(9) {
  transition-delay: 0.57s;
}
.HeroSlider-cardTitle span:nth-of-type(10) {
  transition-delay: 0.6s;
}
.HeroSlider-hashTag {
  transition: 0.4s opacity 0.2s, 0.4s transform 0.2s cubic-bezier(0.15, 0.9, 0.4, 1);
}
.HeroSlider-dots {
  position: absolute;
  z-index: 5;
  left: 30px;
  right: 30px;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.HeroSlider-dots svg {
  cursor: pointer;
  flex: 1 1 0%;
}
.HeroSlider-dots svg [data-progress] {
  stroke-dasharray: 64px;
  stroke-dashoffset: 64px;
}
.HeroSlider-dots svg.is-animating [data-progress] {
  animation: 5s pagedot linear forwards;
}
.HeroSlider-dots svg.is-paused [data-progress] {
  animation-play-state: paused;
}
.HeroSlider-dots svg:hover [data-bg] {
  fill: #ddd;
}
@keyframes pagedot {
  0% {
    stroke-dashoffset: 64px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.IconBranch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.9rem;
  background-color: #f9f7f4;
  border-radius: 5px;
}
.IconBranch .Icon::before {
  display: inline-flex;
  line-height: 1;
}
.IconInfo {
  cursor: pointer;
  display: inline;
  position: relative;
  text-align: center;
  bottom: -0.1em;
  background: none;
  border: none;
  color: inherit;
}
.Iframe {
  width: 100%;
  height: 1000px !important;
}
.Iframe--rekopujckaKalkulacka {
  height: 600px !important;
}
.ImageShifter {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  aspect-ratio: 900/500;
}
.ImageShifter img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ImageShifter img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ImageShifter-dragger {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  cursor: grab;
  margin-left: -30px;
}
.ImageShifter-dragger span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  font-size: 10px;
  transition: 0.3s transform;
}
.ImageShifter-dragger span:before,
.ImageShifter-dragger span:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ImageShifter-dragger span:before {
  content: '\EA09';
}
.ImageShifter-dragger span:after {
  content: '\EA0B';
}
.ImageShifter:not(:hover) .ImageShifter-dragger span {
  background: #1e2024;
  color: #fff;
  transform: scale(0.8);
}
.InfoBlock {
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  background: #ddf4fb;
  text-align: left;
  color: #105171;
  line-height: 1.5;
  position: relative;
}
.InfoBlock-main {
  flex: 1 1 auto;
}
.InfoBlock-right {
  margin-left: auto;
}
.InfoBlock .VisualIcon {
  flex: 0 0 auto;
}
.InternetServis {
  text-align: center;
}
.InternetServis-block {
  max-width: 400px;
  margin: 0 auto;
}
.InternetServis-contentTitle {
  font-weight: bold;
  font-size: 2rem !important;
  line-height: 1.2;
  margin-bottom: 5px;
}
.InternetServis-contentFooter {
  margin-top: -10px;
  padding: 15px 20px 5px;
  background: #f9f7f4;
  border-radius: 10px;
  font-size: 1.5rem;
}
.InternetServis-footer {
  background: #f9f7f4;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.InternetServis-footerLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.InternetServis-list {
  background: #e2f6ef;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  counter-reset: item;
  list-style-type: none;
}
.InternetServis-list li {
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 5px;
}
.InternetServis-list li:before {
  position: absolute;
  left: 0;
  font-weight: bold;
  text-align: right;
  content: counters(item, '.') '.\00a0\00a0';
  counter-increment: item;
}
.InternetServis .Title {
  padding-top: 0;
}
.Lightbox {
  --pswp-bg: #000;
}
.Lightbox .pswp__counter {
  display: none;
}
.Lightbox .pswp__button--arrow,
.Lightbox .pswp__button--arrow .pswp__icn {
  width: 50px;
  height: 50px;
}
.Lightbox .pswp__button--arrow {
  margin-top: -64px;
  overflow: visible;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Lightbox .pswp__button--arrow:before {
  content: '';
  background: #f9f7f4;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.2s transform cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.Lightbox .pswp__button--arrow svg {
  width: 80%;
  height: 80%;
}
.Lightbox .pswp__button--arrow:hover:before {
  transform: scale(1.4);
}
.Lightbox .pswp__button--arrow .pswp__icn {
  margin-top: 0;
  top: 0;
  left: 0;
  right: 0;
}
.Lightbox .pswp__button--arrow--prev {
  left: 25px;
}
.Lightbox .pswp__button--arrow--next {
  right: 25px;
}
.Lightbox .pswp__button--close {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: visible;
  opacity: 1;
  right: 0;
  top: 0;
}
.Lightbox .pswp__button--close:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: auto;
  position: absolute;
  border-radius: 10px;
  background-color: #fee600;
  transition: 0.3s transform ease;
}
.Lightbox .pswp__button--close:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0C';
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  color: #1e2024;
  font-size: 16px;
}
.is-mouse-pointer .Lightbox .pswp__button--close:hover:before {
  transform: scale(1.4);
}
.Lightbox .pswp__top-bar {
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.Lightbox.pswp--zoomed-in .pswp__custom-caption {
  opacity: 0;
}
.LinkCard-card {
  background: #fdf8d5;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  padding: 20px;
  position: relative;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
  border: 1px solid #fdf8d5;
}
.LinkCard-header {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 30px;
  line-height: 1.25;
}
.LinkCard-header h3 {
  margin-top: 5px;
}
.LinkCard-titleRight {
  font-size: 1.3rem;
  color: #1e2024;
  opacity: 0.6;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.LinkCard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 20px;
}
.LinkCard-footerLeft {
  flex: 1 1 0%;
}
.LinkCard-link {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1 !important;
}
.LinkCard-link:focus {
  border: 2px solid #1e2024;
  border-radius: 7px;
  outline: none;
}
.LinkCard-image {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  width: 80px;
  height: 60px;
}
.LinkCard-image img {
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.LinkCard a {
  position: relative;
  z-index: 2;
}
.LinkCard .VisualIcon {
  flex: 0 0 auto;
}
.LinkCard:not(.has-link) .Button--icon.Button--squareArrow {
  opacity: 0;
}
.LinkCard--white .LinkCard-card {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.LinkCard--lightorange .LinkCard-card {
  border-color: #f9f7f4;
  background: #f9f7f4;
}
.LinkCard-card:has(.LinkCard-link):hover {
  transform: translateY(-4px);
  border-color: #fee600;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.LinkCard--white .LinkCard-card:hover {
  border-color: #1e2024;
}
.LinkCard--white .LinkCard-image {
  background: rgba(30,32,36,0.03);
}
.LinkOther {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(30,32,36,0.07);
}
.LinkOther:before {
  content: '';
  position: absolute;
  background: #1e2024;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.LinkOther:not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.LinkOther:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0B';
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.15, 0.9, 0.4, 1);
  text-align: center;
}
.LinkOther.is-active .LinkOther:after,
.LinkOther:hover .LinkOther:after,
.LinkOther:hover:after {
  transform: translate(-3px, -50%);
}
.MailWithCopy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: bold;
  border: 1px solid rgba(43,45,51,0.07);
  padding: 6px 20px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
.MailWithCopy-email {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MailWithCopy a {
  text-decoration: none;
}
.Mapick-bubble {
  position: fixed;
  top: 5px;
  left: 5px;
  right: 5px;
  z-index: 999;
}
.Mapick-mapWrap {
  position: relative;
}
.Mapick-mapParent {
  position: relative;
  width: 100%;
  height: 100%;
}
.Mapick-map {
  width: 100%;
  height: 100%;
  background: #e5e3df;
}
.Mapick-footer {
  margin-top: 20px;
  position: sticky;
  bottom: 10px;
  text-align: center;
}
.Mapick.is-map-open .u-ifnotmap {
  display: none;
}
.Mapick.is-map-open .Mapick-footer {
  position: fixed;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.Mapick:not(.is-map-open) .u-ifmap {
  display: none;
}
.Mapick:not(.is-map-open) .Mapick-bubble {
  display: none;
}
.Mapick-mapOpener {
  position: relative;
  padding: 20px 20px;
  background: rgba(30,32,36,0.07);
  margin: 0 -10px 20px;
}
.Mapick-mapOpener img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MapickList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.Marker {
  position: absolute;
  width: 60px;
  height: 50px;
  transform: translate(-16px, -43px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-image: url("../img/components/marker/default.png");
}
.Marker[data-active="true"] {
  z-index: 4;
  background-image: url("../img/components/marker/default-active.png");
}
.Marker[data-hover="true"] {
  cursor: pointer;
  z-index: 1;
  background-image: url("../img/components/marker/default-hover.png");
}
.MarkerClusterer {
  position: absolute;
  width: 60px;
  height: 50px;
  transform: translate(-16px, -43px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-image: url("../img/components/marker-clusterer/default.png");
  padding: 7px 30px 22px 7px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  color: #fee600;
  font-weight: bold;
  z-index: 2;
  font-size: 11px;
}
.MarkerClusterer:hover {
  cursor: pointer;
  z-index: 2;
  background-image: url("../img/components/marker-clusterer/default-hover.png");
  color: #1e2024;
}
.Modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  display: none;
  transition: 0.1s opacity 0.9s;
  opacity: 0;
}
.Modal.is-visible {
  display: block;
}
.Modal.is-active {
  transition: 0.01s opacity 0s;
  opacity: 1;
}
.Modal.is-active .Modal-layer {
  transition: 0s opacity, 0.2s background-color 0.2s;
  opacity: 1;
}
.Modal.is-active .Modal-text {
  transition: 0.2s opacity 0.3s ease;
  opacity: 1;
}
.Modal.is-active .Modal-content:before {
  transition: 0.2s opacity, 0.4s transform cubic-bezier(0.15, 0.9, 0.4, 1);
  transform: translateY(0);
  opacity: 1;
}
.Modal.is-active .Modal-background {
  opacity: 1;
}
.Modal.is-active .Modal-close {
  transition: 0.2s transform 0.3s;
  transform: scale(1);
  pointer-events: all;
}
.Modal-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(30,32,36,0.4);
  transition: 0.8s opacity;
}
.Modal-layer {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s opacity 0.3s, 0s background-color 0s;
  background-color: transparent;
}
.Modal-inner {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: 200px;
  text-align: center;
  font-size: 0;
  box-shadow: 0px 20px 50px 0px rgba(0,34,54,0.15);
}
.Modal-inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.Modal--fullScreen .Modal-inner:after {
  display: none;
}
.Modal-content {
  width: 100%;
  position: relative;
  z-index: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 1.6rem;
  max-width: 800px;
  padding: 80px 15px 30px;
}
.Modal-content:before {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  transition: 0.2s opacity, 0.6s transform;
  transform: translateY(20%) scaleY(0.5) scaleX(0);
}
.Modal.is-pure .Modal-content {
  padding: 0;
}
.Modal-text {
  opacity: 0;
  transition: 0.2s opacity ease;
}
.Modal-close {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  background-color: #fee600;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  transform: scale(0);
  transition: 0.2s transform cubic-bezier(0.52, 0.19, 0.25, 0.79);
  pointer-events: none;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #1e2024;
}
.Modal-close:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA0C';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.Modal-close:hover {
  background: #1e2024;
  color: #fff;
}
.Modal .Loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Modal.is-loading .Loading {
  display: flex;
}
.Modal--narrow .Modal-content {
  max-width: 780px;
}
.Modal--medium .Modal-content {
  max-width: 1360px;
}
.ModalVideo .Modal-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ModalVideo .Modal-content {
  padding: 0;
  width: auto;
  background: none;
  max-width: 100%;
}
.ModalVideo .Video {
  min-width: 170px;
  background: none;
}
.ModalVideo iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.777777777777778;
  display: block;
}
.PageHeader {
  position: relative;
}
.PageHeader-title {
  font-weight: normal;
  line-height: 1.24;
}
.PageHeader-title small {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
}
.PageHeader--back {
  background: #fee600;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 500;
}
.PageHeader--back .PageHeader-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.PageHeader--back a {
  text-decoration: none;
}
.PageHeader--back a:hover {
  text-decoration: underline;
}
.PageHeader--back .Breadcrumbs {
  padding: 13px 0;
}
.PageHeader--simple,
.PageHeader--simpleBack {
  background: #fee600;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
}
.PageHeader--simple .Breadcrumbs,
.PageHeader--simpleBack .Breadcrumbs {
  padding: 13px 0;
  border-bottom: 1px solid rgba(30,32,36,0.07);
}
.PageHeader--simple .PageHeader-inner,
.PageHeader--simpleBack .PageHeader-inner {
  text-align: center;
  padding: 30px 20px;
}
.PageHeader--simpleBack .PageHeader-back a {
  text-decoration: none;
}
.PageHeader--simpleBack .PageHeader-back a:hover {
  text-decoration: underline;
}
.PageHeader--visual {
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
.PageHeader--visual .Breadcrumbs {
  padding: 13px 30px;
}
.PageHeader--visual .PageHeader-inner {
  position: relative;
}
.PageHeader--visual .PageHeader-header {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.PageHeader--visual .PageHeader-visual {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.PageHeader--visual .PageHeader-visual img,
.PageHeader--visual .PageHeader-visual video {
  width: 100%;
  height: auto;
  min-height: 115%;
  -o-object-fit: cover;
     object-fit: cover;
}
.PageHeader--visual .PageHeader-tag {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  background: #225b45;
  color: #fff;
  padding: 7px 15px;
  line-height: 1.2;
  border-radius: 5px;
  z-index: 1;
}
.PageHeader--visual .PageHeader-tag a {
  color: inherit;
  text-decoration: none;
}
.PageHeader--visual .PageHeader-tag a:hover {
  text-decoration: underline;
}
.PageHeader--visual .PageHeader-tag.Danger::after {
  border-top-color: #8e0000;
}
.PageHeader--visual .PageHeader-tag.is-cancelled {
  background: #2b2d33;
  color: #fff;
}
.PageHeader--visual .PageHeader-tag--star {
  position: absolute !important;
  bottom: 0 !important;
  left: 3rem;
  right: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5rem;
  height: 13.3rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: -0.0125em;
  text-align: center;
  background: #22252a;
  -webkit-mask-image: url("../img/masks/badge.svg");
          mask-image: url("../img/masks/badge.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  border-radius: 0;
  transform: translateY(100%);
}
.PageHeader--visual .PageHeader-tag--star a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
.PageHeader--visual .PageHeader-tag--star a:hover {
  text-decoration-color: currentColor;
}
.PageHeader--visual .PageHeader-tag--star:after {
  display: none;
}
.PageHeader--visual .PageHeader-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.PageHeader--full {
  color: #fff;
  position: relative;
}
.PageHeader--full .PageHeader-inner {
  padding: 50px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 370px;
}
.PageHeader--full .PageHeader-title {
  position: relative;
}
.PageHeader--full .PageHeader-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.PageHeader--full .PageHeader-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
  animation: 2s pageheaderfullvisual forwards;
}
.PageHeader--canceled .PageHeader-visual img {
  filter: grayscale(100%);
}
.PageHeader--full.PageHeader--shiftBottomLarge {
  margin-bottom: -80px;
}
.PageHeader--full.PageHeader--shiftBottomLarge .PageHeader-inner {
  padding-bottom: 130px;
}
.PageHeader--simple.PageHeader--shiftBottom {
  margin-bottom: -35px;
}
.PageHeader--simple.PageHeader--shiftBottom .PageHeader-inner {
  padding-bottom: 55px;
}
.PageHeader--simple.PageHeader--shiftBottomLarge {
  margin-bottom: -80px;
}
.PageHeader--simple.PageHeader--shiftBottomLarge .PageHeader-inner {
  padding-bottom: 100px;
}
@keyframes pageheaderfullvisual {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.PageHeaderControls {
  display: flex;
  gap: 10px;
}
.Paginator {
  display: flex;
  gap: 10px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.Paginator-side {
  background: #f9f7f4;
  border-radius: 5px;
  padding: 12px 25px;
  display: flex;
  font-size: 10px;
  line-height: 1;
  align-items: center;
  text-decoration: none;
}
a.Paginator-side:hover {
  background: #fee600;
}
.Paginator-main {
  background: #f9f7f4;
  border-radius: 5px;
  display: flex;
  gap: 0;
  padding: 2px;
  overflow: auto;
  flex: 1 1 0%;
}
.Paginator-main a,
.Paginator-main span {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  border: 10px solid #f9f7f4;
}
.Paginator-main a:first-child,
.Paginator-main span:first-child {
  margin-left: auto;
}
.Paginator-main a:last-child,
.Paginator-main span:last-child {
  margin-right: auto;
}
.Paginator-main a:hover {
  background: #fee600;
}
.Paginator-main span.is-current {
  background: #fee600;
}
.PopupNav {
  font-size: 1.5rem;
  line-height: 1.2;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s transform, 0.3s opacity;
}
.PopupNav:not(.is-ready) {
  transition: none !important;
}
.PopupNav:not(.is-open) {
  transition: 0.1s visibility 0.3s, 0.3s opacity, 0.3s transform;
  visibility: hidden;
  transform: translateX(105%);
}
.PopupNav-linkProduct {
  text-align: left;
  min-height: 90px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  background: #fff;
  padding: 20px 60px 20px 20px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.PopupNav-linkProduct:after {
  content: '\EA0B';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 8px;
  background: #fee600;
}
.PopupNav-linkProduct:hover {
  box-shadow: none;
  background: #fdf8d5;
  outline: 1px solid #fee600;
  transform: translateY(-2px);
}
.PopupNav-linkProduct small {
  margin-top: 5px;
  font-size: inherit;
  opacity: 0.7;
  font-weight: normal;
}
.PopupNav-linkSimple {
  position: relative;
  overflow: hidden;
  padding: 10px 40px 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  position: relative;
}
.PopupNav-linkSimple:before {
  content: '';
  position: absolute;
  background: #1e2024;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.PopupNav-linkSimple:not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.PopupNav-linkSimple:after {
  content: '\EA0B';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 4px);
  width: 40px;
  text-align: center;
  right: 0;
  bottom: 0;
  font-size: 8px;
}
.PopupNav-linkSimple .VisualIcon {
  width: 16px;
  height: 18px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.PopupNav-linkSimple small {
  flex: 0 0 100%;
  font-size: 1.3rem;
  line-height: 1.230769230769231;
  color: #8c8c8c;
  font-weight: normal;
  margin-top: 2px;
  padding-left: 36px;
}
.PopupNav-linkSimple:first-child {
  border-top: 1px solid rgba(30,32,36,0.07);
}
.PopupNav-linkLevel1 {
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #1e2024;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  background: none;
  width: 100%;
  color: inherit;
}
.PopupNav-linkLevel1:after {
  content: '\EA0B';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 8px;
}
.PopupNav-linkLevel1 small {
  font-size: inherit;
  color: $grey;
  font-weight: normal;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
button.PopupNav-linkLevel1:after {
  content: '\EA1C';
}
.PopupNav-linkLevel1--main {
  padding: 20px 40px 20px 20px;
  min-height: 90px;
}
.PopupNav-linkLevel1--important {
  padding: 20px 40px 20px 20px;
  color: #fff;
  background-color: #1e2024;
}
.PopupNav-linkLevel1--secondary {
  border: 1px solid rgba(30,32,36,0.07);
  padding: 15px 40px 15px 20px;
}
.PopupNav-linkLevel1--background {
  background: #fee600;
}
.PopupNav-linkTag {
  position: relative;
  z-index: -1;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  padding: 1.5rem 2rem 1rem;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.384615384615385;
  font-weight: bold;
  color: #fff;
  background-color: #22252a;
  border-radius: 0 0 10px 10px;
}
.PopupNav [data-category="popupnav-dotacni-poradenstvi"] {
  grid-area: c2;
}
.PopupNav [data-category="popupnav-stavebni-sporeni"] {
  grid-area: c0;
}
.PopupNav [data-category="popupnav-financovani-bydleni"] {
  grid-area: c1;
}
.PopupNav [data-category="popupnav-bytova-druzstva-a-svj"] {
  grid-area: c3;
}
.PopupNav [data-category="popupnav-ostatni"] {
  grid-area: c4;
  display: flex;
  flex-flow: column;
}
.PopupNav.has-transition .PopupNav-level1 {
  transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.PopupNavOpener {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.PopupNavOpener:not(.is-ready) {
  opacity: 0.5;
}
.PopupNavOpener--footer {
  padding: 5px 10px 5px 20px;
  background: none;
  border: 1px solid #37393e;
  font-weight: bold;
  justify-content: space-between;
  border-radius: 10px;
  font-size: 1.5rem;
}
.PopupNavOpener--popup {
  background: #fee600;
  border: 1px solid #fee600;
  border-radius: 10px;
  padding: 5px 7px;
}
.PopupNavOpener--popup:hover {
  background: #1e2024;
  border-color: #1e2024;
  color: #fff;
}
.PopupNavOpener--header {
  background: #fee600;
  border: 1px solid #fee600;
  border-radius: 10px;
  padding: 8px 7px;
}
.PopupNavOpener--header:hover {
  background: #1e2024;
  border-color: #1e2024;
  color: #fff;
}
.PopupNavOpener--header span {
  padding: 0 5px 0 10px;
}
.Range {
  position: relative;
}
.Range-progress {
  height: 6px;
  background-color: #f2f5f7;
  border-radius: 2px;
}
.Range-selection {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background-color: #51c2f2;
  height: 6px;
  border-radius: 3px;
}
.Range-knob {
  background-color: #fff;
  padding: 0;
  margin: 0;
  cursor: e-resize;
  width: 20px;
  height: 20px;
  border: 6px solid #51c2f2;
  border-radius: 50%;
  position: absolute !important;
  top: -7px;
  transform: translateZ(0);
  display: block;
}
.Range-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  color: #1e2024;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  border: 2px solid #51c2f2;
  border-radius: 12px;
  text-align: center;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 0;
  transform: translate(-50%, 5px);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
  margin-bottom: 4px;
  white-space: nowrap;
}
.Range.is-dragging .Range-tooltip {
  transform: translate(-50%, 0);
  opacity: 1;
}
.Range .RangeInput {
  position: relative;
  z-index: 1;
}
.RangeControl + .RangeControl {
  margin-top: 20px;
}
.RangeControl-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.RangeControl-input {
  display: flex;
  align-items: center;
  gap: 5px;
}
.RangeControl-input input {
  width: 100px;
}
.RangeControl-inputUnit {
  min-width: 35px;
  display: inline-block;
}
.Search-header {
  overflow: hidden;
  display: flex;
}
.Search-dropdown {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-radius: 10px;
}
.Search-dropdownInner {
  background: #fff;
  position: relative;
  overflow-y: scroll;
  width: calc(100% + 40px);
  padding-right: 20px;
  margin-right: -20px;
}
.Search-input {
  position: relative;
  flex: 1 1 0%;
}
.Search-input input {
  width: 100%;
  height: 54px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  box-shadow: none;
}
.Search-submit {
  position: absolute;
  top: calc(50% - 0.55em);
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
}
.Search-close {
  width: 50px;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: auto;
  align-self: stretch;
  color: #1e2024;
  background: #fee600;
  border-color: #fee600;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.Search-close:hover {
  color: #fff;
  background: #1e2024;
}
.Search-close:after {
  content: '\EA0C';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 4px);
}
.Search-tip {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: calc(100% - 1px);
  background: #1e2024;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 12px;
  line-height: 1.2;
  pointer-events: none;
}
.Search-tip:before {
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  content: '';
  display: inline-block;
  border-width: 0 5px 4px 5px;
  border-color: transparent;
  border-bottom-color: #1e2024;
  position: absolute;
  left: 12px;
  bottom: 100%;
}
.Search-form {
  position: relative;
}
.Search .SearchSuggest {
  position: relative;
}
.Search .Loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Search--inline .Input {
  border-radius: 10px;
}
.Search--offcanvas {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 99999;
}
.Search--offcanvas:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30,32,36,0.5);
}
.Search--offcanvas .Search-inner {
  max-width: 450px;
  margin-left: auto;
}
.Search--offcanvas {
  overflow: hidden;
  visibility: hidden;
  transition: 0.1s visibility 0.5s;
}
.Search--offcanvas .Search-header:before {
  transition: 0.4s transform cubic-bezier(0.15, 0.9, 0.4, 1), 0.1s border-color 0.4s;
  transform: translateY(-110%);
}
.Search--offcanvas .Search-inner {
  transition: none;
}
.Search--offcanvas .Search-submit,
.Search--offcanvas .Search-input,
.Search--offcanvas .Search-close,
.Search--offcanvas .Search-dropdown,
.Search--offcanvas:before {
  opacity: 0;
}
.Search--offcanvas .Search-dropdownInner {
  transition: 0.2s max-height ease-out;
  max-height: 0;
}
.Search--offcanvas .Search-tip {
  opacity: 0;
  transform: translateY(2px);
  transition: 0.2s opacity, 0.2s transform;
}
.Search--offcanvas .Loading {
  opacity: 0;
}
.Search--offcanvas .SearchSuggest {
  opacity: 0;
  transition: 0.2s opacity;
}
.Search--offcanvas.is-active {
  transition: none;
  visibility: visible;
}
.Search--offcanvas.is-active:before {
  opacity: 1;
  transition: 0.3s opacity;
}
.Search--offcanvas.is-active .Search-header:before {
  transform: none;
  border-color: #fff;
}
.Search--offcanvas.is-active .Search-submit,
.Search--offcanvas.is-active .Search-input,
.Search--offcanvas.is-active .Search-close,
.Search--offcanvas.is-active .Search-dropdown {
  opacity: 1;
  transition: 0.3s opacity 0.2s;
}
.Search--offcanvas.is-active:not(.is-loading) .SearchSuggest {
  opacity: 1;
}
.Search--offcanvas.is-active.is-tip-visible .Search-tip {
  opacity: 1;
  transform: none;
}
.Search--offcanvas.is-active.is-loading:not(.is-tip-visible) .Search-dropdownInner {
  max-height: 300px;
}
.Search--offcanvas.is-active.is-loading:not(.is-tip-visible) .SearchSuggest {
  pointer-events: none;
}
.Search--offcanvas.is-active.is-loading:not(.is-tip-visible) .Loading {
  transition: 0.3s opacity 0.2s;
  opacity: 1;
}
.Search--offcanvas.is-search-complete:not(.is-tip-visible) .Search-dropdownInner {
  max-height: 100%;
  transition: 0.4s max-height cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.SearchControl {
  position: relative;
  margin-bottom: 4rem;
}
.SearchControl-controls {
  position: absolute;
  top: 2px;
  right: 6px;
  gap: 5px;
  z-index: 5;
  display: flex;
  align-items: center;
}
.SearchControl-gps {
  background: none;
  line-height: 1;
  margin-bottom: -1px;
  cursor: pointer;
}
.SearchControl-submit {
  padding: 0;
  background: none;
}
.SearchControl-footerInner {
  margin-top: -20px;
  padding: 30px 30px 20px;
  background-color: #f9f7f4;
  border-radius: 5px;
}
.SearchControl-footer--darker .SearchControl-footerInner {
  background-color: #f3f0ea;
}
.SearchControl-footerInner fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.SearchControl-footerTitle {
  float: left;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.266666666666667;
  letter-spacing: -0.2px;
  font-weight: 700;
  text-align: left;
}
.SearchControl-footerBody fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.SearchControl-footerBody .Checkbox-label {
  display: inline-flex;
  gap: 8px;
}
.SearchControl-footerBody .Checkbox-input:checked + .Checkbox-trigger .Icon {
  opacity: 1;
}
.SearchControl-footerBody .Checkbox .Icon {
  margin-top: 0;
  display: inline-flex;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.SearchControl-button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 12rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.18px;
  background-color: #f9f7f4;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
.SearchControl-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.03);
  pointer-events: none;
}
.SearchControl-footer--darker .SearchControl-button {
  background-color: #f3f0ea;
}
.SearchControl-button .Icon {
  margin-top: 2px;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.is-open .SearchControl-button .Icon {
  transform: rotate(-90deg);
}
.SearchControl > .FormItem {
  z-index: 2;
}
.SearchControl--large .Input {
  height: 7rem;
  border-radius: 10px;
}
.SearchControl--large .SearchControl-controls {
  top: 8px;
  right: 8px;
  gap: 10px;
}
.SearchOpener {
  text-decoration: none;
  transition: 0.3s transform;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.SearchOpener-label {
  margin-left: 10px;
}
.SearchOpener:before {
  content: '\EA1D';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}
.SearchOpener.is-active {
  transform: scale(0);
}
.SearchSuggest {
  padding: 10px 10px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.SearchSuggest-title {
  opacity: 0.5;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 10px 0 10px 10px;
  display: block;
}
.SearchSuggest-link {
  display: block;
  padding: 10px;
  border-radius: 5px;
}
.SearchSuggest-link--result {
  text-decoration: none;
}
.SearchSuggest-link:hover {
  background: #fdf8d5;
}
.Section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Section--bare {
  padding-top: 0;
  padding-bottom: 0;
}
.Section--slim {
  padding-top: 20px;
  padding-bottom: 20px;
}
.Section--fat {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Section--appended {
  padding-top: 0;
}
.Section--prepended {
  padding-bottom: 0;
}
.Section--afterHeader {
  padding-top: 10px;
}
.Section[data-orange] {
  background: #f9f7f4;
}
.Section[data-orange="bottomhalf"] {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, #f9f7f4 50%);
}
.Section[data-mask] {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.Separator {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #f0edea;
  border: none;
  margin: 0;
  text-align: left;
}
.Separator--tiny {
  height: 2px;
  width: 34px;
  border-radius: 2px;
}
.Separator--blackTransparent {
  background: rgba(0,0,0,0.08);
}
.SimpleMap-map {
  height: 200px;
}
.Slider {
  display: flex;
  overflow: auto;
  gap: 15px;
  margin: -5px -10px;
  padding: 5px 10px;
}
.Slider>* {
  flex: 1 0 300px;
  max-width: 80vw;
}
.SliderPoints.is-manual .SliderPoints-dot.is-selected {
  background-color: #2b2d33;
}
.SliderPoints-body {
  display: flex;
  flex-flow: column nowrap;
  background-color: #f9f7f4;
  border-radius: 10px;
}
.SliderPoints-visual {
  position: relative;
  padding-top: 3rem;
  flex: 1;
  display: flex;
  overflow: hidden;
}
.SliderPoints-visual::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6rem;
  background: linear-gradient(180deg, rgba(249,247,244,0) 0%, #f9f7f4 100%);
  pointer-events: none;
}
.SliderPoints-visual .SliderPoints-slider {
  margin-bottom: -12rem;
  width: 66.25766871165644%;
  margin-inline: auto;
}
.SliderPoints-slider {
  width: 100%;
  overflow: hidden;
}
.SliderPoints-sliderContainer {
  display: flex;
  gap: 3rem;
}
.SliderPoints-sliderItem {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.SliderPoints-sliderItem .Title {
  margin-bottom: 0;
  text-align: center;
}
.SliderPoints-content {
  padding: 3rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-sizing: content-box;
}
.SliderPoints-counter {
  position: relative;
  z-index: 5;
  margin-top: -4.5rem;
  padding: 0.6rem 1.2rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #2b2d33;
  border-radius: 5px;
}
.SliderPoints-bottom {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: 1.5rem;
}
.SliderPoints-cta .Button {
  padding-top: 12px;
  padding-bottom: 12px;
}
.SliderPoints-controls {
  display: flex;
  gap: 0.5rem;
  opacity: 1;
}
.SliderPoints-control {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 5px;
}
.SliderPoints-control .Icon::before {
  font-size: 1rem;
}
.SliderPoints-control.is-disabled {
  opacity: 0.4;
}
.SliderPoints-control--prev:hover .Icon::before,
.SliderPoints-control--prev:focus .Icon::before {
  animation: 0.5s buttoniconchange-reverse forwards;
}
.SliderPoints-control--next:hover .Icon::before,
.SliderPoints-control--next:focus .Icon::before {
  animation: 0.5s buttoniconchange forwards;
}
.SliderPoints-dots {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.SliderPoints-dot {
  flex: 0 1 3rem;
  padding: 0;
  height: 0.3rem;
  border-radius: 999px;
  background-color: rgba(43,45,51,0.07);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.SliderPoints-dot:hover {
  background-color: rgba(43,45,51,0.15);
}
.SliderPoints-dotProgress {
  display: block;
  background: #2b2d33;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: 0% 0%;
  will-change: transform;
}
@keyframes grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.SocialList {
  display: flex;
  gap: 5px;
}
.Spinner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.Spinner svg {
  position: absolute;
  width: 100%;
  fill: none;
  animation: spin 2s linear both infinite;
}
.Spinner circle {
  stroke: #1e2024;
  stroke-width: 3px;
  stroke-linecap: round;
  animation: stroke-dash 2s linear both infinite;
}
@keyframes stroke-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -25px;
  }
  100% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: -120px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.SvgMap svg {
  width: 100%;
  height: 100%;
}
.SvgMap a:hover,
.SvgMap a:focus {
  outline: none;
}
.SvgMap a:hover>path,
.SvgMap a:focus>path {
  fill: #1e2024;
}
.SvgMap path {
  stroke-width: 1.5px;
  stroke: #f9f7f4;
}
.Table {
  line-height: 1.4;
  overflow: auto;
}
.Table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: auto !important;
  min-width: 100% !important;
}
.Table th,
.Table td {
  padding: 15px 25px;
}
.Table thead th {
  background: #fee600;
  color: #1e2024;
}
.Table tbody tr {
  border-bottom: 1px solid rgba(30,32,36,0.07);
  background: #f9f7f4;
}
.Table tbody tr:last-child {
  border: none;
}
.Table--striped tbody tr:nth-child(even) {
  background: none;
}
.Table--striped2 tbody tr {
  background: transparent;
}
.Table--striped2 tbody tr:nth-child(odd) td {
  background: none;
}
.Table--striped2 tbody tr:nth-child(even) td {
  background: #fff;
}
.Table--version2 th,
.Table--version2 td {
  padding: 10px 25px;
}
.Table--version2 th:first-child,
.Table--version2 td:first-child {
  border-radius: 5px 0 0 5px;
}
.Table--version2 th:last-child,
.Table--version2 td:last-child {
  border-radius: 0 5px 5px 0;
}
.Table--version2 thead th {
  font-size: 1.5rem;
  background: #ffd403;
}
.Table--version2 tbody tr {
  border-bottom: 0;
}
.Table--white thead th {
  background: #fff;
  color: #1e2024;
}
.Table--white tbody tr {
  background: #fff;
}
.Tag {
  display: inline-flex;
  font-size: 1.3rem;
  color: #1e2024;
  position: relative;
  line-height: 1.1925;
  font-weight: 500;
  text-decoration: none;
}
.Tag input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.Tag-label {
  color: #1e2024;
  border: 1px solid #1e2024;
  display: inline-flex;
  border-radius: 0.5em;
  background: none;
  align-items: center;
  padding: 0.25em 0.5em;
}
.Tag--compact .Tag-label {
  padding: 3px 6px;
}
.Tag--topLeftAbsolute {
  position: absolute;
  top: 0;
  left: 0;
}
.Tag--topLeftAbsolute .Tag-label {
  font-size: 1.3rem;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.Tag--yellow .Tag-label {
  color: #1e2024;
  background-color: #fee600;
  border-color: #fee600;
}
.Tag--orange .Tag-label {
  color: #1e2024;
  background-color: #f9bb30;
  border-color: #f9bb30;
}
.Tag--green .Tag-label {
  color: #fff;
  background-color: #225b45;
  border-color: #225b45;
}
.Tag--lightOrange .Tag-label {
  color: #1e2024;
  background-color: #f3f0ea;
  border-color: #f3f0ea;
}
.Tag--transblack .Tag-label {
  color: #1e2024;
  background-color: rgba(0,0,0,0.039);
  border-color: rgba(0,0,0,0);
}
.TaggedButton {
  min-width: 100%;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.TaggedButton .Tag-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.TaggedButton .Button {
  width: 100%;
}
.Text>:first-child {
  margin-top: 0 !important;
}
.Text ul ul,
.Text ol ul,
.Text ul ol,
.Text ol ol {
  margin-top: 6px;
}
.Text li:not(:last-child) {
  margin-bottom: 8px;
}
.Text li li:not(:last-child) {
  margin-bottom: 4px;
}
.Text h2:not([class]),
.Text h3:not([class]),
.Text h4:not([class]),
.Text h5:not([class]) {
  font-weight: bold;
  margin-top: 0.9em;
  margin-bottom: 0.8em;
  line-height: 1.3;
}
.Text h2:not([class]) {
  font-size: 2rem;
}
.Text h3:not([class]) {
  font-size: 1.8rem;
}
.Text h4:not([class]) {
  font-size: 1.7rem;
}
.Text figure {
  margin-bottom: 2em;
}
.Text figure img {
  margin: 0 auto;
}
.Text blockquote {
  font-weight: bold;
  margin: 2.4em 0;
}
.Text blockquote:before {
  content: '';
  display: block;
  height: 1.833333333333333em;
  width: 2.333333333333333em;
  background: url("../img/quote.svg") no-repeat center center/100% auto;
  margin-bottom: 0.5em;
}
.Text .Image {
  margin: 1em 0;
}
.Text--breakLinks a,
.Text--ckeditor a {
  word-break: break-word;
}
.Text--hoverLink a:not([class]),
.Text--content a:not([class]),
.Text--ckeditor a:not([class]) {
  text-decoration: none !important;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.Text--hoverLink a:not([class]):hover,
.Text--content a:not([class]):hover,
.Text--ckeditor a:not([class]):hover {
  background-size: 0% 1px;
  text-shadow: 0 0 0 currentColor;
}
.Text--paragraphSpacing p,
.Text--ckeditor p {
  margin-bottom: 0;
}
.Text--paragraphSpacing p + p,
.Text--ckeditor p + p {
  margin-top: 1.6em;
}
.Text--paragraphSpacing p + ul,
.Text--ckeditor p + ul {
  margin-top: 0.333333333333333em;
}
.Text--paragraphSpacing :last-child,
.Text--ckeditor :last-child,
.Text--paragraphSpacing :last-child .Image,
.Text--ckeditor :last-child .Image {
  margin-bottom: 0;
}
.Text--listItemsSpread li {
  margin-bottom: 10px;
}
.Text--listItemsSpread li li {
  margin-bottom: 8px;
}
.Text--listCircle ul,
.Text--content ul,
.Text--ckeditor ul {
  padding-left: 15px;
  list-style-image: url("../img/li.svg");
}
.Text--listCircle ul>li,
.Text--content ul>li,
.Text--ckeditor ul>li {
  padding-left: 10px;
}
.Text--listCircle ul ul,
.Text--content ul ul,
.Text--ckeditor ul ul,
.Text--listCircle ol ul,
.Text--content ol ul,
.Text--ckeditor ol ul {
  list-style-image: url("../img/li2.svg");
}
.Text--listCircleYellow ul {
  padding-left: 15px;
  list-style-image: url("../img/li-yellow.svg");
}
.Text--listCircleYellow ul>li {
  padding-left: 10px;
}
.Text--listCircleYellow ul ul,
.Text--listCircleYellow ol ul {
  list-style-image: url("../img/li2.svg");
}
.Text--smallSeparator hr,
.Text--content hr {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 2px;
  border: none;
  background: #fee600;
  margin-top: 0.666666666666667em;
  margin-bottom: 0.666666666666667em;
}
.Text--smallSeparator h2 + hr,
.Text--content h2 + hr,
.Text--smallSeparator h3 + hr,
.Text--content h3 + hr,
.Text--smallSeparator h4 + hr,
.Text--content h4 + hr {
  margin: 0;
  top: -0.666666666666667em;
}
.Text--listChecks>ul {
  padding-left: 0;
}
.Text--listChecks>ul>li {
  padding-left: 35px;
  position: relative;
}
.Text--listChecks>ul>li:before {
  content: '';
  background: #67d0ab;
  width: 20px;
  height: 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.Text--listChecks>ul>li:after {
  content: '\EA06';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  color: #fff;
  width: 20px;
  line-height: 20px;
  left: 0;
  top: 0.25em;
}
.Text--listChecks ul ul li {
  padding-left: 10px;
}
.Text--listChecks ul ul,
.Text--listChecks ol ul {
  list-style-image: url("../img/li2.svg");
}
.Text--listChecksBlack>ul>li:before {
  background: #1e2024;
}
.Text--listChecksYellow>ul>li:before {
  background: #fee600;
}
.Text--listChecksYellow2>ul>li:before {
  background: #fee600;
}
.Text--listChecksYellow2>ul>li:after {
  color: #1e2024;
}
.Text--listOrdered ol,
.Text--content ol,
.Text--ckeditor ol {
  counter-reset: item;
  list-style-position: outside;
  list-style-type: none;
}
.Text--listOrdered ul ol,
.Text--content ul ol,
.Text--ckeditor ul ol,
.Text--listOrdered ol ol,
.Text--content ol ol,
.Text--ckeditor ol ol {
  padding-left: 20px;
}
.Text--listOrdered ol>li,
.Text--content ol>li,
.Text--ckeditor ol>li {
  position: relative;
  padding-left: 25px;
}
.Text--listOrdered ol>li:before,
.Text--content ol>li:before,
.Text--ckeditor ol>li:before {
  position: absolute;
  left: 0;
  content: counters(item, '.') '.\00a0\00a0';
  counter-increment: item;
  font-weight: bold;
  color: $darkgreen;
}
.Text--listOrdered li ol>li,
.Text--content li ol>li,
.Text--ckeditor li ol>li {
  padding-left: 20px;
}
.Text--listOrdered li ol>li:before,
.Text--content li ol>li:before,
.Text--ckeditor li ol>li:before {
  left: auto;
  right: calc(100% - 1.3em);
  content: counters(item, '.') '\00a0\00a0';
}
.Text--compact p {
  margin-bottom: 0.5em;
}
.Text--snug {
  line-height: 1.5;
}
.Text--imageWithDescription figure img,
.Text--ckeditor figure img {
  border-radius: 10px;
}
.Text--imageWithDescription figcaption,
.Text--ckeditor figcaption {
  background: #f9f7f4;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  margin-top: -10px;
  text-align: center;
  line-height: 1.2;
}
.Text--video .Video:before,
.Text--ckeditor .Video:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 56.25%;
}
.Text--video .Video video,
.Text--ckeditor .Video video,
.Text--video .Video iframe,
.Text--ckeditor .Video iframe {
  height: 100%;
}
.Text--sexyMark mark {
  background: #e2f6ef;
  padding: 2px 7px;
  border-radius: 5px;
}
.TimeChange {
  background: rgba(235,227,255,0.5);
  position: relative;
  font-size: 1.3rem;
  padding: 7px 13px;
  line-height: 1.2;
  color: #6a4cad;
  border-radius: 5px;
}
.TimeChange strong {
  display: block;
}
.TimeChange .Icon--info {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #6a4cad;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.TimeChange--red {
  background: #ffe2da;
  color: #a63c2a;
}
.TimeChange--red .Icon--info {
  background: #a63c2a;
}
.TimeChange--detail {
  text-align: center;
}
.TimeChange--detail strong {
  display: inline;
}
.Title {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}
.Title--dash:after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  border: none;
  background: #fee600;
  margin-top: 0.666666666666667em;
  margin-bottom: 0.666666666666667em;
  margin-left: auto;
  margin-right: auto;
}
.VariableHeader {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
.VariableHeader-inner {
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  line-height: 1.2;
  gap: 10px;
  max-width: 1820px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 10px;
}
.VariableHeader-logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  transition: 0.4s opacity, 0.4s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.VariableHeader-logo svg {
  height: 100%;
  width: auto;
  display: block;
}
.VariableHeader-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: bold;
}
.VariableHeader-nav a {
  text-decoration: none;
  padding: 8px 15px;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}
.VariableHeader-nav a:after {
  content: '';
  transform: scaleX(0.8);
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5px;
  right: -5px;
  bottom: 0;
  background: #fdf8d5;
  border: 1px solid #fee600;
  border-radius: 10px;
  transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1), 0.1s opacity;
}
.VariableHeader-nav a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.VariableHeader-contentRight {
  margin-left: auto;
}
.Video {
  position: relative;
  cursor: pointer;
  display: block;
}
.Video video,
.Video iframe,
.Video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.Video-remove {
  display: none;
}
.Video-inner {
  position: relative;
  transition: 0.5s opacity ease-out;
  aspect-ratio: 16/9;
}
.Video .VideoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.Video:not(.is-video-ready) .Video-inner {
  opacity: 0;
}
.Video--iframe .VideoPlay {
  transition: 0.3s opacity, 0.3s transform;
}
.Video--iframe.is-loading .VideoPlay,
.Video--iframe.is-playing .VideoPlay {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(1.2);
}
.Video--iframe.is-playing img {
  display: none;
}
.Video--kariera .Video-inner {
  aspect-ratio: 16/9;
}
.VideoPlay {
  position: absolute;
  width: 60px;
  height: 60px;
}
.VideoPlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fee600;
  transition: 0.2s transform;
}
.VideoPlay:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  content: '';
  display: inline-block;
  border-width: 8px 0 8px 14px;
  border-color: transparent;
  border-left-color: #1e2024;
  top: calc(50% - 6px);
  left: calc(50% - 5px);
  transition: 0.2s transform;
}
.VideoPlay:hover:before,
.VideoPlayTrigger:hover .VideoPlay:before {
  transform: scale(1.1);
}
.VideoPlay:hover:after,
.VideoPlayTrigger:hover .VideoPlay:after {
  transform: scale(0.9);
}
.VisualIcon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.VisualIcon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.VisualIcon--inBox {
  width: 60px;
  height: 60px;
  padding: 15px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.VisualIcon--blue {
  background: #51c2f2;
  color: #fff;
}
.VisualIcon--inline {
  width: 1.3em;
  height: 1.3em;
}
.VisualIcon--green {
  background: #67d0ab;
  color: #fff;
}
.Wrapper {
  padding-top: 70px;
}
.article-Card-card {
  display: flex;
  height: 100%;
  line-height: 1.4;
  text-decoration: none;
  flex-flow: column;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
  background: #fff;
  padding: 20px;
}
.article-Card-title:last-child {
  margin-bottom: 0;
}
.article-Card-information {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 0.5rem;
}
.article-Card-date {
  margin-bottom: 10px;
}
.article-Card-footer {
  margin-top: auto;
  padding-top: 15px;
}
.article-Card--withLine .article-Card-card {
  background: none;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  position: relative;
  overflow: hidden;
}
.article-Card--withLine .article-Card-card:before {
  content: '';
  position: absolute;
  background: #1e2024;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.article-Card--withLine .article-Card-card:not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.article-Card--withTag .article-Date {
  opacity: 1;
}
.article-Card-card:hover {
  transform: translateY(-4px);
}
.article-Date {
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
}
.article-Detail-title {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.article-Detail-perex {
  margin-left: -5px;
  margin-right: -5px;
  padding: 20px 20px;
  background: #f9f7f4;
  border-radius: 10px;
}
.article-Detail-prefooter {
  padding: 30px 30px;
  text-align: center;
  background: #f9f7f4;
  border-radius: 10px;
}
.article-Detail-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(30,32,36,0.07);
}
.article-Detail:has(.article-HighlightPerex) .article-Detail-perex {
  background: #e2f6ef;
  border-left: 4px solid #67d0ab;
}
.article-FaqBox {
  margin-block: 2rem;
  padding: 20px;
  background: #ddf4fb;
  border-radius: 10px;
}
.article-FaqBox:last-child {
  margin-bottom: 0;
}
.article-FaqBox-question {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #105171;
}
.article-FaqBox-answer p:last-child {
  margin-bottom: 0;
}
.article-HighlightPerex {
  display: none;
}
.article-List {
  display: grid;
  row-gap: 10px;
}
.article-List>*:nth-child(1),
.article-List>*:nth-child(2) {
  border-top: none;
}
.article-PressCard {
  height: 100%;
}
.article-PressCard-card {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  height: 100%;
  display: flex;
  flex-flow: column;
  z-index: 0;
}
.article-PressCard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 2rem;
  padding: 4px 5px 4px 20px;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  min-height: 70px;
}
.article-PressCard-header img {
  width: 60px;
  height: 60px;
}
.article-PressCard-name {
  display: block;
}
.Tag+.article-PressCard-name {
  margin-top: 20px;
}
.article-PressCard-content {
  padding: 10px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
}
.article-PressCard-content a {
  position: relative;
  z-index: 1;
}
.article-PressCard-list {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
}
.article-PressCard-footer {
  margin-top: auto;
}
.consultant-Card-card:hover {
  background: #fdf8d5;
  outline: 2px solid #fee600;
}
.article-PressContact {
  display: grid;
  gap: 20px;
}
.article-PressContact-packages {
  padding: 30px 20px;
  background: #fdf8d5;
  gap: 20px;
  border-radius: 10px;
}
.article-SectionTitle {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  border-top: 1px solid rgba(30,32,36,0.07);
}
.article-StepBox {
  margin-block: 2rem;
  padding: 20px;
  background: #f9f7f4;
  border-radius: 10px;
}
.article-StepBox-number {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #1e2024;
  background: #fee600;
  border-radius: 5px;
}
.article-StepBox-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.article-StepBox-content {
  flex: 1;
}
.article-StepBox-content p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.article-StepBox-content p:last-child {
  margin-bottom: 0;
}
.article-Testimonial {
  position: relative;
  margin: 30px 0;
  padding: 25px;
  background: #fdf8d5;
  border-radius: 10px;
}
.article-Testimonial-text {
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-style: italic;
  line-height: 1.588235294117647;
}
.article-Testimonial-author {
  font-weight: bold;
  color: #225b45;
}
.block-Banner {
  background: #fdf8d5;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.3;
}
.block-Banner-content {
  padding: 25px 20px 0;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 0;
}
.block-Banner-contentHeading h2 {
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.block-Banner-contentHeading p {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.block-Banner-content2 {
  padding: 15px 20px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-Banner-seperator {
  display: block;
  width: 55px;
  background-color: #ffd403;
}
.block-Banner--seperator .block-Banner-content {
  padding: 25px 20px 0;
}
.block-Banner--seperator .Button {
  max-width: 230px;
  white-space: nowrap;
}
.block-Banner--shadow {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.01), 0 3px 6px 0 rgba(36,33,30,0.04);
}
.block-Banner--full .block-Banner-content {
  padding: 25px 20px;
  width: 100%;
  justify-content: center;
}
.block-Banner--full .VisualIcon {
  flex-shrink: 0;
}
.block-Banner--full .VisualIcon img {
  width: 22px;
  height: 22px;
}
.block-CompareAccounts {
  display: grid;
  gap: 10px;
}
.block-CompareAccounts-block {
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 40px 20px 20px;
}
.block-CompareAccounts-block--yellow {
  background: #fdf8d5;
}
.block-CompareAccounts-block--yellow li:before {
  background: #f9bb30 !important;
}
.block-CompareAccounts-block--green {
  background: #e2f6ef;
}
.block-CompareAccounts-block .Button {
  margin-top: auto;
  align-self: flex-start;
}
.block-CompareAccounts-blockTitle {
  line-height: 1.2;
  font-size: 2rem;
}
.block-CompareAccounts-footer {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.3;
}
.block-CompareStavebniSporeni {
  position: relative;
  line-height: 1.2;
  gap: 10px;
}
.block-CompareStavebniSporeni-item {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.block-CompareStavebniSporeni-item--desktopTitles {
  background: none;
  padding-left: 0;
}
.block-CompareStavebniSporeni-item--desktopTitles .block-CompareStavebniSporeni-itemRow {
  text-align: left;
  align-items: flex-start;
}
.block-CompareStavebniSporeni-item--2 {
  background: #fee600;
}
.block-CompareStavebniSporeni-itemHeader {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2rem;
  padding: 12px;
}
.block-CompareStavebniSporeni-itemRow {
  padding: 0.9rem 0;
}
.block-CompareStavebniSporeni-itemRow dt {
  margin-bottom: 5px;
}
.block-CompareStavebniSporeni-itemRow dd .Icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-CompareStavebniSporeni-itemRow dd .Icon--crossTiny {
  background: #ffe2da;
  color: #a63c2a;
}
.block-CompareStavebniSporeni-itemRow dd .Icon--check {
  background: #67d0ab;
  color: #fff;
}
.block-CompareStavebniSporeni-itemFooter {
  border-top: 1px solid rgba(30,32,36,0.07);
  padding-top: 20px;
}
.block-CompareStavebniSporeni .u-spreader {
  opacity: 0;
}
.block-CompareStavebniSporeni .u-spreader+* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-ContentImage-image {
  aspect-ratio: 780/500;
}
.block-ContentImage-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.block-ContentImage-text2 {
  background: #fee600;
  padding: 25px 30px;
  border-radius: 10px;
  position: relative;
  max-width: 560px;
  margin-bottom: -20px;
}
.block-ContentImage .VisualIcon {
  flex: 0 0 auto;
}
.block-DotacniPoradenstvi-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-DotacniPoradenstvi-text {
  border-radius: 5px;
  padding: 30px 7.5%;
  background: #e2f6ef;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.block-Highlight {
  padding: 40px 15px 30px;
  background: #e2f6ef;
  color: #225b45;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e2f6ef;
}
.block-Highlight-uptitle {
  font-size: 1.3rem;
  font-weight: 500;
  opacity: 0.5;
}
.block-Highlight-title {
  line-height: 1.3;
  margin-bottom: 20px;
}
.block-Highlight-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  padding: 5px 15px;
  line-height: 1;
  background: #67d0ab;
  color: #fff;
  font-size: 1.3rem;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.block-Highlight--orange {
  background: #f9f7f4;
  border: 1px solid #f9f7f4;
  color: #1e2024;
}
.block-Highlight--orange .block-Highlight-tag {
  color: #1e2024;
  background: #f9bb30;
}
.block-Highlight--yellow {
  background: #fdf8d5;
  border: 1px solid #fdf8d5;
  color: #1e2024;
}
.block-Highlight--yellow .block-Highlight-tag {
  color: #1e2024;
  background: #f9bb30;
}
.block-Highlight--yellow2 {
  background: #fee600;
  border: 1px solid #fee600;
  color: #1e2024;
}
.block-Highlight--yellow2 .block-Highlight-tag {
  color: #1e2024;
  background: #f9bb30;
}
.block-Highlight2 {
  background: #e2f6ef;
  border-radius: 10px;
  padding: 20px 10px;
}
.block-Highlight2-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-LpStavebkoAkcniUrok-main {
  background: #e2f6ef;
  border-radius: 10px;
  padding: 30px 10px;
}
.block-LpStavebkoAkcniUrok-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-PackageStavebniSporeni {
  text-align: left;
}
.block-PackageStavebniSporeni-block1 {
  background: #fdf8d5;
  border-radius: 10px;
  margin-bottom: 10px;
}
.block-PackageStavebniSporeni-block1Item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 35px 40px;
  line-height: 1.2;
  text-align: center;
}
.block-PackageStavebniSporeni-block1Separator {
  background: rgba(30,32,36,0.07);
  position: relative;
  height: 1px;
  width: 100%;
}
.block-PackageStavebniSporeni-block1Separator:before {
  content: '\EA1C';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  background: #fee600;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 10px solid #fdf8d5;
}
.block-PackageStavebniSporeni-block1Highlight {
  font-weight: bold;
  background: #fee600;
  padding: 5px 15px;
  border-radius: 5px;
}
.block-PackageStavebniSporeni-block1Footer {
  border-top: 1px solid rgba(30,32,36,0.07);
  padding: 30px 40px;
  text-align: center;
  grid-column: 1/4;
}
.block-PackageStavebniSporeni-block2 {
  margin-bottom: 10px;
}
.block-PackageStavebniSporeni-block2Separator {
  background: #fff;
  position: relative;
  height: 10px;
  width: 100%;
}
.block-PackageStavebniSporeni-block2Separator:before {
  content: '\EA1C';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  background: #67d0ab;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 10px solid #fff;
}
.block-PackageStavebniSporeni-block2Title {
  font-size: 2rem;
}
.block-PackageStavebniSporeni-block2Item {
  background: #e2f6ef;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  padding: 30px 20px;
}
.block-RBU-layout {
  overflow: hidden;
}
.block-RBU-visual {
  margin: -10px 0 -10px -10px;
  height: calc(100% + 20px);
  width: auto;
}
.block-RBU-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-RBU-separator {
  background: #fff;
  position: relative;
  height: 10px;
  width: 100%;
}
.block-RBU-separator:before {
  content: '\EA1C';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  justify-content: center;
  display: flex !important;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  border-radius: 50%;
  background: #67d0ab;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 12px;
  border: 10px solid #fff;
}
.block-RBU-block {
  background: #e2f6ef;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 30px 20px;
}
.block-RBU-footer {
  text-align: center;
  background: #fee600;
  max-width: 850px;
  margin: 0 auto;
  padding: 25px 60px;
  position: relative;
  font-weight: bold;
}
.block-RekoHighlight-visual {
  padding: 5px;
  border-radius: 10px;
  background: #fdf8d5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-RekoHighlight-visual img {
  aspect-ratio: 1;
  flex: 0 0 auto;
}
.block-RekoHighlight .block-Highlight {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.block-RekoHighlight .block-Highlight .Container {
  margin: auto;
}
.block-RekoShifter-text2 {
  background: #fee600;
  padding: 25px 30px;
  border-radius: 10px;
  position: relative;
  max-width: 560px;
  margin-bottom: -20px;
  z-index: 1;
}
.block-RekoShifter-itemTitle {
  font-size: 2rem;
}
.block-RekoShifter-item {
  position: relative;
  padding-left: 85px;
  padding-bottom: 10px;
}
.block-RekoShifter .VisualIcon {
  position: absolute;
  top: 0;
  left: 0;
}
.block-Spolufinancovani {
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  background: #fff;
}
.block-Spolufinancovani-header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  row-gap: 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.block-Spolufinancovani-headerImage {
  grid-row: span 2;
}
.block-Spolufinancovani-headerTitle {
  line-height: 1;
  font-weight: bold;
  color: #164194;
}
.block-Spolufinancovani-headerText {
  line-height: 1.4;
}
.block-Spolufinancovani-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-Spolufinancovani-body img {
  max-width: 250px;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-SupportHighlight {
  background: #fdf8d5;
  padding: 30px 15px;
  border-radius: 5px;
}
.block-SvjDokumenty {
  position: relative;
  background: #f9f7f4;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.block-SvjDokumenty .Title {
  margin-bottom: 30px;
  line-height: 1.2667;
}
.block-SvjDokumenty-visual {
  position: absolute;
  top: 0;
  left: 43%;
  width: 49.26470588235294%;
  height: 100%;
}
.block-SvjDokumenty-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-SvjTabs-tabs {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.block-SvjTabs-tab {
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.block-SvjTabs-tab.is-open {
  background: #fee600;
}
.block-SvjTabs-tab:hover {
  background: #fee600;
}
.block-SvjTabs-blocks {
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  padding: 10px;
  background: #fff;
}
.block-SvjTabs-cols {
  display: grid;
  gap: 5px;
}
.block-SvjTabs-col {
  border-radius: 10px;
  padding: 25px 25px 10px;
}
.block-SvjTabs-colTitle {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.block-UverZeStavebnihoSporeni-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-UverZeStavebnihoSporeni-text {
  border-radius: 5px;
  padding: 30px 7.5%;
  background: #e2f6ef;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.branch-Card-card {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
  line-height: 1.3;
  transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1);
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  height: 100%;
  display: flex;
  flex-flow: column;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  z-index: 0;
}
.branch-Card-header {
  padding: 10px 20px 10px;
  font-size: 2rem;
  font-weight: bold;
}
.branch-Card-header small {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem;
  opacity: 0.7;
  display: block;
  margin-bottom: 3px;
}
.branch-Card-header:after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 2px;
  width: 20px;
  background: #fee600;
}
.branch-Card-tags {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  max-width: 10rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 5px;
}
.branch-Card-content {
  padding: 15px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.branch-Card-content a {
  position: relative;
  z-index: 1;
}
.branch-Card-list {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 7px;
}
.branch-Card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.branch-Card-link:focus {
  border: 2px solid #1e2024;
  border-radius: 7px;
}
.branch-Card-note {
  margin-bottom: 0;
  font-size: 0.882352941176471em;
}
.branch-Card .Button {
  margin-top: auto;
}
.branch-CardBubble {
  display: block;
  padding: 10px 20px;
  line-height: 1.1;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.branch-CardBubble-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-weight: 500;
  font-size: 1.3rem;
}
.branch-CardBubble-title {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  font-weight: bold;
}
.branch-CardBubble-subtitle {
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
}
.branch-CardBubble-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.branch-CardBubble .Tag {
  margin-left: auto;
}
.branch-Consultants-dots {
  display: none;
}
.branch-DetailModal .SectionBranchDetailMap,
.branch-DetailModal .PageHeader {
  display: none;
}
.branch-DetailModal .SectionBranchDetailModalPageHeader {
  display: block;
}
.branch-Details-row {
  display: grid;
}
.branch-Details-row dt {
  font-size: 1.7rem;
  line-height: 1.647058823529412;
  color: #2b2d33;
}
.branch-Details-rowColumn {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.branch-Hero {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.branch-Hero-visual {
  margin-inline: -10px;
  flex: 1;
  max-height: 30rem;
  overflow: hidden;
}
.branch-Hero-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.branch-Hero-map {
  flex: 1;
  min-width: 30rem;
}
.branch-Summary {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0 3px 6px 0 rgba(36,33,30,0.07);
  padding: 20px 0 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #2b2d33;
}
.branch-Summary-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.529411764705882;
  margin: 0;
  padding: 0 20px;
}
.branch-Summary-title:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #fee600;
  margin: 8px auto 0;
}
.branch-Summary-address {
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  font-style: normal;
  margin: -15px 0 0;
  padding: 0 20px;
}
.branch-Summary-status {
  margin: -10px 20px 0;
  padding: 8px 15px;
  border-radius: 5px;
  line-height: 1.733333333333333;
}
.branch-Summary-status--open {
  background: #e2f6ef;
  color: #225b45;
}
.branch-Summary-status--closed {
  background: #ffe2da;
  color: #b50000;
}
.branch-Summary-contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
  padding: 0 20px;
}
.branch-Summary-contact dt {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding: 8px 0;
  border-top: 1px solid rgba(30,32,36,0.07);
  margin: 0;
}
.branch-Summary-contact dd {
  line-height: 1.7;
  text-align: right;
  padding: 8px 0;
  border-top: 1px solid rgba(30,32,36,0.07);
  margin: 0;
  word-break: break-word;
}
.branch-Summary-button {
  margin: 0 20px;
}
.branch-Summary-map {
  height: 200px;
  background: #818181;
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}
.branch-Summary-map .SimpleMap {
  height: 100%;
}
.branch-Summary-map .SimpleMap-map {
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.branch-Summary-mapLink {
  align-self: center;
  margin-top: -5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.333333333333333;
  text-decoration: none;
  padding: 0 20px;
}
.branch-Summary-mapLink img {
  position: static;
  width: 13px;
  height: auto;
}
.branch-Summary-mapLink span {
  text-decoration: underline;
}
.branch-TimeChangeTable-table {
  display: grid;
  grid-template-columns: auto 1fr;
  border: 1px solid rgba(30,32,36,0.07);
  border-radius: 10px;
  padding: 10px 15px;
  gap: 0;
  line-height: 1.2;
}
.branch-TimeChangeTable dt {
  font-weight: bold;
  font-size: 1.3rem;
  padding: calc(0.2em + 5px) 15px 5px 0;
}
.branch-TimeChangeTable dd {
  padding: 5px 0 5px 15px;
  border-left: 1px solid rgba(30,32,36,0.07);
  font-size: 1.5rem;
}
.branch-TimeTable {
  overflow-y: hidden;
  overflow-x: auto;
  text-align: left;
}
.branch-TimeTable-row {
  display: contents;
}
.branch-TimeTable-table {
  line-height: 1.2;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.branch-TimeTable-tagToday {
  background: #225b45;
  color: #e2f6ef;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin: -5px -10px -5px 0;
}
.branch-TimeTable .u-title {
  font-size: 1.2rem;
  font-weight: 500;
  align-items: center;
  display: flex;
}
.branch-TimeTable .u-time {
  white-space: nowrap;
}
.branch-TimeTable .u-timechange {
  grid-column: span 3;
  margin-top: -5px;
  padding-top: 0;
  display: block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.branch-TimeTable .u-timechange.is-today {
  padding-top: 10px;
}
.calculator-Axis {
  line-height: 1.2;
  text-align: center;
  position: relative;
  color: $silver-dark;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.calculator-Axis-min {
  text-align: left;
  flex-grow: 1;
}
.calculator-Axis-max {
  text-align: right;
  flex-grow: 1;
}
.calculator-Axis-ticks {
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  font-size: 1px;
  text-align: justify;
  display: block;
  padding-top: 3px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 6px;
}
.calculator-Axis-tick {
  display: inline-block;
  width: 2px;
  height: 7px;
  background-color: #ebedef;
  vertical-align: top;
}
.calculator-Axis-tick--minor {
  height: 4px;
}
.calculator-Axis-value {
  text-align: center;
  width: 80px;
  margin-left: -40px;
  top: 23px;
  position: absolute;
}
.calculator-Axis-value--1000 {
  position: absolute;
  left: 50%;
}
.calculator-Axis-value--1700 {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -10px;
}
.calculator-Axis-value--2000 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.calculator-Axis-value--10 {
  position: absolute;
  left: 30%;
}
.calculator-Axis-value--min700 {
  left: 45%;
}
.calculator-Axis-value--min700max10000 {
  left: 13.5%;
}
.calculator-Output-email {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  text-align: center;
}
.calculator-EmailLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #2b2d33;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.calculator-EmailLink-icon {
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
}
.calculator-EmailLink-label {
  text-decoration: underline;
}
.is-mouse-pointer .calculator-EmailLink:hover {
  color: #225b45;
}
.calculator-EmailModal-branchSelectInner.Select--offcanvas {
  z-index: 9999999;
}
.calculator-EmailModal-branchSelect .Select.is-search-enabled .Select-dropdown,
.calculator-EmailModal-branchSelect .Select-dropdown {
  background: #fff;
  border-radius: 10px 10px 10px 0;
  box-shadow: 0 1px 3px 0 rgba(36,33,30,0.05), 0 20px 40px 0 rgba(36,33,30,0.16);
  padding: 17px 20px;
  margin-top: 5px;
}
.calculator-EmailModal-branchSelect .Select-search {
  display: flex;
  align-items: center;
  gap: 5px;
  order: -1;
  padding: 0;
  margin: 0 0 12px;
}
.calculator-EmailModal-branchSelect .Select-search label {
  flex: 1 1 auto;
  position: relative;
  display: block;
}
.calculator-EmailModal-branchSelect .Select-search label:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\EA1D';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #1e2024;
  pointer-events: none;
}
.calculator-EmailModal-branchSelect .Select-search input {
  width: 100%;
  height: 48px;
  padding: 17px 50px 18px 20px;
  background: #f9f7f4;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.calculator-EmailModal-branchSelect .Select-search input:focus {
  outline: none;
  border: 0;
}
.calculator-EmailModal-branchSelect .Select-search input::-moz-placeholder {
  color: #1e2024;
  font-weight: 400;
  opacity: 1;
}
.calculator-EmailModal-branchSelect .Select-search input::placeholder {
  color: #1e2024;
  font-weight: 400;
  opacity: 1;
}
.calculator-EmailModal-branchSelect .calculator-EmailModal-locate--inDropdown {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 20px;
  background: #f9f7f4;
  border-radius: 5px;
  color: #1e2024;
  font-size: 1.5rem;
  font-weight: 400;
}
.calculator-EmailModal-branchSelect .calculator-EmailModal-locate--inDropdown .calculator-EmailModal-locateLabel {
  text-decoration: none;
}
.calculator-EmailModal-branchSelect .Select-list {
  background: #fff;
  border: none;
  padding: 0;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(30,32,36,0.07) transparent;
}
.calculator-EmailModal-branchSelect .Select-list::-webkit-scrollbar {
  width: 6px;
}
.calculator-EmailModal-branchSelect .Select-list::-webkit-scrollbar-track {
  background: transparent;
}
.calculator-EmailModal-branchSelect .Select-list::-webkit-scrollbar-thumb {
  background: rgba(30,32,36,0.07);
  border-radius: 999px;
}
.calculator-EmailModal-branchSelect .Select-groupHeader {
  padding-top: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1e2024;
}
.calculator-EmailModal-branchSelect .Select-groupHeader:first-child {
  padding-top: 0;
}
.calculator-EmailModal-branchSelect .Select-choice--listitem {
  padding: 8px 0;
  margin: 0;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1e2024;
}
.calculator-EmailModal-branchSelect .Select-choice--listitem.is-prompt {
  display: none;
}
.calculator-EmailModal-branchSelect .Select-choice--listitem.is-selected {
  background: transparent;
}
.is-mouse-pointer .calculator-EmailModal-branchSelect .Select-choice--listitem:hover {
  background: transparent;
  color: #225b45;
}
.calculator-EmailModal-field {
  margin-bottom: 15px;
}
.calculator-EmailModal-field .Label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 700;
}
.calculator-EmailModal-field.is-required>.Label:after {
  color: #f9bb30;
}
.calculator-EmailModal-field .Input,
.calculator-EmailModal-field .Select-placeholder {
  background: #f9f7f4;
}
.calculator-EmailModal-agreement {
  padding-top: 20px;
  border-top: 1px solid rgba(30,32,36,0.07);
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.calculator-EmailModal-agreement .InputError {
  flex: 0 0 100%;
  margin-top: 0;
}
.calculator-EmailModal-agreementText {
  flex: 1 1 auto;
  font-size: 1.3rem;
  color: #1e2024;
  line-height: 1.384615384615385;
}
.calculator-EmailModal-agreementLabel {
  cursor: pointer;
}
.calculator-EmailModal-agreementLink {
  text-decoration: underline;
  color: #1e2024;
}
.calculator-EmailModal .Checkbox {
  font-size: 1.3rem;
  color: #1e2024;
  line-height: 1.384615384615385;
}
.calculator-EmailModal .Checkbox a {
  text-decoration: underline;
  color: #1e2024;
}
.calculator-EmailModal .Checkbox-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.1px solid #1e2024;
  border-radius: 5px;
  box-shadow: none !important;
}
.calculator-EmailModal .Checkbox-placeholder:before {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto;
  height: auto;
  font-size: 14px !important;
  line-height: 1 !important;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.calculator-EmailModal .Checkbox-input:checked + .Checkbox-trigger .calculator-EmailModal .Checkbox-placeholder:before {
  transform: scale(1);
}
.calculator-EmailModal .Checkbox-label {
  font-weight: 400;
}
.calculator-EmailModal-branchHint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: -8px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e2024;
}
.calculator-EmailModal-locate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  color: #1e2024;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.is-mouse-pointer .calculator-EmailModal-locate:hover {
  color: #225b45;
}
.calculator-EmailModal-locateLabel {
  text-decoration: underline;
}
.calculator-EmailModal-locateIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calculator-EmailModal-locateIcon:before {
  font-size: 16px;
}
.is-locating .calculator-EmailModal-locate {
  opacity: 0.5;
  pointer-events: none;
}
.calculator-EmailModal-locateStatus {
  margin: -8px 0 16px;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.calculator-EmailModal-locateStatus--info {
  background: rgba(30,32,36,0.05);
  color: #1e2024;
}
.calculator-EmailModal-locateStatus--success {
  background: rgba(103,208,171,0.12);
  color: #225b45;
}
.calculator-EmailModal-locateStatus--warning {
  background: rgba(245,166,35,0.14);
  color: #8a5a00;
}
.calculator-EmailModal-locateStatus--error {
  background: rgba(166,60,42,0.12);
  color: #a63c2a;
}
.calculator-EmailModal-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  padding: 50px 20px;
  background: #e2f6ef;
  border-radius: 10px;
  color: #1e2024;
}
.calculator-EmailModal-success[hidden] {
  display: none;
}
.calculator-EmailModal-successIcon {
  width: 100px;
  height: 100px;
  padding: 27px 25px 25px 27px;
  background: #67d0ab;
  border-radius: 50%;
}
.calculator-EmailModal-successIcon img {
  width: 48px;
  height: 48px;
}
.calculator-EmailModal-successText {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #1e2024;
  max-width: 75%;
}
.calculator-EmailModal-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  background: #e2f6ef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  color: #225b45;
  font-size: 1.5rem;
}
.calculator-EmailModal-summaryTitle {
  font-weight: 700;
}
.calculator-EmailModal-summaryTable {
  width: 100%;
}
.calculator-EmailModal-summaryTable th {
  text-align: left;
  font-weight: 400;
}
.calculator-EmailModal-summaryTable td {
  text-align: right;
  font-weight: 700;
}
.Modal--calculatorEmail .Modal-content {
  max-width: 820px;
  padding: 40px 20px 30px;
  border-radius: 10px 10px 10px 0;
  background: #fff;
}
.Modal--calculatorEmail .Modal-content:before {
  border-radius: 10px 10px 10px 0;
}
.calculator-EmailModal {
  text-align: left;
}
.calculator-EmailModal .Title {
  margin-bottom: 15px;
  font-weight: 700;
}
.calculator-EmailModal-perex {
  margin: 0 auto 25px;
  text-align: center;
  max-width: 90%;
}
.calculator-EmailModal-controls {
  margin-top: 20px;
}
.calculator-EmailModal-submit.Button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.calculator-Footer {
  text-align: right;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.calculator-Footer-text {
  text-align: left;
  font-size: 1.3rem;
  max-width: 400px;
}
.calculator-Footer-link {
  font-size: 1.5rem;
  white-space: nowrap;
}
.calculator-Footer .Input {
  height: 4.8rem;
}
.calculator-Main {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.calculator-Main .Input {
  height: 4.8rem;
}
.calculator-Output {
  background: #e2f6ef;
  border: 1px solid #e2f6ef;
  color: #225b45;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
}
.calculator-Output-value {
  font-weight: bold;
}
.calculator-Output-table {
  width: 100%;
}
.calculator-Output-table th {
  text-align: left;
  font-weight: 400;
}
.calculator-Output-table td {
  text-align: right;
  font-weight: 700;
}
.calculator-Output-controls {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.consultant-Card-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 0;
  border: 1px solid rgba(30,32,36,0.07);
  background: #fff;
  z-index: 0;
}
.consultant-Card-card:hover {
  background: #fdf8d5;
  outline: 2px solid #fee600;
}
.consultant-Card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 15px;
  min-height: 60px;
}
.consultant-Card-header img {
  width: 60px;
  height: 60px;
}
.consultant-Card-info {
  flex: 1;
  min-width: 0;
}
.consultant-Card-name {
  display: block;
  color: #2b2d33;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
.consultant-Card-position {
  display: block;
  margin: 0;
  color: #1e2024;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.consultant-Card-divider {
  display: block;
  width: 20px;
  height: 2px;
  background: #fee600;
  border-radius: 0 0 100px 100px;
}
.consultant-Card-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
}
.consultant-Card-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.consultant-Card-row--services {
  margin-top: 5px;
}
.consultant-Card-row--services .consultant-Card-rowText {
  line-height: normal;
}
.consultant-Card-rowIcon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.consultant-Card-rowText {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #2b2d33;
  font-size: 1.5rem;
  line-height: 1.333333333333333;
}
.consultant-Card-rowText a {
  color: inherit;
}
.consultant-Card-services {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}
.consultant-Card-footer {
  align-self: flex-start;
  margin-top: auto;
}
.consultant-Card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.consultant-Card-link:focus {
  border: 2px solid #1e2024;
  border-radius: 7px;
}
.consultant-Details {
  line-height: 1.3;
}
.consultant-Details-visual img {
  aspect-ratio: 200/260;
  border-radius: 10px;
}
.consultant-Details-row {
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 110px auto;
  background: #f9f7f4;
  position: relative;
}
.consultant-Details-row--phone,
.consultant-Details-row--mobile {
  background: #e2f6ef;
  color: #225b45;
}
.consultant-Details-row--email {
  background: #ddf4fb;
  color: #105171;
}
.consultant-Details-row dd {
  padding-right: 50px;
}
.consultant-Details-row .IconBranch {
  flex-shrink: 0;
  background-color: #f3f0ea;
}
.consultant-Details-row .VisualIcon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
}
.consultant-Details-contact {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.consultant-Details-contact p {
  margin-block: 2rem;
}
.consultant-HqTip {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #ddf4fb;
  color: #105171;
  padding: 17px 25px;
  border-radius: 10px;
  font-size: 1.7rem;
  text-decoration: none;
}
.consultant-HqTip-content {
  display: flex;
  gap: 5px;
}
.consultant-HqTip-hoverline {
  display: block;
  border-bottom: 1px solid #105171;
  padding-bottom: 3px;
  position: relative;
  overflow: hidden;
}
.consultant-HqTip-hoverline:before {
  content: '';
  position: absolute;
  background: #fff;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.consultant-HqTip-hoverline:not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.consultant-HqTip-hoverline:before {
  z-index: 1;
}
.consultant-HqTip:hover {
  background: #105171;
  color: #fff;
}
.consultant-HqTip:not(:hover) .u-hover {
  display: none;
}
.consultant-HqTip:hover .u-nohover {
  display: none;
}
.contact-CallUs {
  font-size: 1.5rem;
}
.contact-CallUs-phoneBlock {
  position: relative;
  line-height: 1.3;
}
.contact-HQ-main {
  grid-area: main;
}
.contact-HQ-visual {
  grid-area: visual;
}
.contact-HQ-visual img {
  border-radius: 10px;
}
.contact-HQ-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  line-height: 1.2;
}
.contact-HQ-footer {
  padding-top: 20px;
  border-top: 1px solid rgba(30,32,36,0.07);
}
.contact-Search-main {
  background: #f9f7f4;
  padding: 10px 10px 0;
}
.contact-Search-tabs1 {
  margin: 0 -10px;
  border: none;
  outline: none;
}
.contact-Search-tabs1>* {
  flex: 1 1 0px;
}
.contact-Search-tabs2 {
  display: flex;
  gap: 10px;
  justify-content: center;
  border: none;
  outline: none;
}
.contact-Search-searchControls {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: content-box;
}
.contact-Search-quickies {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: content-box;
}
.contact-Search-infoBlock {
  max-width: 800px;
  margin: 0 auto;
}
.contact-Search-quickiesBlock {
  text-align: left;
  margin-bottom: 20px;
}
.contact-Search-quickiesBlock h2 {
  font-weight: bold;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.contact-Search-quickiesBlock--recommended .contact-Search-quickiesList {
  flex-flow: row;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
}
.contact-Search-quickiesBlock--recommended .contact-Search-quickiesList a {
  flex: 0 0 auto;
}
.contact-Search-quickiesList {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  line-height: 1.2;
}
.contact-Search-quickiesList a {
  text-decoration: none;
  flex: 1 1 140px;
  padding: 7px 0;
  position: relative;
  overflow: hidden;
}
.contact-Search-quickiesList a:before {
  content: '';
  position: absolute;
  background: #1e2024;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.contact-Search-quickiesList a:not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.contact-Search-mapOpener {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #f9f7f4;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.contact-Search-mapOpener img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s opacity;
}
.contact-Search-mapOpener:hover {
  outline: 1px solid rgba(30,32,36,0.07);
  outline-offset: -1px;
}
.contact-Search-mapOpener:hover img {
  opacity: 0.25;
}
.contact-SearchMobilePicker {
  text-align: center;
}
.contact-SearchMobilePicker-reset {
  background: none;
  margin-bottom: 10px;
  background: $grey;
  position: absolute;
  top: 8px;
  right: 0;
  opacity: 0.75;
  z-index: 2;
}
.contact-SearchMobilePicker-reset:before {
  content: none;
}
.contact-SearchMobilePicker-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, auto));
  gap: 5px;
}
.contact-SearchTab1 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
}
.contact-SearchTab1:has(.contact-SearchTab1-input:hover) {
  filter: url("../img/filters/outline.svg#o");
  z-index: 1;
  position: relative;
}
.contact-SearchTab1-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-SearchTab1-trigger {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  text-align: left;
  border-top-left-radius: 10px;
}
.contact-SearchTab1-input:hover + .contact-SearchTab1-trigger {
  background: #f9f7f4;
}
.contact-SearchTab1-input:checked + .contact-SearchTab1-trigger {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  background: #fee600;
  z-index: 1;
  position: relative;
}
.contact-SearchTab1-input:focus + .contact-SearchTab1-trigger {
  background-color: #f9bb30;
}
.contact-SearchTab2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.contact-SearchTab2-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-SearchTab2-placeholder {
  height: 1.066666666666667em;
  width: 1.066666666666667em;
  border-radius: 50%;
  background: rgba(30,32,36,0.05);
}
.contact-SearchTab2-placeholder:before {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-SearchTab2-trigger {
  padding: 7px 20px;
  background: rgba(30,32,36,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.contact-SearchTab2-input:checked + .contact-SearchTab2-trigger {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.contact-SearchTab2-input:checked + .contact-SearchTab2-trigger .contact-SearchTab2-placeholder {
  background: #fee600;
}
.contact-SearchTab2-input:checked + .contact-SearchTab2-trigger .contact-SearchTab2-placeholder:before {
  content: '\EA06';
}
.contact-SearchTab2-input:hover + .contact-SearchTab2-trigger {
  background: rgba(30,32,36,0.02);
}
.contact-SearchTab2-input:focus + .contact-SearchTab2-trigger {
  outline: 1px solid #1e2024;
}
.contactchange-ConfirmCheckbox {
  display: grid;
  grid-template-columns: 30px 1fr;
  position: relative;
}
.contactchange-ConfirmCheckbox:after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  height: 30px;
  bottom: 0;
  background: linear-gradient(to top, #f9f7f4, rgba(249,247,244,0));
}
.contactchange-ConfirmCheckbox-labelWrap {
  max-height: 150px;
  overflow: auto;
  padding-bottom: 20px;
}
.contactchange-DataList {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
}
.contactchange-DataList-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  padding: 5px 15px;
  line-height: 1;
  background: #f9bb30;
  color: #1e2024;
  font-size: 1.3rem;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.contactchange-DataList-section {
  max-width: 660px;
  padding: 40px 20px 20px;
  margin: 0 auto;
}
.contactchange-DataList-sectionTitle {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
.contactchange-DataList-sectionRow {
  line-height: 1.2;
  font-size: 1.5rem;
  display: grid;
  gap: 1px;
  grid-template-columns: 150px 1fr;
}
.contactchange-DataList-sectionRow dt {
  background: #f9f7f4;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px 20px;
  font-weight: normal;
}
.contactchange-DataList-sectionRow dd {
  background: #f9f7f4;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
  font-weight: bold;
}
.contactchange-DataList-sectionRow+.contactchange-DataList-sectionRow {
  margin-top: 1px;
}
.contactchange-DataList-footer {
  max-width: 660px;
  margin: 0 auto;
  padding: 40px;
}
.contactchange-Form {
  background: #f9f7f4;
  border-radius: 10px;
  padding: 20px 15px;
}
.contactchange-Form-form {
  max-width: 660px;
  margin: 0 auto;
}
.contactchange-Nav {
  display: flex;
  gap: 10px;
  font-weight: bold;
  line-height: 1.2;
  overflow: auto;
  padding: 5px 0;
}
.contactchange-Nav-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  text-decoration: none;
  background: #fff;
  color: #1e2024;
  transition: 0.3s transform;
}
.contactchange-Nav-item.is-active {
  background: #1e2024;
  color: #fff;
}
.contactchange-Nav-item.is-active,
.contactchange-Nav-item:not(.is-active):hover {
  transform: translateY(-1px);
}
.contactchange-Nav-item:first-child {
  margin-left: auto;
}
.contactchange-Nav-item:last-child {
  margin-right: auto;
}
.contactchange-Nav-number {
  display: block;
  width: 60px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fee600;
  color: #1e2024;
  align-self: stretch;
  border-radius: 5px;
}
.contactchange-Success {
  background: #e2f6ef;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.contactchange-Success .VisualIcon {
  margin: 0 auto 10px;
}
.contactchange-TextBox {
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
}
.document-Aside .toggle-DocumentAsideToggler {
  font-size: 2rem;
}
.document-Aside-links {
  padding: 10px 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
}
.document-Aside-link {
  line-height: 1.2;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  margin-top: -1px;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  font-weight: bold;
  font-size: 1.5rem;
}
.document-Aside-link.is-active {
  background: #fee600;
  border-bottom-color: transparent;
  border-radius: 10px;
}
.document-Aside-link:hover:not(.is-active) {
  background: #1e2024;
  border-bottom-color: transparent;
  border-radius: 10px;
  color: #fff;
}
.document-Filter-fieldset {
  border: none;
  border-radius: 5px;
  background: #fdf8d5;
  padding: 10px 15px;
}
.document-Filter-inputs {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  flex-flow: row wrap;
}
.document-Filter .toggle-DocumentFilterToggler {
  padding: 6px 0;
}
.document-FilterRadio {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 500;
}
.document-FilterRadio-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.document-FilterRadio-trigger {
  display: block;
  border-radius: 5px;
  padding: 6px 10px;
}
.document-FilterRadio-input:checked + .document-FilterRadio-trigger {
  background: #fee600;
  color: #1e2024;
}
.document-FilterRadio-input:hover:not(:checked) + .document-FilterRadio-trigger {
  background: #1e2024;
  color: #fff;
}
.document-FilterRadio-input:focus + .document-FilterRadio-trigger {
  outline: 1px solid #1e2024;
}
.document-Layout .Paginator {
  margin-top: 3rem;
}
.document-MostDownloaded {
  list-style: none;
  padding: 0;
  margin: 0;
}
.document-MostDownloaded-item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  font-size: 1.5rem;
  line-height: 1.466666666666667;
}
.document-MostDownloaded-item:last-child {
  border-bottom: none;
}
.document-ValidTable {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.dream-EpisodeCard-layout {
  display: grid;
  gap: 10px;
}
.dream-EpisodeCard-content {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.dream-EpisodeCard-date {
  padding: 10px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  background: #fee600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dream-EpisodeCard-designers {
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dream-EpisodeCard-text {
  text-align: left;
}
.dream-EpisodeCard-text ul {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.dream-EpisodeCard-text ul>* {
  flex: 1 1 130px;
}
.dream-EpisodeCard-footer {
  text-align: center;
}
.dream-EpisodeCard-gallery {
  display: grid;
  grid-template-areas: 'x2 x1' 'x4 x3';
  grid-template-columns: repeat(78, 1fr);
  grid-template-rows: repeat(61, 1fr);
}
.dream-EpisodeCard-galleryItem {
  position: relative;
}
.dream-EpisodeCard-galleryItem:nth-child(1) {
  grid-area: x1;
  grid-row: 1/39;
  grid-column: 41/79;
}
.dream-EpisodeCard-galleryItem:nth-child(2) {
  grid-area: x2;
  grid-row: 1/22;
  grid-column: 1/39;
}
.dream-EpisodeCard-galleryItem:nth-child(3) {
  grid-area: x3;
  grid-row: 41/62;
  grid-column: 41/79;
}
.dream-EpisodeCard-galleryItem:nth-child(4) {
  grid-area: x4;
  grid-row: 24/62;
  grid-column: 1/39;
}
.dream-EpisodeCard-galleryItem img {
  width: 100%;
  height: 100%;
}
.dream-EpisodeCard-galleryItem span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px rgba(30,32,36,0.07), 1px 1px 3px rgba(30,32,36,0.5);
}
.dream-EpisodeCardList {
  max-width: 1200px;
  margin: 0 auto;
}
.dream-EpisodeCardList:not(.is-active) {
  max-height: 0;
  overflow: hidden;
}
.dream-EpisodeCardList-card:not(.is-active) {
  max-height: 0;
  overflow: hidden;
}
.dream-YearSwitch {
  background: #fff;
  padding: 7px;
  display: flex;
  justify-content: center;
  gap: 5px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
}
.dream-YearSwitch-item {
  position: relative;
  flex: 1;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.125;
  color: #1e2024;
  cursor: pointer;
  border-radius: 5px;
}
.dream-YearSwitch-item:not(:last-child):before {
  content: none;
}
.dream-YearSwitch-item.is-active {
  background: #fee600;
}
.dream-YearSwitch-item:last-child:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 25%;
  display: block;
  width: 45px;
  aspect-ratio: 1/1.88;
}
.dream-Timeline {
  position: relative;
}
.dream-Timeline:after,
.dream-Timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25vw;
  z-index: 1;
  pointer-events: none;
}
.dream-Timeline:before {
  left: 0;
  background: linear-gradient(to left, rgba(249,247,244,0), #f9f7f4);
}
.dream-Timeline:after {
  right: 0;
  background: linear-gradient(to right, rgba(249,247,244,0), #f9f7f4);
}
.dream-Timeline-inner {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  gap: 3rem;
  overflow: auto;
}
.dream-Timeline-inner:before {
  content: '';
  position: absolute;
  top: 34px;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(30,32,36,0.07);
}
.dream-Timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.dream-Timeline-item:first-child {
  margin-left: 20px;
}
.dream-Timeline-item:last-child {
  margin-right: 20px;
}
.dream-Timeline-item.is-active .dream-Timeline-label {
  background: #fee600;
}
.dream-Timeline-item.is-active .dream-Timeline-circle {
  background: #fee600;
}
.dream-Timeline-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
}
.dream-Timeline-circle:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1e2024;
}
.dream-Timeline-label {
  position: relative;
  background: #f5f6f7;
  padding: 6px 14px;
  color: #101820;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  white-space: nowrap;
}
.dream-Timeline:not(.is-active) {
  display: none;
}
.dream-Timeline:not(.is-overflow-left):before {
  content: none;
}
.dream-Timeline:not(.is-overflow-right):after {
  content: none;
}
.dream-Tooltip {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 5px;
  gap: 10px;
}
.dream-Tooltip strong {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 5px;
}
.faq-CategoryForm {
  display: flex;
  justify-content: center;
}
.faq-CategoryForm .FormItem {
  display: flex;
  align-items: center;
}
.faq-CategoryForm .Label {
  margin: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid rgba(30,32,36,0.07);
}
.faq-CategoryForm .Select-placeholder {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  font-weight: bold;
  padding-right: 50px;
}
.faq-CategoryForm .Select-list {
  border-radius: 10px;
}
.faq-Layout-aside {
  max-width: 400px;
  margin: 0 auto;
}
.faq-Layout-asideInner {
  border-radius: 10px;
  background: #f9f7f4;
  padding: 30px;
}
.house-Base-inner {
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.house-Base-dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  z-index: 0;
}
.house-Base-dot a {
  display: block;
  background: #fee600;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  width: 2em;
  height: 2em;
  top: -1em;
  left: -1em;
  vertical-align: middle;
  text-decoration: none;
  position: absolute;
}
.house-Base-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.house-Base-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.house-Base-overlay img.u-fadein {
  transition: 0.4s opacity;
}
.house-Base-overlay img.u-fadeout {
  transition: 0.5s opacity;
}
.house-Base-overlay img.u-pulse {
  animation: 7s pulse infinite linear;
}
.house-Base-overlay img.u-bolt {
  animation: 2s bolt 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay img.u-arrowleftup {
  transform-origin: 50% 50%;
  animation: 2s arrow 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay img.u-arrowleft {
  transform-origin: 50% 50%;
  animation: 2s arrow 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay img.u-arrowleftdown {
  transform-origin: 50% 25%;
  animation: 2s arrow 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay img.u-arrowrightup {
  transform-origin: 45% 45%;
  animation: 2s arrowright 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay img.u-arrowright {
  transform-origin: 45% 30%;
  animation: 2s arrowright 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay img.u-arrowrightdown {
  transform-origin: 45% 15%;
  animation: 2s arrowright 0.3s infinite cubic-bezier(0.52, 0.19, 0.25, 0.79);
}
.house-Base-overlay.is-active {
  transition: none;
  visibility: visible;
}
.house-Base-overlay.is-active img.u-fadein {
  opacity: 1;
}
.house-Base-overlay.is-active img.u-fadeout {
  opacity: 0;
}
.house-Base-overlay.is-active img.u--delay2 {
  transition-delay: 0.2s;
}
.house-Base-overlay.is-active img.u--delay4 {
  transition-delay: 0.4s;
}
.house-Base-overlay:not(.is-active) {
  visibility: hidden;
}
.house-Base-overlay:not(.is-active) img.u-fadein {
  opacity: 0;
}
.house-Base-overlay:not(.is-active) img.u-fadeout {
  opacity: 1;
}
.house-Base-base {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s filter 0.3s;
}
.house-Base-base--shadow {
  top: 7%;
}
.house-Base.is-active .house-Base-base {
  transition: none;
  filter: brightness(0.9) grayscale(1);
}
.house-Base--dotacni-poradenstvi .house-Base-inner {
  aspect-ratio: 2700/1920;
}
.house-Base--dotace-bytova-druzstva-svj .house-Base-inner {
  aspect-ratio: 1360/1150;
}
@keyframes pulse {
  0%, 20%, 80%, 100% {
    opacity: 0%;
  }
  40%, 60% {
    opacity: 100%;
  }
}
@keyframes bolt {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: scale(0.9) translate(0, 0);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: scale(1) translate(-10px, 0);
    opacity: 0;
  }
  95% {
    opacity: 0;
    transform: scale(0.9) translate(0, 0);
  }
}
@keyframes arrowright {
  0%, 100% {
    transform: scale(0.9) translate(0, 0);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: scale(1) translate(10px, 0);
    opacity: 0;
  }
  95% {
    opacity: 0;
    transform: scale(0.9) translate(0, 0);
  }
}
.house-GeneralInfo {
  background: #f9f7f4;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.house-GeneralInfo--transparent {
  background-color: transparent;
}
.house-Grant {
  background: #e2f6ef;
  color: #225b45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px 35px 15px 20px;
  line-height: 1.2;
}
.house-Intro {
  display: flex;
  flex-flow: column;
}
.house-Intro-text {
  display: block;
  background: #fdf8d5;
  border-radius: 10px;
  padding: 30px;
  text-decoration: none;
  max-width: 600px;
  z-index: 1;
  margin: 0 auto;
  border: 2px solid #fdf8d5;
  transition: 0.3s transform;
  order: -1;
}
.house-Intro-text:hover {
  border-color: #fee600;
  background: #fdf8d5;
}
.house-Legend {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
}
.job-Card-card {
  position: relative;
  padding: 30px 40px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  z-index: 0;
  gap: 10px;
}
.job-Card-card:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  background: #fff;
  border-radius: 10px;
  transition: 0.1s transform;
}
.job-Card-location {
  font-size: 1.5rem;
  display: block;
}
.job-Card .Icon--graduate {
  font-size: 0.75em;
  margin-right: 2px;
}
.job-Card:hover .job-Card-card:before {
  box-shadow: 0 0 3px 0 rgba(30,32,36,0.2);
  transform: scaleY(0.92);
}
.job-CompanyStats {
  display: grid;
  line-height: 1.2;
  gap: 40px;
}
.job-CompanyStats-items {
  display: grid;
  gap: 15px;
}
.job-CompanyStats-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.job-CompanyStats-item[data-ref='item']:not(.has-displayed) .job-CompanyStats-itemLine span {
  transform: scaleX(0);
}
.job-CompanyStats-itemLine {
  height: 8px;
  border-radius: 4px;
  width: 100%;
  display: block;
  position: relative;
  background: #f3f0ea;
  margin-top: 5px;
}
.job-CompanyStats-itemLine span {
  display: block;
  height: 100%;
  border-radius: 4px;
  transition: 0.5s transform;
  transform-origin: 0 0;
}
.job-CompanyStats-itemLine--orange span {
  background: #f9bb30;
}
.job-CompanyStats-itemLine--green {
  background: #e2f6ef;
}
.job-CompanyStats-itemLine--green span {
  background: #67d0ab;
}
.job-CompanyStats-itemLine--blue {
  background: #ddf4fb;
}
.job-CompanyStats-itemLine--blue span {
  background: #51c2f2;
}
.job-Experience-items {
  position: relative;
  background: #fee600;
  border-radius: 10px;
}
.job-Experience-header {
  padding: 2rem 3rem 0;
  text-align: center;
}
.job-Experience-header .Tag {
  transition: 0.5s transform;
}
.job-Experience-header.is-hidden {
  opacity: 0;
  transform: translateY(10px);
}
.job-Experience-header.is-hidden .Tag {
  transform: translateY(10px);
}
.job-Experience-header:not(.is-hidden) {
  opacity: 1;
  transform: translateY(0);
  transition: 0.2s opacity, 0.3s transform;
}
.job-Experience-header:not(.is-hidden) .Tag {
  transform: translateY(0);
}
.job-Experience-visual {
  padding: 20px 30px;
}
.job-Experience-viewport {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 10px;
  overflow: hidden;
}
.job-Experience-container {
  display: flex;
}
.job-Experience-slide {
  flex: 0 0 100%;
  min-width: 0;
}
.job-Experience-slideVisual {
  display: block;
  width: 100%;
}
.job-Experience-slideVisual img {
  display: block;
  width: 100%;
  aspect-ratio: 720/400;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s opacity;
}
.job-Experience-slideVisual:hover img {
  opacity: 0.9;
}
.job-Experience-playOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.job-Experience-playOverlay .VideoPlay {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  transition: 0.3s transform;
}
.job-Experience-playOverlay--prev.is-hidden .VideoPlay {
  transform: rotate(45deg) scale(0);
}
.job-Experience-playOverlay--next.is-hidden .VideoPlay {
  transform: rotate(-45deg) scale(0);
}
.job-Experience-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 3rem 1rem;
  font-size: 1rem;
  color: #fff;
  background: #1e2024;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.job-Experience-control--prev {
  left: 1.5rem;
}
.job-Experience-control--next {
  right: 1.5rem;
}
.job-Experience-control.is-active {
  opacity: 0;
  pointer-events: none;
}
.job-Line svg {
  width: 100%;
  height: auto;
}
.job-Line path {
  transition: 2s stroke-dashoffset, 2s opacity;
  width: 100%;
  height: auto;
}
.job-Line--1 {
  margin-top: -3%;
}
.job-Line--1 svg:not(.has-displayed) path {
  stroke-dashoffset: 180px;
  opacity: 0;
}
.job-Line--2 {
  margin-top: -4%;
  margin-bottom: -5%;
}
.job-Line--2 svg:not(.has-displayed) path {
  stroke-dashoffset: 130px;
  opacity: 0;
}
.job-Line--3 {
  margin-top: -7%;
  margin-bottom: -5%;
}
.job-Line--3 svg:not(.has-displayed) path {
  stroke-dashoffset: 130px;
  opacity: 0;
}
.job-Line--4 svg:not(.has-displayed) path {
  stroke-dashoffset: 115px;
  stroke-dasharray: 115px;
  opacity: 0;
}
.job-Line--5 svg:not(.has-displayed) path {
  stroke-dashoffset: 60px;
  stroke-dasharray: 60px;
  opacity: 0;
}
.job-Offers-filter {
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
  padding: 20px;
}
.job-Offers-items {
  display: grid;
  gap: 5px;
}
.job-Offers-banner {
  background: #fee600;
  border-radius: 10px;
  padding: 35px 50px;
  line-height: 1.2;
  display: flex;
}
.job-Start {
  display: grid;
  grid-template-areas: 'x1 x2' 'x3 x4' 'x5 x6';
  gap: 15px;
}
.job-Start-visual {
  grid-area: visual;
  border-radius: 10px;
  overflow: hidden;
}
.job-Start-itemNumber {
  background: #fee600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 5px;
}
.job-Start-item {
  transition: 0.3s transform, 0.3s opacity;
}
.job-Start-item--1 {
  grid-area: x1;
}
.job-Start-item--2 {
  grid-area: x2;
}
.job-Start-item--3 {
  grid-area: x3;
}
.job-Start-item--4 {
  grid-area: x4;
}
.job-Start-item--5 {
  grid-area: x5;
}
.job-Start-item--6 {
  grid-area: x6;
}
.job-Start-item[data-ref='item']:not(.has-displayed) {
  opacity: 0;
  transform: translateY(20px);
}
.management-DirectorCard-card {
  text-align: center;
  background: #fdf8d5;
  border-radius: 10px;
  padding: 25px;
  line-height: 1.4;
  height: 100%;
}
.management-DirectorCard-image {
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
}
.management-DirectorCard-title {
  font-weight: bold;
  font-size: 2rem;
}
.management-PersonCard-card {
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
  line-height: 1.4;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.management-PersonCard-title {
  font-weight: bold;
  font-size: 2rem;
}
.management-PersonCard-footer {
  margin: auto 0;
}
.management-PersonTable {
  line-height: 1.4;
}
.management-PersonTable tr:nth-child(odd) th,
.management-PersonTable tr:nth-child(odd) td {
  background: #f9f7f4;
}
.management-PersonTable th,
.management-PersonTable td {
  padding: 10px 15px;
}
.management-PersonTable th:nth-child(1),
.management-PersonTable td:nth-child(1) {
  font-weight: bold;
}
.management-PersonTable th:nth-child(2),
.management-PersonTable td:nth-child(2) {
  color: #646a77;
}
.management-PersonTable th:nth-child(3),
.management-PersonTable td:nth-child(3) {
  font-weight: bold;
  text-align: right;
  color: #646a77;
  white-space: nowrap;
}
.management-Shareholder {
  background: #fdf8d5;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.management-Shareholder-logo {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}
.management-Shareholder-highlights {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
  flex-flow: row wrap;
}
.management-Shareholder-highlight {
  background: #fee600;
  max-width: 400px;
  flex: 1 1 auto;
  padding: 20px;
  border-radius: 10px;
}
.report-Document {
  position: relative;
  text-align: center;
}
.report-Document .report-Help {
  position: absolute;
  border-radius: 50%;
}
.report-Document .report-Help:before {
  background: transparent;
  box-shadow: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.report-Document-page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 607px;
  margin-bottom: 1em;
  text-align: left;
  border: 1px solid $color-border;
  border-radius: 2px;
  background-color: #fff;
}
.report-Document-page img {
  width: 100%;
  height: auto;
  display: block;
}
.report-Document-message {
  max-width: 600px;
  margin: 1em auto;
  text-align: center;
}
.report-Document-message .report-Help {
  vertical-align: middle;
  border-radius: 50%;
}
.report-Document-message .report-Help:before {
  background: transparent;
  box-shadow: none;
  width: 16px;
  height: 16px;
  line-height: 15px;
}
.report-Help {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-transform: none;
  font-weight: bold;
  cursor: pointer;
}
.report-Help:before {
  content: '?';
  display: inline-block;
  position: relative;
  vertical-align: top;
  background: #dfe5e9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 1px 2px 0 rgba(40,66,87,0.2);
}
.report-Help--orange {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(40,66,87,0.35);
  background: linear-gradient(to bottom, #ffaa45 0%, #ff7500 100%);
  line-height: 20px;
}
.report-Help-position {
  position: absolute;
  top: 50%;
  left: 35px;
  display: none;
  z-index: 1;
}
.report-Help-content {
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: $block-box-shadow;
  font-size: 1.2rem;
  width: 250px;
  display: block;
  transform: translateY(-50%);
  white-space: normal;
  color: $text-color;
  font-size: 1.2rem;
  text-align: left;
}
.report-Help-content h3 {
  margin-bottom: 0.5em;
}
.report-Help-content:after {
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  content: '';
  display: inline-block;
  border-width: 8px 8px 8px 0;
  border-color: transparent;
  border-right-color: #fff;
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -8px;
}
.report-Help-label {
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: underline;
  margin-left: 5px;
  margin-top: 2px;
}
.report-Help--reversed .report-Help-position {
  left: -295px;
}
.report-Help--reversed .report-Help-content:after {
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  content: '';
  display: inline-block;
  border-width: 8px 0 8px 8px;
  border-color: transparent;
  border-left-color: #fff;
  left: auto;
  right: -8px;
}
.search-Aside .toggle-DocumentAsideToggler {
  font-size: 2rem;
  margin-left: 15px;
  margin-bottom: 10px;
}
.search-Aside-links {
  padding: 10px 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(250px, auto));
}
.search-Aside-link {
  line-height: 1.2;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  margin-top: -1px;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  font-weight: bold;
  font-size: 1.5rem;
}
.search-Aside-link:not(.is-active) {
  position: relative;
  overflow: hidden;
}
.search-Aside-link:not(.is-active):before {
  content: '';
  position: absolute;
  background: #1e2024;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.search-Aside-link:not(.is-active):not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.search-Aside-link.is-active {
  background: #fee600;
  border-bottom-color: transparent;
  border-radius: 10px;
}
.search-FormBox {
  max-width: 500px;
  margin: 0 auto;
}
.search-Layout-aside {
  overflow: hidden;
  margin: -5px;
}
.search-Layout-asideStatic {
  padding: 5px;
  margin-top: -120px !important;
  height: calc(100% + 110px);
}
.search-Layout-asideSticky {
  padding-top: 120px;
}
.search-ResultCard-card {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  text-decoration: none;
  display: block;
  transition: 0.5s transform cubic-bezier(0.15, 0.9, 0.4, 1);
  position: relative;
  border: 1px solid rgba(30,32,36,0.07);
}
.search-ResultCard-title {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}
.search-ResultCard .Tag {
  position: absolute;
  top: 0;
  left: 0;
}
.search-ResultCard .Tag-label {
  font-size: 1.3rem;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.search-ResultCard-card:hover {
  transform: translateY(-4px);
  border-color: #fee600;
  background: #fdf8d5;
}
.subsidy-ArticleCard-card {
  display: block;
  text-decoration: none;
}
.subsidy-ArticleCard-image {
  border-radius: 10px;
  aspect-ratio: 430/240;
}
.subsidy-ArticleCard-title {
  font-weight: bold;
}
.subsidy-ArticleDetail-header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.subsidy-ArticleDetail-header .Button {
  flex: 0 0 auto;
}
.subsidy-ArticleDetail-title {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.subsidy-ArticleDetail-image {
  aspect-ratio: 920/510;
  width: 100%;
  border-radius: 10px;
}
.subsidy-ArticleDetail-perex {
  background: #f9f7f4;
  border-radius: 10px;
  font-weight: bold;
  margin-left: -5px;
  margin-right: -5px;
  padding: 20px 20px;
}
.subsidy-ArticleDetail-image + .subsidy-ArticleDetail-perex {
  margin-top: -10px;
  padding-top: 30px;
}
.subsidy-ArticleDetail-footer {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(30,32,36,0.07);
}
.subsidy-ArticleDetail-controls {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
}
.subsidy-ArticleDetail-controls a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1.2;
}
.subsidy-ArticleDetail-controls a:nth-child(2) {
  text-align: right;
}
.subsidy-ArticleList {
  display: grid;
  row-gap: 30px;
}
.subsidy-Modal .Modal-content {
  max-width: 920px;
}
.support-CategoryCard-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #f3f0ea;
  position: relative;
  min-height: 55px;
  font-weight: bold;
  padding: 5px 15px;
  transition: 0.3s background;
  gap: 15px;
}
a.support-CategoryCard-title:hover {
  background: #f9f7f4;
}
.support-CategoryCard-links {
  padding: 25px 15px 15px;
  display: flex;
  flex-flow: column;
  background: #f9f7f4;
  margin-top: -10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.support-CategoryCard-link {
  transition: 0.2s padding;
}
.support-CategoryCard-link:not(:last-child) {
  border-bottom: 1px solid rgba(30,32,36,0.07);
  padding-bottom: 14px;
  margin-bottom: 6px;
  line-height: 1.2;
}
.support-CategoryCard-link:hover {
  padding-left: 7px;
}
.support-CategoryCard .Button {
  flex-shrink: 0;
}
.support-CategoryCard:not(:hover) .CopyToClipboard {
  opacity: 0;
}
.tab-AddressToggler {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
  border: 1px solid rgba(30,32,36,0.07);
  text-align: center;
}
.tab-AddressToggler:hover {
  background: #f9f7f4;
}
.tab-AddressToggler:focus {
  outline: 1px solid #1e2024;
}
.tab-AddressToggler.is-open {
  background: #fdf8d5;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.tab-ItemList {
  background: #fdf8d5;
  padding: 20px 15px;
  border-radius: 10px;
}
.tab-ItemList--pure {
  background: transparent;
  padding: 0 !important;
}
.tab-Toggler {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
}
.tab-Toggler:hover {
  background: #f9f7f4;
}
.tab-Toggler:focus {
  outline: 1px solid #1e2024;
}
.tab-Toggler.is-open {
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  background: #fee600;
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.tab-TogglerList {
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 1px;
}
.tab-TogglerList>* {
  flex: 1 1 auto;
}
.tab-TogglerList--address>*:not(:first-child) {
  margin-left: -1px;
}
.tab-TogglerList--address>*:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tab-TogglerList--address>*:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tab-TogglerList--yellow .tab-Toggler:not(.is-open) {
  background: #fdf8d6;
}
.tab-TogglerList--slider {
  padding: 1px 1px 0 1px;
}
.tab-TogglerList--slider .tab-Toggler {
  -webkit-mask-image: none;
          mask-image: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-TogglerList--slider .tab-Toggler + .tab-Toggler {
  margin-left: 0.5rem;
}
.taxresident-Agreement {
  font-size: 1.3rem;
  padding: 20px;
  background: #f3f0ea;
  max-height: 270px;
  overflow: scroll;
}
.taxresident-DataList {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
}
.taxresident-DataList-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  padding: 5px 15px;
  line-height: 1;
  background: #f9bb30;
  color: #1e2024;
  font-size: 1.3rem;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
.taxresident-DataList-section {
  max-width: 740px;
  padding: 40px 20px 20px;
  margin: 0 auto;
}
.taxresident-DataList-sectionTitle {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
.taxresident-DataList-sectionRow {
  line-height: 1.2;
  font-size: 1.5rem;
  display: grid;
  gap: 1px;
  grid-template-columns: 130px 1fr;
}
.taxresident-DataList-sectionRow dt {
  background: #f9f7f4;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px 20px;
  font-weight: normal;
}
.taxresident-DataList-sectionRow dd {
  background: #f9f7f4;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.taxresident-DataList-sectionRow+.taxresident-DataList-sectionRow {
  margin-top: 1px;
}
.taxresident-DataList-footer {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 40px 40px;
}
.taxresident-DataList .File {
  grid-column: 1/3;
}
.taxresident-Form {
  background: #f9f7f4;
  border-radius: 10px;
  padding: 20px 15px;
}
.taxresident-Form-form {
  max-width: 660px;
  margin: 0 auto;
}
.taxresident-Nav {
  display: flex;
  gap: 10px;
  font-weight: bold;
  line-height: 1.2;
  overflow: auto;
  padding: 5px 0;
  align-items: flex-start;
}
.taxresident-Nav-bigitem {
  flex: 0 0 120px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
.taxresident-Nav-bigitem:first-child {
  margin-left: auto;
}
.taxresident-Nav-bigitem:last-child {
  margin-right: auto;
}
.taxresident-Nav-item {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  text-decoration: none;
  background: #fff;
  color: #1e2024;
  transition: 0.3s transform;
}
.taxresident-Nav-item.is-active {
  background: #1e2024;
  color: #fff;
}
.taxresident-Nav-item.is-active,
.taxresident-Nav-item:not(.is-active):hover {
  transform: translateY(-1px);
}
.taxresident-Nav-item:first-child {
  margin-left: auto;
}
.taxresident-Nav-item:last-child {
  margin-right: auto;
}
.taxresident-Nav-itempart {
  font-weight: 400;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  border: 1px solid rgba(30,32,36,0.07);
  flex: 1 1 0%;
  text-align: center;
}
.taxresident-Nav-itempart.is-active {
  background: #1e2024;
  color: #fff;
}
.taxresident-Nav-number {
  display: block;
  width: 60px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fee600;
  color: #1e2024;
  align-self: stretch;
  border-radius: 5px;
}
.taxresident-Success {
  background: #e2f6ef;
  border-radius: 10px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.taxresident-Success .VisualIcon {
  margin: 0 auto 10px;
}
.taxresident-TextBox {
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid rgba(30,32,36,0.07);
}
.taxresident-Translation {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 0.1em;
  order: 1;
  flex: 0 0 100%;
}
.Label:has(.taxresident-Translation) {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.toggle-Block {
  display: block;
}
.toggle-Block:not(.is-open) {
  clip-path: inset(0 0 0 0);
  max-height: 0;
  overflow: hidden;
}
.toggle-Block.is-opening,
.toggle-Block.is-closing {
  clip-path: inset(0 0 0 0);
}
.toggle-Toggler {
  font-weight: bold;
  display: block;
  position: relative;
  padding: 30px 50px 30px 10px;
  text-decoration: none;
  text-align: left;
  border-top: 1px solid rgba(30,32,36,0.07);
  line-height: 1.2;
}
.toggle-Toggler:after {
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: $icon-caretDown;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  transform: translateY(-50%);
  transition: 0.3s transform;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
}
.toggle-Toggler.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.toggle-Toggler--hideIfOpen.is-open {
  display: none !important;
}
.toggle-AddressToggler {
  padding: 15px 20px;
}
.toggle-AddressToggler:not(.is-open) {
  clip-path: inset(0 0 0 0);
  max-height: 0;
  overflow: hidden;
}
.toggle-AddressToggler.is-opening,
.toggle-AddressToggler.is-closing {
  clip-path: inset(0 0 0 0);
}
.toggle-ContactChangeToggler {
  font-size: 1.5rem;
  text-decoration: none;
}
.toggle-ContactChangeToggler.is-open {
  display: none;
}
.toggle-DocumentAsideToggler {
  display: block;
  line-height: 1.2;
  text-decoration: none;
}
.toggle-DocumentAsideToggler-value {
  display: block;
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 40px 10px 0;
  border-bottom: 1px solid rgba(30,32,36,0.07);
}
.toggle-DocumentAsideToggler-value:after {
  position: absolute;
  right: 15px;
  content: '\EA08';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  top: calc(50% - 0.5em);
}
.toggle-DocumentFilterToggler {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  line-height: 1.2;
  gap: 30px;
  font-size: 1.5rem;
}
.toggle-DocumentFilterToggler-value {
  position: relative;
  padding-right: 25px;
  text-align: right;
}
.toggle-DocumentFilterToggler-value:after {
  position: absolute;
  right: 5px;
  content: '\EA08';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  top: calc(50% - 0.5em);
}
.toggle-DocumentFilterToggler.is-open .toggle-DocumentFilterToggler-value {
  opacity: 0;
}
.toggle-FaqBlock {
  transition: 0.3s margin;
}
.toggle-FaqBlock:not(.is-open) {
  clip-path: inset(0 0 0 0);
  max-height: 0;
  overflow: hidden;
}
.toggle-FaqBlock.is-opening,
.toggle-FaqBlock.is-closing {
  clip-path: inset(0 0 0 0);
}
.toggle-FaqBlock>* {
  padding: 10px 15px;
  background: #fdf8d5;
  border-radius: 10px;
}
.toggle-FaqBlock.is-open {
  margin-bottom: 30px;
}
.toggle-FaqItem {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  overflow: visible;
}
.toggle-FaqItem:before {
  content: '';
  position: absolute;
  background: #1e2024;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  transition: 0.3s transform ease;
  transform-origin: 100% 0;
}
.toggle-FaqItem:not(:hover):before {
  transition: 0.3s transform ease-out;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.toggle-FaqItem.is-open:before {
  transform: scale(1);
}
.toggle-FaqToggler {
  position: relative;
  text-decoration: none;
  padding: 20px 60px 20px 0;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
}
.toggle-FaqToggler:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
}
.toggle-FaqToggler:after {
  content: '\EA07';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  font-size: 10px;
  line-height: 1;
  transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.toggle-FaqToggler:hover:not(.is-open):after {
  color: #fff;
}
.toggle-FaqToggler:hover:not(.is-open):before {
  background: #1e2024;
}
.toggle-FaqToggler.is-open:after {
  transform: rotate(180deg);
}
.toggle-FaqToggler.is-open:before {
  background: #fee600;
}
.toggle-OdvolaniSouhlasuToggler {
  position: relative;
  padding: 15px 0 15px 30px;
  display: block;
  line-height: 1.2;
  border-top: 1px solid rgba(30,32,36,0.07);
  border-bottom: 1px solid rgba(30,32,36,0.07);
}
.toggle-OdvolaniSouhlasuToggler:before {
  content: '\EA07';
  display: inline-block;
  font: normal normal normal 14px/1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  font-size: 10px;
  line-height: 1;
  transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1);
}
.toggle-SendViaMailBlock:not(.is-open) {
  clip-path: inset(0 0 0 0);
  max-height: 0;
  overflow: hidden;
}
.toggle-SendViaMailBlock.is-opening,
.toggle-SendViaMailBlock.is-closing {
  clip-path: inset(0 0 0 0);
}
.toggle-SendViaMailBlock>* {
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  position: relative;
  padding: 40px 20px 20px;
  background: #f9f7f4;
}
.toggle-SendViaMailBlock .Button--squareCross {
  position: absolute;
  right: 0;
  top: 0;
}
.toggle-SendViaMailBlock .Button--squareCross:before {
  border-top-right-radius: 10px;
}
.toggle-SendViaMailToggler.is-open {
  display: none;
}
.toggle-SubsidyToggler.is-open {
  display: none !important;
}
.vocabulary-LetterList {
  display: flex;
  justify-content: center;
}
.vocabulary-LetterList-inner {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  overflow: auto;
  line-height: 1;
}
.vocabulary-LetterList-inner>* {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}
.vocabulary-LetterList-inner>*:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fee600;
  transform: scale(0);
  transition: 0.3s transform;
  z-index: -1;
}
.vocabulary-LetterList-inner>*.is-active:before {
  transform: scale(1);
}
.vocabulary-LetterList-inner>a:hover:before {
  opacity: 0.2;
  transform: scale(1);
}
.vocabulary-LetterList-inner>span {
  opacity: 0.5;
}
.vocabulary-LetterList-inner>.vocabulary-LetterList-toggle {
  display: none;
}
.vocabulary-SectionList-item {
  border-top: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
  margin-top: -1px;
  padding: 20px 0;
}
.vocabulary-SectionList .Gamma {
  line-height: 1.2;
}
.SectionBranchDetailModalPageHeader {
  display: none;
  border-bottom: 1px solid rgba(30,32,36,0.07);
  margin-bottom: 20px;
}
.pageElektronickyVypis-Page .VisualHeader-layer {
  overflow: visible;
}
.pageElektronickyVypis-Page .section-how-it-works--2,
.pageElektronickyVypis-Page .section-how-it-works--4 {
  padding: 0 !important;
}
.pageElektronickyVypis-Page .section-how-it-works ul.ListCheck li {
  padding-left: 50px;
}
.pageElektronickyVypis-Page .section-how-it-works .content {
  border-bottom: none;
}
.pageElektronickyVypis-Page .section-how-it-works h2 {
  margin-bottom: 0;
}
.pageElektronickyVypis-Page .section-how-it-works h2:after {
  width: 60px;
  height: 3px;
  background-image: none;
}
.pageElektronickyVypis-Page .section-how-it-works__green {
  color: #67d0ab;
}
.pageElektronickyVypis-Page .section-how-it-works img {
  height: auto;
}
.pageElektronickyVypis-Page .section-how-it-works .row3:after {
  display: none;
}
.pageElektronickyVypis-Page .section-how-it-works .row4:after {
  display: none;
}
.pageElektronickyVypis-Page .section-how-it-works .row7 .right-column {
  float: none;
  text-align: center;
  clear: both;
}
.pageElektronickyVypis-Page .section-how-it-works .row7 .orange {
  color: #f9bb30;
}
.pageElektronickyVypis-Section .Container {
  max-width: 960px;
}
.pageElektronickyVypis-Section h2 {
  text-align: center;
  height: 72px;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #000;
  position: relative;
}
.pageElektronickyVypis-Section h2 a {
  display: block;
  text-decoration: none;
}
.pageElektronickyVypis-Section .row5 {
  padding: 0 0 30px 0;
}
.pageElektronickyVypis-Section .row5 .right-column h3 {
  margin-bottom: 1em;
}
.pageElektronickyVypis-Step {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.pageElektronickyVypis-Step-text:last-child {
  margin-bottom: 0;
}
.pageElektronickyVypis-Step-text h3 {
  font-size: 2rem;
  letter-spacing: -1px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1em;
}
.pageElektronickyVypis-Step-image {
  margin-bottom: 1.5em;
}
.pageElektronickyVypis-Step-image:last-child {
  margin-bottom: 0;
}
.pageElektronickyVypis-Step-image img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.pageElektronickyVypis-Step2 {
  margin: 20px auto 40px;
}
.pageElektronickyVypis-Step2:after {
  display: none;
}
.pageElektronickyVypis-Step2 .pageElektronickyVypis-Step-text {
  max-width: 770px;
  width: 100%;
  text-align: center;
}
.bg-blue {
  background: #51c2f2 !important;
}
.bg-green {
  background: #67d0ab !important;
}
.bg-lightgreen {
  background: #e2f6ef !important;
}
.bg-lightblue {
  background: #ddf4fb !important;
}
.bg-lightorange {
  background: #f9f7f4 !important;
}
.bg-lightyellow {
  background: #fdf8d5 !important;
}
.bg-yellow {
  background: #fee600 !important;
}
.bg-white {
  background: #fff !important;
}
.block {
  display: block;
}
.color-darkgreen {
  color: #225b45;
}
.color-darkblue {
  color: #105171;
}
.color-mediumblue {
  color: #6a4cad;
}
.color-grey {
  color: #6e6e6e;
}
.color-orange {
  color: #f9bb30;
}
.color-green {
  color: #67d0ab;
}
.color-blue {
  color: #51c2f2;
}
.color-black {
  color: #1e2024;
}
.color-red {
  color: #a63c2a;
}
.hidden {
  display: none !important;
}
.hover-link {
  text-decoration: none !important;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size 0.3s;
}
.hover-link:hover {
  background-size: 0% 1px;
  text-shadow: 0 0 0 currentColor;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.opacity-75 {
  opacity: 0.75;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-upper {
  text-transform: uppercase;
}
.text-bold {
  font-weight: bold !important;
}
.text-medium {
  font-size: 1.7rem;
}
.text-small {
  font-size: 1.5rem;
}
.text-xsmall {
  font-size: 1.3rem;
}
.text-snug {
  line-height: 1.3;
}
.text-normallead {
  line-height: 1.5;
}
.text-underline {
  text-decoration: underline;
}
.text-noDecoration {
  text-decoration: none;
}
.text-noWrap {
  white-space: nowrap;
}
.text-italic {
  font-style: italic;
}
.text-oneline {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-sizeinherit {
  font-size: inherit;
}
.u-loading {
  position: relative;
}
.u-loading>* {
  transition: 0.4s opacity;
  opacity: 0.5;
}
.u-loading .Loader {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-noScreen {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt--20 {
  margin-top: -20px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-auto {
  margin-top: auto;
}
.w-1\/5 {
  flex-basis: auto !important;
  width: 20% !important;
}
.w-2\/5 {
  flex-basis: auto !important;
  width: 40% !important;
}
.w-3\/5 {
  flex-basis: auto !important;
  width: 60% !important;
}
.w-4\/5 {
  flex-basis: auto !important;
  width: 80% !important;
}
.w-5\/5 {
  flex-basis: auto !important;
  width: 100% !important;
}
.w-1\/8 {
  flex-basis: auto !important;
  width: 12.5% !important;
}
.w-2\/8 {
  flex-basis: auto !important;
  width: 25% !important;
}
.w-3\/8 {
  flex-basis: auto !important;
  width: 37.5% !important;
}
.w-4\/8 {
  flex-basis: auto !important;
  width: 50% !important;
}
.w-5\/8 {
  flex-basis: auto !important;
  width: 62.5% !important;
}
.w-6\/8 {
  flex-basis: auto !important;
  width: 75% !important;
}
.w-7\/8 {
  flex-basis: auto !important;
  width: 87.5% !important;
}
.w-8\/8 {
  flex-basis: auto !important;
  width: 100% !important;
}
.w-1\/12 {
  flex-basis: auto !important;
  width: 8.333333333333332% !important;
}
.w-2\/12 {
  flex-basis: auto !important;
  width: 16.666666666666664% !important;
}
.w-3\/12 {
  flex-basis: auto !important;
  width: 25% !important;
}
.w-4\/12 {
  flex-basis: auto !important;
  width: 33.33333333333333% !important;
}
.w-5\/12 {
  flex-basis: auto !important;
  width: 41.66666666666667% !important;
}
.w-6\/12 {
  flex-basis: auto !important;
  width: 50% !important;
}
.w-7\/12 {
  flex-basis: auto !important;
  width: 58.333333333333336% !important;
}
.w-8\/12 {
  flex-basis: auto !important;
  width: 66.66666666666666% !important;
}
.w-9\/12 {
  flex-basis: auto !important;
  width: 75% !important;
}
.w-10\/12 {
  flex-basis: auto !important;
  width: 83.33333333333334% !important;
}
.w-11\/12 {
  flex-basis: auto !important;
  width: 91.66666666666666% !important;
}
.w-12\/12 {
  flex-basis: auto !important;
  width: 100% !important;
}
.w-auto {
  flex-basis: auto !important;
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.gap-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.gap-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.gap-120 {
  margin-left: -60px;
  margin-right: -60px;
}
.gap-120 > * {
  padding-left: 60px;
  padding-right: 60px;
}
.gmb-0 {
  margin-bottom: 0px;
}
.gmb-0 > * {
  margin-bottom: 0px;
}
.gmb-5 {
  margin-bottom: -5px;
}
.gmb-5 > * {
  margin-bottom: 5px;
}
.gmb-10 {
  margin-bottom: -10px;
}
.gmb-10 > * {
  margin-bottom: 10px;
}
.gmb-15 {
  margin-bottom: -15px;
}
.gmb-15 > * {
  margin-bottom: 15px;
}
.gmb-30 {
  margin-bottom: -30px;
}
.gmb-30 > * {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .calculator-Output-value {
    font-size: 5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 22.4375em) {
  .Container {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (min-width: 22.5em) {
  .TaggedButton {
    min-width: 280px;
  }
  .dream-YearSwitch {
    width: 300px;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }
  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }
  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }
  .sm\:pb-100 {
    padding-bottom: 100px !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pt-30 {
    padding-top: 30px !important;
  }
  .sm\:pt-60 {
    padding-top: 60px !important;
  }
  .sm\:pt-100 {
    padding-top: 100px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 15px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }
  .sm\:mb-100 {
    margin-bottom: 100px !important;
  }
  .sm\:mt--20 {
    margin-top: -20px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mt-3 {
    margin-top: 3px !important;
  }
  .sm\:mt-5 {
    margin-top: 5px !important;
  }
  .sm\:mt-10 {
    margin-top: 10px !important;
  }
  .sm\:mt-15 {
    margin-top: 15px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mt-30 {
    margin-top: 30px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mt-50 {
    margin-top: 50px !important;
  }
  .sm\:mt-80 {
    margin-top: 80px !important;
  }
  .sm\:mt-100 {
    margin-top: 100px !important;
  }
  .sm\:mr-5 {
    margin-right: 5px !important;
  }
  .sm\:mr-10 {
    margin-right: 10px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:ml-5 {
    margin-left: 5px !important;
  }
  .sm\:ml-10 {
    margin-left: 10px !important;
  }
  .sm\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .sm\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .sm\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .sm\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .sm\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .sm\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .sm\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .sm\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .sm\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .sm\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .sm\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .sm\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .sm\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .sm\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .sm\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .sm\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .sm\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .sm\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .sm\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .sm\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .sm\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .sm\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .sm\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .sm\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .sm\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .sm\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .sm\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .sm\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .sm\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sm\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .sm\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sm\:gmb-0 {
    margin-bottom: 0px;
  }
  .sm\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .sm\:gmb-5 {
    margin-bottom: -5px;
  }
  .sm\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .sm\:gmb-10 {
    margin-bottom: -10px;
  }
  .sm\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .sm\:gmb-15 {
    margin-bottom: -15px;
  }
  .sm\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .sm\:gmb-30 {
    margin-bottom: -30px;
  }
  .sm\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 33.75em) {
  .ContactUs-blockHeader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .ContactUs-blockHeader .SearchControl {
    margin-left: auto;
    width: 50%;
    max-width: 300px;
  }
  .ContactUs-block--accounts .VisualIcon,
  .ContactUs-block--contact .VisualIcon,
  .ContactUs-block--contactBdASvj .VisualIcon,
  .ContactUs-block--contactDotaceBdASvj .VisualIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #67d0ab;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 auto 10px;
    padding: 10px;
  }
  .ContactUs.has-map.has-contact:not(.has-banking) {
    grid-template-columns: 1fr;
  }
  .ContactUs--stavebniSporeni .SearchControl {
    min-width: 200px;
  }
  .Footer-inner {
    row-gap: 5px;
    grid-template-areas: 'logo logo' 'social popupnavopener' 'phone phone' 'social servis' 'legal legal' 'copyright author';
  }
  .Footer-social {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  .Header {
    border-bottom: 1px solid rgba(30,32,36,0.07);
  }
  .Hero .HeroSlider {
    min-height: 350px;
  }
  .HeroAside {
    grid-template-columns: 1fr 1fr;
  }
  .HeroSlider-img {
    height: 100%;
    width: 55.88235294117647%;
  }
  .HeroSlider-cardContent {
    width: 44.11764705882353%;
  }
  .HeroSlider-cardTag {
    margin-bottom: 10px;
    top: 20px;
    right: 0;
  }
  .HeroSlider-cardTag--star {
    top: 0;
    right: unset;
    left: 45.588235294117645%;
    margin-top: 1.470588235294118%;
  }
  .HeroSlider-cardTitle {
    margin-bottom: 30px;
  }
  .HeroSlider-dots {
    width: auto;
    right: auto;
  }
  .MapickList {
    grid-template-columns: 1fr 1fr;
  }
  .PageHeader--visual .PageHeader-inner {
    padding-left: 50%;
  }
  .PageHeader--visual .PageHeader-visual {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
  .PageHeader--visual .PageHeader-content {
    margin-top: 15px;
  }
  .PageHeader--visual .PageHeader-main {
    padding: 13.836477987421384% 15.09433962264151%;
    background: #fee600;
  }
  .PageHeader--visual .PageHeader-tag {
    position: relative;
    bottom: auto;
    margin-bottom: 10px;
  }
  .PageHeader--visual .PageHeader-tag--star {
    top: 0;
    right: unset !important;
    bottom: unset !important;
    left: 1.234567901234568%;
    margin-top: 1.234567901234568% !important;
    transform: none;
  }
  .VariableHeader {
    border-bottom: 1px solid rgba(30,32,36,0.07);
  }
  .article-List {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .block-Banner {
    display: flex;
  }
  .block-Banner-content {
    padding: 25px 30px;
    background: #fee600;
  }
  .block-Banner--seperator .block-Banner-content {
    padding: 25px 30px;
  }
  .block-CompareStavebniSporeni {
    display: flex;
    justify-content: flex-end;
  }
  .block-CompareStavebniSporeni-itemHeader {
    min-height: 9.5rem;
  }
  .block-CompareStavebniSporeni-itemList {
    display: grid;
    grid-template-rows: 10rem 8rem 8rem 8rem 8rem 10rem 8rem 8rem;
  }
  .block-CompareStavebniSporeni-itemRow {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 0;
    border-top: 1px solid rgba(30,32,36,0.07);
  }
  .block-ContentImage-text2 {
    padding: 30px 40px;
    margin-bottom: -16.666666666666664%;
    margin-left: auto;
    margin-right: 30.76923076923077%;
    left: 15.384615384615385%;
  }
  .block-ContentImage--shortText .block-ContentImage-text2 {
    margin-bottom: -10.256410256410255%;
  }
  .block-PackageStavebniSporeni-block1 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .block-PackageStavebniSporeni-block1Separator {
    width: 1px;
    height: 100%;
  }
  .block-RekoShifter-text2 {
    padding: 30px 40px;
    margin-bottom: -7.692307692307693%;
    margin-left: auto;
    margin-right: 30.76923076923077%;
    left: 15.384615384615385%;
  }
  .branch-Details-row {
    gap: 20px;
    grid-template-columns: 150fr 435fr;
  }
  .branch-TimeTable-table {
    row-gap: 1px;
  }
  .branch-TimeTable-table .branch-TimeTable-row > * {
    background: #f9f7f4;
    padding: 10px 15px;
    align-items: center;
  }
  .branch-TimeTable-table .branch-TimeTable-row > *.is-today {
    background: #e2f6ef;
  }
  .branch-TimeTable .u-title {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .branch-TimeTable .u-tag {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .contactchange-DataList-footer {
    display: flex;
    justify-content: space-between;
  }
  .job-Offers-banner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .management-PersonTable th:nth-child(1),
  .management-PersonTable td:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .management-PersonTable th:nth-child(3),
  .management-PersonTable td:nth-child(3) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .subsidy-ArticleCard-card {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(30,32,36,0.07);
  }
  .subsidy-ArticleCard-card:before {
    content: '';
    position: absolute;
    background: #1e2024;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    transition: 0.3s transform ease;
    transform-origin: 100% 0;
  }
  .subsidy-ArticleCard-card:not(:hover):before {
    transition: 0.3s transform ease-out;
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  .subsidy-ArticleList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .toggle-FaqToggler {
    justify-content: space-between;
    gap: 20px;
  }
  .smw\:hidden {
    display: none !important;
  }
  .smw\:text-center {
    text-align: center;
  }
  .smw\:pb-0 {
    padding-bottom: 0px !important;
  }
  .smw\:pb-20 {
    padding-bottom: 20px !important;
  }
  .smw\:pb-40 {
    padding-bottom: 40px !important;
  }
  .smw\:pb-60 {
    padding-bottom: 60px !important;
  }
  .smw\:pb-100 {
    padding-bottom: 100px !important;
  }
  .smw\:pt-0 {
    padding-top: 0px !important;
  }
  .smw\:pt-30 {
    padding-top: 30px !important;
  }
  .smw\:pt-60 {
    padding-top: 60px !important;
  }
  .smw\:pt-100 {
    padding-top: 100px !important;
  }
  .smw\:mb-0 {
    margin-bottom: 0px !important;
  }
  .smw\:mb-5 {
    margin-bottom: 5px !important;
  }
  .smw\:mb-10 {
    margin-bottom: 10px !important;
  }
  .smw\:mb-15 {
    margin-bottom: 15px !important;
  }
  .smw\:mb-20 {
    margin-bottom: 20px !important;
  }
  .smw\:mb-30 {
    margin-bottom: 30px !important;
  }
  .smw\:mb-40 {
    margin-bottom: 40px !important;
  }
  .smw\:mb-50 {
    margin-bottom: 50px !important;
  }
  .smw\:mb-60 {
    margin-bottom: 60px !important;
  }
  .smw\:mb-80 {
    margin-bottom: 80px !important;
  }
  .smw\:mb-100 {
    margin-bottom: 100px !important;
  }
  .smw\:mt--20 {
    margin-top: -20px !important;
  }
  .smw\:mt-0 {
    margin-top: 0px !important;
  }
  .smw\:mt-3 {
    margin-top: 3px !important;
  }
  .smw\:mt-5 {
    margin-top: 5px !important;
  }
  .smw\:mt-10 {
    margin-top: 10px !important;
  }
  .smw\:mt-15 {
    margin-top: 15px !important;
  }
  .smw\:mt-20 {
    margin-top: 20px !important;
  }
  .smw\:mt-30 {
    margin-top: 30px !important;
  }
  .smw\:mt-40 {
    margin-top: 40px !important;
  }
  .smw\:mt-50 {
    margin-top: 50px !important;
  }
  .smw\:mt-80 {
    margin-top: 80px !important;
  }
  .smw\:mt-100 {
    margin-top: 100px !important;
  }
  .smw\:mr-5 {
    margin-right: 5px !important;
  }
  .smw\:mr-10 {
    margin-right: 10px !important;
  }
  .smw\:mr-20 {
    margin-right: 20px !important;
  }
  .smw\:ml-5 {
    margin-left: 5px !important;
  }
  .smw\:ml-10 {
    margin-left: 10px !important;
  }
  .smw\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .smw\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .smw\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .smw\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .smw\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .smw\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .smw\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .smw\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .smw\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .smw\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .smw\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .smw\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .smw\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .smw\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .smw\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .smw\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .smw\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .smw\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .smw\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .smw\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .smw\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .smw\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .smw\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .smw\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .smw\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .smw\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .smw\:w-full {
    width: 100% !important;
  }
  .smw\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .smw\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .smw\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .smw\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .smw\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .smw\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .smw\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .smw\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .smw\:gmb-0 {
    margin-bottom: 0px;
  }
  .smw\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .smw\:gmb-5 {
    margin-bottom: -5px;
  }
  .smw\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .smw\:gmb-10 {
    margin-bottom: -10px;
  }
  .smw\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .smw\:gmb-15 {
    margin-bottom: -15px;
  }
  .smw\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .smw\:gmb-30 {
    margin-bottom: -30px;
  }
  .smw\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 33.75em) and (min-width: 48em) {
  .subsidy-ArticleList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 33.75em) and (min-width: 75em) {
  .subsidy-ArticleList {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 33.75em) and (max-width: 74.9375em) {
  .HeroAside-banner {
    flex: 0 1 calc(50% - 5px);
  }
}
@media screen and (min-width: 33.75em) and (max-width: 63.9375em) {
  .PageHeaderControls {
    flex-flow: column;
    gap: 5px;
  }
}
@media screen and (min-width: 33.75em) and (max-width: 47.9375em) {
  .Footer-legal {
    padding: 20px 0 10px;
  }
  .block-SvjTabs-col:first-child {
    grid-column: 1/3;
  }
  .branch-Details {
    max-width: 550px;
    margin: 0 auto;
  }
  .contact-HQ-visual img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media screen and (min-width: 34.938em) {
  .Iframe--rekopujckaKalkulacka {
    height: 1000px !important;
  }
}
@media screen and (min-width: 46.25em) {
  .Iframe--rekopujckaKalkulacka {
    height: 750px !important;
  }
}
@media screen and (min-width: 48em) {
  img[data-src]:not(.u-noLazyFade),
  img[data-srcset]:not(.u-noLazyFade) {
    transition: opacity 0.5s ease-out;
  }
  .AdvantageList-item {
    width: calc(33.33% - 30px);
  }
  .AdvantageList-itemTitle {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .AdvantageList .VisualIcon {
    margin-bottom: 20px;
  }
  .AdvantageList--center .AdvantageList-item {
    text-align: center;
  }
  .AdvantageList--center .VisualIcon {
    margin-inline: auto;
  }
  .Alert--notice .Alert-title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .BannerCalculator-inner {
    padding-right: 40%;
  }
  .BannerCalculator-image {
    width: 40%;
  }
  .BannerFull-content p {
    font-size: 1.7rem;
  }
  .BannerFull-content {
    padding: 50px 40px;
    min-height: 300px;
  }
  .Button--footer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .Button--footer.Button--withArrow {
    padding-right: 50px;
  }
  .Button--footer.Button--withArrow:after {
    right: 20px;
  }
  .Button--footer.Button--withCustomIcon {
    padding-right: 50px;
  }
  .Button--footer.Button--withCustomIcon .Button-customIcon {
    right: 20px;
  }
  .Button--footerSocial {
    padding: 10px;
  }
  .Calculator {
    grid-template-columns: 3fr 2fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .Calculator .calculator-Output {
    grid-column: 2;
    grid-row: 1/3;
  }
  .ContactUs {
    grid-template-columns: 1.5fr 1fr;
  }
  .ContactUs-block {
    padding: 40px 20px;
  }
  .ContactUs-block--infoBdASvj {
    grid-column: 1/-1;
  }
  .ContactUs.has-map.has-contact:not(.has-banking) {
    grid-template-columns: 1fr;
  }
  .ContactUs.has-map.has-contact.has-banking:not(.has-online):not(.has-onlineBezneucty):not(.has-contactBdASvj):not(.has-contactDotaceBdASvj) {
    grid-template-columns: 1fr 1fr;
  }
  .ContactUs.has-map.has-contact.has-banking:not(.has-online):not(.has-onlineBezneucty):not(.has-contactBdASvj):not(.has-contactDotaceBdASvj) .ContactUs-block--map {
    grid-column: 1/3;
  }
  .ContactWithIcon--desktopInline {
    display: inline;
  }
  .ContactWithIcon--desktopInline .VisualIcon {
    width: 25px;
    height: 1em;
    display: inline-flex;
    position: relative;
  }
  .ContactWithIcon--desktopInline .VisualIcon img {
    position: absolute;
    height: 160%;
    width: 100%;
    top: -20%;
  }
  .Container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Container.is-pure {
    padding: 0;
  }
  .CopyToClipboard--supportCategory.is-active:before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1000%;
  }
  .DictionaryList-row--stacked {
    grid-template-columns: 1fr 2fr;
  }
  .Error404 {
    max-width: unset;
    flex-flow: row nowrap;
    gap: 2rem;
  }
  .Error404-content {
    max-width: 47.5rem;
  }
  .Error404-contentTitle {
    margin-bottom: 2rem;
  }
  .Error404-visual {
    flex: 0 1 50rem;
    width: unset;
  }
  .Error404-visual::before {
    padding-bottom: 120%;
  }
  .FixedTable--dotaceExample .u-colData {
    min-width: 165px;
  }
  .Footer-inner {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-areas: 'logo nav--1 nav--2 nav--3' 'social nav--1 nav--2 nav--3' 'servis nav--1 nav--2 nav--3' 'phone phone phone phone' 'copyright legal legal author';
  }
  .Footer-nav {
    padding-bottom: 20px;
  }
  .Footer-social {
    margin-right: 40px;
  }
  .Footer-servis {
    padding-bottom: 20px;
  }
  .Footer-copyright {
    padding-top: 30px;
    margin-right: 40px;
  }
  .Footer-legal {
    border-top: 1px solid #2a2c30;
    padding-top: 30px;
  }
  .Footer-author {
    border-top: 1px solid #2a2c30;
    padding-top: 30px;
  }
  .FormCloner-item {
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 40px;
    opacity: 0;
    animation: 1s showcloneritem forwards;
  }
  .FormCloner-remove {
    min-height: 54px;
  }
  .FormItem.is-vertical {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
  .FormItem.is-vertical .InputError {
    grid-column: 2;
  }
  .FormItem.is-fancylabel>.Label {
    margin-left: 19px;
  }
  .Input--textarea {
    padding-top: 30px;
  }
  .InputBirthVerify {
    gap: 10px;
  }
  .InputBirthVerify>* {
    height: 7.4rem;
  }
  .Label {
    font-size: 1.5rem;
  }
  .HashTag {
    font-size: 1.5rem;
  }
  .Header-inner {
    padding: 0 20px;
  }
  .Hero .HeroSlider {
    min-height: 500px;
  }
  .HeroSlider-card--fullscreen .HeroSlider-cardContent {
    padding-right: 0;
    color: #fff;
  }
  .HeroSlider-card--fullscreen .HeroSlider-cardContent::after {
    display: none;
  }
  .HeroSlider-card--fullscreen .HeroSlider-cardContent {
    width: 55.14705882352941%;
  }
  .HeroSlider-card--fullscreen .HeroSlider-img {
    width: 100%;
  }
  .HeroSlider-card--fullscreen .HeroSlider-img--arrows {
    width: 55.88235294117647%;
  }
  .HeroSlider-card--fullscreen.is-activenow ~ .HeroSlider-dots svg [data-bg] {
    stroke: rgba(255,255,255,0.2);
  }
  .HeroSlider-card--fullscreen.is-activenow ~ .HeroSlider-dots svg [data-progress] {
    stroke: #fff;
  }
  .HeroSlider-dots {
    width: 240px;
  }
  .InfoBlock {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .InternetServis-list {
    padding: 30px 40px;
  }
  .Lightbox .pswp__button--close {
    width: 50px;
    height: 50px;
  }
  .LinkCard-image {
    padding: 20px 25px;
    width: 130px;
    height: 80px;
  }
  .Mapick-mapOpener {
    padding: 40px;
    margin: 0 -20px 20px;
  }
  .MapickList {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .Modal-inner {
    padding: 40px;
  }
  .Modal-content {
    padding: 35px;
  }
  .Modal.is-pure .Modal-content {
    padding: 0;
  }
  .Modal-close {
    width: 50px;
    height: 50px;
    right: -25px;
    top: 30px;
  }
  .PageHeader--back .PageHeader-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 20px;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .PageHeader--visual .Breadcrumbs {
    padding: 13px 0;
  }
  .PageHeader--visual .PageHeader-inner {
    border-radius: 10px;
  }
  .RangeControl + .RangeControl {
    margin-top: 30px;
  }
  .Search-tip {
    top: calc(100% + 5px);
  }
  .Search--offcanvas {
    max-width: 1590px;
    margin: 0 auto;
    position: absolute;
    right: 25px;
    left: 0;
    top: 75px;
  }
  .Section--afterHeader {
    padding-top: 30px;
  }
  .SimpleMap-map {
    height: 300px;
    border-radius: 10px;
  }
  .Slider {
    margin: -5px -20px;
    padding: 5px 20px;
  }
  .SliderPoints-body {
    flex-flow: row nowrap;
  }
  .SliderPoints-visual {
    padding-top: 6rem;
  }
  .SliderPoints-visual::before {
    display: none;
  }
  .SliderPoints-visual .SliderPoints-slider {
    width: 54.601226993865026%;
  }
  .SliderPoints-sliderItem .Title {
    text-align: left;
  }
  .SliderPoints-content {
    padding: 6rem;
    padding-left: 0;
    align-items: flex-start;
    width: 35.661764705882355%;
  }
  .SliderPoints-counter {
    margin-top: 0;
    background-color: transparent;
    transform: none;
  }
  .Text ul,
  .Text ol {
    line-height: 1.6;
  }
  .Text ul ul,
  .Text ol ul,
  .Text ul ol,
  .Text ol ol {
    margin-top: 10px;
  }
  .Text li:not(:last-child) {
    margin-bottom: 12px;
  }
  .Text li li:not(:last-child) {
    margin-bottom: 8px;
  }
  .Text--listItemsSpread li {
    margin-bottom: 16px;
  }
  .Text--listItemsSpread li li {
    margin-bottom: 14px;
  }
  .Text--compact li {
    margin-bottom: 5px;
  }
  .Text--compact li li {
    margin-bottom: 6px;
  }
  .Text--snug ul,
  .Text--snug ol {
    line-height: 1.2;
  }
  .VariableHeader-inner {
    padding: 0 20px;
  }
  .article-Card-information {
    gap: 1rem;
  }
  .article-Card--box .article-Card-card {
    background: #f9f7f4;
    padding: 30px 20px;
    border-radius: 10px;
    border: none;
  }
  .article-Card--box .article-Card-title {
    font-weight: bold;
    line-height: 1.2;
  }
  .article-Card--withBorder .article-Card-card {
    padding: 4rem;
    border: 1px solid rgba(30,32,36,0.07);
    border-radius: 10px;
  }
  .article-Card--withTag .article-Card-information {
    margin-bottom: 3rem !important;
  }
  .article-Date {
    font-size: 1.4rem;
    opacity: 0.7;
  }
  .article-FaqBox {
    padding: 25px 30px;
  }
  .article-List {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .article-List>*:first-child {
    grid-column: 1/3;
  }
  .article-PressContact {
    grid-template-columns: 430fr 780fr;
  }
  .article-StepBox {
    padding: 25px 30px;
    display: flex;
    gap: 20px;
  }
  .article-StepBox-number {
    margin-bottom: 0;
  }
  .article-Testimonial {
    padding: 30px 35px;
  }
  .article-Testimonial-text {
    font-size: 1.8rem;
  }
  .block-Banner-contentHeading h2 {
    font-size: 2.4rem;
  }
  .block-Banner-contentHeading p {
    font-size: 1.7rem;
    line-height: 1.647058823529412;
  }
  .block-Banner--full .block-Banner-content {
    padding: 50px 20px;
    background-image: url("../img/modules/block/reko/background.svg");
    background-size: 90%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .block-CompareAccounts {
    grid-template-columns: 1fr 1fr;
  }
  .block-CompareAccounts-footer {
    grid-column: span 2;
  }
  .block-CompareStavebniSporeni-item {
    padding: 30px;
  }
  .block-ContentImage {
    display: grid;
    align-items: center;
    grid-template-columns: 460fr 780fr;
    gap: 8.823529411764707%;
  }
  .block-ContentImage-content {
    order: -1;
  }
  .block-ContentImage-image img {
    border-radius: 10px;
  }
  .block-DotacniPoradenstvi {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(30,32,36,0.07);
    padding: 10px;
    border-radius: 10px;
    grid-template-columns: 530fr 800fr;
  }
  .block-DotacniPoradenstvi-visual img {
    border-radius: 5px;
  }
  .block-PackageStavebniSporeni-block2 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .block-PackageStavebniSporeni-block2Separator {
    width: 10px;
    height: 100%;
  }
  .block-PackageStavebniSporeni-block2Item {
    padding: 30px 35px;
  }
  .block-RBU-layout {
    padding: 10px;
    border: 1px solid rgba(30,32,36,0.07);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .block-RBU-separator {
    width: 10px;
    height: 100%;
  }
  .block-RBU-block {
    padding: 30px 35px;
  }
  .block-RBU-footer {
    border-radius: 5px;
    margin-top: -40px;
  }
  .block-RekoHighlight {
    display: grid;
    grid-template-columns: 75% 1fr;
    gap: 20px;
  }
  .block-RekoHighlight .block-Highlight .Container {
    padding-bottom: 15px;
  }
  .block-RekoShifter-layout {
    display: grid;
    grid-template-columns: 390fr 900fr;
    gap: 5.147058823529411%;
    align-items: center;
  }
  .block-RekoShifter-imageShifter img {
    border-radius: 10px;
  }
  .block-RekoShifter-content {
    order: -1;
  }
  .block-RekoShifter-item {
    padding-bottom: 20px;
  }
  .block-RekoShifter-item--last {
    border-top: 1px solid rgba(30,32,36,0.07);
    padding-top: 20px;
    padding-left: 0;
    margin-left: 85px;
  }
  .block-Spolufinancovani {
    padding: 30px 20px;
    gap: 30px;
  }
  .block-Spolufinancovani-body {
    gap: 60px;
  }
  .block-SupportHighlight {
    padding: 50px;
  }
  .block-SvjDokumenty {
    padding: 50px 60% 50px 85px;
  }
  .block-SvjTabs-tab {
    text-align: center;
    min-width: 290px;
  }
  .block-UverZeStavebnihoSporeni {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(30,32,36,0.07);
    padding: 10px;
    border-radius: 10px;
    grid-template-columns: 480fr 800fr;
  }
  .block-UverZeStavebnihoSporeni-visual img {
    border-radius: 5px;
  }
  .branch-Hero {
    flex-flow: row nowrap;
    gap: 3rem;
  }
  .branch-Hero-visual {
    flex: 0 1 66.5rem;
    margin-inline: 0;
    border-radius: 10px;
  }
  .Modal--calculatorEmail .Modal-content {
    padding: 60px 60px;
  }
  .consultant-Details {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
    overflow: hidden;
  }
  .consultant-Details-visual {
    background: #fcfcfc;
    padding: 80px 75px;
  }
  .consultant-Details-content {
    padding: 60px 100px;
  }
  .consultant-Details--withImage {
    display: grid;
    grid-template-columns: 350fr 780fr;
  }
  .contact-CallUs {
    padding: 20px 0;
    color: #225b45;
    background: #e2f6ef;
    border-radius: 10px;
  }
  .contact-CallUs-phoneBlock {
    padding-left: 6em;
    position: relative;
  }
  .contact-CallUs .VisualIcon {
    background: #67d0ab;
    color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8em;
    font-size: 1.5em;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .contact-CallUs .Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-HQ {
    display: grid;
    align-items: center;
    gap: 11.029411764705882%;
    grid-template-columns: 550fr 660fr;
    grid-template-areas: 'main visual';
  }
  .contact-Search-main {
    padding: 50px 0 0 0;
    border-radius: 10px;
  }
  .contact-Search-tabs1 {
    margin: 0 10px;
    display: flex;
    gap: 1px;
  }
  .contact-Search-tabs2>* {
    min-width: 240px;
  }
  .contact-Search-searchControls {
    padding: 0 30px;
  }
  .contact-Search-quickies {
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .contact-Search-infoBlock {
    padding: 0 30px;
  }
  .contact-Search-quickiesBlock h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .contact-Search-quickiesList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .contact-Search-quickiesList a {
    flex: 1 0 200px;
    display: block;
    padding: 10px 0;
    border-top: 1px solid rgba(30,32,36,0.07);
  }
  .contact-SearchMobilePicker-choices,
  .contact-SearchMobilePicker-reset {
    display: none;
  }
  .contact-SearchTab1-trigger {
    justify-content: center;
    text-align: center;
    border-top-left-radius: 10px;
    padding: 10px 20px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../img/masks/tab.svg");
            mask-image: url("../img/masks/tab.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: top right;
            mask-position: top right;
  }
  .contact-SearchTab1-input:checked + .contact-SearchTab1-trigger {
    color: #1e2024;
  }
  .contact-SearchTab2-trigger {
    padding: 15px 20px;
  }
  .contactchange-ConfirmCheckbox {
    grid-template-columns: 30px 1fr;
  }
  .contactchange-DataList-section {
    padding: 30px 40px;
  }
  .contactchange-DataList-sectionRow {
    grid-template-columns: 200px 1fr;
  }
  .contactchange-Form {
    padding: 70px 60px;
  }
  .contactchange-Nav-number {
    min-height: 60px;
  }
  .contactchange-TextBox {
    padding: 50px;
  }
  .dream-EpisodeCard-layout {
    grid-template-columns: 500fr 780fr;
    gap: 20px;
  }
  .dream-EpisodeCard-content {
    padding: 40px;
  }
  .faq-CategoryForm .Select-choice {
    white-space: nowrap;
  }
  .house-Base-dot a {
    width: 2.6em;
    height: 2.6em;
    top: -1.3em;
    left: -1.3em;
    border: 5px solid #1e2024;
  }
  .house-GeneralInfo {
    padding: 10px 50px;
  }
  .job-CompanyStats {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 60px;
  }
  .job-CompanyStats-section--full {
    grid-column: 1/3;
  }
  .job-CompanyStats-section--full .job-CompanyStats-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .job-Experience-header {
    padding: 2.205882352941177% 2.205882352941177% 0;
  }
  .job-Experience-visual {
    padding: 2.941176470588235% 4.411764705882353% 4.411764705882353%;
  }
  .job-Experience-control {
    top: calc(50% - 40px);
  }
  .job-Experience-control--prev {
    left: -1.5rem;
  }
  .job-Experience-control--next {
    right: -1.5rem;
  }
  .job-Offers-filter {
    padding: 30px 25px;
  }
  .job-Start {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 'x1 visual x4' 'x2 visual x5' 'x3 visual x6';
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .management-PersonTable th,
  .management-PersonTable td {
    padding: 20px 30px;
  }
  .report-Document-page {
    margin-bottom: 40px;
  }
  .report-Document-message {
    margin: 30px auto;
  }
  .tab-AddressToggler {
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
  }
  .tab-AddressToggler.is-open {
    color: #1e2024;
  }
  .tab-Toggler {
    justify-content: center;
    text-align: center;
    border-top-left-radius: 10px;
    padding: 10px 20px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../img/masks/tab.svg");
            mask-image: url("../img/masks/tab.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: top right;
            mask-position: top right;
  }
  .tab-Toggler.is-open {
    color: #1e2024;
  }
  .taxresident-DataList-section {
    padding: 30px 40px;
  }
  .taxresident-DataList-section--filesonly dl {
    padding: 40px;
    background: #f9f7f4;
    border-radius: 10px;
  }
  .taxresident-DataList-section--filesonly .File {
    background: #fff;
  }
  .taxresident-DataList-section--formsLater dl {
    padding: 20px 40px;
    border: 1px solid rgba(30,32,36,0.07);
    border-radius: 10px;
  }
  .taxresident-DataList-section--formsLater dt,
  .taxresident-DataList-section--formsLater dd {
    background: none;
    padding: 20px 0;
  }
  .taxresident-DataList-section--formsLater .taxresident-DataList-sectionRow {
    flex-flow: column;
    display: flex;
  }
  .taxresident-DataList-section--formsLater dd {
    border-top: 1px solid rgba(30,32,36,0.07);
  }
  .taxresident-DataList-sectionRow {
    grid-template-columns: 200px 1fr;
  }
  .taxresident-Form {
    padding: 70px 60px;
  }
  .taxresident-Nav-bigitem {
    flex: 0 0 280px;
  }
  .taxresident-Nav-item {
    padding-right: 30px;
  }
  .taxresident-Nav-number {
    min-height: 60px;
  }
  .taxresident-TextBox {
    padding: 50px;
  }
  .toggle-FaqBlock>* {
    padding: 30px 40px;
  }
  .vocabulary-SectionList-list {
    display: grid;
    -moz-column-gap: 15px;
         column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .pageElektronickyVypis-Page .section-how-it-works--1 {
    padding-bottom: 20px !important;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row3 .right-column {
    width: 380px;
    margin-top: 50px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row4 .left-column {
    margin-top: 60px;
    width: 370px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7 .right-column {
    clear: none;
    margin: 0 auto;
    float: right;
  }
  .pageElektronickyVypis-Section h2 {
    padding-top: 20px;
  }
  .pageElektronickyVypis-Section h2 {
    font-size: 3.4rem;
    padding-top: 26px;
    height: 68px;
  }
  .pageElektronickyVypis-Step {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .pageElektronickyVypis-Step-text {
    width: 46%;
    margin-bottom: 0;
  }
  .pageElektronickyVypis-Step-text h3 {
    font-size: 2.8rem;
  }
  .pageElektronickyVypis-Step-image {
    width: 46%;
    margin-bottom: 0;
  }
  .pageElektronickyVypis-Step1 {
    margin-top: 6.25vw;
  }
  .pageElektronickyVypis-Step1 .pageElektronickyVypis-Step-text {
    order: 2;
  }
  .pageElektronickyVypis-Step1 .pageElektronickyVypis-Step-image {
    order: 1;
  }
  .pageElektronickyVypis-Step2 {
    margin: 0 auto;
    justify-content: center;
  }
  .pageElektronickyVypis-Step3 .pageElektronickyVypis-Step-image {
    order: 1;
    width: 65.625%;
  }
  .pageElektronickyVypis-Step3 .pageElektronickyVypis-Step-text {
    position: relative;
    order: 2;
    width: 34.375%;
    padding-bottom: 160px;
  }
  .pageElektronickyVypis-Step5 {
    justify-content: center;
  }
  .pageElektronickyVypis-Step5 .pageElektronickyVypis-Step-text {
    width: 100%;
    max-width: 770px;
    text-align: center;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pb-20 {
    padding-bottom: 20px !important;
  }
  .md\:pb-40 {
    padding-bottom: 40px !important;
  }
  .md\:pb-60 {
    padding-bottom: 60px !important;
  }
  .md\:pb-100 {
    padding-bottom: 100px !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  .md\:pt-30 {
    padding-top: 30px !important;
  }
  .md\:pt-60 {
    padding-top: 60px !important;
  }
  .md\:pt-100 {
    padding-top: 100px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:mb-15 {
    margin-bottom: 15px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:mb-50 {
    margin-bottom: 50px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:mb-80 {
    margin-bottom: 80px !important;
  }
  .md\:mb-100 {
    margin-bottom: 100px !important;
  }
  .md\:mt--20 {
    margin-top: -20px !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mt-3 {
    margin-top: 3px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mt-15 {
    margin-top: 15px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mt-50 {
    margin-top: 50px !important;
  }
  .md\:mt-80 {
    margin-top: 80px !important;
  }
  .md\:mt-100 {
    margin-top: 100px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .md\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .md\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .md\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .md\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .md\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .md\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .md\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .md\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .md\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .md\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .md\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .md\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .md\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .md\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .md\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .md\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .md\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .md\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .md\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .md\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .md\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .md\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .md\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .md\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .md\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .md\:w-full {
    width: 100% !important;
  }
  .md\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .md\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .md\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .md\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .md\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .md\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:gmb-0 {
    margin-bottom: 0px;
  }
  .md\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .md\:gmb-5 {
    margin-bottom: -5px;
  }
  .md\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .md\:gmb-10 {
    margin-bottom: -10px;
  }
  .md\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .md\:gmb-15 {
    margin-bottom: -15px;
  }
  .md\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .md\:gmb-30 {
    margin-bottom: -30px;
  }
  .md\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .Text--compact li {
    margin-bottom: 7px;
  }
  .Text--compact li li {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.9375em) {
  .Header-logo svg {
    height: 30px;
  }
  .Header-nav {
    height: 30px;
    gap: 5px;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .Hero .HeroSlider {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .block-SvjTabs-cols {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .block-SvjTabs-col:first-child {
    grid-row: 1/3;
  }
}
@media screen and (min-width: 64em) {
  body {
    font-size: 1.7rem;
  }
  .AdvantageList {
    gap: 40px;
  }
  .AdvantageList-item {
    width: calc(33.33% - 40px);
  }
  .Alert--notice .Alert-content {
    padding: 40px 120px;
  }
  .Alert--notice .Alert-content p {
    font-size: 1.8rem;
    line-height: 1.555555555555556;
  }
  .Alert--notice .Alert-title {
    font-size: 4rem;
    line-height: 1.2;
  }
  .Alert-close {
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
  }
  .Alert--notice .Alert-close {
    right: 25px;
    top: 25px;
  }
  .BannerCalculator-content {
    padding: 40px;
  }
  .BannerWide-content {
    padding: 40px;
  }
  .Breadcrumbs {
    font-size: 1.5rem;
  }
  .Breadcrumbs>* {
    margin-right: 40px;
  }
  .Breadcrumbs>*:first-child:before {
    font-size: 1.5rem;
  }
  .Breadcrumbs>*:after {
    right: -25px;
  }
  .Button--w350 {
    min-width: 35rem;
  }
  .Button--w250 {
    min-width: 25rem;
  }
  .Button--w200 {
    min-width: 20rem;
  }
  .ButtonFloater {
    bottom: 30px;
  }
  .ButtonFloater .TaggedButton {
    min-width: 320px;
  }
  .CellWithImage-inner {
    font-size: 2rem;
    padding: 40px 20px;
  }
  .ContactUs {
    grid-template-columns: 2fr 1fr;
  }
  .ContactUs.has-map.has-contact:not(.has-banking) {
    grid-template-columns: 2fr 1fr;
  }
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--contact .ContactWithIcon {
    font-size: 2.8rem;
  }
  .ContactUs.has-map.has-contact.has-banking {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--map {
    grid-row: 1/3;
  }
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--online,
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--onlineBezneucty,
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--contactBdASvj,
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--contactDotaceBdASvj {
    grid-row: 1/3;
  }
  .ContactUs.has-map.has-contact.has-banking:not(.has-online):not(.has-onlineBezneucty):not(.has-contactBdASvj):not(.has-contactDotaceBdASvj) {
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .ContactUs.has-map.has-contact.has-banking:not(.has-online):not(.has-onlineBezneucty):not(.has-contactBdASvj):not(.has-contactDotaceBdASvj) .ContactUs-block--map {
    grid-column: auto;
    grid-row: 1/3;
  }
  .Container.is-pure {
    padding: 0;
  }
  .DigiAppCard {
    padding: 50px;
  }
  .DocumentBox {
    padding: 10% 13.333333333333334%;
  }
  .FixedTable--dotaceExample .u-cellName>* {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .Alpha {
    font-size: calc(2.458100558659218vw + 0.282905027932961rem);
  }
  .Beta {
    font-size: calc(1.11731843575419vw + 1.05586592178771rem);
  }
  .Delta {
    font-size: 2rem;
  }
  .Gamma {
    font-size: calc(0.223463687150838vw + 1.971173184357542rem);
  }
  .Footer-inner {
    padding: 80px 20px;
    grid-template-areas: 'logo nav--1 nav--2 nav--3' 'social servis phone phone' 'copyright legal legal author';
  }
  .Footer-logo a {
    width: 256px;
  }
  .FooterPhone {
    align-items: center;
    gap: 20px;
  }
  .FooterPhone-text {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.125);
  }
  .BankRadio-trigger {
    padding: 40px 20px;
  }
  .Form-controls {
    padding-top: 30px;
  }
  .FormItem.is-accountnumber>.Input {
    letter-spacing: 2px;
    font-size: 32px;
    margin-top: 5px;
    height: 7.4rem;
  }
  .FormItem.is-desktopcenter>.CheckboxList,
  .FormItem.is-desktopcenter>.RadioList {
    justify-content: center;
  }
  .FormAppointmentBox {
    padding: 40px 40px 80px;
  }
  .Header {
    transition: 0.3s height cubic-bezier(0.15, 0.9, 0.4, 1);
    height: 100px;
  }
  html.is-scrolled .Header {
    height: 80px;
  }
  .HeroSlider-card--smallerTitle .Alpha {
    font-size: calc(2.346368715083799vw + -0.40268156424581rem);
  }
  .HeroSlider-card--fullscreen .HeroSlider-cardTitle {
    font-size: calc(3.575418994413408vw + -0.861229050279329rem);
  }
  .HeroSlider-cardContent {
    padding: 5.88235294117647% 30px 120px;
  }
  .HeroSlider-cardTag {
    right: -10px;
    align-self: flex-end;
    border-bottom-right-radius: 0;
  }
  .HeroSlider-cardTag:after {
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    content: '';
    display: inline-block;
    border-width: 6px 10px 0 0;
    border-color: transparent;
    border-top-color: #40c495;
    position: absolute;
    top: 100%;
    right: 0;
  }
  .HeroSlider-dots {
    bottom: 35px;
  }
  .Iframe--rekopujckaKalkulacka {
    height: 670px !important;
  }
  .InternetServis-footer {
    padding: 30px;
  }
  .LinkCard-card {
    padding: 30px 40px;
  }
  .Mapick {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
  }
  .Mapick-bubble {
    display: none;
  }
  .Mapick-map {
    height: calc(100vh - 100px);
  }
  .Mapick-footer {
    display: none;
  }
  .Mapick-mapOpener {
    display: none;
  }
  .MapickList {
    grid-template-columns: 1fr;
  }
  .PageHeader--simple .PageHeader-inner,
  .PageHeader--simpleBack .PageHeader-inner {
    padding: calc(2.793296089385475vw + 1.396648044692739px) calc(11.1731843575419vw + -94.41340782122904px);
  }
  .PageHeader--visual .PageHeader-visual {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .PageHeader--visual .PageHeader-content {
    margin-top: 40px;
  }
  .PageHeader--visual .PageHeader-main {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 450px;
  }
  .PageHeader--visual .PageHeader-tag {
    align-self: flex-end;
    margin-right: calc(-21.50943396226415% - 10px);
    border-bottom-right-radius: 0;
  }
  .PageHeader--visual .PageHeader-tag:after {
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    content: '';
    display: inline-block;
    border-width: 6px 10px 0 0;
    border-color: transparent;
    border-top-color: #143629;
    position: absolute;
    top: 100%;
    right: 0;
  }
  .PageHeader--full .PageHeader-inner {
    min-height: 570px;
  }
  .PageHeader--simple.PageHeader--shiftBottom .PageHeader-inner {
    padding-bottom: calc(2.793296089385475vw + 26.39664804469274px);
  }
  .PageHeader--simple.PageHeader--shiftBottomLarge .PageHeader-inner {
    padding-bottom: calc(2.793296089385475vw + 81.39664804469274px);
  }
  .PageHeaderControls {
    padding-top: 30px;
  }
  .PopupNav {
    transform-origin: 95% 5%;
    position: fixed;
    z-index: 10001;
    top: 10px;
    left: 10px;
    right: 10px;
    font-size: 1.5rem;
    transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1), 0.1s opacity ease-out, 0s visibility, 0.2s backdrop-filter 0.8s, 2s background 1s;
    color: #1e2024;
    display: grid;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
    padding: 50px 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'c0 c2 c4' 'c1 c3 c4';
    background: #f9f7f4;
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07), 0 0 50px 0 rgba(30,32,36,0.3);
    border-radius: 10px;
    max-width: 1880px;
    margin: 0 auto;
    max-height: calc(100% - 20px);
    overflow: auto;
  }
  .PopupNav-header {
    display: none;
  }
  .PopupNav-title {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .PopupNav-level1 {
    display: none;
  }
  .PopupNav-searchOpener {
    display: none;
  }
  .PopupNav .PopupNavOpener {
    position: absolute;
    top: 0;
    right: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 55px;
    height: 55px;
  }
  .PopupNav .Hamburger {
    width: 100%;
    height: 100%;
  }
  .PopupNav.is-open {
    background: rgba(249,247,244,0.9);
    backdrop-filter: blur(50px);
  }
  .PopupNav:not(.is-open) {
    transform: translateY(-20px);
    opacity: 0;
  }
  .Range-knob {
    width: 16px;
    height: 16px;
    border-width: 5px;
    top: -5px;
  }
  .RangeControl + .RangeControl {
    margin-top: 40px;
  }
  .Search-dropdown {
    margin-top: 30px;
  }
  .Search--offcanvas {
    right: 10px;
    top: 23px;
  }
  .Slider {
    gap: 27.5px;
  }
  .Tag {
    font-size: 1.4rem;
    line-height: 1.202;
  }
  .Tag-label {
    padding: 0.4em 0.8em;
  }
  .Title {
    font-size: calc(1.11731843575419vw + 1.05586592178771rem);
  }
  .Title {
    margin-bottom: 40px;
  }
  .Title--desktopLeft {
    text-align: left;
  }
  .VariableHeader {
    transition: 0.3s height cubic-bezier(0.15, 0.9, 0.4, 1);
    height: 100px;
  }
  .VariableHeader-inner {
    grid-template-columns: 1fr auto 1fr;
  }
  html.is-scrolled .VariableHeader {
    height: 80px;
  }
  .VisualIcon {
    width: 40px;
    height: 40px;
  }
  .VisualIcon--inBox {
    width: 60px;
    height: 60px;
  }
  .VisualIcon--inline {
    width: 1.3em;
    height: 1.3em;
  }
  .Wrapper {
    padding-top: 100px;
  }
  .article-Card-card {
    font-size: 2rem;
    padding: 40px 20px 40px 0;
  }
  .article-Card-information {
    align-items: center;
    flex-flow: row wrap;
  }
  .article-Card--box.article-Card--withDesktopArrow .article-Card-arrow {
    position: absolute;
    bottom: 0;
    right: 5.555555555555555%;
    width: 22.22222222222222%;
    margin-bottom: -5.555555555555555%;
  }
  .article-PressCard-header {
    min-height: 100px;
    padding: 19px 40px;
  }
  .article-PressCard-header img {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .article-PressCard-content {
    padding: 30px 40px 40px;
  }
  .article-PressContact-packages {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block-Banner-content {
    font-size: 2.4rem;
    padding: 50px 120px 50px 80px;
  }
  .block-Banner-content2 {
    padding: 50px 80px;
  }
  .block-Banner--seperator .block-Banner-content {
    padding: 50px 180px 50px 80px;
  }
  .block-CompareAccounts {
    gap: 30px;
  }
  .block-CompareAccounts-block {
    padding: 50px 40px;
  }
  .block-CompareStavebniSporeni-item {
    padding: 30px;
    flex: 0 0 320px;
  }
  .block-CompareStavebniSporeni-item--desktopTitles {
    flex: 1 1 50%;
  }
  .block-CompareStavebniSporeni-itemList {
    grid-template-rows: 9rem 6rem 6rem 6rem 6rem 9rem 6rem 6rem;
  }
  .block-CompareStavebniSporeni-itemRow dt {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .block-Highlight {
    padding: 50px 20px;
  }
  .block-Highlight2 {
    padding: calc(5.58659217877095vw + -37.20670391061452px) 0;
  }
  .block-LpStavebkoAkcniUrok-main {
    padding: calc(4.46927374301676vw + -15.765363128491622px) 0;
  }
  .block-RBU-layout {
    grid-template-columns: 1fr 1fr;
  }
  .block-Spolufinancovani {
    flex-flow: row nowrap;
  }
  .block-SvjDokumenty {
    text-align: left;
  }
  .block-SvjTabs-cols {
    grid-template-columns: 510fr 395fr 395fr;
    gap: 10px;
  }
  .block-SvjTabs-cols--twoCols {
    grid-template-columns: 1fr 1fr;
  }
  .branch-Card-list {
    row-gap: 12px;
  }
  .branch-Card[data-active='true'] .branch-Card-card,
  .branch-Card:hover .branch-Card-card {
    border-color: #fee600;
    background: #fdf8d5;
  }
  .branch-Card[data-hover='true'] .branch-Card-card,
  .branch-Card:hover .branch-Card-card {
    transform: translateY(-5px);
  }
  .branch-Details-row {
    grid-template-columns: 115fr 435fr;
  }
  .branch-Details-row--openingHours {
    grid-template-columns: 160fr 350fr;
  }
  .calculator-EmailLink-icon {
    width: 20px;
    height: 20px;
  }
  .calculator-EmailModal-successIcon {
    width: 100px;
    height: 100px;
  }
  .Modal--calculatorEmail .Modal-content {
    padding: 60px 120px;
  }
  .calculator-Output {
    padding: 60px 70px;
  }
  .consultant-Card-header img {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .consultant-Details-row {
    grid-template-columns: 130px auto;
  }
  .consultant-Details-row .VisualIcon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .contact-SearchTab1-trigger {
    font-size: 1.7rem;
    padding: 15px 20px;
  }
  .contactchange-DataList-sectionTitle {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .document-Aside {
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
    border-radius: 10px;
    padding: 30px 20px;
  }
  .document-Aside-link:not(.is-active):not(:hover) {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .document-Filter-inputs {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .document-Layout {
    display: grid;
    grid-template-columns: 350fr 930fr;
    gap: 20px;
  }
  .dream-EpisodeCard-layout {
    grid-template-columns: 380fr 780fr;
    gap: 40px;
  }
  .dream-Timeline-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dream-Timeline-inner:before {
    top: 54px;
  }
  .dream-Timeline-item:first-child {
    margin-left: auto;
  }
  .dream-Timeline-item:last-child {
    margin-right: auto;
  }
  .faq-Layout {
    display: grid;
    grid-template-columns: 830fr 350px;
    gap: 5.88235294117647%;
  }
  .house-Intro-text:hover {
    transform: translateY(-5px);
  }
  .house-Legend {
    display: none;
  }
  .job-CompanyStats-items {
    gap: 30px;
  }
  .job-Offers-items {
    gap: 10px;
    padding: 0 50px;
  }
  .management-DirectorCard-card {
    padding: 40px 30px;
  }
  .management-PersonCard-card {
    padding: 40px;
  }
  .management-Shareholder {
    padding: 60px;
  }
  .management-Shareholder-logo {
    padding: 30px;
  }
  .report-Document-message {
    margin: 50px auto;
  }
  .search-Aside {
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
    border-radius: 10px;
    padding: 30px 20px;
    background: #fff;
  }
  .search-Aside-link:not(.is-active) {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .search-Layout {
    display: grid;
    grid-template-columns: 350fr 930fr;
    gap: 20px;
  }
  .support-CategoryCard-title {
    min-height: 80px;
    padding: 20px 30px;
  }
  .support-CategoryCard-links {
    padding: 40px 30px 30px;
  }
  .tab-AddressToggler {
    font-size: 1.7rem;
    padding: 15px 50px 15px 40px;
  }
  .tab-ItemList {
    padding: 60px;
  }
  .tab-Toggler {
    font-size: 1.7rem;
    padding: 15px 50px 15px 40px;
  }
  .taxresident-DataList-sectionTitle {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .toggle-Toggler {
    padding: 30px 60px 30px 30px;
  }
  .toggle-Toggler:after {
    right: 30px;
    top: 50%;
    bottom: auto;
  }
  .toggle-DocumentAsideToggler-value {
    display: none;
  }
  .toggle-SendViaMailBlock>* {
    padding: 40px 20px;
  }
  .vocabulary-SectionList-list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .vocabulary-SectionList-item {
    padding: 40px 0;
  }
  .pageElektronickyVypis-Page .section-how-it-works--1 {
    padding-bottom: 0 !important;
  }
  .pageElektronickyVypis-Page .section-how-it-works--3 {
    padding-top: 0 !important;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row3 .right-column {
    width: 330px;
    margin-top: 50px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row3:before {
    content: '';
    display: block;
    width: 453px;
    height: 163px;
    background-image: url("../img/pages/elektronicky-vypis/3.png");
    position: absolute;
    top: 307px;
    left: 237px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row4:before {
    content: '';
    display: block;
    width: 437px;
    height: 146px;
    background-image: url("../img/pages/elektronicky-vypis/4.png");
    position: absolute;
    top: 293px;
    left: 231px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row5 {
    padding: 145px 0 50px 0;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row6 {
    padding-top: 50px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row6 .left-column {
    margin-top: 114px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row6 .right-column {
    width: 330px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row6 .right-column img {
    margin-left: -40px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row6:after {
    content: '';
    display: block;
    width: 352px;
    height: 91px;
    background-image: url("../img/pages/elektronicky-vypis/6.png");
    position: absolute;
    top: 304px;
    left: 217px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7 {
    padding-top: 50px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7 .left-column {
    width: 52%;
    margin-top: 14px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7 .right-column {
    width: 330px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7 .right-column img {
    margin-left: -40px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7:after {
    content: '';
    display: block;
    width: 365px;
    height: 64px;
    background-image: url("../img/pages/elektronicky-vypis/9.png");
    position: absolute;
    top: 194px;
    left: 237px;
  }
  .pageElektronickyVypis-Section .row1 {
    padding-top: 95px;
  }
  .pageElektronickyVypis-Section .row1 .right-column {
    width: 365px;
  }
  .pageElektronickyVypis-Section .row1 .right-column h3 {
    margin-top: 140px;
  }
  .pageElektronickyVypis-Section .row2 .left-column {
    float: left;
    width: 480px;
  }
  .pageElektronickyVypis-Section .row2 .left-column h3 {
    margin-top: 105px;
  }
  .pageElektronickyVypis-Section .row3 {
    padding-top: 80px;
  }
  .pageElektronickyVypis-Section .row3 .right-column h3 {
    margin-top: 80px;
  }
  .pageElektronickyVypis-Section .row4 {
    padding-top: 120px;
  }
  .pageElektronickyVypis-Section .row4 .left-column {
    width: 450px;
  }
  .pageElektronickyVypis-Section .row5 {
    padding: 155px 0 0 0;
  }
  .pageElektronickyVypis-Section .row5 .right-column {
    width: 450px;
  }
  .pageElektronickyVypis-Section .row5 .right-column h3 {
    margin-top: 60px;
  }
  .pageElektronickyVypis-Step1 {
    padding-top: 0;
    align-items: flex-start;
  }
  .pageElektronickyVypis-Step1 .pageElektronickyVypis-Step-text {
    padding-left: 100px;
  }
  .pageElektronickyVypis-Step1 .pageElektronickyVypis-Step-image {
    padding-top: 10px;
  }
  .pageElektronickyVypis-Step1 img {
    margin-left: -40px;
    max-width: none;
  }
  .pageElektronickyVypis-Step1:before {
    content: '';
    display: block;
    width: 162px;
    height: 98px;
    background-image: url("../img/pages/elektronicky-vypis/1.png");
    position: absolute;
    top: 15px;
    right: 355px;
  }
  .pageElektronickyVypis-Step1:after {
    content: '';
    display: block;
    width: 70px;
    height: 138px;
    background-image: url("../img/pages/elektronicky-vypis/7.png");
    position: absolute;
    bottom: -65px;
    right: 197px;
  }
  .pageElektronickyVypis-Step2 {
    margin: 70px auto 0 auto;
  }
  .pageElektronickyVypis-Step2:before {
    content: '';
    display: block;
    width: 234px;
    height: 131px;
    background-image: url("../img/pages/elektronicky-vypis/2.png");
    position: absolute;
    top: -144px;
    left: 289px;
  }
  .pageElektronickyVypis-Step3 .pageElektronickyVypis-Step-text:after {
    content: '';
    display: block;
    width: 453px;
    height: 163px;
    background-image: url("../img/pages/elektronicky-vypis/3.png");
    right: 60%;
    position: absolute;
    bottom: 3%;
  }
  .pageElektronickyVypis-Step4 .pageElektronickyVypis-Step-image {
    width: 52.083333333333336%;
  }
  .pageElektronickyVypis-Step4 .pageElektronickyVypis-Step-text {
    width: 38.54166666666667%;
  }
  .pageElektronickyVypis-Step4 .pageElektronickyVypis-Step-text:after {
    display: block;
    content: '';
    width: 437px;
    height: 146px;
    background-image: url("../img/pages/elektronicky-vypis/4.png");
    position: absolute;
    bottom: 0;
    left: 18%;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }
  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }
  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }
  .lg\:pb-100 {
    padding-bottom: 100px !important;
  }
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pt-30 {
    padding-top: 30px !important;
  }
  .lg\:pt-60 {
    padding-top: 60px !important;
  }
  .lg\:pt-100 {
    padding-top: 100px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }
  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }
  .lg\:mb-15 {
    margin-bottom: 15px !important;
  }
  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }
  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }
  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }
  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }
  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }
  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }
  .lg\:mb-100 {
    margin-bottom: 100px !important;
  }
  .lg\:mt--20 {
    margin-top: -20px !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mt-3 {
    margin-top: 3px !important;
  }
  .lg\:mt-5 {
    margin-top: 5px !important;
  }
  .lg\:mt-10 {
    margin-top: 10px !important;
  }
  .lg\:mt-15 {
    margin-top: 15px !important;
  }
  .lg\:mt-20 {
    margin-top: 20px !important;
  }
  .lg\:mt-30 {
    margin-top: 30px !important;
  }
  .lg\:mt-40 {
    margin-top: 40px !important;
  }
  .lg\:mt-50 {
    margin-top: 50px !important;
  }
  .lg\:mt-80 {
    margin-top: 80px !important;
  }
  .lg\:mt-100 {
    margin-top: 100px !important;
  }
  .lg\:mr-5 {
    margin-right: 5px !important;
  }
  .lg\:mr-10 {
    margin-right: 10px !important;
  }
  .lg\:mr-20 {
    margin-right: 20px !important;
  }
  .lg\:ml-5 {
    margin-left: 5px !important;
  }
  .lg\:ml-10 {
    margin-left: 10px !important;
  }
  .lg\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .lg\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .lg\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .lg\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .lg\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .lg\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .lg\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .lg\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .lg\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .lg\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .lg\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .lg\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .lg\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .lg\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .lg\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .lg\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .lg\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .lg\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .lg\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .lg\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .lg\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .lg\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .lg\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .lg\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .lg\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .lg\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .lg\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .lg\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .lg\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .lg\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lg\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .lg\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:gmb-0 {
    margin-bottom: 0px;
  }
  .lg\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .lg\:gmb-5 {
    margin-bottom: -5px;
  }
  .lg\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .lg\:gmb-10 {
    margin-bottom: -10px;
  }
  .lg\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .lg\:gmb-15 {
    margin-bottom: -15px;
  }
  .lg\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .lg\:gmb-30 {
    margin-bottom: -30px;
  }
  .lg\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) {
  .PopupNav {
    left: 310px;
    max-width: 1580px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-areas: 'c0 c2 c4' 'c1 c3 c4';
  }
}
@media screen and (min-width: 64em) and (min-width: 120em) {
  .PopupNav {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .block-RBU-visual {
    grid-row: 1/4;
  }
  .block-RBU-separator {
    width: 100%;
    height: 10px;
  }
}
@media screen and (min-width: 75em) {
  .AdvantageList {
    gap: 60px;
  }
  .AdvantageList--fourColumns .AdvantageList-item {
    width: calc(25% - 60px);
  }
  .Banner-inner {
    min-height: 540px;
  }
  .Banner-content {
    padding: 50px 40px;
  }
  .Box {
    padding: 30px 40px;
  }
  .Calculator {
    grid-template-columns: 680fr 550fr;
    -moz-column-gap: 9.558823529411764%;
         column-gap: 9.558823529411764%;
  }
  .ContactUs-block--accounts .VisualIcon,
  .ContactUs-block--contact .VisualIcon,
  .ContactUs-block--contactBdASvj .VisualIcon,
  .ContactUs-block--contactDotaceBdASvj .VisualIcon {
    margin: 0 0 10px;
  }
  .ContactUs--stavebniSporeni .SearchControl {
    min-width: 250px;
  }
  .Footer-nav {
    padding-bottom: 60px;
  }
  .Footer-social {
    flex-flow: row;
    justify-content: space-between;
    margin-right: 9.926470588235293%;
    padding-bottom: 40px;
  }
  .Footer-servis {
    padding-bottom: 40px;
  }
  .Footer-copyright {
    margin-right: 9.926470588235293%;
  }
  .Header-logo {
    margin-right: 0;
  }
  .Hero {
    display: grid;
    grid-template-columns: 1360fr 430fr;
    gap: 5px;
  }
  .HeroAside {
    display: flex;
    flex-flow: column;
    gap: 0;
    padding: 0;
  }
  .HeroAside-banner {
    font-size: 1.9rem;
    margin: 5px 20px;
  }
  .HeroAside-banner:first-of-type {
    margin-top: 20px;
  }
  .HeroAside-banner:last-of-type {
    margin-bottom: 20px;
  }
  .HeroSlider {
    border-radius: 10px;
  }
  .HeroSlider-img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .HeroSlider-card--fullscreen .HeroSlider-img {
    border-radius: 10px;
  }
  .HeroSlider-cardContent {
    padding-left: 6.61764705882353%;
    padding-right: 6.61764705882353%;
  }
  .HeroSlider-cardContent:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .HeroSlider-cardTag {
    padding: 13px 20px;
  }
  .HeroSlider-cardTag--star {
    width: 20rem;
    height: 18.3rem;
    font-size: 2rem;
  }
  .HeroSlider-dots {
    bottom: 75px;
    left: 6.61764705882353%;
  }
  .Iframe--rekopujckaKalkulacka {
    height: 600px !important;
  }
  .LinkCard-header {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .Mapick {
    grid-template-columns: 1fr 1fr;
  }
  .Modal-content {
    padding: 60px 60px;
    font-size: 1.7rem;
  }
  .Modal.is-pure .Modal-content {
    padding: 0;
  }
  .PageHeader--visual {
    padding: 0 15px;
  }
  .PageHeader--visual .PageHeader-main {
    min-height: 520px;
  }
  .PageHeader--visual .PageHeader-tag {
    padding: 13px 20px;
    margin-top: -33px;
  }
  .PageHeader--visual .PageHeader-tag--star {
    width: 20rem;
    height: 18.3rem;
    font-size: 2rem;
  }
  .PageHeaderControls {
    margin-top: 15.09433962264151%;
  }
  .Section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .Section--bare {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Section--slim {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Section--fat {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .Section--appended {
    padding-top: 0;
  }
  .Section--prepended {
    padding-bottom: 0;
  }
  .Section--afterHeader {
    padding-top: 40px;
  }
  .VariableHeader-logo {
    margin-right: 0;
  }
  .VariableHeader-nav {
    gap: 25px;
  }
  .article-Card-title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .article-Card-footer {
    padding-top: 60px;
  }
  .article-Card--box .article-Card-card {
    padding: 50px;
  }
  .article-Card--box .article-Card-date {
    margin-bottom: 20px;
  }
  .article-Detail-perex {
    margin-left: -60px;
    margin-right: -60px;
    padding: 30px 60px;
    font-size: 2rem;
  }
  .article-List {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
  .article-PressContact {
    gap: 11.029411764705882%;
  }
  .article-PressContact-packages {
    padding: 80px 70px;
  }
  .block-CompareStavebniSporeni {
    gap: 30px;
  }
  .block-ContentImage-content {
    display: flex;
    gap: 25px;
  }
  .block-PackageStavebniSporeni-block2Item {
    padding: 40px 13.924050632911392% 70px;
  }
  .block-RBU-layout {
    grid-template-columns: 550fr 395fr auto 395fr;
  }
  .block-RBU-block {
    padding: 40px 13.924050632911392% 70px;
  }
  .block-SvjDokumenty {
    padding: 100px 60% 100px 85px;
  }
  .block-SvjTabs-col {
    padding: 40px 50px;
  }
  .branch-Card-header {
    padding: 40px 40px 15px;
  }
  .branch-Card-content {
    padding: 0 40px 40px;
  }
  .document-Filter-fieldset {
    padding: 10px 30px;
    display: grid;
    gap: 50px;
    grid-template-columns: 120px 1fr;
  }
  .job-Line--3 {
    margin-top: -13%;
    margin-bottom: -5%;
  }
  .job-Line--4 {
    margin-top: -7%;
    margin-bottom: -12%;
  }
  .job-Line--5 {
    margin-top: -4%;
    margin-bottom: -5%;
  }
  .job-Start {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .report-Document-page {
    height: 871px;
  }
  .subsidy-ArticleDetail-image {
    margin-left: -60px;
    margin-right: -60px;
    width: calc(100% + 120px);
    max-width: calc(100% + 120px);
  }
  .subsidy-ArticleDetail-perex {
    margin-left: -60px;
    margin-right: -60px;
    padding: 30px 60px;
  }
  .subsidy-ArticleDetail-image + .subsidy-ArticleDetail-perex {
    padding-top: 40px;
  }
  .subsidy-ArticleDetail-footer {
    padding: 60px 60px 0;
    margin-left: -60px;
    margin-right: -60px;
  }
  .toggle-DocumentFilterBlock {
    max-height: 100% !important;
  }
  .toggle-DocumentFilterToggler-value {
    display: none;
  }
  .pageElektronickyVypis-Step1 {
    margin-top: 75px;
  }
  .pageElektronickyVypis-Step3 .pageElektronickyVypis-Step-text {
    padding-bottom: 140px;
  }
  .pageElektronickyVypis-Step3 .pageElektronickyVypis-Step-text:after {
    bottom: -25px;
  }
  .xl\:hidden {
    display: none !important;
  }
  .xl\:text-center {
    text-align: center;
  }
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xl\:pb-100 {
    padding-bottom: 100px !important;
  }
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  .xl\:pt-30 {
    padding-top: 30px !important;
  }
  .xl\:pt-60 {
    padding-top: 60px !important;
  }
  .xl\:pt-100 {
    padding-top: 100px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xl\:mb-100 {
    margin-bottom: 100px !important;
  }
  .xl\:mt--20 {
    margin-top: -20px !important;
  }
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  .xl\:mt-3 {
    margin-top: 3px !important;
  }
  .xl\:mt-5 {
    margin-top: 5px !important;
  }
  .xl\:mt-10 {
    margin-top: 10px !important;
  }
  .xl\:mt-15 {
    margin-top: 15px !important;
  }
  .xl\:mt-20 {
    margin-top: 20px !important;
  }
  .xl\:mt-30 {
    margin-top: 30px !important;
  }
  .xl\:mt-40 {
    margin-top: 40px !important;
  }
  .xl\:mt-50 {
    margin-top: 50px !important;
  }
  .xl\:mt-80 {
    margin-top: 80px !important;
  }
  .xl\:mt-100 {
    margin-top: 100px !important;
  }
  .xl\:mr-5 {
    margin-right: 5px !important;
  }
  .xl\:mr-10 {
    margin-right: 10px !important;
  }
  .xl\:mr-20 {
    margin-right: 20px !important;
  }
  .xl\:ml-5 {
    margin-left: 5px !important;
  }
  .xl\:ml-10 {
    margin-left: 10px !important;
  }
  .xl\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .xl\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .xl\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .xl\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .xl\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xl\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .xl\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .xl\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .xl\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .xl\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .xl\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .xl\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .xl\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xl\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .xl\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .xl\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .xl\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .xl\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .xl\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .xl\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .xl\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .xl\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .xl\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .xl\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .xl\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xl\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .xl\:w-full {
    width: 100% !important;
  }
  .xl\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .xl\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .xl\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .xl\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .xl\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .xl\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xl\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .xl\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:gmb-0 {
    margin-bottom: 0px;
  }
  .xl\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .xl\:gmb-5 {
    margin-bottom: -5px;
  }
  .xl\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .xl\:gmb-10 {
    margin-bottom: -10px;
  }
  .xl\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .xl\:gmb-15 {
    margin-bottom: -15px;
  }
  .xl\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .xl\:gmb-30 {
    margin-bottom: -30px;
  }
  .xl\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 87.5em) {
  .BannerFull-content {
    font-size: 2.4rem;
  }
  .BannerWide-inner {
    min-height: 540px;
  }
  .ContactUs {
    gap: 30px;
  }
  .ContactUs-block {
    padding: 40px;
  }
  .ContactUs-block--map .SvgMap {
    height: 300px;
  }
  .ContactUs-block--accounts .ContactWithIcon,
  .ContactUs-block--contact .ContactWithIcon,
  .ContactUs-block--contactBdASvj .ContactWithIcon,
  .ContactUs-block--contactDotaceBdASvj .ContactWithIcon {
    text-align: left;
    font-size: 2.4rem;
  }
  .ContactUs.has-map.has-contact:not(.has-banking) {
    gap: 30px;
    grid-template-columns: 2fr 1fr;
  }
  .Container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .FixedTable th,
  .FixedTable td {
    padding: 15px 30px;
  }
  .Footer-nav--1 {
    font-size: 2rem;
  }
  .Header-inner {
    padding: 0 60px;
  }
  .Hero {
    gap: 30px;
  }
  .HeroAside-banner {
    min-height: 120px;
    padding: 25px 150px 25px 30px;
  }
  .HeroAside--5 .HeroAside-banner {
    min-height: 100px;
  }
  .HeroSlider-img {
    width: 53.67647058823529%;
  }
  .HeroSlider-card--fullscreen .HeroSlider-cardContent {
    width: 58.82352941176471%;
  }
  .HeroSlider-card--fullscreen .HeroSlider-img--arrows {
    width: 53.67647058823529%;
  }
  .HeroSlider-cardContent {
    width: 46.32352941176471%;
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .HeroSlider-cardTag--star {
    left: 47.794117647058826%;
  }
  .Mapick {
    gap: 40px;
  }
  .MapickList {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .PageHeader--visual .PageHeader-main {
    min-height: 620px;
  }
  .Search--offcanvas {
    right: 20px;
    top: 23px;
  }
  .VariableHeader-inner {
    padding: 0 60px;
  }
  .article-Card--box .article-Card-title {
    font-size: 3.2rem;
  }
  .article-Card--box.article-Card--withDesktopArrow .article-Card-card {
    padding-right: 27.77777777777778%;
  }
  .document-Layout {
    gap: 6.25%;
  }
  .house-Intro-text {
    margin-top: 20px;
    position: absolute;
    right: -5%;
    top: 0;
    max-width: 25%;
  }
  .search-Layout {
    gap: 6.25%;
  }
  .xxl\:hidden {
    display: none !important;
  }
  .xxl\:text-center {
    text-align: center;
  }
  .xxl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xxl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xxl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xxl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xxl\:pb-100 {
    padding-bottom: 100px !important;
  }
  .xxl\:pt-0 {
    padding-top: 0px !important;
  }
  .xxl\:pt-30 {
    padding-top: 30px !important;
  }
  .xxl\:pt-60 {
    padding-top: 60px !important;
  }
  .xxl\:pt-100 {
    padding-top: 100px !important;
  }
  .xxl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xxl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xxl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xxl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xxl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xxl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xxl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xxl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xxl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xxl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xxl\:mb-100 {
    margin-bottom: 100px !important;
  }
  .xxl\:mt--20 {
    margin-top: -20px !important;
  }
  .xxl\:mt-0 {
    margin-top: 0px !important;
  }
  .xxl\:mt-3 {
    margin-top: 3px !important;
  }
  .xxl\:mt-5 {
    margin-top: 5px !important;
  }
  .xxl\:mt-10 {
    margin-top: 10px !important;
  }
  .xxl\:mt-15 {
    margin-top: 15px !important;
  }
  .xxl\:mt-20 {
    margin-top: 20px !important;
  }
  .xxl\:mt-30 {
    margin-top: 30px !important;
  }
  .xxl\:mt-40 {
    margin-top: 40px !important;
  }
  .xxl\:mt-50 {
    margin-top: 50px !important;
  }
  .xxl\:mt-80 {
    margin-top: 80px !important;
  }
  .xxl\:mt-100 {
    margin-top: 100px !important;
  }
  .xxl\:mr-5 {
    margin-right: 5px !important;
  }
  .xxl\:mr-10 {
    margin-right: 10px !important;
  }
  .xxl\:mr-20 {
    margin-right: 20px !important;
  }
  .xxl\:ml-5 {
    margin-left: 5px !important;
  }
  .xxl\:ml-10 {
    margin-left: 10px !important;
  }
  .xxl\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .xxl\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .xxl\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .xxl\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .xxl\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xxl\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .xxl\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .xxl\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .xxl\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .xxl\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .xxl\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .xxl\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .xxl\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xxl\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .xxl\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .xxl\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .xxl\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .xxl\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .xxl\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .xxl\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .xxl\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .xxl\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .xxl\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .xxl\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .xxl\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xxl\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .xxl\:w-full {
    width: 100% !important;
  }
  .xxl\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .xxl\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .xxl\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .xxl\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .xxl\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .xxl\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xxl\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .xxl\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xxl\:gmb-0 {
    margin-bottom: 0px;
  }
  .xxl\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .xxl\:gmb-5 {
    margin-bottom: -5px;
  }
  .xxl\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .xxl\:gmb-10 {
    margin-bottom: -10px;
  }
  .xxl\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .xxl\:gmb-15 {
    margin-bottom: -15px;
  }
  .xxl\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .xxl\:gmb-30 {
    margin-bottom: -30px;
  }
  .xxl\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 120em) {
  .Alpha {
    font-size: 5rem;
  }
  .Beta {
    font-size: 3.2rem;
  }
  .Gamma {
    font-size: 2.4rem;
  }
  .Footer-inner {
    grid-template-columns: 570fr 350fr 340fr auto;
    padding: 100px 60px;
  }
  .Header-nav {
    gap: 25px;
  }
  .HeroSlider-card--smallerTitle .Alpha {
    font-size: 4.1rem;
  }
  .HeroSlider-card--fullscreen .HeroSlider-cardTitle {
    font-size: 6rem;
  }
  .HeroSlider-dots {
    left: 90px;
  }
  .PageHeader--simple,
  .PageHeader--simpleBack {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .PageHeader--simple .PageHeader-inner,
  .PageHeader--simpleBack .PageHeader-inner {
    padding: 55px 120px;
  }
  .PageHeader--visual .PageHeader-main {
    padding: 110px 120px 110px 130px;
  }
  .PageHeader--visual .PageHeader-tag {
    margin-right: -130px;
  }
  .PageHeader--simple.PageHeader--shiftBottom .PageHeader-inner {
    padding-bottom: 80px;
  }
  .PageHeader--simple.PageHeader--shiftBottomLarge .PageHeader-inner {
    padding-bottom: 135px;
  }
  .Section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .Section--bare {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Section--slim {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Section--fat {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .Section--appended {
    padding-top: 0;
  }
  .Section--prepended {
    padding-bottom: 0;
  }
  .Section--afterHeader {
    padding-top: 60px;
  }
  .Title {
    font-size: 3.2rem;
  }
  .block-Highlight2 {
    padding: 70px 0;
  }
  .block-LpStavebkoAkcniUrok-main {
    padding: 70px 0;
  }
  .house-Intro-text {
    padding: 50px;
    max-width: 30%;
    right: -15%;
  }
  .xxxl\:hidden {
    display: none !important;
  }
  .xxxl\:text-center {
    text-align: center;
  }
  .xxxl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xxxl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xxxl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xxxl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xxxl\:pb-100 {
    padding-bottom: 100px !important;
  }
  .xxxl\:pt-0 {
    padding-top: 0px !important;
  }
  .xxxl\:pt-30 {
    padding-top: 30px !important;
  }
  .xxxl\:pt-60 {
    padding-top: 60px !important;
  }
  .xxxl\:pt-100 {
    padding-top: 100px !important;
  }
  .xxxl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xxxl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xxxl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xxxl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xxxl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xxxl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xxxl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xxxl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xxxl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xxxl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xxxl\:mb-100 {
    margin-bottom: 100px !important;
  }
  .xxxl\:mt--20 {
    margin-top: -20px !important;
  }
  .xxxl\:mt-0 {
    margin-top: 0px !important;
  }
  .xxxl\:mt-3 {
    margin-top: 3px !important;
  }
  .xxxl\:mt-5 {
    margin-top: 5px !important;
  }
  .xxxl\:mt-10 {
    margin-top: 10px !important;
  }
  .xxxl\:mt-15 {
    margin-top: 15px !important;
  }
  .xxxl\:mt-20 {
    margin-top: 20px !important;
  }
  .xxxl\:mt-30 {
    margin-top: 30px !important;
  }
  .xxxl\:mt-40 {
    margin-top: 40px !important;
  }
  .xxxl\:mt-50 {
    margin-top: 50px !important;
  }
  .xxxl\:mt-80 {
    margin-top: 80px !important;
  }
  .xxxl\:mt-100 {
    margin-top: 100px !important;
  }
  .xxxl\:mr-5 {
    margin-right: 5px !important;
  }
  .xxxl\:mr-10 {
    margin-right: 10px !important;
  }
  .xxxl\:mr-20 {
    margin-right: 20px !important;
  }
  .xxxl\:ml-5 {
    margin-left: 5px !important;
  }
  .xxxl\:ml-10 {
    margin-left: 10px !important;
  }
  .xxxl\:w-1\/5 {
    flex-basis: auto !important;
    width: 20% !important;
  }
  .xxxl\:w-2\/5 {
    flex-basis: auto !important;
    width: 40% !important;
  }
  .xxxl\:w-3\/5 {
    flex-basis: auto !important;
    width: 60% !important;
  }
  .xxxl\:w-4\/5 {
    flex-basis: auto !important;
    width: 80% !important;
  }
  .xxxl\:w-5\/5 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xxxl\:w-1\/8 {
    flex-basis: auto !important;
    width: 12.5% !important;
  }
  .xxxl\:w-2\/8 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .xxxl\:w-3\/8 {
    flex-basis: auto !important;
    width: 37.5% !important;
  }
  .xxxl\:w-4\/8 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .xxxl\:w-5\/8 {
    flex-basis: auto !important;
    width: 62.5% !important;
  }
  .xxxl\:w-6\/8 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .xxxl\:w-7\/8 {
    flex-basis: auto !important;
    width: 87.5% !important;
  }
  .xxxl\:w-8\/8 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xxxl\:w-1\/12 {
    flex-basis: auto !important;
    width: 8.333333333333332% !important;
  }
  .xxxl\:w-2\/12 {
    flex-basis: auto !important;
    width: 16.666666666666664% !important;
  }
  .xxxl\:w-3\/12 {
    flex-basis: auto !important;
    width: 25% !important;
  }
  .xxxl\:w-4\/12 {
    flex-basis: auto !important;
    width: 33.33333333333333% !important;
  }
  .xxxl\:w-5\/12 {
    flex-basis: auto !important;
    width: 41.66666666666667% !important;
  }
  .xxxl\:w-6\/12 {
    flex-basis: auto !important;
    width: 50% !important;
  }
  .xxxl\:w-7\/12 {
    flex-basis: auto !important;
    width: 58.333333333333336% !important;
  }
  .xxxl\:w-8\/12 {
    flex-basis: auto !important;
    width: 66.66666666666666% !important;
  }
  .xxxl\:w-9\/12 {
    flex-basis: auto !important;
    width: 75% !important;
  }
  .xxxl\:w-10\/12 {
    flex-basis: auto !important;
    width: 83.33333333333334% !important;
  }
  .xxxl\:w-11\/12 {
    flex-basis: auto !important;
    width: 91.66666666666666% !important;
  }
  .xxxl\:w-12\/12 {
    flex-basis: auto !important;
    width: 100% !important;
  }
  .xxxl\:w-auto {
    flex-basis: auto !important;
    width: auto !important;
  }
  .xxxl\:w-full {
    width: 100% !important;
  }
  .xxxl\:gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .xxxl\:gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .xxxl\:gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .xxxl\:gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .xxxl\:gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .xxxl\:gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xxxl\:gap-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .xxxl\:gap-120 > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xxxl\:gmb-0 {
    margin-bottom: 0px;
  }
  .xxxl\:gmb-0 > * {
    margin-bottom: 0px;
  }
  .xxxl\:gmb-5 {
    margin-bottom: -5px;
  }
  .xxxl\:gmb-5 > * {
    margin-bottom: 5px;
  }
  .xxxl\:gmb-10 {
    margin-bottom: -10px;
  }
  .xxxl\:gmb-10 > * {
    margin-bottom: 10px;
  }
  .xxxl\:gmb-15 {
    margin-bottom: -15px;
  }
  .xxxl\:gmb-15 > * {
    margin-bottom: 15px;
  }
  .xxxl\:gmb-30 {
    margin-bottom: -30px;
  }
  .xxxl\:gmb-30 > * {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 119.9375em) {
  .Header {
    font-size: 15px;
  }
  .SectionDotacniPoradenstviHouse .Container {
    max-width: 1100px;
  }
  .xxlMax\:hidden {
    display: none !important;
  }
  .xxlMax\:text-center {
    text-align: center;
  }
}
@media screen and (max-width: 87.4375em) {
  .Header-logo {
    height: 30px;
  }
  .PopupNavOpener--header span {
    display: none;
  }
  .VariableHeader-logo svg {
    height: 30px;
  }
  .house-Intro-text {
    margin: 0 auto;
    text-align: center;
  }
  .xlMax\:hidden {
    display: none !important;
  }
  .xlMax\:text-center {
    text-align: center;
  }
}
@media screen and (max-width: 74.9375em) {
  .ContactUs-block--accounts,
  .ContactUs-block--contact,
  .ContactUs-block--contactBdASvj,
  .ContactUs-block--contactDotaceBdASvj {
    text-align: center;
  }
  .ContactUs-block--online .ContactUs-blockTitle {
    text-align: center;
  }
  .ContactUs-block--onlineBezneucty {
    text-align: center;
  }
  .ContactUs-block--banking {
    text-align: center;
  }
  .ContactUs-block--banking .ContactUs-blockLink {
    justify-content: center;
  }
  .Header-nav {
    display: none;
  }
  .Hero .HeroAside {
    position: relative;
    z-index: 5;
    max-width: 700px;
    margin: -10px auto 0;
  }
  .branch-Card .Tag+* {
    margin-top: 20px;
  }
  .toggle-DocumentFilterBlock {
    margin: 0 -5px;
  }
  .toggle-DocumentFilterBlock:not(.is-open) {
    clip-path: inset(0 0 0 0);
    max-height: 0;
    overflow: hidden;
  }
  .toggle-DocumentFilterBlock.is-opening,
  .toggle-DocumentFilterBlock.is-closing {
    clip-path: inset(0 0 0 0);
  }
  .lgMax\:hidden {
    display: none !important;
  }
  .lgMax\:text-center {
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .is-fixed-table-sticky .Header {
    display: none;
  }
  .FooterPhone {
    flex-flow: column;
    align-items: center;
    gap: 2px;
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
  }
  .Mapick-mapWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
  }
  .Mapick:not(.is-map-open) .Mapick-mapWrap {
    display: none;
  }
  .PopupNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fee600;
    z-index: 10001;
    margin-left: auto;
    max-width: 530px;
    color: #1e2024;
    overflow: hidden;
    height: auto !important;
  }
  .PopupNav-searchOpener {
    position: absolute;
    top: 32px;
    left: 30px;
    z-index: 1;
  }
  .PopupNav-header {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 5px;
    right: 0;
    display: flex;
    align-items: center;
  }
  .PopupNav-header button {
    border-radius: 10px;
    color: #1e2024;
    background: none;
    padding: 15px 30px;
  }
  .PopupNav-header button:before {
    content: '\EA03';
    display: inline-block;
    font: normal normal normal 14px/1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.7em;
    margin-right: 15px;
  }
  .PopupNav-title {
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .PopupNav-level1,
  .PopupNav-level2 {
    background: #fee600;
    padding: 70px 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .PopupNav-level1:not(.is-active),
  .PopupNav-level2:not(.is-active) {
    transform: translateX(105%);
  }
  .PopupNav-level1 {
    left: 0;
    z-index: 0;
  }
  .PopupNav-level2 {
    transition: 0.3s transform cubic-bezier(0.15, 0.9, 0.4, 1);
    z-index: 1;
    background: #f9f7f4;
    color: #1e2024;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    left: 10px;
    right: 0;
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  }
  .PopupNav .PopupNavOpener {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 20px;
    background: #fee600;
    border-radius: 10px;
  }
  .Title--mobileLeft {
    text-align: left;
  }
  .VariableHeader-nav {
    display: none;
  }
  .article-Card--box.article-Card--withDesktopArrow .article-Card-arrow {
    display: none;
  }
  .article-PressCard-header img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .article-PressContact-packages {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .article-PressContact-logoRsts {
    width: 150px;
  }
  .block-CompareStavebniSporeni-item--desktopTitles {
    display: none;
  }
  .block-RBU-visual {
    display: none;
  }
  .branch-Card-header {
    border-bottom: 1px solid rgba(30,32,36,0.07);
  }
  .consultant-Card-header img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .document-Layout-aside,
  .document-Layout-mainContent {
    max-width: 580px;
    margin: 0 auto;
  }
  .faq-Layout-aside {
    margin-top: 30px;
  }
  .house-Legend-label {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .house-Legend-label span {
    width: 1.5em;
    height: 1.5em;
    background: #fee600;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
  }
  .search-Layout-aside,
  .search-Layout-mainContent {
    max-width: 580px;
    margin: 0 auto;
  }
  .toggle-DocumentAsideBlock:not(.is-open) {
    clip-path: inset(0 0 0 0);
    max-height: 0;
    overflow: hidden;
  }
  .toggle-DocumentAsideBlock.is-opening,
  .toggle-DocumentAsideBlock.is-closing {
    clip-path: inset(0 0 0 0);
  }
  .mdMax\:hidden {
    display: none !important;
  }
  .mdMax\:text-center {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .AdvantageList-item {
    flex: 1 1 auto;
  }
  .AdvantageList-itemText {
    line-height: 1.3;
  }
  .AdvantageList .VisualIcon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .AdvantageList--withIcons .AdvantageList-item {
    padding-left: 40px;
    position: relative;
  }
  .Calculator .calculator-Output {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .Calculator .calculator-Footer {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .ContactUs.has-map.has-contact.has-banking .ContactUs-block--contact .ContactWithIcon {
    color: #105171;
    background: #ddf4fb;
    padding-right: 20px;
    text-align: center;
    justify-content: center;
  }
  .ContactWithIcon {
    line-height: 1.364;
    position: relative;
    display: flex;
    color: #225b45;
    background: #c3ecdd;
    padding: 10px 70px 10px 20px;
    border-radius: 10px;
  }
  .ContactWithIcon .VisualIcon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: #67d0ab;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
  }
  .FixedTable--dotaceExample {
    margin-left: -10px;
    margin-right: -10px;
  }
  .Footer-servis .Button {
    width: 100%;
  }
  .FormCloner-remove {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0;
    top: 0;
  }
  .FormItem.is-mobile-small>.InputSwitch {
    --inputswitch-width: 50px;
  }
  .Grid--crossroadBdASvj>* {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .Header-searchOpener {
    display: none;
  }
  .Header-buttonServis {
    display: none;
  }
  .Hero {
    margin: 0 -10px;
  }
  .HeroAside--5 {
    gap: 5px;
  }
  .HeroSlider-cardContent .Button--withArrow {
    margin-top: auto;
  }
  .InfoBlock .VisualIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .Modal--stavebniSporeniSmlouva .Title {
    margin-bottom: 20px;
  }
  .Modal--stavebniSporeniSmlouva .Table th,
  .Modal--stavebniSporeniSmlouva .Table td {
    padding: 10px 15px;
  }
  .PageHeader--back {
    display: flex;
  }
  .PageHeader--back .Container {
    margin: 0;
    flex: 1;
  }
  .PageHeader--back .PageHeader-inner {
    flex: 0.5;
    text-align: right;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  .PageHeader--simple .Button,
  .PageHeader--simpleBack .Button {
    width: 80%;
    text-align: center;
  }
  .PageHeader--simple .Button + .Button,
  .PageHeader--simpleBack .Button + .Button {
    margin-top: 5px;
  }
  .PageHeader--simple.PageHeader--shiftBottom {
    margin-bottom: -55px;
  }
  .Paginator {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
  }
  .Paginator-side {
    flex: 1 1 0%;
    justify-content: center;
    padding: 20px;
  }
  .Paginator-main {
    order: -1;
    padding: 0;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .Paginator-main a.is-hidden,
  .Paginator-main span.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .SimpleMap-map {
    margin: 0 -10px;
  }
  .SliderPoints-sliderItem .Title {
    font-size: 1.8rem;
    line-height: 1.555555555555556;
  }
  .SliderPoints-controls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-inline: 1.5rem;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
  }
  .SliderPoints-controls >* {
    pointer-events: auto;
  }
  .SocialList>* {
    flex: 1 1 auto;
  }
  .article-Card--box .article-Card-card {
    border-bottom: 1px solid rgba(30,32,36,0.07);
  }
  .article-Card--mobileTopRounded .article-Card-card {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .article-PressContact {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .block-ContentImage-image {
    margin: 0 -10px;
    height: 300px;
    width: calc(100% + 20px);
  }
  .block-DotacniPoradenstvi-visual {
    height: 300px;
    margin: 0 -10px 20px;
  }
  .block-RBU-footer {
    margin: 10px -10px 0;
  }
  .block-RekoHighlight {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  .block-RekoHighlight-visual img {
    width: 80px;
  }
  .block-RekoShifter-imageShifter {
    margin: 0 -10px 20px;
    height: 300px;
    width: calc(100% + 20px);
  }
  .block-RekoShifter-imageShifter .ImageShifter {
    width: 100%;
    height: 100%;
  }
  .block-RekoShifter-item--last {
    text-align: center;
    padding: 0;
  }
  .block-RekoShifter-item--last .Button {
    margin-top: 20px;
  }
  .block-RekoShifter-item--last .Button.is-open {
    display: none;
  }
  .block-RekoShifter-sectionMore ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min-content, calc(50% - 20px)));
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .block-Spolufinancovani-headerTitle {
    font-size: 1.8rem;
  }
  .block-SvjDokumenty-visual {
    display: none;
  }
  .block-UverZeStavebnihoSporeni-visual {
    height: 300px;
    margin: 0 -10px 20px;
  }
  .branch-Consultants {
    margin: 0 -10px;
  }
  .branch-Consultants-viewport {
    overflow: hidden;
    padding: 0 10px;
  }
  .branch-Consultants-viewport .Grid {
    flex-wrap: nowrap;
    margin: 0;
    gap: 9px;
  }
  .branch-Consultants-viewport .Grid > * {
    padding: 0;
    margin-bottom: 0;
  }
  .branch-Consultants-slide {
    flex: 0 0 100%;
    max-width: 313px;
  }
  .branch-Consultants-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 0 10px;
  }
  .branch-Consultants-dot {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(30,32,36,0.07);
    cursor: pointer;
    transition: background 0.2s;
  }
  .branch-Consultants-dot.is-selected {
    background: #2b2d33;
  }
  .branch-ContactForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .branch-ContactForm .Title {
    margin: 0;
  }
  .branch-ContactForm .Form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .branch-ContactForm .Form > .Grid {
    margin: 0;
    row-gap: 20px;
  }
  .branch-ContactForm .Form > .Grid > * {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .branch-ContactForm .Form > .text-center .FormItem {
    margin-top: 0 !important;
    text-align: center;
  }
  .branch-ContactForm .Form > .Form-controls {
    margin: 0;
    padding-top: 0;
  }
  .branch-ContactForm .Form > .Antispam {
    position: absolute;
    top: 0;
    pointer-events: none;
  }
  .branch-Detail .Container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .branch-Details-row--openingHours dt {
    margin-bottom: 5px;
  }
  .branch-Details-row--accessibility dd {
    line-height: 1.866666666666667;
    color: #2b2d33;
  }
  .branch-Details-row--note dd {
    line-height: 1.7;
    color: rgba(30,32,36,0.75);
  }
  .branch-TimeTable-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    padding: 10px 5px;
    align-self: stretch;
  }
  .branch-TimeTable-row.is-today {
    background: #e2f6ef;
    border-radius: 5px;
  }
  .branch-TimeTable-table {
    display: flex;
    flex-direction: column;
    padding: 5px;
    gap: 10px;
    border-radius: 10px;
    background: #f9f7f4;
  }
  .branch-TimeTable-tagToday {
    line-height: 1.285714285714286;
    padding: 5px 10px;
    margin: 0;
  }
  .branch-TimeTable .u-title {
    flex: 0 0 46px;
  }
  .branch-TimeTable .u-tag {
    margin-left: auto;
  }
  .branch-TimeTable .u-timechange {
    grid-column: unset;
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
  .branch-TimeTable .u-timechange.is-today {
    padding-top: 0;
  }
  .calculator-Axis-value--min700 {
    margin-left: 0;
  }
  .calculator-Axis-value--min700max10000 {
    margin-left: 0;
  }
  .consultant-Details-visual {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .contact-CallUs {
    text-align: center;
  }
  .contact-CallUs-title {
    font-weight: bold;
  }
  .contact-CallUs-phoneBlock {
    margin-bottom: 15px;
  }
  .contact-CallUs-external {
    opacity: 0.5;
  }
  .contact-HQ-visual {
    margin-bottom: 20px;
  }
  .contact-Search-main {
    margin: 0 -10px;
  }
  .contact-SearchMobilePicker .contact-SearchTab1-input:not(:checked) + .contact-SearchTab1-trigger {
    display: none;
  }
  .contact-SearchMobilePicker.is-form-open .contact-SearchMobilePicker-choices {
    display: none;
  }
  .contact-SearchMobilePicker:not(.is-form-open) .contact-SearchMobilePicker-form {
    display: none;
  }
  .document-Filter-inputs {
    margin-top: 10px;
  }
  .job-Experience-items {
    margin: 0 -1rem;
  }
  .job-Experience-playOverlay .VideoPlay {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .job-Experience-playOverlay .VideoPlay::after {
    top: calc(50% - 7px);
    left: calc(50% - 6px);
  }
  .job-Line {
    display: none;
  }
  .job-Start-visual {
    display: none;
  }
  .tab-Toggler {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: underline;
  }
  .tab-TogglerList {
    padding: 1px 6px 0 6px;
  }
  .vocabulary-LetterList-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, 42px);
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }
  .vocabulary-LetterList-inner>* {
    display: flex;
    width: 42px;
    height: 36px;
    padding: 0 14px 1px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 5px;
    background: rgba(30,32,36,0.07);
  }
  .vocabulary-LetterList-inner>*:before {
    border-radius: 5px;
  }
  .vocabulary-LetterList-inner>span {
    display: none;
  }
  .vocabulary-LetterList-inner>.vocabulary-LetterList-toggle {
    display: flex;
    cursor: pointer;
    border: none;
    color: #1e2024;
    font: inherit;
  }
  .vocabulary-LetterList-inner>.vocabulary-LetterList-toggle:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: -7px 0 0 0 currentColor, 7px 0 0 0 currentColor;
  }
  .vocabulary-LetterList-inner.is-expanded>span {
    display: flex;
  }
  .smwMax\:hidden {
    display: none !important;
  }
  .smwMax\:text-center {
    text-align: center;
  }
}
@media screen and (max-width: 33.6875em) {
  .AdvantageList {
    padding: 0 20px;
  }
  .CellWithImage-image {
    width: 70px;
  }
  .ContactUs-block--map {
    text-align: center;
  }
  .ContactUs-block--online {
    text-align: center;
  }
  .Controls--contactchange .Button {
    width: 100%;
  }
  .Controls--contactchange .Button:not(.Button--withArrow) {
    text-align: center;
  }
  .Controls--taxresident {
    flex-flow: column-reverse;
  }
  .Controls--taxresident .Button {
    width: 100%;
  }
  .Controls--taxresident .Button:not(.Button--withArrow) {
    text-align: center;
  }
  .DocumentBox {
    margin: 0 -10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .DocumentPdfPreview-container {
    width: 95vw;
    height: 90vh;
  }
  .FixedTable--document .u-colName {
    min-width: 200px;
  }
  .FixedTable--dotaceExample .u-cellName {
    max-width: 130px;
  }
  .Footer-logo a {
    margin: 0 auto;
  }
  .Footer-logo {
    justify-content: center;
  }
  .Footer-social {
    padding-bottom: 15px;
  }
  .Footer-social .SocialList {
    padding-bottom: 15px;
  }
  .Footer-social .Button {
    width: 100%;
  }
  .Footer-servis {
    padding-bottom: 25px;
  }
  .Footer-copyright {
    text-align: center;
    padding: 15px 0 25px;
  }
  .Footer-legal {
    justify-content: center;
    padding-bottom: 5px;
  }
  .Footer-author {
    padding: 15px 0;
  }
  .Footer-author {
    display: flex;
    justify-content: space-between;
    background: #1e2024;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    margin: 0 -10px -40px;
  }
  .Footer-popupnavopener {
    padding-bottom: 15px;
  }
  .InputBirthVerify>*:nth-child(n+8) {
    width: 18.181818181818183%;
  }
  .Header {
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  }
  .HeroAside-banner {
    flex: 0 0 100%;
  }
  .HeroSlider {
    padding-top: 85.53459119496856%;
  }
  .HeroSlider-img {
    height: auto;
  }
  .HeroSlider-cardContent:after {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../img/masks/top-right.png");
            mask-image: url("../img/masks/top-right.png");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: top right;
            mask-position: top right;
  }
  .ModalVideo .Modal-close {
    top: 0;
    right: 0;
  }
  .PageHeader--visual {
    overflow: hidden;
  }
  .PageHeader--visual .Breadcrumbs {
    background: #fee600;
    border-bottom: 1px solid rgba(30,32,36,0.07);
  }
  .PageHeader--visual .PageHeader-header {
    background: #fee600;
    position: relative;
    z-index: 1;
    padding: 20px 30px;
  }
  .PageHeader--visual .PageHeader-visual {
    margin-top: -10%;
    height: auto;
    width: 100%;
  }
  .PageHeader--visual .PageHeader-content {
    margin: -30px 10px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
    padding: 10px;
    position: relative;
  }
  .PageHeader--visual .PageHeader-tag {
    position: absolute;
    bottom: -20px;
    right: -5px;
  }
  .PageHeaderControls .Button {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .PageHeaderControls .Button:after {
    content: none;
  }
  .PageHeader--visual+.Section[data-orange]:not([data-orange="bottomhalf"]):before {
    content: '';
    width: 100%;
    display: block;
    height: 300px;
    margin-top: -300px;
    background: #f9f7f4;
    position: absolute;
    z-index: -1;
  }
  .SliderPoints {
    margin-inline: -1rem;
  }
  .VariableHeader {
    box-shadow: 0 1px 2px 0 rgba(36,33,30,0.03), 0px 1px 6px 0px rgba(10,36,33,0.07);
  }
  .article-List {
    margin-left: -7px;
    margin-right: -7px;
  }
  .block-CompareStavebniSporeni-item--2 .block-CompareStavebniSporeni-itemRow dt {
    background: rgba(249,187,48,0.25);
  }
  .block-CompareStavebniSporeni-itemHeader {
    border-bottom: 1px solid rgba(30,32,36,0.07);
    margin-bottom: 10px;
  }
  .block-CompareStavebniSporeni-itemList {
    display: flex;
    flex-flow: row wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .block-CompareStavebniSporeni-itemRow {
    flex: 1 1 130px;
    text-align: center;
  }
  .block-CompareStavebniSporeni-itemRow dt {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    background: #f9f7f4;
    padding: 7px 15px;
    border-radius: 5px;
  }
  .block-PackageStavebniSporeni-block1Item:nth-of-type(1) {
    padding-top: 20px;
  }
  .block-PackageStavebniSporeni-block1Item:nth-of-type(3) {
    padding-bottom: 20px;
  }
  .document-Layout .toggle-DocumentAsideToggler-value {
    padding-left: 10px;
  }
  .document-Layout .toggle-DocumentAsideToggler,
  .document-Layout .FixedTable {
    margin: 0 -10px;
  }
  .dream-Timeline {
    margin: 0 -10px;
  }
  .house-Grant {
    flex-flow: column;
    padding: 15px 25px;
  }
  .house-Legend-label {
    width: 100%;
  }
  .job-Offers-banner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .management-PersonTable {
    display: block;
  }
  .management-PersonTable tr {
    display: flex;
    flex-flow: row wrap;
  }
  .management-PersonTable th:nth-child(1),
  .management-PersonTable td:nth-child(1) {
    flex: 0 0 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .management-PersonTable th:nth-child(2),
  .management-PersonTable td:nth-child(2) {
    flex: 1 1 0px;
    border-bottom-left-radius: 10px;
  }
  .management-PersonTable th:nth-child(3),
  .management-PersonTable td:nth-child(3) {
    border-bottom-right-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }
  .toggle-FaqToggler {
    flex-flow: column;
    gap: 5px;
  }
  .pageElektronickyVypis-Page .section-how-it-works .row7 .left-column {
    margin-bottom: 20px;
  }
  .smMax\:hidden {
    display: none !important;
  }
  .smMax\:text-center {
    text-align: center;
  }
  .smMax\:w-full {
    width: 100% !important;
  }
}
@media screen and (max-width: 22.4375em) {
  .FixedTable--dotaceExample {
    margin-left: -7px;
    margin-right: -7px;
  }
  .VariableHeader-contentRight .Button {
    padding: 10px 15px;
  }
}
