*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
body {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #000;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 20rem;
  font-family: 'neue-haas-unica', sans-serif;
  font-size: 1rem;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  padding-top: 0;
  margin: 0;
}
h2,
h3,
h4,
h5 {
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 30rem) {
  h1 {
    font-size: 2.375rem;
  }
}
h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 30rem) {
  h2 {
    font-size: 2.25rem;
  }
}
h3 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 30rem) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 30rem) {
  h4 {
    font-size: 1.125rem;
  }
}
h5 {
  font-size: 1.125rem;
}
img {
  max-width: 100%;
}
img:focus {
  outline: none;
}
iframe {
  max-width: 100%;
  margin-bottom: 1.875rem;
}
ol,
ul {
  padding: 0;
  margin: 0 0 1.875rem 1.875rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  padding-bottom: 1rem;
  line-height: 1.5;
  list-style: disc;
}
ol li {
  list-style: decimal;
}
small {
  font-size: 75%;
}
p {
  padding: 0px;
  padding-bottom: 2.25rem;
  margin: 0px;
  font-family: 'neue-haas-unica', sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 80rem) {
  p {
    font-size: 1.125rem;
  }
}
address {
  line-height: 1.5;
  margin: 0;
  font-style: normal;
  padding-bottom: 1.875rem;
}
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  cursor: pointer;
}
table {
  margin-bottom: 1.875rem;
  border-collapse: collapse;
}
td,
th {
  line-height: 1.5;
  padding: 1rem 1.5rem;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
td {
  border-bottom: 2px solid #707070;
}
.responsive-table {
  width: 100%;
  padding-bottom: 1.875rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-table table {
  margin-bottom: 0;
}
[type=text],
[type=button],
[type=submit],
[type=password],
[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  border-radius: 0;
}
input,
button,
textarea {
  padding: 1.5rem;
  font: 400 1rem/1.5 'neue-haas-unica', sans-serif;
  color: #000;
  border: 0;
}
input:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 0;
}
textarea {
  min-height: 7.5rem;
  resize: vertical;
}
label {
  display: inline-block;
  padding: 0 1.5rem;
  font: 400 1rem/1.5 'neue-haas-unica', sans-serif;
  color: #000;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.flex {
  display: flex;
}
.flex-items-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-both,
.clearer {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
.height-100 {
  height: 100%;
}
.line-height-tight {
  line-height: 1.25;
}
.line-height-default {
  line-height: 1.5;
}
.line-height-big {
  line-height: 1.75;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 3.375rem;
}
.pt-2 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 2.625rem;
}
.pt-4 {
  padding-top: 2.25rem;
}
.pt-5 {
  padding-top: 1.875rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1rem;
}
.pt-default {
  padding-top: 1.875rem;
}
.pt-special {
  padding-top: 6.5rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 3.375rem;
}
.pr-2 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 2.625rem;
}
.pr-4 {
  padding-right: 2.25rem;
}
.pr-5 {
  padding-right: 1.875rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1rem;
}
.pr-default {
  padding-right: 1.875rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 3.375rem;
}
.pb-2 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 2.625rem;
}
.pb-4 {
  padding-bottom: 2.25rem;
}
.pb-5 {
  padding-bottom: 1.875rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1rem;
}
.pb-default {
  padding-bottom: 1.875rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 3.375rem;
}
.pl-2 {
  padding-left: 3rem;
}
.pl-3 {
  padding-left: 2.625rem;
}
.pl-4 {
  padding-left: 2.25rem;
}
.pl-5 {
  padding-left: 1.875rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1rem;
}
.pl-default {
  padding-left: 1.875rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 3.375rem;
}
.mt-2 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 2.625rem;
}
.mt-4 {
  margin-top: 2.25rem;
}
.mt-5 {
  margin-top: 1.875rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1rem;
}
.mt-default {
  margin-top: 1.875rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 3.375rem;
}
.mr-2 {
  margin-right: 3rem;
}
.mr-3 {
  margin-right: 2.625rem;
}
.mr-4 {
  margin-right: 2.25rem;
}
.mr-5 {
  margin-right: 1.875rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1rem;
}
.mr-default {
  margin-right: 1.875rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 3.375rem;
}
.mb-2 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 2.625rem;
}
.mb-4 {
  margin-bottom: 2.25rem;
}
.mb-5 {
  margin-bottom: 1.875rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1rem;
}
.mb-default {
  margin-bottom: 1.875rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 3.375rem;
}
.ml-2 {
  margin-left: 3rem;
}
.ml-3 {
  margin-left: 2.625rem;
}
.ml-4 {
  margin-left: 2.25rem;
}
.ml-5 {
  margin-left: 1.875rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1rem;
}
.ml-default {
  margin-left: 1.875rem;
}
.ml-auto {
  margin-left: auto;
}
.ff-primary {
  font-family: 'neue-haas-unica', sans-serif;
}
.ff-secondary {
  font-family: 'neue-haas-unica', sans-serif;
}
.fs-1 {
  font-size: 2.375rem;
}
.fs-2 {
  font-size: 2.25rem;
}
.fs-3 {
  font-size: 1.875rem;
}
.fs-4 {
  font-size: 1.5rem;
}
.fs-5 {
  font-size: 1.125rem;
}
.fs-6 {
  font-size: 1rem;
}
.fs-7 {
  font-size: 0.875rem;
}
.fs-default {
  font-size: 1rem;
}
.text-bold {
  font-weight: 700;
}
.color-text {
  color: #000;
}
.color-primary {
  color: #000;
}
.color-secondary {
  color: #fff;
}
.color-tertiary {
  color: #7f7f7f;
}
.color-danger {
  color: red;
}
.color-white {
  color: #fff;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.underline-none {
  text-decoration: none;
}
.underline-on-hover:hover,
.underline-on-hover:focus,
.underline-on-hover:active {
  text-decoration: underline;
}
.text-no-wrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.fill-white {
  fill: #fff;
}
.fill-primary {
  fill: #000;
}
.object-fit-contain {
  object-fit: contain;
}
.relative {
  position: relative;
}
.l-container {
  max-width: 91.25rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.l-container__content {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.l-container__content--border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 40rem) {
  .l-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .l-container__content {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.l-header-wrapper {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.l-header-wrapper--black-version {
  background: #000;
}
.l-header {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.l-header__leftside {
  height: 5rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  border-right: 1px solid #000;
}
.l-header__rightside {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__rightside .social {
  display: flex;
  column-gap: 8%;
  margin-left: 10%;
  width: 30%;
}
@media only screen and (max-width: 82rem) {
  .l-header__rightside .social {
    display: none;
  }
}
.l-header__menu-label {
  padding-right: 0.5rem;
}
.l-header__menu-control:checked ~ label .c-hamburger span {
  position: relative;
  background: #fff;
}
.l-header__menu-control:checked ~ label .c-hamburger span:first-child {
  transform: rotate(45deg);
  top: 0.2rem;
}
.l-header__menu-control:checked ~ label .c-hamburger span:nth-child(2) {
  display: none;
}
.l-header__menu-control:checked ~ label .c-hamburger span:last-child {
  transform: rotate(-45deg);
  top: -0.3rem;
}
.l-header--black-version {
  background: #000;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.l-header--black-version .l-header__leftside {
  border-right: 1px solid #fff;
}
.l-header--black-version #dark-logo {
  display: none;
}
.l-header--black-version #light-logo {
  display: block;
}
@media only screen and (min-width: 64rem) {
  .l-header__leftside {
    width: 50%;
  }
  .l-header__rightside {
    width: 50%;
  }
}
.l-footer {
  width: 100%;
}
.l-footer__row--links {
  display: flex;
  column-gap: 5%;
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 40rem) {
  .l-footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.l-footer .social {
  display: flex;
  column-gap: 5%;
}
.e-line:after,
.e-line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.e-line:after {
  border-bottom: 1px solid #707070;
}
.e-line:before {
  border-top: 1px solid #707070;
}
.c-tym {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
.c-tym__profile {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 2.625rem;
  display: flex;
  justify-content: center;
}
.c-tym__profile-without-photo {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 2.625rem;
}
.c86-cols {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c86-cols__col--flex {
  display: flex;
}
.c86-cols__col--wrap {
  flex-wrap: wrap;
}
.c86-cols__col--jcenter {
  justify-content: center;
}
.c86-cols__col--acenter {
  align-items: center;
}
.c86-cols__col-20 {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .c86-cols__col-20 {
    width: 50%;
  }
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-20 {
    width: 20%;
  }
}
.c86-cols__col-33 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-33 {
    width: 33.33%;
  }
}
.c86-cols__col-66 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-66 {
    width: 66%;
  }
}
.c86-cols__col-50 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-50 {
    width: 50%;
  }
}
.c86-cols__col-25 {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .c86-cols__col-25 {
    width: 50%;
  }
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-25 {
    width: 25%;
  }
}
.c86-cols__col-25-for-75 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-25-for-75 {
    width: 25%;
  }
}
.c86-cols__col-75 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-75 {
    width: 75%;
  }
}
.c86-cols__col-60 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-60 {
    width: 60%;
  }
}
.c86-cols__col-40 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-40 {
    width: 40%;
  }
}
.c86-cols__col-30 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-30 {
    width: 30%;
  }
}
.c86-cols__col-70 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .c86-cols__col-70 {
    width: 70%;
  }
}
.c86-cols__col-100 {
  width: 100%;
}
.c86-cols__col-with-only-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c86-cols__col-with-only-image img {
  max-width: 100%;
  max-height: 100%;
}
.c86-cols--vcenter {
  align-items: center;
}
.c86-cols--tbl-inverse-direction {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 57rem) {
  .c86-cols--tbl-inverse-direction {
    flex-direction: row;
  }
}
.c-banner {
  width: 100%;
  height: 27.5rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-banner--bg01 {
  background-image: url('../../public/images/cihle.png');
}
.c-banner--bg02 {
  background-image: url('../../public/images/zlin.png');
}
.c-banner--bg03 {
  background-image: url('../../public/images/tym2.jpg');
}
@media only screen and (min-width: 57rem) {
  .c-contact {
    padding-right: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .c-contact__map {
    height: 30.125rem;
    overflow: hidden;
    border-left: 1px solid #000;
    filter: grayscale(90%);
  }
}
.c-hamburger {
  padding: 0;
  cursor: pointer;
}
.c-hamburger span {
  background: #000;
  display: block;
  width: 1.5rem;
  height: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0%;
}
.c-hamburger--transform-to-close span {
  position: relative;
  background: #fff;
}
.c-hamburger--transform-to-close span:first-child {
  transform: rotate(45deg);
  top: 0.2rem;
}
.c-hamburger--transform-to-close span:nth-child(2) {
  display: none;
}
.c-hamburger--transform-to-close span:last-child {
  transform: rotate(-45deg);
  top: -0.3rem;
}
@media only screen and (min-width: 64rem) {
  .c-hamburger {
    display: none;
  }
}
.c-introtext {
  font-size: 1.5rem;
  padding-top: 11.5rem;
}
@media only screen and (min-width: 40rem) {
  .c-introtext {
    font-size: 2.25rem;
  }
}
.c-mainmenu-positioner {
  height: 0px;
  align-self: flex-end;
  margin-left: -1%;
}
@media only screen and (max-width: 1445px) {
  .c-mainmenu-positioner {
    margin-left: -5%;
  }
}
.c-mainmenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background: #000;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-mainmenu__closebtn {
  padding-top: 1.5rem;
  float: right;
}
.c-mainmenu__list {
  margin: 0;
  padding: 0;
  text-align: right;
  padding-bottom: 2.25rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-mainmenu__item {
  padding: 0;
  margin: 0;
  padding-top: 1.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  list-style: none;
}
.c-mainmenu__item-link {
  color: #fff;
  text-decoration: none;
}
.c-mainmenu--mobileopened {
  display: block;
}
@media only screen and (min-width: 64rem) {
  .c-mainmenu-positioner {
    height: auto;
    align-self: auto;
  }
  .c-mainmenu {
    display: block;
    position: relative;
    width: auto;
    left: auto;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .c-mainmenu__list {
    margin: 0;
    padding: 0;
    text-align: auto;
    padding-bottom: 0;
    border-left: none;
    border-right: none;
  }
  .c-mainmenu__item {
    padding: 0;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    display: inline-block;
    list-style: none;
  }
  .c-mainmenu__item-link {
    color: #000;
    text-decoration: none;
  }
}
.c-textboxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  font-size: 1rem;
}
.c-textboxes__textbox {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.c-textboxes--border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 64rem) {
  .c-textboxes__textbox {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    font-size: 1.125rem;
    width: 25%;
  }
  .c-textboxes__textbox:first-child {
    padding-left: 0;
  }
  .c-textboxes__textbox--50 {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-textboxes__textbox {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
.l-header__leftside img {
  max-width: 190px;
  width: 100%;
}
.l-header__rightside img {
  height: 24px;
}
.c-article {
  width: 100%;
  height: 22.5rem;
  background-color: #000;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-article__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-article__content img {
  padding-bottom: 3%;
}
.c-article__content p {
  text-align: center;
  color: #ffffff99;
}
@media only screen and (min-width: 64rem) {
  .c-article__content p {
    max-width: 50%;
  }
}
