/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.how-help-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 8rem;
}
@media screen and (max-width: 600px) {
  .how-help-us {
    padding-top: 4rem;
  }
}
.how-help-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.how-help-us__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: center;
}
.how-help-us__content-title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.how-help-us__content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

.staze {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 6rem 0 8rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .staze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 4rem 0 4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.staze__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
  margin: 0 auto;
  z-index: 5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .staze__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.staze__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1048px) {
  .staze__content-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .staze__content-header {
    text-align: center;
  }
}
.staze__content-header p {
  max-width: 55.6rem;
  color: var(--Cool-Gray-Cool-Gray-080, #343a3e);
}
.staze__content-header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.staze__content figure {
  width: 100%;
  max-width: 55.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.staze__content figure img {
  width: 100%;
  max-width: 55.6rem;
  border-radius: 0.4rem;
}

.vice-o-stazi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: -10rem;
  z-index: 5;
  background: var(--White, #fff);
}
@media screen and (max-width: 600px) {
  .vice-o-stazi {
    margin-top: -5rem;
  }
}
.vice-o-stazi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8rem 0;
  max-width: 114.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .vice-o-stazi__content {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .vice-o-stazi__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}
.vice-o-stazi__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.vice-o-stazi__content-text .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 768px) {
  .vice-o-stazi__content-text .description {
    text-align: center;
    max-width: 54.2rem;
  }
}
.vice-o-stazi__content-text .description p {
  color: var(--Cool-Gray-Cool-Gray-070, #4d5357);
}
.vice-o-stazi__content img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  max-width: 56.8rem;
}

.prepoklady-pro-staz {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  z-index: 5;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
@media screen and (max-width: 600px) {
  .prepoklady-pro-staz {
    padding: 4rem 0 0 0;
  }
}
.prepoklady-pro-staz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.prepoklady-pro-staz__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.prepoklady-pro-staz__content-subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--White, #fff);
}
.prepoklady-pro-staz__content-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.prepoklady-pro-staz__content-boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prepoklady-pro-staz__content-boxes .box-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.4rem;
  background: var(--White, #fff);
  width: calc(25% - 0.6rem);
}
@media screen and (max-width: 950px) {
  .prepoklady-pro-staz__content-boxes .box-description {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
@media screen and (max-width: 750px) {
  .prepoklady-pro-staz__content-boxes .box-description {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 500px) {
  .prepoklady-pro-staz__content-boxes .box-description {
    width: calc(100% - 0rem);
  }
}
.prepoklady-pro-staz__content-boxes .box-description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.prepoklady-pro-staz__content-boxes .box-description-text .dt-md {
  color: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.prepoklady-pro-staz__content-boxes .box-description-text .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-090, #21272a);
}
.prepoklady-pro-staz__content-boxes .box-description-text .box-icon svg g path {
  stroke: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}

.prihlaska-na-staz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 600px) {
  .prihlaska-na-staz {
    padding: 4rem 0 0 0;
  }
}
.prihlaska-na-staz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.prihlaska-na-staz__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.prihlaska-na-staz__content-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: center;
}
.prihlaska-na-staz__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.prihlaska-na-staz__form #gform_wrapper_1 .gform_heading {
  display: none;
}
.prihlaska-na-staz__form #gform_wrapper_1 #gform_fields_1 label {
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  color: var(--UNI-Black, #0f161e);
}
.prihlaska-na-staz__form #gform_wrapper_1 #gform_fields_1 #input_1_1,
.prihlaska-na-staz__form #gform_wrapper_1 #gform_fields_1 #input_1_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.6rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.8rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-030, #c1c7cd);
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.prihlaska-na-staz__form #gform_wrapper_1 #gform_fields_1 #input_1_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10.7rem;
  padding: 1.2rem 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.8rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-030, #c1c7cd);
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.prihlaska-na-staz__form #gform_wrapper_1 .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prihlaska-na-staz__form #gform_wrapper_1 .gform_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-100, #121619);
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
  color: var(--White, #fff);
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prihlaska-na-staz__form #gform_wrapper_1 .gform_button:hover {
  border: 1px solid var(--Cool-Gray-Cool-Gray-080, #343a3e);
  background: var(--Cool-Gray-Cool-Gray-090, #21272a);
}
.prihlaska-na-staz__form #gform_wrapper_1 .gform_validation_errors {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  color: #c02b0a;
  font-size: 15px;
}
.prihlaska-na-staz__form #gform_wrapper_1 .gchoice_1_5_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open-Sans-Regular";
  font-weight: 400;
  /*	1) Headlines text group
    --------------------------------------- */
  font-size: calc(var(--fs-small-rate) * 1.6rem);
  line-height: 1.5;
}
.prihlaska-na-staz__form #gform_wrapper_1 .gchoice_1_5_1 label {
  padding-top: 0.3rem;
}
.prihlaska-na-staz__form #gform_wrapper_1 .gchoice_1_5_1 .icheckbox {
  border: 1px solid var(--Cool-Gray-Cool-Gray-030, #c1c7cd);
}
/*# sourceMappingURL=single-staze.css.map */
