/* Basic */
@font-face {
  font-family: 'itim';
  src: url('../fonts/itim/itim-regular-webfont.woff2') format('woff2'), url('../fonts/itim/itim-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
body {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #3C3C3C;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 20rem;
  font-family: 'Rubik', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  padding-top: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'itim', sans-serif;
  color: #004F9D;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    width: auto;
  }
}
h1,
.h1 {
  font-size: 2.75rem;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  line-height: 1.33;
}
h2,
.h2 {
  font-size: 2.25rem;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  line-height: 1.33;
}
h3,
.h3 {
  font-size: 2rem;
  padding-bottom: 1.375rem;
  padding-top: 1.375rem;
  line-height: 1.33;
}
h4,
.h4 {
  font-size: 1.625rem;
  padding-bottom: 1.375rem;
  padding-top: 1.375rem;
  line-height: 1.33;
}
h5,
.h5 {
  font-size: 1.5rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  line-height: 1.33;
}
h6,
.h6 {
  font-size: 1.375rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  line-height: 1.33;
}
h7,
.h7 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  line-height: 1.33;
}
b,
strong {
  color: #F6C7D2;
}
img {
  max-width: 100%;
}
img:focus {
  outline: none;
}
iframe {
  max-width: 100%;
  margin-bottom: 2.5rem;
}
ol,
ul {
  padding: 0;
  margin: 0 0 2.5rem 2.5rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  padding-bottom: 0.5rem;
  line-height: 1.6;
}
ol li {
  list-style: lower-alpha;
}
ul {
  counter-reset: list;
}
ul > li {
  list-style: none;
}
ul > li::before {
  content: counter(list) ".";
  counter-increment: list;
  color: #F6C7D2;
  font-weight: 700;
  margin-right: 0.2rem;
  font-size: 1.375rem;
}
small {
  font-size: 75%;
}
p {
  padding: 0px;
  padding-bottom: 2.5rem;
  margin: 0px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
}
@media only screen and (min-width: 57rem) {
  p {
    text-align: left;
  }
}
blockquote {
  padding: 0px;
  padding-bottom: 2.5rem;
  margin: 0px;
  font-family: 'Rubik', sans-serif;
  font-size: 1.375rem;
  color: #F6C7D2;
  font-weight: 700;
  font-style: italic;
}
address {
  line-height: 1.6;
  margin: 0;
  font-style: normal;
  padding-bottom: 2.5rem;
}
a {
  text-decoration: underline;
  color: #F6C7D2;
}
a:hover {
  cursor: pointer;
}
table {
  margin-bottom: 2.5rem;
  border-collapse: collapse;
}
thead th,
thead td {
  background: #F6C7D2;
  color: #fff;
}
thead th:first-child,
thead td:first-child {
  border-top-left-radius: 0.25rem;
}
thead th:last-child,
thead td:last-child {
  border-top-right-radius: 0.25rem;
}
td,
th {
  line-height: 1.6;
  padding: 0.5rem 0.875rem;
  vertical-align: top;
  text-align: center;
}
td:first-child,
th:first-child {
  text-align: left;
}
th {
  font-weight: 700;
  text-align: left;
}
td {
  border-bottom: 2px solid #F6F6F6;
  text-align: center;
}
td:first-child {
  text-align: left;
}
.responsive-table {
  width: 100%;
  padding-bottom: 2.5rem;
  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;
  appearance: none;
}
input,
button,
textarea {
  padding: 0.875rem 1.375rem;
  font: 400 1.125rem/1.5 'itim', sans-serif;
  color: #3C3C3C;
  border: none;
  border-radius: 2rem;
  background: #004F9D;
  color: #fff;
}
input:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 0;
}
input::placeholder,
button::placeholder,
textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
input:-ms-input-placeholder,
button:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
}
input::-ms-input-placeholder,
button::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-style: italic;
}
textarea {
  min-height: 1.6875rem;
  resize: vertical;
}
label {
  display: inline-block;
  padding: 0 3.125rem;
  font: 400 1.125rem/1.5 'Rubik', sans-serif;
  color: #3C3C3C;
}
/* Elements */
.e-annual-report {
  display: flex;
  max-width: 31.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 1.375rem 0;
  text-align: center;
}
.e-body-wrap {
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem #aaa;
  overflow: hidden;
}
.e-hidden-before-js-loaded {
  display: none !important;
}
.e-link-cover-all {
  color: #fd3866;
}
.e-link-cover-all:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.e-min-height {
  min-height: 25rem;
}
.e-social-link {
  text-decoration: none;
}
.e-social-link img {
  opacity: 0.6;
}
.e-social-link:hover img {
  opacity: 1;
}
@media only screen and (min-width: 57rem) {
  .e-col-separator {
    position: relative;
  }
  .e-col-separator:after {
    content: "";
    position: absolute;
    top: 4.375rem;
    right: 0;
    width: 0.5rem;
    max-height: 13.625rem;
    height: 100%;
    background-image: url(../img/col-separator.svg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
/* Components */
.c-activity {
  margin: 0;
  margin-top: 1.875rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-activity__item {
  max-width: 30.75rem;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 4%;
  padding: 2.5rem;
  background: #F6C7D2;
  border-bottom-left-radius: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.c-activity__item:before {
  display: none;
}
.c-activity__item--top-left .c-activity__btns-spacer {
  justify-content: flex-end;
  left: 1rem;
}
.c-activity__item--top-right {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5rem;
  background: #FFA900;
}
.c-activity__item--bottom-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 5rem;
  background: #00862F;
}
.c-activity__item--bottom-left .c-activity__btns-spacer {
  justify-content: flex-end;
  left: 1rem;
}
.c-activity__item--bottom-right {
  border-bottom-left-radius: 0;
  border-top-right-radius: 5rem;
  background: #004F9D;
}
.c-activity__item:hover .c-activity__btns-spacer {
  display: flex;
}
.c-activity__content {
  width: 62%;
  padding-right: 5%;
  color: #fff;
}
.c-activity__content p {
  padding-bottom: 0;
}
.c-activity__title {
  color: #fff;
  font-size: 1.625rem;
  font-family: 'Rubik', sans-serif;
  padding: 0;
  padding-bottom: 1.375rem;
  text-transform: none;
  font-weight: 700;
}
.c-activity__img-space {
  width: 38%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-activity__img-space img {
  max-height: 6.125rem;
}
.c-activity__btns-spacer {
  width: 100%;
  position: relative;
  left: -1.25rem;
  display: none;
}
.c-activity__btns-space {
  position: absolute;
  display: flex;
  bottom: -4rem;
}
.c-activity__btns-space a {
  margin-right: 0.4375rem;
  margin-left: 0.4375rem;
}
@media only screen and (min-width: 40rem) {
  .c-activity__item {
    width: 46%;
  }
}
.c-admin-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #000;
  color: #fff;
  padding: 0.5rem;
}
.c-admin-bar a {
  color: #fff;
  text-decoration: none;
}
.c-admin-bar a:hover {
  text-decoration: underline;
}
.c-article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.875rem 1.875rem 1.875rem;
}
.c-article__img-space {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-article__img {
  max-width: 90%;
  max-height: 15.625rem;
  position: relative;
  z-index: 1;
  border-radius: 1.875rem;
}
.c-article__img-background {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #F6C7D2;
  transition: all 0.2s;
}
.c-article__content {
  width: 100%;
  padding: 0 0.875rem 0.875rem 0.875rem;
  text-align: center;
}
.c-article__content p {
  text-align: center;
  padding-bottom: 1.375rem;
}
.c-article__title {
  font-size: 1.625rem;
  text-transform: none;
  font-weight: 700;
}
.c-article__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.c-article:hover:before {
  content: url(../img/article-line.svg);
  position: absolute;
  bottom: 3.125rem;
  left: 0.625rem;
}
.c-article:hover:after {
  content: url(../img/article-line.svg);
  position: absolute;
  bottom: 3.125rem;
  right: 0.625rem;
  transform: rotateY(180deg);
}
.c-article:hover .c-article__img-background {
  fill: #004F9D;
}
.c-article .slick-prev {
  left: 0;
}
.c-article .slick-next {
  right: 0;
}
@media only screen and (min-width: 30rem) {
  .c-article__img-space {
    height: 15.625rem;
  }
}
@media only screen and (min-width: 57rem) {
  .c-article {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-article {
    width: 33%;
  }
}
.c-avatar {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 0 1.375rem;
  cursor: pointer;
}
.c-avatar__image {
  border-radius: 1.875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: auto;
}
.c-avatar__name {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  padding: 1.375rem 0;
  text-align: center;
}
.c-avatar__name p {
  text-align: center;
  padding-bottom: 0;
}
.c-avatar__pozice {
  font-weight: normal;
}
.c-avatar__annotation {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(16, 134, 52, 0.9);
  margin: 0 1.375rem;
  border: 2px solid #fff;
  border-radius: 1.875rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.c-avatar__annotation p {
  padding-bottom: 0;
}
.c-avatar:hover .c-avatar__annotation {
  display: block;
}
@media only screen and (min-width: 50rem) {
  .c-avatar {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-avatar {
    width: 25%;
  }
}
.c-avatar-slider {
  margin: 0 auto;
  width: calc(100% - 0.875rem * 2);
}
.c-avatar-slider .slick-arrow:before {
  background-image: url(../slick/img/slider-arrow.svg);
}
.c-avatar-slider--arrows-f .slick-prev {
  top: 5.25rem;
}
.c-avatar-slider--arrows-f .slick-next {
  top: 5.25rem;
}
.c-avatar-slider--white-arrows {
  margin: 0 auto;
  width: calc(100% - 0.875rem * 2);
}
.c-avatar-slider--white-arrows .slick-arrow:before {
  background-image: url(../slick/img/slider-arrow.svg);
}
.c-avatar-slider--white-arrows--arrows-f .slick-prev {
  top: 5.25rem;
}
.c-avatar-slider--white-arrows--arrows-f .slick-next {
  top: 5.25rem;
}
.c-avatar-slider--white-arrows .slick-arrow:before {
  background-image: url(../slick/img/slider-arrow-white.svg);
}
.c-banner {
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.84) 44%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%), url('../img/klaun-s-detmi.png');
  background-size: cover;
  background-position: center center;
}
.c-banner__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.125rem;
  padding-bottom: 8.5rem;
}
.c-banner__content {
  max-width: 32.5rem;
  text-align: center;
}
.c-banner__title {
  font-size: 2.75rem;
  text-transform: uppercase;
  line-height: 1.13;
  color: #004F9D;
}
.c-banner__text {
  padding-top: 2.5rem;
  color: #004F9D;
}
.c-banner__text strong {
  color: #004F9D;
}
@media only screen and (min-width: 57rem) {
  .c-banner__content {
    text-align: left;
  }
}
@media only screen and (min-width: 57rem) {
  .c-banner__container {
    justify-content: flex-start;
    min-height: 40rem;
    padding-top: 5.5rem;
    padding-bottom: 8.5rem;
  }
  .c-banner__title {
    font-size: 4.125rem;
  }
}
.c-bredcrumbs {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
.c-bredcrumbs__link {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s;
  text-decoration: none;
}
.c-bredcrumbs__link:hover,
.c-bredcrumbs__link:focus,
.c-bredcrumbs__link:active {
  color: #ffffff;
  text-decoration: underline;
}
.c-button {
  display: inline-block;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
  background-color: #F6C7D2;
  color: #fff;
  font-size: 1.375rem;
  font-family: 'itim', sans-serif;
  border-radius: 1.875rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}
.c-button:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-button--fixed-width {
  min-width: 14.625rem;
}
.c-button--yellow-hover:hover {
  background-color: #FFA900;
  color: #fff;
}
.c-button--blue {
  display: inline-block;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
  background-color: #F6C7D2;
  font-size: 1.375rem;
  font-family: 'itim', sans-serif;
  border-radius: 1.875rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  background-color: #004F9D;
  color: #fff;
}
.c-button--blue:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-button--blue--fixed-width {
  min-width: 14.625rem;
}
.c-button--blue--yellow-hover:hover {
  background-color: #FFA900;
  color: #fff;
}
.c-button--blue:hover {
  background-color: #F6C7D2;
  color: #fff;
}
.c-button--green {
  display: inline-block;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
  background-color: #F6C7D2;
  font-size: 1.375rem;
  font-family: 'itim', sans-serif;
  border-radius: 1.875rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  background-color: #00862F;
  color: #fff;
}
.c-button--green:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-button--green--fixed-width {
  min-width: 14.625rem;
}
.c-button--green--yellow-hover:hover {
  background-color: #FFA900;
  color: #fff;
}
.c-button--green:hover {
  background-color: #FFA900;
  color: #fff;
}
.c-button--white {
  display: inline-block;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
  background-color: #F6C7D2;
  color: #fff;
  font-size: 1.375rem;
  font-family: 'itim', sans-serif;
  border-radius: 1.875rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  background-color: #fff;
  color: #F6C7D2;
}
.c-button--white:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-button--white--fixed-width {
  min-width: 14.625rem;
}
.c-button--white--yellow-hover:hover {
  background-color: #FFA900;
  color: #fff;
}
.c-button--white:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-contactform {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.c-contactform__message {
  width: 100%;
  background: #FFA900;
  color: #F6C7D2;
  padding: 1.875rem;
  margin: 1.375rem;
  border-radius: 0.5rem;
}
.c-contactform__pair {
  width: 100%;
  padding: 0.875rem;
}
.c-contactform__input {
  width: 100%;
}
.c-contactform__textarea-space {
  width: 100%;
  padding: 0.875rem;
}
.c-contactform__btn-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.875rem;
}
.c-contactform__button {
  order: 1;
  margin-top: 1.375rem;
}
.c-contactform label {
  padding: 0;
  padding-top: 0.25rem;
}
.c-contactform input[type=checkbox] {
  scale: 1.5;
}
@media only screen and (min-width: 57rem) {
  .c-contactform__pair {
    width: 50%;
  }
  .c-contactform__btn-space {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.875rem;
  }
  .c-contactform__button {
    order: 0;
    margin-top: 0;
  }
  .c-contactform label {
    padding-left: 0.875rem;
  }
}
.c-gallery-item__img-space {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.25rem;
}
.c-gallery-item__img {
  max-height: 16.25rem;
}
.c-gallery-item__fictive-image {
  transition: all 0.3s;
}
.c-gallery-item:hover .c-gallery-item__fictive-image {
  transform: scale(1.05);
}
.c-goals {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 0;
}
@media (max-width: 64rem) {
  .c-goals {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 40rem) {
  .c-goals {
    grid-template-columns: 1fr;
  }
}
.c-goals__item {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.c-goals__item::before {
  width: 100%;
  display: block;
  font-size: 2.75rem;
  color: #FFA900;
  text-align: center;
  display: none;
}
.c-goals__item--photo {
  height: 150px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px 0;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 40rem) {
  .c-goals__item--photo {
    height: 250px;
  }
}
.c-goals__item--photo:hover {
  transform: scale(1.1);
}
.c-goals__item p {
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
}
.c-goals__content {
  width: 100%;
}
.c-goals-arrows-3col:nth-child(1):after {
  content: url(../img/goal-arrow-01.svg);
}
.c-goals-arrows-3col:nth-child(2):after {
  content: url(../img/goal-arrow-02.svg);
}
.c-goals-arrows-3col:nth-child(3):after {
  display: none;
}
.c-goals-arrows-3col:nth-child(4):after {
  content: url(../img/goal-arrow-01.svg);
  transform: rotateX(180deg);
  margin-top: -1.5rem;
}
.c-goals-arrows-3col:nth-child(5):after {
  content: url(../img/goal-arrow-02.svg);
  transform: rotateX(180deg);
  margin-top: -1.5rem;
}
.c-goals-arrows-2col:nth-child(1):after {
  content: url(../img/goal-arrow-01.svg);
}
.c-goals-arrows-2col:nth-child(3):after {
  content: url(../img/goal-arrow-01.svg);
}
.c-goals-arrows-2col:nth-child(5):after {
  content: url(../img/goal-arrow-01.svg);
}
.c-hamburger {
  padding: 0;
  cursor: pointer;
}
.c-hamburger span {
  background: #FFA900;
  display: block;
  width: 3.5rem;
  height: 0.5rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.25rem;
}
.c-hamburger--transform-to-close span {
  position: relative;
}
.c-hamburger--transform-to-close span:first-child {
  transform: rotate(45deg);
  top: 0.5rem;
}
.c-hamburger--transform-to-close span:nth-child(2) {
  display: none;
}
.c-hamburger--transform-to-close span:last-child {
  transform: rotate(-45deg);
  top: -0.625rem;
}
.c-heading {
  background: #F6C7D2;
  padding: 0.875rem 0;
}
.c-heading__container {
  display: flex;
  flex-direction: column;
}
.c-heading__title {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  padding: 0;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 57rem) {
  .c-heading__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.c-image {
  position: relative;
  background: url(../img/image-bg.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1.875rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-image__image {
  width: 88%;
  border-radius: 1.875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-image__video-space {
  position: relative;
  width: 88%;
  padding-bottom: 49%;
}
.c-image__video {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1.875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-image--yellow {
  background-image: url(../img/image-bg-yellow.svg);
}
.c-image:before {
  content: '';
  position: absolute;
  width: 15%;
  padding-bottom: 6.25rem;
  max-width: 6.25rem;
  max-height: 6.25rem;
  background: url('../img/image-effect.svg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  top: 4%;
  left: 2%;
  z-index: 100;
}
.c-image:after {
  content: '';
  position: absolute;
  width: 15%;
  padding-bottom: 6.25rem;
  max-width: 6.25rem;
  max-height: 6.25rem;
  background: url('../img/image-effect.svg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 4%;
  right: 2%;
}
.c-image--nogrips {
  position: relative;
  background: url(../img/image-bg.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1.875rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.c-image--nogrips__image {
  width: 88%;
  border-radius: 1.875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-image--nogrips__video-space {
  position: relative;
  width: 88%;
  padding-bottom: 49%;
}
.c-image--nogrips__video {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1.875rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-image--nogrips--yellow {
  background-image: url(../img/image-bg-yellow.svg);
}
.c-image--nogrips:before {
  content: '';
  position: absolute;
  width: 15%;
  padding-bottom: 6.25rem;
  max-width: 6.25rem;
  max-height: 6.25rem;
  background: url('../img/image-effect.svg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  top: 4%;
  left: 2%;
  z-index: 100;
}
.c-image--nogrips:after {
  content: '';
  position: absolute;
  width: 15%;
  padding-bottom: 6.25rem;
  max-width: 6.25rem;
  max-height: 6.25rem;
  background: url('../img/image-effect.svg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 4%;
  right: 2%;
}
.c-image--nogrips:before {
  display: none;
}
.c-image--nogrips:after {
  display: none;
}
/* Mobilní */
.c-menu {
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  font-family: 'itim', sans-serif;
  background-color: #004F9D;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  box-shadow: 0px 0px 5px #000;
  transition: all 0.4s;
  transition-timing-function: ease;
  /* Submenu */
  /* Statické prvky */
}
.c-menu__content {
  max-width: 100%;
  width: 30rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
}
.c-menu__container {
  width: 100%;
}
.c-menu__list {
  margin: 0;
}
.c-menu__list-item {
  list-style: none;
  padding-bottom: 0.5rem;
}
.c-menu__list-item:before {
  display: none;
}
.c-menu__link {
  color: #fff;
  text-decoration: none;
  font-size: 1.375rem;
}
.c-menu__link:hover,
.c-menu__link:focus,
.c-menu__link:active {
  text-decoration: underline;
}
.c-menu__link--active {
  font-weight: 700;
}
.c-menu__submenu .c-menu__list {
  padding-left: 0.875rem;
}
.c-menu__controller {
  display: none;
}
.c-menu__controller:checked ~ .c-menu {
  width: 30rem;
}
.c-menu__closebtn-space {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.c-menu__closebtn-space label {
  cursor: pointer;
}
.c-menu__closebtn-space label:hover {
  animation-name: c-menu-shake;
  animation-duration: 0.3s;
}
.c-menu--opened {
  width: 20rem;
  animation: c-menu-open;
  animation-duration: 0.5s;
}
.c-menu--closed {
  width: 0;
  animation: c-menu-close;
  animation-duration: 0.5s;
}
/* Desktop */
@media only screen and (min-width: 71rem) {
  .c-menu {
    height: auto;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    box-shadow: none;
    overflow: visible;
    background-color: #fff;
    color: #004F9D;
    /* Submenu */
    /* Statické prvky */
  }
  .c-menu__content {
    width: auto;
    min-height: 0;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
  }
  .c-menu__container {
    width: auto;
  }
  .c-menu__list {
    display: flex;
  }
  .c-menu__list-item {
    position: relative;
    padding-bottom: 0;
  }
  .c-menu__list-item:hover .c-menu__submenu {
    display: flex;
  }
  .c-menu__link {
    color: #004F9D;
    padding-left: 2.5rem;
    transition: all 0.2s;
    font-size: 1.375rem;
  }
  .c-menu__link:hover,
  .c-menu__link:focus,
  .c-menu__link:active {
    color: #F6C7D2;
    text-decoration: none;
  }
  .c-menu__link--active {
    color: #F6C7D2;
  }
  .c-menu__submenu {
    display: none;
    width: 100%;
    position: absolute;
    justify-content: center;
    padding-left: 2.5rem;
  }
  .c-menu__submenu .c-menu__list {
    display: flex;
    position: relative;
    background: #00862F;
    flex-wrap: wrap;
    min-width: 14rem;
    padding: 0.875rem 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .c-menu__submenu .c-menu__list .c-menu__list {
    min-width: 0;
    padding: 0;
    font-style: italic;
  }
  .c-menu__submenu .c-menu__list .c-menu__list-item {
    width: 100%;
  }
  .c-menu__submenu .c-menu__link {
    display: block;
    color: #fff;
    padding: 0.5rem 0.875rem;
    line-height: 1;
  }
  .c-menu__submenu .c-menu__link:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .c-menu__controller:checked ~ .c-menu {
    width: auto;
    animation: none;
  }
  .c-menu__closebtn-space {
    display: none;
  }
  .c-menu--opened {
    animation: none;
  }
  .c-menu--closed {
    animation: none;
  }
}
/* Animace */
/*@keyframes c-menu-open {
    from {width: 0;}
    to {width: 30rem;}
}
@keyframes c-menu-close {
    from {width: 30rem;}
    to {width: 0;}
}*/
@keyframes c-menu-shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.c-numbers {
  margin: 0;
  padding: 0;
  padding-bottom: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-numbers__item {
  position: relative;
  max-width: 20.5rem;
  width: 100%;
  margin: 0;
  padding: 2.5rem 1.875rem 0 1.875rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-numbers__item:before {
  display: none;
}
.c-numbers__number {
  display: block;
  font-size: 2.75rem;
  color: #F6C7D2;
}
.c-numbers__title {
  display: block;
  font-size: 1.25rem;
  color: #004F9D;
}
@media only screen and (min-width: 50rem) {
  .c-numbers__item {
    width: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  .c-numbers__item {
    width: 33.33%;
  }
  .c-numbers__item:after {
    content: url(../img/number-separator.svg);
    position: absolute;
    right: 0;
  }
  .c-numbers__item:last-child:after {
    display: none;
  }
  .c-numbers__item:nth-child(3):after {
    display: none;
  }
}
@media only screen and (min-width: 85.625rem) {
  .c-numbers__item {
    width: 20%;
  }
  .c-numbers__item:nth-child(3):after {
    display: block;
  }
}
.c-opinion {
  min-height: 47.25rem;
  padding: 2.5rem 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, #001e3f 0, rgba(0, 41, 85, 0.65) 22%, rgba(0, 41, 85, 0) 42%), url(../img/deti-v-telocvicne.jpg);
  background-position: center center;
  background-size: cover;
}
.c-opinion__text {
  color: #fff;
  font-size: 1.375rem;
}
.c-opinion__author {
  color: #fff;
}
.c-partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-partner-logo a {
  display: inline-block;
}
.c-partner-logo img {
  max-width: 11.25rem;
  max-height: 5.25rem;
}
.c-paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.875rem;
}
.c-paginator a {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
}
.c-paginator a:hover {
  opacity: 1;
}
.c-paginator__arrow-back {
  margin-right: 0.875rem;
  fill: #004F9D;
}
.c-paginator__arrow-forward {
  margin-left: 0.875rem;
  transform: rotate(180deg);
  fill: #004F9D;
}
.c-photogallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-photogallery__col {
  max-width: 31.25rem;
  width: 100%;
}
.c-photogallery__link {
  width: calc(100% - 0.5rem * 2);
  display: flex;
  margin: 0.5rem;
  overflow: hidden;
  border-radius: 1.875rem;
}
.c-photogallery__photo {
  width: 100%;
  filter: grayscale(0.8);
  transition: all 0.3s;
}
.c-photogallery__photo:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
@media only screen and (min-width: 50rem) {
  .c-photogallery__col {
    width: calc(33.33% - 0.5rem * 2);
  }
}
.c-quote {
  display: block;
  max-width: 37.5rem;
  width: 100%;
}
.c-quote span {
  display: block;
}
.c-quote__first-line {
  text-align: center;
}
.c-quote__second-line {
  text-align: center;
}
@media only screen and (min-width: 57rem) {
  .c-quote {
    display: block;
  }
  .c-quote__first-line {
    text-align: left;
  }
  .c-quote__second-line {
    text-align: right;
  }
}
.c-service-item {
  position: relative;
  width: 100%;
  max-width: 16rem;
  text-decoration: none;
  text-align: center;
  padding: 1.875rem 2.5rem;
  display: flex;
  flex-direction: column;
}
.c-service-item__image-spacer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 9rem;
}
.c-service-item__image-spacer img {
  max-width: 11rem;
  max-height: 100%;
}
.c-service-item__title {
  padding: 1.875rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  flex-grow: 1;
}
.c-service-item__title--nogrow {
  flex-grow: 0;
}
.c-service-item__title p {
  padding: 0;
  min-height: 3.5rem;
}
.c-service-item__link {
  text-decoration: none;
}
.c-service-item__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-service-item--white {
  color: #fff;
}
.c-service-item--white .c-service-item__link {
  color: #fff;
}
.c-service-item:before {
  display: none;
}
@media only screen and (min-width: 30rem) {
  .c-service-item {
    width: 50%;
  }
}
@media only screen and (min-width: 50rem) {
  .c-service-item {
    width: 33.33%;
  }
  .c-service-item--two {
    width: 50%;
  }
}
@media only screen and (min-width: 64rem) {
  .c-service-item {
    width: 25%;
  }
  .c-service-item--two {
    width: 50%;
  }
}
@media only screen and (min-width: 90rem) {
  .c-service-item {
    width: 20%;
  }
  .c-service-item--two {
    width: 50%;
  }
}
.c-smalltitle {
  position: relative;
  padding-bottom: 0.875rem;
  display: inline-block;
  text-align: center;
  min-width: 7.75rem;
  color: #F6C7D2;
}
.c-smalltitle:after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-image: url(../img/title-small-underline-red.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-slick-dots-wrapper {
  position: absolute;
  width: calc(100% - 1.375rem * 2);
  bottom: 3.5rem;
  text-align: center;
}
@media only screen and (min-width: 57rem) {
  .c-slick-dots-wrapper {
    width: calc(100% - 1.875rem * 2);
    bottom: 5.25rem;
    text-align: left;
  }
}
.c-signpost__buttons-space {
  position: relative;
  display: inline-block;
}
.c-signpost__buttons-space > a {
  margin: 0.875rem;
}
.c-signpost-new {
  display: flex;
  justify-content: space-between;
  background-image: url(../img/pay-ticket.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 698px;
  height: 306px;
  margin: 0 auto 2rem auto;
  padding: 0 55px;
}
.c-signpost-new h3 {
  font-size: 1.8rem;
  color: #3C3C3C;
  text-align: left;
}
.c-signpost-new p {
  color: #3C3C3C;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.c-signpost-new > div:first-child {
  width: 323px;
}
.c-signpost-new > div:last-child {
  width: 180px;
}
.c-signpost-new__table {
  display: grid;
  grid-template-columns: repeat(3, 55px);
  grid-template-rows: repeat(3, 55px);
  border: 1px solid #707070;
  width: 167px;
}
.c-signpost-new__table div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707070;
  border: 1px solid #707070;
  font-size: 38px;
  font-family: 'itim', sans-serif;
  cursor: pointer;
}
.c-signpost-new__table div.selected {
  background-image: url(../img/pay-circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #F6C7D2;
}
.c-signpost-new__price {
  text-align: left;
  color: #F6C7D2;
  font-size: 1.5rem;
}
.c-signpost-new__price span {
  font-size: 3rem;
}
.arrows1 {
  position: relative;
}
.arrows1:before,
.arrows1:after {
  content: "";
  width: 173px;
  height: 121px;
  position: absolute;
  top: -55px;
  background-image: url(../img/design-arrow.svg);
  /* pay-arrow1.png*/
  background-repeat: no-repeat;
  background-size: contain;
}
.arrows1:before {
  left: -200px;
}
.arrows1:after {
  right: -200px;
  transform: scaleX(-1);
}
.arrows2 {
  position: relative;
  display: inline-block;
}
.arrows2:before,
.arrows2:after {
  content: "";
  width: 88px;
  height: 124px;
  position: absolute;
  top: -90px;
  background-image: url(../img/pay-arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.arrows2:before {
  left: -60px;
}
.arrows2:after {
  right: -60px;
  transform: scaleX(-1);
}
@media only screen and (min-width: 80rem) {
  .c-signpost__buttons-space {
    position: relative;
    display: inline-block;
  }
  .c-signpost__buttons-space > a {
    margin: 0 0.875rem;
  }
  .c-signpost__buttons-space:before {
    content: url(../img/design-arrow.svg);
    position: absolute;
    bottom: -1.25rem;
    left: -13.875rem;
  }
  .c-signpost__buttons-space:after {
    content: url(../img/design-arrow.svg);
    position: absolute;
    bottom: -1.25rem;
    right: -13.875rem;
    transform: rotateY(180deg);
  }
  .c-signpost__buttons-space--smaller-arrow-efect:before {
    content: url(../img/design-arrow-small.svg);
    left: -10.75rem;
  }
  .c-signpost__buttons-space--smaller-arrow-efect:after {
    content: url(../img/design-arrow-small.svg);
    right: -10.75rem;
  }
}
.c-tickets {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2.5rem;
}
.c-tickets__heading {
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
.c-tickets__ticket-wrap {
  margin: 0.875rem;
  display: inline-block;
}
.c-tickets__title {
  display: inline-block;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
  background-color: #F6C7D2;
  color: #fff;
  font-size: 1.375rem;
  font-family: 'itim', sans-serif;
  border-radius: 1.875rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  background-color: #fff;
  color: #F6C7D2;
  line-height: 1;
}
.c-tickets__title:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-tickets__title--fixed-width {
  min-width: 14.625rem;
}
.c-tickets__title--yellow-hover:hover {
  background-color: #FFA900;
  color: #fff;
}
.c-tickets__title:hover {
  background-color: #004F9D;
  color: #fff;
}
.c-tickets__img-space {
  display: none;
}
.c-tickets-rotates:nth-child(1) {
  transform: rotate(-47deg);
  bottom: -10.25rem;
}
.c-tickets-rotates:nth-child(2) {
  transform: rotate(-34deg);
  bottom: -4.5rem;
}
.c-tickets-rotates:nth-child(3) {
  transform: rotate(-21deg);
  bottom: -1.5rem;
}
.c-tickets-rotates:nth-child(4) {
  transform: rotate(-8deg);
}
.c-tickets-rotates:nth-child(5) {
  transform: rotate(8deg);
}
.c-tickets-rotates:nth-child(6) {
  transform: rotate(21deg);
  bottom: -1.5rem;
}
.c-tickets-rotates:nth-child(7) {
  transform: rotate(34deg);
  bottom: -4.5rem;
}
.c-tickets-rotates:nth-child(8) {
  transform: rotate(47deg);
  bottom: -10.25rem;
}
@media only screen and (min-width: 80rem) {
  .c-tickets {
    padding-left: 7.125rem;
    padding-bottom: 0;
    margin-bottom: -5rem;
    position: relative;
    min-height: 25.875rem;
    overflow: hidden;
  }
  .c-tickets__heading {
    position: absolute;
    font-size: 0;
    width: 0;
    height: 0;
    color: transparent;
  }
  .c-tickets__ticket-wrap {
    position: relative;
    display: inline-flex;
    width: 14.25rem;
    height: 34.875rem;
    overflow: hidden;
    margin: 0;
    margin-left: -7.125rem;
  }
  .c-tickets__ticket-wrap:nth-child(1) {
    transform: rotate(-47deg);
    bottom: -10.25rem;
  }
  .c-tickets__ticket-wrap:nth-child(2) {
    transform: rotate(-34deg);
    bottom: -4.5rem;
  }
  .c-tickets__ticket-wrap:nth-child(3) {
    transform: rotate(-21deg);
    bottom: -1.5rem;
  }
  .c-tickets__ticket-wrap:nth-child(4) {
    transform: rotate(-8deg);
  }
  .c-tickets__ticket-wrap:nth-child(5) {
    transform: rotate(8deg);
  }
  .c-tickets__ticket-wrap:nth-child(6) {
    transform: rotate(21deg);
    bottom: -1.5rem;
  }
  .c-tickets__ticket-wrap:nth-child(7) {
    transform: rotate(34deg);
    bottom: -4.5rem;
  }
  .c-tickets__ticket-wrap:nth-child(8) {
    transform: rotate(47deg);
    bottom: -10.25rem;
  }
  .c-tickets__ticket {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28.5rem;
    transition: all 0.2s;
    background: url(../img/blank-ticket.svg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .c-tickets__ticket:hover {
    bottom: 5.375rem;
  }
  .c-tickets__link {
    text-decoration: none;
  }
  .c-tickets__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-tickets__link:hover {
    cursor: context-menu;
  }
  .c-tickets__title {
    all: unset;
    line-height: 1;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(100% - 0.5rem * 2);
    height: 6.375rem;
    font-size: 1.5rem;
    font-family: 'itim', sans-serif;
    color: #F6C7D2;
    text-transform: uppercase;
  }
  .c-tickets__title:hover {
    background: none;
    color: #F6C7D2;
  }
  .c-tickets__img-space {
    padding: 1.25rem;
    display: flex;
    width: 100%;
    height: 20.75rem;
  }
  .c-tickets__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
  }
  .c-tickets--next-element {
    position: relative;
    z-index: 1;
  }
}
.c-title {
  position: relative;
  padding-bottom: 0.875rem;
  display: inline-block;
  text-align: center;
  min-width: 13.375rem;
}
.c-title:after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-image: url(../img/title-underline.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-title--white {
  position: relative;
  padding-bottom: 0.875rem;
  display: inline-block;
  text-align: center;
  min-width: 13.375rem;
  color: #fff;
}
.c-title--white:after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-image: url(../img/title-underline.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-title--white:after {
  background-image: url(../img/title-underline-white.svg);
}
.c-title--red {
  position: relative;
  padding-bottom: 0.875rem;
  display: inline-block;
  text-align: center;
  min-width: 13.375rem;
  color: #F6C7D2;
}
.c-title--red:after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-image: url(../img/title-underline.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-title--red:after {
  background-image: url(../img/title-underline-red.svg);
}
@media only screen and (min-width: 57rem) {
  .c-title--text-left {
    text-align: left;
  }
}
.text-and-video {
  padding-left: 1em;
}
/* Layouts */
.l-activity__col-40 {
  width: 100%;
}
.l-activity__col-60 {
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .l-activity__col-40 {
    width: 40%;
  }
  .l-activity__col-60 {
    width: 60%;
  }
}
.l-bg--red {
  background: #F6C7D2;
  background-position: center top;
  color: #fff;
  background-attachment: fixed;
}
.l-bg--red--bottom-join {
  padding-bottom: 2.5rem;
  margin-bottom: -2.5rem;
}
.l-bg--red--preceding {
  height: 1.25rem;
  margin-bottom: -0.25rem;
  background: #F6C7D2;
  background-attachment: fixed;
  background-size: cover;
  -webkit-mask-image: url(../img/maska.svg);
  mask-image: url(../img/maska.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}
.l-bg--red--bottom {
  height: 1.25rem;
  margin-bottom: -0.25rem;
  background: #F6C7D2;
  background-attachment: fixed;
  background-size: cover;
  -webkit-mask-image: url(../img/maska-dolni.svg);
  mask-image: url(../img/maska-dolni.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.l-bg--black {
  background: black;
}
.l-bg--clear-red {
  background: #F6C7D2;
  color: #fff;
}
.l-bg--clear-red--preceding {
  height: 1.25rem;
  margin-bottom: -0.5rem;
  background: #F6C7D2;
  -webkit-mask-image: url(../img/maska.svg);
  mask-image: url(../img/maska.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}
.l-bg--clear-red--bottom {
  height: 1.25rem;
  margin-bottom: 2.25rem;
  background: #F6C7D2;
  -webkit-mask-image: url(../img/maska-dolni.svg);
  mask-image: url(../img/maska-dolni.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.l-bg--blue {
  position: relative;
  z-index: 1;
  padding: 25px 0 25px 0;
  background: #004F9D;
  background: linear-gradient(0deg, rgba(0, 79, 157, 0.95) 0%, rgba(0, 79, 157, 0.95) 100%), url(../img/test.png);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.l-bg--blue .c-title {
  color: white;
}
.l-bg--blue .c-title::after {
  background-image: url(../img/title-underline-white.svg);
}
.l-bg--blue strong {
  color: #fff;
}
.l-bg--blue--preceding {
  height: 1.25rem;
  margin-bottom: -0.5rem;
  background: #004F9D;
  background: linear-gradient(0deg, rgba(0, 79, 157, 0.95) 0%, rgba(0, 79, 157, 0.95) 100%), url(../img/test.png);
  background-attachment: fixed;
  background-size: cover;
  -webkit-mask-image: url(../img/maska.svg);
  mask-image: url(../img/maska.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}
.l-bg--blue--bottom {
  height: 1.25rem;
  margin-bottom: -0.25rem;
  background: #004F9D;
  background: linear-gradient(0deg, rgba(0, 79, 157, 0.95) 0%, rgba(0, 79, 157, 0.95) 100%), url(../img/test.png);
  background-attachment: fixed;
  background-size: cover;
  -webkit-mask-image: url(../img/maska-dolni.svg);
  mask-image: url(../img/maska-dolni.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.l-bg--green {
  background: #00862F;
  background: linear-gradient(0deg, rgba(0, 134, 47, 0.95) 0%, rgba(0, 134, 47, 0.95) 100%), url(../img/autisti.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.l-bg--green strong {
  color: #fff;
}
.l-bg--green--preceding {
  height: 1.25rem;
  margin-bottom: -0.5rem;
  background: #00862F;
  background: linear-gradient(0deg, rgba(0, 134, 47, 0.95) 0%, rgba(0, 134, 47, 0.95) 100%), url(../img/autisti.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-mask-image: url(../img/maska.svg);
  mask-image: url(../img/maska.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}
.l-bg--green--bottom {
  height: 1.25rem;
  margin-bottom: -0.25rem;
  background: #00862F;
  background: linear-gradient(0deg, rgba(0, 134, 47, 0.95) 0%, rgba(0, 134, 47, 0.95) 100%), url(../img/autisti.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  -webkit-mask-image: url(../img/maska-dolni.svg);
  mask-image: url(../img/maska-dolni.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}
.l-bg--bals {
  background-image: url(../img/ball.svg), url(../img/ball-flipped.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 0;
}
@media only screen and (min-width: 57rem) {
  .l-bg--bals {
    background-size: 5rem;
  }
}
@media only screen and (min-width: 80rem) {
  .l-bg--bals {
    background-size: auto;
  }
}
.l-bg--white {
  position: relative;
  z-index: 1;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/akce-venku.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.l-bg--white--preceding {
  height: 1.25rem;
  margin-bottom: -0.5rem;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/akce-venku.jpg);
  background-attachment: fixed;
  background-size: cover;
  -webkit-mask-image: url(../img/maska.svg);
  mask-image: url(../img/maska.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}
.l-bg--white--bottom {
  height: 1.25rem;
  margin-bottom: -0.25rem;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), url(../img/akce-venku.jpg);
  background-attachment: fixed;
  background-size: cover;
  -webkit-mask-image: url(../img/maska-dolni.svg);
  mask-image: url(../img/maska-dolni.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.l-footer {
  padding: 2.5rem 0 0 0;
  background: #004F9D;
  color: #fff;
  font-size: 1rem;
}
.l-footer p {
  padding-bottom: 1.875rem;
}
.l-footer__col {
  max-width: 31.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.l-footer__link {
  text-decoration: none;
  color: #fff;
}
.l-footer__link:hover {
  text-decoration: underline;
}
.l-footer__list {
  margin: 0;
}
.l-footer__list li {
  padding-bottom: 0;
}
.l-footer__list li:before {
  display: none;
}
.l-footer__links-and-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer__socials {
  padding-top: 1.875rem;
}
.l-footer__ico {
  display: none;
}
.l-footer--preceding {
  height: 1.25rem;
  margin-bottom: -0.5rem;
  background: #004F9D;
  -webkit-mask-image: url(../img/maska.svg);
  mask-image: url(../img/maska.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}
@media only screen and (min-width: 64rem) {
  .l-footer__col {
    width: 33.33%;
    align-items: flex-start;
    text-align: left;
  }
  .l-footer__links-and-socials {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
  .l-footer__socials {
    padding-top: 0;
  }
  .l-footer__ico {
    display: block;
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo-link {
  display: inline-block;
  padding: 0.875rem 0 0.5rem 0;
}
.l-header__hamburger {
  padding-right: 0;
}
.l-header__icon {
  text-decoration: none;
  margin-right: 0.875rem;
  display: inline-flex;
  justify-content: center;
  min-width: 2rem;
}
@media only screen and (min-width: 71rem) {
  .l-header__icon-space {
    padding-left: 1.375rem;
  }
  .l-header__icon {
    margin-right: 0;
    margin-left: 0.875rem;
  }
  .l-header__hamburger {
    display: none;
    width: 4rem;
    height: 3.375rem;
  }
}
.l-join--top {
  padding-top: 1.375rem;
  margin-top: -1.375rem;
}
.l-join--top-2 {
  margin-top: -2rem;
}
.l-join--bottom {
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}
.l-vision {
  text-align: center;
}
.l-vision p {
  text-align: center;
}
/* Cols */
.cols {
  display: flex;
  flex-wrap: wrap;
}
.cols--inverse {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 57rem) {
  .cols--inverse {
    flex-direction: row;
  }
}
.col__20 {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .col__20 {
    width: 50%;
  }
}
@media only screen and (min-width: 57rem) {
  .col__20 {
    width: 20%;
  }
}
.col__33 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__33 {
    width: 33.33%;
  }
}
.col__66 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__66 {
    width: 66.66%;
  }
}
.col__50 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__50 {
    width: 50%;
  }
}
.col__25 {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .col__25 {
    width: 50%;
  }
}
@media only screen and (min-width: 57rem) {
  .col__25 {
    width: 25%;
  }
}
.col__25-for-75 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__25-for-75 {
    width: 25%;
  }
}
.col__75 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__75 {
    width: 75%;
  }
}
.col__60 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__60 {
    width: 60%;
  }
}
.col__40 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__40 {
    width: 40%;
  }
}
.col__30 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__30 {
    width: 30%;
  }
}
.col__70 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__70 {
    width: 70%;
  }
}
.col__100 {
  width: 100%;
}
.col__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.col__image p {
  display: inline-flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.col__image img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__pl-9 {
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-9 {
    padding-right: 5.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-8 {
    padding-left: 4.625rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-8 {
    padding-right: 4.625rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-7 {
    padding-left: 3.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-7 {
    padding-right: 3.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-6 {
    padding-left: 3.125rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-6 {
    padding-right: 3.125rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-5 {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-5 {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-4 {
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-4 {
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-3 {
    padding-left: 1.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-3 {
    padding-right: 1.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-2 {
    padding-left: 0.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-2 {
    padding-right: 0.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-1 {
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-1 {
    padding-right: 0.5rem;
  }
}
.col__m-order-1 {
  order: 1;
}
@media only screen and (min-width: 57rem) {
  .col__m-order-1 {
    order: 0;
  }
}
/* Utilities */
.container {
  max-width: 89.5rem;
  margin: 0 auto;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
@media only screen and (min-width: 30rem) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.display-none,
.hidden {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.flex {
  display: flex;
}
.flex-items-center,
.acenter,
.vcenter {
  align-items: center;
}
.flex-justify-center,
.jcenter {
  justify-content: center;
}
.flex-justify-between,
.jbetween {
  justify-content: space-between;
}
.flex-wrap,
.wrap {
  flex-wrap: wrap;
}
.flex-column,
.column {
  flex-direction: column;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.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%;
}
.line-height-tight {
  line-height: 1.33;
}
.line-height-default {
  line-height: 1.6;
}
.line-height-big {
  line-height: 2;
}
.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.5rem;
}
.pt-2 {
  padding-top: 0.875rem;
}
.pt-3 {
  padding-top: 1.375rem;
}
.pt-4 {
  padding-top: 1.875rem;
}
.pt-5 {
  padding-top: 2.5rem;
}
.pt-6 {
  padding-top: 3.125rem;
}
.pt-7 {
  padding-top: 3.875rem;
}
.pt-8 {
  padding-top: 4.625rem;
}
.pt-9 {
  padding-top: 5.5rem;
}
.pt-default {
  padding-top: 2.5rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.5rem;
}
.pr-2 {
  padding-right: 0.875rem;
}
.pr-3 {
  padding-right: 1.375rem;
}
.pr-4 {
  padding-right: 1.875rem;
}
.pr-5 {
  padding-right: 2.5rem;
}
.pr-6 {
  padding-right: 3.125rem;
}
.pr-7 {
  padding-right: 3.875rem;
}
.pr-8 {
  padding-right: 4.625rem;
}
.pr-9 {
  padding-right: 5.5rem;
}
.pr-default {
  padding-right: 2.5rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.875rem;
}
.pb-3 {
  padding-bottom: 1.375rem;
}
.pb-4 {
  padding-bottom: 1.875rem;
}
.pb-5 {
  padding-bottom: 2.5rem;
}
.pb-6 {
  padding-bottom: 3.125rem;
}
.pb-7 {
  padding-bottom: 3.875rem;
}
.pb-8 {
  padding-bottom: 4.625rem;
}
.pb-9 {
  padding-bottom: 5.5rem;
}
.pb-default {
  padding-bottom: 2.5rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.5rem;
}
.pl-2 {
  padding-left: 0.875rem;
}
.pl-3 {
  padding-left: 1.375rem;
}
.pl-4 {
  padding-left: 1.875rem;
}
.pl-5 {
  padding-left: 2.5rem;
}
.pl-6 {
  padding-left: 3.125rem;
}
.pl-7 {
  padding-left: 3.875rem;
}
.pl-8 {
  padding-left: 4.625rem;
}
.pl-9 {
  padding-left: 5.5rem;
}
.pl-default {
  padding-left: 2.5rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 0.875rem;
}
.mt-3 {
  margin-top: 1.375rem;
}
.mt-4 {
  margin-top: 1.875rem;
}
.mt-5 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 3.125rem;
}
.mt-7 {
  margin-top: 3.875rem;
}
.mt-8 {
  margin-top: 4.625rem;
}
.mt-9 {
  margin-top: 5.5rem;
}
.mt-default {
  margin-top: 2.5rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.5rem;
}
.mr-2 {
  margin-right: 0.875rem;
}
.mr-3 {
  margin-right: 1.375rem;
}
.mr-4 {
  margin-right: 1.875rem;
}
.mr-5 {
  margin-right: 2.5rem;
}
.mr-6 {
  margin-right: 3.125rem;
}
.mr-7 {
  margin-right: 3.875rem;
}
.mr-8 {
  margin-right: 4.625rem;
}
.mr-9 {
  margin-right: 5.5rem;
}
.mr-default {
  margin-right: 2.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.875rem;
}
.mb-3 {
  margin-bottom: 1.375rem;
}
.mb-4 {
  margin-bottom: 1.875rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 3.125rem;
}
.mb-7 {
  margin-bottom: 3.875rem;
}
.mb-8 {
  margin-bottom: 4.625rem;
}
.mb-9 {
  margin-bottom: 5.5rem;
}
.mb-default {
  margin-bottom: 2.5rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.5rem;
}
.ml-2 {
  margin-left: 0.875rem;
}
.ml-3 {
  margin-left: 1.375rem;
}
.ml-4 {
  margin-left: 1.875rem;
}
.ml-5 {
  margin-left: 2.5rem;
}
.ml-6 {
  margin-left: 3.125rem;
}
.ml-7 {
  margin-left: 3.875rem;
}
.ml-8 {
  margin-left: 4.625rem;
}
.ml-9 {
  margin-left: 5.5rem;
}
.ml-default {
  margin-left: 2.5rem;
}
.ml-auto {
  margin-left: auto;
}
.ff-primary {
  font-family: 'Rubik', sans-serif;
}
.ff-secondary {
  font-family: 'itim', sans-serif;
}
.fs-1 {
  font-size: 1rem;
}
.fs-2 {
  font-size: 1.125rem;
}
.fs-3 {
  font-size: 1.25rem;
}
.fs-4 {
  font-size: 1.375rem;
}
.fs-5 {
  font-size: 1.5rem;
}
.fs-6 {
  font-size: 1.625rem;
}
.fs-7 {
  font-size: 2rem;
}
.fs-8 {
  font-size: 2.25rem;
}
.fs-9 {
  font-size: 2.75rem;
}
.fs-default {
  font-size: 1.125rem;
}
.color-text {
  color: #3C3C3C;
}
.color-text-in-primary {
  color: #fff;
}
.color-text-in-tertiary {
  color: #fff;
}
.color-danger {
  color: red;
}
.color-white {
  color: #fff;
}
.color-empty {
  color: #fff;
}
.color-primary {
  color: #F6C7D2;
}
.color-secondary {
  color: #004F9D;
}
.color-tertiary {
  color: #00862F;
}
.color-quarterly {
  color: #FFA900;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.text-weight-400 {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-uppercase-none {
  text-transform: none;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-decoration-none {
  text-decoration: none;
}
.underline-none {
  text-decoration: none;
}
.underline-on-hover:hover,
.underline-on-hover:focus,
.underline-on-hover:active {
  text-decoration: underline;
}
.paragraph-pb-0,
.paragraph-pb-0 p,
.p-pb-0,
.p-pb-0 p {
  padding-bottom: 0;
}
.bg-primary {
  background-color: #F6C7D2;
}
.bg-secondary {
  background-color: #004F9D;
}
.bg-tertiary {
  background-color: #00862F;
}
.bg-suplementary {
  background-color: #F6F6F6;
}
.object-fit-contain {
  object-fit: contain;
}
.relative {
  position: relative;
}
.z-index-1 {
  z-index: 1;
}
.overflow-hidden {
  overflow: hidden;
}
