/* Basic */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-italic-webfont.woff2') format('woff2'), url('../fonts/montserrat-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bolditalic-webfont.woff2') format('woff2'), url('../fonts/montserrat-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
*,
*: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: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (min-width: 57rem) {
  body {
    text-align: left;
  }
}
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: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 2rem;
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
@media only screen and (min-width: 30rem) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
@media only screen and (min-width: 30rem) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
h3,
.h3 {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 1.875rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 1.625rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
h6,
.h6 {
  font-size: 1.5rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
h7,
.h7 {
  font-size: 1.375rem;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
img:focus {
  outline: none;
}
iframe {
  max-width: 100%;
  margin-bottom: 0;
}
ol,
ul {
  padding: 0;
  margin: 0 0 2.125rem 2.125rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-top: 0.875rem;
  margin-bottom: 0;
}
li {
  padding-bottom: 0.875rem;
  line-height: 1.2;
}
small {
  font-size: 75%;
}
address,
p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 2.125rem;
}
strong,
b {
  color: #003383;
}
a {
  text-decoration: underline;
  color: #003383;
}
a:hover {
  cursor: pointer;
}
table {
  margin-bottom: 2.125rem;
  border-collapse: collapse;
}
thead th,
thead td {
  background: #003383;
  color: #fff;
}
td,
th {
  line-height: 1.2;
  padding: 0.875rem 1.5rem;
  vertical-align: top;
  text-align: center;
}
td:first-child,
th:first-child {
  text-align: left;
}
th {
  font-weight: 700;
  text-align: left;
}
td {
  text-align: center;
}
td:first-child {
  text-align: left;
}
tr:nth-child(even) td {
  background: #F6F6F6;
}
.responsive-table {
  width: 100%;
  padding-bottom: 2.125rem;
  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: 0.875rem;
  font: 400 1.25rem/1.5 'Montserrat', sans-serif;
  color: #000;
  border: 0;
}
input:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 0;
}
textarea {
  min-height: 9.375rem;
  resize: vertical;
}
label {
  display: inline-block;
  padding: 0 0.875rem;
  font: 400 1.25rem/1.5 'Montserrat', sans-serif;
  color: #000;
}
/* 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__55 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__55 {
    width: 55%;
  }
}
.col__45 {
  width: 100%;
}
@media only screen and (min-width: 57rem) {
  .col__45 {
    width: 45%;
  }
}
.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: flex-start;
  flex-wrap: wrap;
}
.col__image p {
  display: inline-flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.col__image img {
  max-height: 37.5rem;
}
.col__mjcenter {
  justify-content: center;
}
@media only screen and (min-width: 57rem) {
  .col__mjcenter {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-9 {
    padding-left: 5.25rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-9 {
    padding-right: 5.25rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-9 {
    padding-top: 5.25rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-9 {
    padding-bottom: 5.25rem;
  }
}
@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__pt-8 {
    padding-top: 4.625rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-8 {
    padding-bottom: 4.625rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-7 {
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-7 {
    padding-right: 4rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-7 {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-7 {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-6 {
    padding-left: 3.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-6 {
    padding-right: 3.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-6 {
    padding-top: 3.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-6 {
    padding-bottom: 3.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-5 {
    padding-left: 2.75rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-5 {
    padding-right: 2.75rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-5 {
    padding-top: 2.75rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-5 {
    padding-bottom: 2.75rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-4 {
    padding-left: 2.125rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-4 {
    padding-right: 2.125rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-4 {
    padding-top: 2.125rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-4 {
    padding-bottom: 2.125rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-3 {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-3 {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-3 {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-3 {
    padding-bottom: 1.5rem;
  }
}
@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__pt-2 {
    padding-top: 0.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-2 {
    padding-bottom: 0.875rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pl-1 {
    padding-left: 0.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pr-1 {
    padding-right: 0.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pt-1 {
    padding-top: 0.375rem;
  }
}
@media only screen and (min-width: 57rem) {
  .col__pb-1 {
    padding-bottom: 0.375rem;
  }
}
.col__m-order-1 {
  order: 1;
}
@media only screen and (min-width: 57rem) {
  .col__m-order-1 {
    order: 0;
  }
}
/* Elements */
.e-bg {
  background-image: url(../img/bg-vykresy-1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(246, 246, 246, 0.9);
  background-blend-mode: soft-light;
  background-attachment: fixed;
}
.e-bg--blue {
  background-image: url(../img/bg-vykresy-s-perem.jpg);
  background-color: #003383;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.e-bg--blue h1,
.e-bg--blue h2,
.e-bg--blue h3,
.e-bg--blue h4,
.e-bg--blue h5,
.e-bg--blue h6 {
  color: #fff;
}
.e-bg--s-lupou {
  background-image: url(../img/bg-vykresy-s-lupou.jpg);
  background-color: rgba(246, 246, 246, 0.9);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.e-bg--certificates {
  background-image: url(../img/certifikates-background.jpg);
  background-color: rgba(246, 246, 246, 0.9);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.e-bg--grey {
  background: #F6F6F6;
}
.e-body-wrap {
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 0 1rem #333;
}
.e-bold-underline {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.e-bold-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 100%;
  height: 0.75rem;
  background: #003383;
  z-index: 1;
}
.e-copyright {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.38;
  padding-bottom: 0.375rem;
}
.e-copyright a {
  color: #fff;
  text-decoration: none;
}
.e-hidden-before-js-loaded {
  display: none !important;
}
.e-image {
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.e-image__icon {
  max-width: 18rem;
}
.e-min-height {
  min-height: 20rem;
}
.e-osekposek {
  max-width: 37.5rem;
  width: 100%;
  height: 27.875rem;
}
.e-osekposek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Components */
.c-article {
  width: 100%;
}
.c-article__container {
  display: flex;
  flex-wrap: wrap;
}
.c-article__text {
  padding-top: 2.125rem;
  padding-bottom: 0.875rem;
}
.c-article__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
}
.c-article__title {
  font-size: 2rem;
  min-height: 6.875rem;
  padding-bottom: 0;
  order: 1;
}
.c-article__icon-space {
  display: flex;
  align-items: center;
  flex: 0 0 6.25rem;
  height: 6.25rem;
}
.c-article__icon-space img {
  width: 100%;
  max-height: 100%;
}
.c-article__img-space {
  width: 100%;
  text-align: center;
  padding: 2.125rem 0;
  max-height: 26rem;
}
.c-article__img-space img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.c-article__annotation {
  flex-grow: grow;
  text-align: center;
}
.c-article__annotation p {
  text-align: justify;
}
.c-article--inversed-bg {
  background: #F6F6F6;
}
@media only screen and (min-width: 70rem) {
  .c-article {
    padding: 2.125rem;
  }
  .c-article__text {
    width: 50%;
    padding-top: 0;
    padding-right: 1.5rem;
    padding-bottom: 2.125rem;
  }
  .c-article__header {
    align-items: center;
    flex-direction: row;
  }
  .c-article__title {
    order: 0;
  }
  .c-article__icon-space {
    margin-right: 2.125rem;
  }
  .c-article__img-space {
    width: 50%;
    padding-left: 1.5rem;
    max-height: 37rem;
  }
  .c-article__annotation {
    text-align: left;
  }
}
.c-anchors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-anchors__anchor {
  margin: 0.875rem;
}
.c-award {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 1.5rem;
  color: #fff;
}
.c-award__content {
  max-width: 34.5rem;
}
.c-award__icon {
  padding-bottom: 1.5rem;
}
.c-award__icon img {
  flex: 0 0 4.625rem;
}
@media only screen and (min-width: 57rem) {
  .c-award {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
  }
  .c-award__icon {
    flex: 0 0 6.75rem;
    padding-right: 2.125rem;
  }
}
.c-banner {
  position: relative;
  background-image: url(../img/default-banner.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0 7.125rem 0;
  text-align: center;
}
.c-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.c-banner__container {
  position: relative;
  z-index: 1;
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
.c-banner__content {
  width: 100%;
  padding-bottom: 4.625rem;
}
.c-banner__title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  font-size: 3rem;
  font-style: italic;
  color: #fff;
  line-height: 1.08;
}
.c-banner__title span {
  position: relative;
  z-index: 2;
}
.c-banner__title:before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  width: 100%;
  height: 1rem;
  background: #003383;
  z-index: 1;
}
@media only screen and (min-width: 64rem) {
  .c-banner {
    text-align: left;
  }
  .c-banner__content {
    width: 70%;
  }
  .c-banner__title {
    font-size: 3.875rem;
  }
  .c-banner__title:before {
    left: -1rem;
    width: 88%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-banner:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  }
  .c-banner__content {
    width: 50%;
  }
}
.c-button {
  position: relative;
  padding: 1rem 0.875rem 0.875rem 0.875rem;
  border: 0.125rem solid #003383;
  color: #003383;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
.c-button:hover,
.c-button:focus,
.c-button:active {
  color: #fff;
  background: #003383;
}
.c-button:hover:before,
.c-button:focus:before,
.c-button:active:before,
.c-button:hover:after,
.c-button:focus:after,
.c-button:active:after {
  border-color: #fff;
}
.c-button--noframe {
  border: none;
  padding: !important;
}
.c-button__submenuHolder {
  display: flex;
  width: 100%;
  border: none;
  padding: 0 0 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  .c-button__submenuHolder {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-button__submenuHolder {
    width: auto;
  }
}
.c-button__divider {
  display: none;
}
.c-button--hover {
  color: #fff;
  background: #003383;
}
.c-button--hover:before,
.c-button--hover:after {
  border-color: #fff;
}
.c-button--arrow {
  position: relative;
  padding: 1rem 0.875rem 0.875rem 0.875rem;
  border: 0.125rem solid #003383;
  color: #003383;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
  padding: 1rem 2.625rem 0.875rem 0.875rem;
}
.c-button--arrow:hover,
.c-button--arrow:focus,
.c-button--arrow:active {
  color: #fff;
  background: #003383;
}
.c-button--arrow:hover:before,
.c-button--arrow:focus:before,
.c-button--arrow:active:before,
.c-button--arrow:hover:after,
.c-button--arrow:focus:after,
.c-button--arrow:active:after {
  border-color: #fff;
}
.c-button--arrow--noframe {
  border: none;
  padding: !important;
}
.c-button--arrow__submenuHolder {
  display: flex;
  width: 100%;
  border: none;
  padding: 0 0 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  .c-button--arrow__submenuHolder {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-button--arrow__submenuHolder {
    width: auto;
  }
}
.c-button--arrow__divider {
  display: none;
}
.c-button--arrow:before {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: rotate(-45deg);
  border-right: 0.1875rem solid #003383;
  border-bottom: 0.1875rem solid #003383;
  border-radius: 0.125rem;
}
.c-button--arrow:after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #003383;
  border-radius: 100%;
}
.c-button--inversed--hover {
  color: #003383;
  background: #fff;
}
.c-button--inversed {
  position: relative;
  padding: 1rem 0.875rem 0.875rem 0.875rem;
  border: 0.125rem solid #003383;
  color: #003383;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
  border: 0.125rem solid #fff;
  color: #fff;
}
.c-button--inversed:hover,
.c-button--inversed:focus,
.c-button--inversed:active {
  color: #fff;
  background: #003383;
}
.c-button--inversed:hover:before,
.c-button--inversed:focus:before,
.c-button--inversed:active:before,
.c-button--inversed:hover:after,
.c-button--inversed:focus:after,
.c-button--inversed:active:after {
  border-color: #fff;
}
.c-button--inversed--noframe {
  border: none;
  padding: !important;
}
.c-button--inversed__submenuHolder {
  display: flex;
  width: 100%;
  border: none;
  padding: 0 0 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  .c-button--inversed__submenuHolder {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-button--inversed__submenuHolder {
    width: auto;
  }
}
.c-button--inversed__divider {
  display: none;
}
.c-button--inversed:hover,
.c-button--inversed:focus,
.c-button--inversed:active {
  color: #003383;
  background: #fff;
}
.c-button--inversed--upload {
  position: relative;
  padding: 1rem 0.875rem 0.875rem 0.875rem;
  border: 0.125rem solid #003383;
  color: #003383;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
  border: 0.125rem solid #fff;
  color: #fff;
  padding-right: 2.75rem;
}
.c-button--inversed--upload:hover,
.c-button--inversed--upload:focus,
.c-button--inversed--upload:active {
  color: #fff;
  background: #003383;
}
.c-button--inversed--upload:hover:before,
.c-button--inversed--upload:focus:before,
.c-button--inversed--upload:active:before,
.c-button--inversed--upload:hover:after,
.c-button--inversed--upload:focus:after,
.c-button--inversed--upload:active:after {
  border-color: #fff;
}
.c-button--inversed--upload--noframe {
  border: none;
  padding: !important;
}
.c-button--inversed--upload__submenuHolder {
  display: flex;
  width: 100%;
  border: none;
  padding: 0 0 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  .c-button--inversed--upload__submenuHolder {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .c-button--inversed--upload__submenuHolder {
    width: auto;
  }
}
.c-button--inversed--upload__divider {
  display: none;
}
.c-button--inversed--upload:hover,
.c-button--inversed--upload:focus,
.c-button--inversed--upload:active {
  color: #003383;
  background: #fff;
}
.c-button--inversed--upload:after {
  content: "";
  position: absolute;
  right: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../img/attachment.svg?v2);
  background-repeat: no-repeat;
}
.c-certificates {
  width: calc(100% - 5rem);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.c-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}
.c-contact h1,
.c-contact h2,
.c-contact h3,
.c-contact h4 {
  font-size: 1.5rem;
  padding-bottom: 0.375rem;
  text-transform: none;
}
.c-contact p {
  padding-bottom: 0.375rem;
  font-size: 1.125rem;
}
.c-contact--inversed {
  color: #fff;
}
.c-contact--inversed h1,
.c-contact--inversed h2,
.c-contact--inversed h3,
.c-contact--inversed h4 {
  color: #fff;
}
.c-contact--inversed p {
  color: #fff;
}
.c-contact--inversed a {
  color: #fff;
}
.c-contact--inversed strong,
.c-contact--inversed b {
  color: #fff;
}
@media only screen and (min-width: 30rem) {
  .c-contact h1,
  .c-contact h2,
  .c-contact h3,
  .c-contact h4 {
    font-size: 1.875rem;
  }
  .c-contact p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 57rem) {
  .c-contact:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 60%;
    background: #003383;
  }
  .c-contact:nth-child(3n+3):after,
  .c-contact:last-child:after {
    display: none;
  }
  .c-contact--inversed:after {
    background: #fff;
  }
}
.c-contactform {
  max-width: 64.125rem;
  padding-top: 2.75rem;
  padding-left: 0.875rem;
  background-color: #003383;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
}
.c-contactform label {
  padding-left: 0;
  padding-right: 1.5rem;
}
.c-contactform__column {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  order: 1;
}
.c-contactform__column--small {
  order: 0;
}
.c-contactform__btn-space {
  display: flex;
  justify-content: center;
  width: calc(100% - 2.75rem);
  padding-top: 1.5rem;
}
.c-contactform__group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-contactform__button {
  margin-bottom: 2.75rem;
}
.c-contactform__attachement-space {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-contactform__attachment {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.875rem;
}
.c-contactform__txtinput {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.875rem;
  margin: 0 0.875rem 0.875rem 0;
}
.c-contactform__txtinput::-webkit-input-placeholder {
  color: #fff;
}
.c-contactform__txtinput:-ms-input-placeholder {
  color: #fff;
}
.c-contactform__txtinput::placeholder {
  color: #fff;
}
.c-contactform__message {
  width: calc(100% - 2.75rem);
  margin-bottom: 2.125rem;
  padding: 2.125rem;
  background: #fff;
  border: red;
  color: red;
  font-weight: 700;
}
@media only screen and (min-width: 57rem) {
  .c-contactform {
    padding-left: 2.75rem;
  }
  .c-contactform__txtinput {
    margin: 0 2.75rem 0.875rem 0;
  }
}
@media only screen and (min-width: 57rem) {
  .c-contactform__group {
    justify-content: flex-end;
  }
  .c-contactform__column {
    width: 66.66%;
    padding-right: 2.75rem;
    order: 0;
  }
  .c-contactform__column--small {
    width: 33.33%;
  }
  .c-contactform__column--small .c-contactform__txtinput {
    width: 100%;
    margin-right: 0;
  }
  .c-contactform__btn-space {
    width: 33.33%;
    align-self: flex-start;
    position: relative;
    top: -5.875rem;
    padding-top: 0;
  }
  .c-contactform__fictive-button {
    position: relative;
    width: 100%;
    display: inline-flex;
  }
  .c-contactform__button {
    position: absolute;
    width: 100%;
  }
  .c-contactform__attachement-space {
    justify-content: flex-start;
  }
  .c-contactform__attachment {
    margin-bottom: 2.75rem;
  }
  .c-contactform__txtinput {
    width: calc(33.33% - 2.75rem);
    margin: 0 2.75rem 2.75rem 0;
  }
  .c-contactform__txtinput--textarea {
    min-height: 9rem;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 90.5rem) {
  .c-contactform__fictive-button:before {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 1.125rem;
    width: 0.625rem;
    height: 0.625rem;
    transform: rotate(-45deg);
    border-right: 0.1875rem solid #fff;
    border-bottom: 0.1875rem solid #fff;
    border-radius: 0.125rem;
    pointer-events: none;
  }
  .c-contactform__fictive-button:after {
    content: "";
    position: absolute;
    top: 0.9375rem;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.125rem solid #fff;
    border-radius: 100%;
    pointer-events: none;
  }
  .c-contactform__fictive-button:hover:before {
    border-right: 0.1875rem solid #003383;
    border-bottom: 0.1875rem solid #003383;
    z-index: 1;
  }
  .c-contactform__fictive-button:hover:after {
    border: 0.125rem solid #003383;
  }
}
.c-search {
  display: flex;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
}
.c-search__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-search__form {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-search__textbox {
  width: 100%;
  border: 1px solid #003383;
}
.c-search__submit {
  width: 6.25rem;
  background: #003383;
  color: #fff;
  margin-top: 2.125rem;
}
.c-search__btn-space {
  position: absolute;
  width: 100%;
  bottom: 4.625rem;
  display: flex;
  justify-content: center;
}
.c-search__btn-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  border: 0.125rem solid #960227;
  cursor: pointer;
}
.c-search__btn-close:before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.25rem;
  background: #960227;
  transform: rotate(45deg);
}
.c-search__btn-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.25rem;
  background: #960227;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 30rem) {
  .c-search__form {
    width: 70%;
  }
  .c-search__textbox {
    width: calc(100% - 6.25rem);
  }
  .c-search__submit {
    margin-top: 0;
  }
}
.c-fmenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  margin-top: -0.875rem;
}
.c-fmenu__item {
  position: relative;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.c-fmenu__item--has-submenu {
  position: relative;
}
@media only screen and (min-width: 80rem) {
  .c-fmenu__item--has-submenu .c-fmenu__link {
    padding-right: 2.5rem;
  }
}
.c-fmenu__item--has-submenu::after {
  display: none;
  content: "";
  position: absolute;
}
@media only screen and (min-width: 80rem) {
  .c-fmenu__item--has-submenu::after {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    top: 2.125rem;
    right: 1rem;
    transform: rotate(-135deg);
    border-right: 0.1875rem solid #fff;
    border-bottom: 0.1875rem solid #fff;
    border-radius: 0.1875rem;
  }
}
.c-fmenu__item--has-submenu.c-fmenu__arrow-down::after {
  top: 1.875rem;
  transform: rotate(45deg);
}
.c-fmenu__link {
  text-decoration: none;
  color: #fff;
  padding: 1.5rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.c-fmenu__link:hover,
.c-fmenu__link:active,
.c-fmenu__link:focus {
  text-decoration: underline;
}
.c-fmenu__submenu {
  display: flex;
  justify-content: center;
}
.c-fmenu__submenu .c-fmenu__link {
  font-size: 1.125rem;
  padding: 0.375rem;
  text-transform: none;
}
.c-fmenu__sublist {
  display: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 80rem) {
  .c-fmenu {
    flex-direction: row;
  }
  .c-fmenu__link {
    padding: 0.875rem 1.5rem;
  }
  .c-fmenu__item {
    width: auto;
  }
  .c-fmenu__item:hover .c-fmenu__submenu {
    display: flex;
  }
  .c-fmenu__item--has-submenu {
    flex-direction: column-reverse;
  }
  .c-fmenu__item--has-submenu::after {
    top: 1.5rem;
  }
  .c-fmenu__item--has-submenu.c-fmenu__arrow-down::after {
    top: 1.5rem;
    transform: rotate(-135deg);
  }
  .c-fmenu__submenu {
    display: none;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: flex-end;
  }
  .c-fmenu__submenu .c-fmenu__link {
    display: block;
    width: 10.5rem;
    font-size: 1.125rem;
    padding: 0.375rem;
    text-transform: none;
    color: #003383;
  }
  .c-fmenu__sublist {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    background: #F6F6F6;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    padding: 0.875rem;
  }
  .c-fmenu__sublist:before {
    content: "";
    position: absolute;
    bottom: -1rem;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #F6F6F6;
  }
}
.c-row-fix-sized-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-row-fix-sized-image__text {
  width: 100%;
}
.c-row-fix-sized-image__text p {
  text-align: center;
}
.c-row-fix-sized-image__text p:last-child {
  padding-bottom: 0;
}
.c-row-fix-sized-image__image {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 70rem) {
  .c-row-fix-sized-image {
    flex-wrap: nowrap;
  }
  .c-row-fix-sized-image__text {
    width: auto;
    flex-grow: 1;
  }
  .c-row-fix-sized-image__text p {
    text-align: left;
  }
  .c-row-fix-sized-image__text p:last-child {
    padding-bottom: 2.125rem;
  }
  .c-row-fix-sized-image__image {
    max-width: 38.375rem;
    flex: 0 0 38.375rem;
    height: 28.125rem;
  }
  .c-row-fix-sized-image__pr {
    padding-right: 0.875rem;
  }
  .c-row-fix-sized-image__pl {
    padding-left: 0.875rem;
  }
}
@media only screen and (min-width: 80rem) {
  .c-row-fix-sized-image__pr {
    padding-right: 2.75rem;
  }
  .c-row-fix-sized-image__pl {
    padding-left: 2.75rem;
  }
}
.c-hamburger {
  padding: 0;
  cursor: pointer;
}
.c-hamburger span {
  background: #003383;
  display: block;
  width: 3rem;
  height: 0.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.c-hamburger--transform-to-close span {
  position: relative;
}
.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.7rem;
}
.c-heading {
  background: #003383;
  padding: 2.75rem 0.875rem 2.125rem 0.875rem;
  color: #fff;
  text-align: center;
}
.c-heading h1,
.c-heading h2,
.c-heading h3 {
  color: #fff;
  padding: 0;
}
body.no-scroll {
  overflow: hidden !important;
  /* Zabrání scrollování stránky */
  height: 100%;
  /* Zamezí vertikálnímu posunu */
}
/* Mobilní */
.c-menu {
  height: 100%;
  max-height: 100vh;
  min-height: -webkit-fill-available;
  /* Řeší problémy na iOS */
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #003383;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  box-shadow: 0px 0px 5px #000;
  text-align: left;
  /* Submenu */
  /* Statické prvky */
}
.c-menu__content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  padding-top: 2.5rem;
}
.c-menu__container {
  width: 100%;
}
.c-menu__list {
  margin: 0;
}
.c-menu__list-item {
  list-style: none;
  padding-top: 0.375rem;
  padding-bottom: 0.875rem;
}
.c-menu__link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.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 {
  display: block;
  position: relative;
  padding-top: 0.875rem;
}
.c-menu__submenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  height: calc(100% - 0.875rem);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.c-menu__submenu .c-menu__list {
  padding-left: 0.875rem;
}
.c-menu__submenu .c-menu__list-item {
  padding-top: 0;
}
.c-menu__controller {
  display: none;
}
.c-menu__controller:checked ~ .c-menu {
  width: 100%;
  animation: c-menu-open;
  animation-duration: 0.5s;
}
.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 .c-hamburger span {
  background-color: #fff;
}
.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: 80rem) {
  .c-menu {
    height: auto;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    box-shadow: none;
    overflow: visible;
    background-color: #fff;
    color: #4A4A49;
    /* Submenu */
    /* Statické prvky */
  }
  .c-menu__content {
    width: auto;
    min-height: 0;
    flex-direction: row;
    padding: 60px 0;
    flex-wrap: wrap;
  }
  .c-menu__container {
    width: auto;
  }
  .c-menu__list {
    display: flex;
  }
  .c-menu__list-item {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-menu__list-item:hover .c-menu__submenu {
    display: flex;
  }
  .c-menu__link {
    color: #4A4A49;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.2;
  }
  .c-menu__link:hover,
  .c-menu__link:focus,
  .c-menu__link:active {
    opacity: 1;
    color: #003383;
    text-decoration: none;
  }
  .c-menu__link--active {
    opacity: 1;
    color: #003383;
  }
  .c-menu__link--has-submenu {
    position: relative;
    padding-right: 2.5rem;
  }
  .c-menu__link--has-submenu::after {
    content: "";
    position: absolute;
    top: 0.375rem;
    right: 1rem;
    width: 0.625rem;
    height: 0.625rem;
    transform: rotate(45deg);
    border-right: 0.1875rem solid #003383;
    border-bottom: 0.1875rem solid #003383;
    border-radius: 0.1875rem;
  }
  .c-menu__submenu {
    display: none;
    width: 100%;
    position: absolute;
    justify-content: center;
    padding-top: 1rem;
  }
  .c-menu__submenu .c-menu__list {
    display: flex;
    position: relative;
    background: #F6F6F6;
    flex-wrap: wrap;
    min-width: 16rem;
    padding: 1.5rem 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .c-menu__submenu .c-menu__list .c-menu__list {
    min-width: 0;
    padding: 0;
    font-style: italic;
  }
  .c-menu__submenu .c-menu__link {
    color: #003383;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    text-transform: none;
    opacity: 1;
  }
  .c-menu__submenu .c-menu__link:hover {
    background: #fff;
  }
  .c-menu__submenu .c-menu__list-item {
    width: 100%;
  }
  .c-menu__submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #003383;
  }
  .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: 20rem;
  }
}
@keyframes c-menu-close {
  from {
    width: 20rem;
  }
  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-paginator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.125rem;
}
.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: #003383;
}
.c-paginator__arrow-forward {
  margin-left: 0.875rem;
  transform: rotate(180deg);
  fill: #003383;
}
.c-photogallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.375rem;
}
.c-photogallery__col {
  max-width: 31.25rem;
  width: 100%;
}
.c-photogallery__link {
  width: calc(100% - 0.375rem * 2);
  display: flex;
  margin: 0.375rem;
  margin-bottom: 0.875rem;
  overflow: hidden;
}
.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: 25%;
  }
}
.c-photogallery-interactive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-photogallery-interactive__link {
  max-width: 30rem;
  width: calc(100% - 0.375rem * 2);
  margin: 0.375rem;
}
.c-photogallery-interactive__stretch {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-bottom: 66.5%;
}
.c-photogallery-interactive__image-positioner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-photogallery-interactive__image-space {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
.c-photogallery-interactive__image {
  object-fit: cover;
}
@media only screen and (min-width: 57rem) {
  .c-photogallery-interactive__link {
    width: calc(25% - 0.375rem * 2);
  }
  .c-photogallery-interactive__image-space:hover {
    width: 110%;
    height: 150%;
    z-index: 1;
  }
  .c-photogallery-interactive__image-space:hover .c-photogallery-interactive__image {
    box-shadow: 0 0.326rem 0.5rem rgba(0, 0, 0, 0.2);
  }
}
.c-reference {
  width: 19.75rem;
  margin: 0.875rem;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #707070;
  border-bottom: 0.5rem solid #003383;
  text-decoration: none;
  color: #000;
  line-height: 1.08;
  transition: all 0.2s;
}
.c-reference:hover {
  background: #003383;
  color: #fff;
  border-bottom: 0.5rem solid #1C1C1C;
}
.c-reference:hover .c-reference__title {
  color: #fff;
}
.c-reference:hover .c-reference__category-icon {
  stroke: #fff;
}
.c-reference:hover .c-reference__date-icon {
  fill: #fff;
}
.c-reference__image-space {
  position: relative;
  width: 100%;
  height: 13.5rem;
}
.c-reference__image-space img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-reference__content {
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-reference__info {
  padding: 2.125rem 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
}
.c-reference__info span {
  opacity: 0.45;
}
.c-reference__category {
  max-width: 60%;
  text-align: left;
  font-size: 1rem;
}
.c-reference__category-icon-space {
  float: left;
  padding-right: 0.375rem;
  height: 100%;
}
.c-reference__category-icon {
  fill: none;
  stroke: #000;
}
.c-reference__date {
  max-width: 40%;
  font-size: 1rem;
}
.c-reference__date-icon {
  fill: #000;
}
.c-reference__title {
  padding: 0 0 2.125rem 0;
  text-transform: none;
  font-size: 1.875rem;
  text-align: center;
}
.c-reference__watermark-space {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-reference__watermark {
  max-width: 60%;
  max-height: 60%;
}
.c-service-item {
  width: 100%;
  width: 14.5rem;
  text-decoration: none;
  text-align: center;
  padding: 2.125rem 0.875rem;
  display: flex;
  flex-direction: column;
}
.c-service-item__image-spacer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 7.75rem;
}
.c-service-item__image-spacer img {
  max-width: 7.75rem;
  max-height: 7.75rem;
}
.c-service-item__title {
  padding: 2.125rem 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.08;
  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__annotation {
  padding-bottom: 2.125rem;
  flex-grow: 1;
}
.c-service-item__annotation p {
  padding: 0;
}
.c-service-item .c-button,
.c-service-item .c-button--arrow {
  font-size: 0.9375rem;
}
.c-service-item:hover .c-button,
.c-service-item:hover .c-button--arrow {
  color: #fff;
  background: #003383;
}
.c-service-item:hover .c-button:before,
.c-service-item:hover .c-button--arrow:before,
.c-service-item:hover .c-button:after,
.c-service-item:hover .c-button--arrow:after {
  border-color: #fff;
}
.c-service-item:hover .c-service-item__image-spacer img {
  opacity: 1;
}
.c-service-item--two {
  max-width: 28rem;
}
.c-service-item--nomaxwidth {
  max-width: none;
}
.c-service-item--white {
  color: #fff;
}
.c-service-item--white:hover .c-button--arrow,
.c-service-item--white:hover .c-button--inversed {
  color: #003383;
  background: #fff;
}
@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: 16.66%;
  }
  .c-service-item--two {
    width: 50%;
  }
}
.c-search-result {
  display: block;
  padding: 0.875rem;
  text-decoration: none;
}
.c-search-result:hover {
  text-decoration: underline;
}
.c-search-result:nth-child(even) {
  background: #F6F6F6;
}
.c-search-result__title {
  font-size: 1.625rem;
}
.c-socials a {
  display: inline-flex;
  padding: 0 0.3125rem;
}
.c-socials a:hover .c-socials__icon {
  opacity: 0.7;
}
.c-socials a[href=""],
.c-socials a[href="#"] {
  pointer-events: none;
  opacity: 0.2;
}
.c-socials__icon {
  fill: #fff;
}
@media only screen and (min-width: 80rem) {
  .c-socials {
    padding-left: 1.5rem;
  }
}
.c-slider {
  width: calc(100% - 4.5rem);
}
.c-slider__image-spacer {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  /*padding: 0 @space-1;*/
}
.c-slider__image-spacer:hover:not(.c-slider__image-spacer--podporujeme):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.25rem solid #003383;
}
.c-slider__image-spacer--podporujeme img {
  max-width: 6.5rem;
  max-height: 5.75rem;
}
.c-slider--static {
  width: calc(100% - 0.375rem * 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-slider--static .c-slider__image-spacer {
  margin: 0.375rem;
  overflow: hidden;
}
.c-slider--static .c-slider__image-spacer img {
  max-width: none;
  transition: all 0.2s;
}
.c-slider__ref-image {
  display: block;
  width: 100%;
  height: 24rem;
}
.c-slider__ref-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider .slick-track {
  margin: 0 auto;
}
@media only screen and (min-width: 50rem) {
  .c-slider--static .c-slider__image-spacer {
    width: calc(50% - 0.375rem * 2);
  }
}
@media only screen and (min-width: 64rem) {
  .c-slider--static .c-slider__image-spacer {
    width: calc(25% - 0.375rem * 2);
  }
}
.c-slider-oceneni {
  width: calc(100% - 5rem);
  margin: 0 auto;
}
.c-slider-oceneni .slick-arrow:before {
  background-image: url('../slick/img/slider-arrow-white.svg');
}
.c-slick-dots-wrapper {
  position: absolute;
  bottom: 5.25rem;
  width: calc(100% - 1.5rem * 2);
  display: flex;
  flex-direction: column-reverse;
}
.c-slick-dots-wrapper__quote {
  display: inline-block;
  flex-grow: 1;
  margin-bottom: 2.75rem;
  text-align: center;
}
.c-slick-dots-wrapper__quote-wrap {
  position: relative;
  font-size: 1.875rem;
  color: #fff;
  font-style: italic;
  display: inline-flex;
  justify-content: center;
  line-height: 1.08;
}
.c-slick-dots-wrapper__quote-wrap span {
  position: relative;
  z-index: 2;
}
.c-slick-dots-wrapper__quote-wrap p {
  padding-bottom: 0;
}
.c-slick-dots-wrapper__quote-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.75rem;
  background: #003383;
  z-index: 1;
}
@media only screen and (min-width: 64rem) {
  .c-slick-dots-wrapper {
    width: calc(100% - 1.5rem * 2);
    margin-left: -0.875rem;
    flex-direction: row;
  }
  .c-slick-dots-wrapper__quote {
    text-align: right;
    margin-bottom: 0;
  }
  .c-slick-dots-wrapper__quote-wrap {
    font-size: 2.5rem;
  }
  .c-slick-dots-wrapper__quote-wrap {
    justify-content: flex-start;
  }
}
.c-title {
  width: 100%;
  padding-top: 2.75rem;
  text-align: center;
}
.c-title span {
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  font-size: 1.875rem;
}
.c-title--white {
  width: 100%;
  padding-top: 2.75rem;
  text-align: center;
  color: #fff;
}
.c-title--white span {
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  font-size: 1.875rem;
}
@media only screen and (min-width: 80rem) {
  .c-title--align-left {
    text-align: left;
  }
  .c-title--align-left span {
    justify-content: flex-start;
  }
}
.c-whyus {
  width: 20%;
  width: 13.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.875rem 4rem 0.875rem;
}
.c-whyus__image-space {
  width: 7.375rem;
  height: 7.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-whyus__image-space img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
.c-whyus__title {
  padding-top: 2.125rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.08;
  flex-grow: 1;
}
/* Layouts */
.l-awards {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.6;
}
.l-awards__image-space {
  display: inline-flex;
  align-items: center;
  width: 44%;
  max-width: 17.25rem;
}
.l-awards__image-space img {
  max-width: 14rem;
  max-height: 14rem;
  width: 100%;
}
.l-awards__mobile-order-1 {
  order: 1;
}
@media only screen and (min-width: 57rem) {
  .l-awards:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
  .l-awards__mobile-order-1 {
    order: 0;
  }
  .l-awards__image-space {
    align-items: flex-start;
  }
  .l-awards__right-separator {
    position: relative;
  }
  .l-awards__right-separator:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 0.125rem;
    height: 100%;
    background: #fff;
  }
}
.l-contact {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.l-contact__col-60 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-contact__col-40 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-contact__col-66 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-contact__col-33 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-contact__content-wrapper {
  text-align: center;
}
.l-contact__title {
  display: inline-flex;
  font-size: 1.875rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 80rem) {
  .l-contact__col-60 {
    width: 60%;
    padding-right: 0.375rem;
  }
  .l-contact__col-40 {
    width: 40%;
    padding-left: 2.75rem;
  }
  .l-contact__col-66 {
    width: 66.66%;
    padding-left: 0.375rem;
  }
  .l-contact__col-33 {
    width: 33.33%;
    padding-right: 2.75rem;
  }
  .l-contact__content-wrapper {
    text-align: left;
    width: 100%;
  }
}
.l-header__container {
  height: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.l-header__logo a {
  display: flex;
}
.l-header__logo-image {
  max-width: 13rem;
  height: 3.625rem;
}
@media only screen and (min-width: 30rem) {
  .l-header__logo-image {
    max-width: none;
  }
}
@media only screen and (min-width: 80rem) {
  .l-header__container {
    height: 9rem;
  }
  .l-header__logo-image {
    height: 5rem;
  }
  .l-header__hamburger {
    display: none;
  }
}
.l-footer {
  background: #003383;
  padding-top: 4rem;
}
.l-footer__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer__logo {
  display: flex;
  width: 16.875rem;
}
.l-footer__logo a {
  display: flex;
}
.l-footer__logo-img {
  width: 100%;
  fill: #fff;
}
.l-footer__content {
  width: 100%;
  padding: 3.375rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-footer__socials {
  padding-top: 1.5rem;
}
.l-footer__lower-space {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__lower-left {
  width: 100%;
}
.l-footer__lower-center {
  width: 100%;
}
.l-footer__lower-right {
  width: 100%;
}
.l-footer__gdpr-link {
  color: #fff;
  text-decoration: none;
  opacity: 0.38;
  font-size: 0.875rem;
}
.l-footer__gdpr-link:hover {
  opacity: 1;
}
@media only screen and (min-width: 80rem) {
  .l-footer__container {
    justify-content: space-between;
  }
  .l-footer__content {
    width: auto;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
  }
  .l-footer__socials {
    padding-top: 0;
  }
  .l-footer__lower-left {
    width: 33.33%;
  }
  .l-footer__lower-center {
    width: 33.33%;
  }
  .l-footer__lower-right {
    width: 33.33%;
    text-align: right;
  }
  .l-footer__gdpr-link {
    position: relative;
    top: -0.5rem;
  }
}
/* Utilities */
.container {
  max-width: 90.5rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 50rem) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.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-around,
.jaround {
  justify-content: space-around;
}
.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;
}
.flex-align-start {
  align-items: flex-start;
}
.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%;
}
.width-auto {
  width: auto;
}
.line-height-tight {
  line-height: 1.08;
}
.line-height-default {
  line-height: 1.2;
}
.line-height-big {
  line-height: 1.8;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.375rem !important;
}
.pt-2 {
  padding-top: 0.875rem;
}
.pt-3 {
  padding-top: 1.5rem;
}
.pt-4 {
  padding-top: 2.125rem;
}
.pt-5 {
  padding-top: 2.75rem;
}
.pt-6 {
  padding-top: 3.375rem;
}
.pt-7 {
  padding-top: 4rem;
}
.pt-8 {
  padding-top: 4.625rem;
}
.pt-9 {
  padding-top: 5.25rem;
}
.pt-default {
  padding-top: 2.125rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.375rem;
}
.pr-2 {
  padding-right: 0.875rem;
}
.pr-3 {
  padding-right: 1.5rem;
}
.pr-4 {
  padding-right: 2.125rem;
}
.pr-5 {
  padding-right: 2.75rem;
}
.pr-6 {
  padding-right: 3.375rem;
}
.pr-7 {
  padding-right: 4rem;
}
.pr-8 {
  padding-right: 4.625rem;
}
.pr-9 {
  padding-right: 5.25rem;
}
.pr-default {
  padding-right: 2.125rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.375rem !important;
}
.pb-2 {
  padding-bottom: 0.875rem;
}
.pb-3 {
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 2.125rem;
}
.pb-5 {
  padding-bottom: 2.75rem;
}
.pb-6 {
  padding-bottom: 3.375rem;
}
.pb-7 {
  padding-bottom: 4rem;
}
.pb-8 {
  padding-bottom: 4.625rem;
}
.pb-9 {
  padding-bottom: 5.25rem;
}
.pb-default {
  padding-bottom: 2.125rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.375rem;
}
.pl-2 {
  padding-left: 0.875rem;
}
.pl-3 {
  padding-left: 1.5rem;
}
.pl-4 {
  padding-left: 2.125rem;
}
.pl-5 {
  padding-left: 2.75rem;
}
.pl-6 {
  padding-left: 3.375rem;
}
.pl-7 {
  padding-left: 4rem;
}
.pl-8 {
  padding-left: 4.625rem;
}
.pl-9 {
  padding-left: 5.25rem;
}
.pl-default {
  padding-left: 2.125rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.875rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 2.125rem;
}
.mt-5 {
  margin-top: 2.75rem;
}
.mt-6 {
  margin-top: 3.375rem;
}
.mt-7 {
  margin-top: 4rem;
}
.mt-8 {
  margin-top: 4.625rem;
}
.mt-9 {
  margin-top: 5.25rem;
}
.mt-default {
  margin-top: 2.125rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.875rem;
}
.mr-3 {
  margin-right: 1.5rem;
}
.mr-4 {
  margin-right: 2.125rem;
}
.mr-5 {
  margin-right: 2.75rem;
}
.mr-6 {
  margin-right: 3.375rem;
}
.mr-7 {
  margin-right: 4rem;
}
.mr-8 {
  margin-right: 4.625rem;
}
.mr-9 {
  margin-right: 5.25rem;
}
.mr-default {
  margin-right: 2.125rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.875rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2.125rem;
}
.mb-5 {
  margin-bottom: 2.75rem;
}
.mb-6 {
  margin-bottom: 3.375rem;
}
.mb-7 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 4.625rem;
}
.mb-9 {
  margin-bottom: 5.25rem;
}
.mb-default {
  margin-bottom: 2.125rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.875rem;
}
.ml-3 {
  margin-left: 1.5rem;
}
.ml-4 {
  margin-left: 2.125rem;
}
.ml-5 {
  margin-left: 2.75rem;
}
.ml-6 {
  margin-left: 3.375rem;
}
.ml-7 {
  margin-left: 4rem;
}
.ml-8 {
  margin-left: 4.625rem;
}
.ml-9 {
  margin-left: 5.25rem;
}
.ml-default {
  margin-left: 2.125rem;
}
.ml-auto {
  margin-left: auto;
}
.ff-primary {
  font-family: 'Montserrat', sans-serif;
}
.ff-secondary {
  font-family: 'Montserrat', sans-serif;
}
.fs-1 {
  font-size: 1.125rem;
}
.fs-2 {
  font-size: 1.25rem;
}
.fs-3 {
  font-size: 1.375rem;
}
.fs-4 {
  font-size: 1.5rem;
}
.fs-5 {
  font-size: 1.625rem;
}
.fs-6 {
  font-size: 1.875rem;
}
.fs-7 {
  font-size: 2rem;
}
.fs-8 {
  font-size: 2.5rem;
}
.fs-9 {
  font-size: 3rem;
}
.fs-default {
  font-size: 1.25rem;
}
.color-text {
  color: #000;
}
.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: #003383;
}
.color-secondary {
  color: #F6F6F6;
}
.color-tertiary {
  color: #1C1C1C;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-transform-none {
  text-transform: none;
}
.text-no-wrap {
  white-space: nowrap;
}
.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: #003383;
}
.bg-secondary {
  background-color: #F6F6F6;
}
.bg-tertiary {
  background-color: #1C1C1C;
}
.bg-suplementary {
  background-color: #707070;
}
.bg-white {
  background-color: #fff;
}
.object-fit-contain {
  object-fit: contain;
}
.relative {
  position: relative;
}
/* Plugins */
/* Dots */
.slick-dots {
  position: relative;
  bottom: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.875rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.35);
  border: 0.25rem solid transparent;
  font-size: 0;
  transition: all 0.2s;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  background: transparent;
  border: 0.25rem solid #fff;
}
.slick-dots li.slick-active button {
  background: transparent;
  border: 0.25rem solid #fff;
}
.slick-dots li:before {
  display: none;
}
/********** default, který je osekaný na dřeň **********/
.slick-slider {
  -webkit-touch-callout: none;
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.slick-slide:focus {
  outline: none;
}
.slick-list {
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-arrow.slick-hidden,
.slick-arrow.slick-disabled {
  display: none;
}
.slick-arrow.slick-disabled.slick-prev {
  display: none !important;
}
/********** custom **********/
.slick-track {
  display: flex;
}
.slick-arrow {
  display: none;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.125rem);
  padding: 0 1.5rem;
  border: none;
  font-size: 0;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.25rem;
  background-image: url('../img/slider-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-arrow:hover {
  background: #1C1C1C;
}
.slick-arrow:hover:before {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25));
}
.slick-arrow {
  display: flex;
  justify-content: center;
}
.slick-prev {
  left: -2.625rem;
}
.slick-next {
  right: -2.625rem;
}
.slick-next:before {
  transform: rotate(180deg);
}
span.color-primary {
  color: #003383;
}
span.color-tertiary {
  color: #1C1C1C;
}
a.c-button {
  position: relative;
  padding: 1rem 0.875rem 0.875rem 0.875rem;
  border: 0.125rem solid #003383;
  color: #003383;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
a.c-button:hover,
a.c-button:focus,
a.c-button:active {
  color: #fff;
  background: #003383;
}
a.c-button:hover:before,
a.c-button:focus:before,
a.c-button:active:before,
a.c-button:hover:after,
a.c-button:focus:after,
a.c-button:active:after {
  border-color: #fff;
}
a.c-button--noframe {
  border: none;
  padding: !important;
}
a.c-button__submenuHolder {
  display: flex;
  width: 100%;
  border: none;
  padding: 0 0 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  a.c-button__submenuHolder {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  a.c-button__submenuHolder {
    width: auto;
  }
}
a.c-button__divider {
  display: none;
}
a.c-button--arrow {
  position: relative;
  padding: 1rem 0.875rem 0.875rem 0.875rem;
  border: 0.125rem solid #003383;
  color: #003383;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
  padding: 1rem 2.625rem 0.875rem 0.875rem;
}
a.c-button--arrow:hover,
a.c-button--arrow:focus,
a.c-button--arrow:active {
  color: #fff;
  background: #003383;
}
a.c-button--arrow:hover:before,
a.c-button--arrow:focus:before,
a.c-button--arrow:active:before,
a.c-button--arrow:hover:after,
a.c-button--arrow:focus:after,
a.c-button--arrow:active:after {
  border-color: #fff;
}
a.c-button--arrow--noframe {
  border: none;
  padding: !important;
}
a.c-button--arrow__submenuHolder {
  display: flex;
  width: 100%;
  border: none;
  padding: 0 0 1.5rem 0;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  a.c-button--arrow__submenuHolder {
    width: 50%;
  }
}
@media only screen and (min-width: 80rem) {
  a.c-button--arrow__submenuHolder {
    width: auto;
  }
}
a.c-button--arrow__divider {
  display: none;
}
a.c-button--arrow:before {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 0.625rem;
  height: 0.625rem;
  transform: rotate(-45deg);
  border-right: 0.1875rem solid #003383;
  border-bottom: 0.1875rem solid #003383;
  border-radius: 0.125rem;
}
a.c-button--arrow:after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #003383;
  border-radius: 100%;
}
span.h1 {
  font-size: 2rem;
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
@media only screen and (min-width: 30rem) {
  span.h1 {
    font-size: 3rem;
  }
}
span.h2 {
  font-size: 2rem;
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
@media only screen and (min-width: 30rem) {
  span.h2 {
    font-size: 2.5rem;
  }
}
span.h3 {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
span.h4 {
  font-size: 1.875rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
span.h5 {
  font-size: 1.625rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
span.h6 {
  font-size: 1.5rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
  color: #003383;
  text-transform: uppercase;
}
span.fs-1 {
  font-size: 1.125rem;
}
span.fs-2 {
  font-size: 1.25rem;
}
span.fs-3 {
  font-size: 1.375rem;
}
span.fs-4 {
  font-size: 1.5rem;
}
span.fs-5 {
  font-size: 1.625rem;
}
span.fs-6 {
  font-size: 1.875rem;
}
span.fs-7 {
  font-size: 2rem;
}
span.fs-8 {
  font-size: 2.5rem;
}
span.fs-9 {
  font-size: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
p.width-100 {
  width: 100%;
  display: block;
}
