@charset "UTF-8";
/*
** THEME-DEPENDENT COLOR VARS
*/
/* THEME - EX */
/* THEME - RC */
/* THEME - SVS */
/* THEME - KVCH */
/* THEME - HRSE */
/* THEME - AI */
/*
** THEME-SCOPED COLOR VARS
*/
/*
** THEME-INDEPENDENT COLOR VARS
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__column:nth-child(2), .footer__column:nth-child(3), .footer__column:nth-child(4), .exam-box:nth-child(2), .exam-box:nth-child(3), .exam-box:nth-child(5), .exam-box:nth-child(6), .exam-box:nth-child(8), .exam-box:nth-child(9), .exam-box:nth-child(11), .exam-box:nth-child(12) {
    margin-left: 20px; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */ }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: HelveticaNeue, sans-serif;
  background: #fff; }
  @media (max-width: 767px) {
    body {
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }

a {
  text-decoration: none;
  color: inherit; }

p + p {
  margin-top: 24px; }

.no-scroll {
  overflow: hidden; }

.main {
  display: block;
  width: calc(90vw - 10px * 2);
  max-width: calc(1200px - 2 * 10px);
  margin: 0 auto; }
  @media (max-width: 767px) {
    .main {
      margin: 0 calc(5vw + 10px); } }
  @media (max-width: 767px) {
    .main {
      width: calc(100vw - 10px * 2);
      margin: 0 10px; } }

.collapsible-button__heading, .exm-form .stripe-button-el, .exm-form .submit-button, .exm-form .button-upload, .stripe-purchase-button, .button {
  width: auto;
  transition: 0.4s;
  display: inline-block;
  color: #0052A0;
  border: 1px solid #0052A0;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal; }
  .collapsible-button__heading:hover:enabled, .exm-form .stripe-button-el:hover:enabled, .exm-form .submit-button:hover:enabled, .exm-form .button-upload:hover:enabled, .stripe-purchase-button:hover:enabled, .button:hover:enabled {
    color: #002F64;
    border-color: #002F64;
    cursor: pointer; }

.collapsible-button__heading--active {
  color: #FFF;
  border: 1px solid #002F64;
  background-color: #002F64; }
  .collapsible-button__heading--active:hover {
    background-color: #fff; }

.collapsible-button__heading--inactive {
  color: rgba(0, 82, 160, 0.2);
  border: 1px solid rgba(0, 82, 160, 0.2); }

.collapsible-button__content {
  display: block;
  overflow: hidden;
  max-height: 0; }
  .collapsible-button__content--active {
    max-height: none; }
  .collapsible-button__content > div {
    padding-top: 24px; }

#js-decline-cookie-consent {
  text-decoration: underline;
  color: black; }
  #js-decline-cookie-consent:hover {
    color: #a9a9a9;
    cursor: pointer; }

#js-accept-cookie-consent {
  background-color: #0052A0;
  color: white; }
  #js-accept-cookie-consent:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
    cursor: pointer; }

.cookie-consent {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100vw;
  border: 1px solid black;
  background: #fff; }
  .cookie-consent--show {
    display: block; }
  .cookie-consent__inner {
    display: flex;
    justify-content: space-between;
    width: calc(90vw - 10px * 2);
    max-width: calc(1200px - 2 * 10px);
    margin: 0 auto;
    padding: 36px 0;
    line-height: 25px; }
    @media (max-width: 767px) {
      .cookie-consent__inner {
        margin: 0 calc(5vw + 10px); } }
    @media (max-width: 767px) {
      .cookie-consent__inner {
        width: calc(100vw - 10px * 2);
        margin: 0 10px; } }
    @media (max-width: 767px) {
      .cookie-consent__inner {
        flex-direction: column;
        padding: 24px 0;
        line-height: 1.3; } }
  .cookie-consent__link {
    border-bottom: 2px solid #002F64;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .cookie-consent__link:hover {
      color: #002F64; }
  .cookie-consent__buttons {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    float: right;
    font-size: 20px; }
    @media (max-width: 767px) {
      .cookie-consent__buttons {
        padding-top: 10px; } }
    .cookie-consent__buttons__button--consent {
      border: 1px solid #cccccc;
      padding: 0 15px;
      margin-right: 24px;
      line-height: inherit; }
      @media (max-width: 767px) {
        .cookie-consent__buttons__button--consent {
          padding: 0 7px; } }

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  margin-left: 4px;
  background: #002F64;
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .arrow:before {
    content: '';
    position: absolute;
    right: 0;
    width: 6.5px;
    height: 1px;
    background: #002F64;
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .arrow:after {
    content: '';
    position: absolute;
    right: 0;
    width: 6.5px;
    height: 1px;
    background: #002F64;
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.accordion {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #5d5c5c; }
  .accordion__heading {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    color: #0052A0;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-left: 0px;
    margin-left: 0px; }
    .accordion__heading:hover, .accordion__heading.active {
      color: #002F64; }
    .accordion__heading--active {
      color: #002F64; }
      .accordion__heading--active + .accordion__arrow svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .accordion__content {
    display: none;
    overflow: hidden;
    margin-top: 24px; }
    .accordion__content--active {
      display: block; }
  .accordion__arrow {
    margin-top: 30px;
    margin-bottom: 5px;
    width: 32px;
    fill: #002F64;
    margin-left: 15px; }
    .accordion__arrow svg {
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

@media (max-width: 767px) {
  .hamburger-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 22px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling on iOS */
    background: #002F64;
    transition: -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; } }

@media (max-width: 767px) {
  .hamburger-content--active {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 767px) {
  .hamburger-content__item {
    line-height: 2;
    margin-bottom: 24px;
    color: #0077fd; } }

.hamburger-switch {
  z-index: 1;
  display: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 20px; }
  @media (max-width: 767px) {
    .hamburger-switch {
      display: block; } }

.hamburger__bar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 2px;
  background: #002F64;
  transition: all 0ms 0.3s; }
  .hamburger__bar:before, .hamburger__bar:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 33px;
    height: 2px;
    background: #002F64; }
  .hamburger__bar:before {
    bottom: 7px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: bottom 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: bottom 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .hamburger__bar:after {
    top: 7px;
    transition: top 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: top 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: top 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.hamburger-switch--active .hamburger__bar {
  background: transparent; }
  .hamburger-switch--active .hamburger__bar:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
    transition: bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .hamburger-switch--active .hamburger__bar:after {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
    transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.header {
  /*margin-bottom: $padding-l - $padding-m;*/
  margin-bottom: 176px;
  padding-top: 8px;
  color: #5d5c5c; }
  @media (max-width: 767px) {
    .header {
      margin-bottom: 89px; } }
  .header * {
    box-sizing: border-box; }
  .header__wrap {
    pointer-events: none;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; }
    @media (max-width: 992px) {
      .header__wrap {
        width: 100vw; } }
    .header__wrap > * {
      pointer-events: all; }
  .header__top-bar {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 8px;
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
    background: #0052A0; }
    @media (max-width: 992px) {
      .header__top-bar {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .header__top-bar {
        width: 100vw; } }
  .header__content-wrap {
    position: relative;
    top: 0;
    background: #fff;
    transition: top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .header__content-wrap--collapsed {
      top: -100px; }
      .header__content-wrap--collapsed .header__logo__img {
        height: 0px;
        padding-bottom: 70px; }
    @media (max-width: 767px) {
      .header__content-wrap {
        position: fixed; } }
  .header__content {
    width: calc(90vw - 2 * 10px);
    max-width: calc(1200px - 2 * 10px);
    margin: 0 auto;
    padding: 32px 0 24px 0;
    border-bottom: 1px solid #5d5c5c;
    position: relative; }
    @media (max-width: 767px) {
      .header__content {
        width: 100vw;
        padding: 15px 12px; } }
  .header__logo__img {
    display: inline-block;
    max-height: 70px;
    max-width: 50%;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .header__logo__img {
        max-height: 35px;
        max-width: 80%;
        margin-bottom: 0; } }
  .header__languages {
    position: absolute;
    top: 8px;
    right: 0;
    display: flex; }
    @media (max-width: 767px) {
      .header__languages {
        position: relative;
        top: 0; } }
    .header__languages__item {
      margin-left: 10px;
      font-size: 16px;
      line-height: 1;
      color: #5d5c5c;
      transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .header__languages__item:hover, .header__languages__item--active {
        color: #002F64; }
      @media (max-width: 767px) {
        .header__languages__item {
          line-height: 2;
          color: #0077fd; }
          .header__languages__item:hover, .header__languages__item--active {
            color: #fff; } }
      .header__languages__item:first-child {
        margin-left: 0; }
  .header-navigation {
    position: relative; }
    @media (max-width: 767px) {
      .header-navigation {
        height: calc(100vh - 150px);
        overflow-y: auto;
        padding-top: 40px; } }
    .header-navigation__li {
      display: inline-block; }
      @media (max-width: 767px) {
        .header-navigation__li {
          display: block; } }
    .header-navigation__meta {
      position: absolute;
      max-width: 40%;
      right: 0;
      bottom: 0;
      text-align: right; }
      @media (max-width: 767px) {
        .header-navigation__meta {
          max-width: 100%;
          position: relative;
          text-align: left;
          margin: 0; } }
      .header-navigation__meta a {
        margin-left: 24px; }
        @media (max-width: 767px) {
          .header-navigation__meta a {
            margin-left: 0; } }
    .header-navigation__main {
      max-width: 80%; }
      @media (max-width: 767px) {
        .header-navigation__main {
          max-width: 100%; } }
      .header-navigation__main a {
        margin-right: 24px; }
    .header-navigation__link {
      display: inline-block;
      font-size: 16px;
      line-height: 1;
      color: #5d5c5c;
      transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .header-navigation__link:hover, .header-navigation__link--active {
        color: #002F64; }
      @media (max-width: 767px) {
        .header-navigation__link {
          line-height: 2;
          color: #0077fd; }
          .header-navigation__link:hover, .header-navigation__link--active {
            color: #fff; } }
    .header-navigation__icon {
      max-width: 24px;
      max-height: 24px;
      position: relative;
      top: 5px; }
    .header-navigation__service {
      padding: 8px 16px; }
      @media (max-width: 767px) {
        .header-navigation__service {
          max-width: 100%;
          position: relative;
          text-align: left;
          margin: 0;
          padding: 0;
          border-top: 1px solid #FFF;
          width: 100%;
          margin-top: 24px;
          padding-top: 10px; } }
      .header-navigation__service a {
        margin-left: 24px; }
        @media (max-width: 767px) {
          .header-navigation__service a {
            margin-left: 0; } }
    .header-navigation .show-mobile {
      width: 100%; }

.iframe iframe {
  width: 100%;
  margin: 0 auto;
  border: none;
  display: block; }

.image {
  margin-bottom: 24px; }
  .image--large {
    display: block;
    width: 100%;
    height: auto; }
  .image--small {
    display: inline-block;
    box-sizing: border-box;
    width: calc((90vw - 10px * 2) / 4);
    height: auto;
    margin-right: 20px; }
    @media (min-width: 1356px) {
      .image--small {
        width: 300px; } }
    @media (max-width: 992px) {
      .image--small {
        width: calc((90vw - 10px * 2) / 2);
        max-width: 500px; } }
    @media (max-width: 767px) {
      .image--small {
        display: block;
        width: auto;
        max-width: 500px;
        margin-right: 0; } }

.footer {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5; }
  .footer ol, .footer ul, .footer li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline; }
  .footer ol, .footer ul {
    list-style: none; }
  @media (max-width: 992px) {
    .footer {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .footer {
      width: 100vw; } }
  @media (max-width: 992px) {
    .footer {
      width: 100vw;
      max-width: none; } }
  @media (max-width: 767px) {
    .footer {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .footer p {
      margin: 10px 0; } }
  .footer__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    padding: 24px; }
    @media (max-width: 767px) {
      .footer__main {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .footer__column {
      margin-bottom: 0; } }
  .footer__column:nth-child(2) {
    -ms-grid-column: 2; }
  .footer__column:nth-child(3) {
    -ms-grid-column: 3; }
  .footer__column:nth-child(4) {
    -ms-grid-column: 4; }
  @media (max-width: 767px) {
    .footer__column:not(:first-child) .footer__title {
      margin-top: 24px; } }
  .footer__title {
    min-height: 28.08px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.17;
    font-weight: normal; }
    @media (max-width: 767px) {
      .footer__title {
        min-height: 0;
        margin-bottom: 10px; } }
  .footer__info__link {
    display: block;
    padding-bottom: 10px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .footer__info__link {
        display: inline-block;
        margin-right: 10px; } }
  .footer__info .icon {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    padding-right: 5px; }
    .footer__info .icon__fill {
      fill: #000; }
  @media (max-width: 767px) {
    .footer__link-list__li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; } }
  .footer__link-list__link {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .footer__link-list__link {
        margin-bottom: 0px; } }
  .footer__newsletter__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .footer__newsletter__input {
        width: 60%; } }
  .footer__newsletter__subscribe-button {
    float: right;
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .footer__newsletter__subscribe-button {
        float: none; } }
  .footer__bottom {
    min-height: 36px;
    color: #FFF;
    background-color: #0052A0; }
    .footer__bottom p {
      margin: 0; }

.table {
  width: 100%;
  margin-bottom: 24px; }
  .table ol, .table ul, .table li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline; }
  .table ol, .table ul {
    list-style: none; }
  .table-cell {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    width: 50%;
    padding: 8px 0; }
    .table-cell__name {
      width: 50%; }
    .table-cell__category {
      width: 20%; }
    .table-cell__discipline {
      width: 20%; }
    .table-cell__icons {
      width: 10%; }
    .table-cell--full {
      width: 100%; }
    .table-cell .text-block__text, .table-cell .text-block__link {
      margin-bottom: 0; }
    .table-cell a img {
      width: 100%;
      max-width: 16px;
      max-height: 16px; }
    .table-cell .text-block__text {
      font-size: 14px; }
      .table-cell .text-block__text label {
        float: left;
        display: inline-block;
        min-width: 60px;
        font-size: 12px;
        color: #5d5c5c; }
      .table-cell .text-block__text span {
        display: inline-block;
        margin-bottom: 5px; }
      .table-cell .text-block__text .contact {
        font-weight: bolder;
        margin-bottom: 15px;
        color: #0052A0; }
      .table-cell .text-block__text a {
        text-decoration: none;
        border-bottom: none; }
    .table-cell-icon {
      text-align: center;
      width: 32px; }
  .table-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .table-row-collapsible {
      display: none;
      border-top: none; }
      .table-row-collapsible--active {
        display: block; }
  @media (max-width: 767px) {
    .table-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly;
      margin: 0.5em 0; }
      .table-row-collapsible {
        display: none; }
        .table-row-collapsible--active {
          border-top: none;
          display: block; }
          .table-row-collapsible--active .table-cell {
            border-bottom: none; }
    .table-cell {
      flex: 1 1 100%; }
      .table-cell-icon {
        flex: 1 1 20px; } }

.table-filter {
  width: 100%;
  margin-bottom: 26px; }
  .table-filter__item {
    border: 1px solid #0052A0;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 24px;
    margin-bottom: 24px;
    font-weight: 300;
    color: #0052A0;
    outline: none; }
    .table-filter__item--active {
      background-color: #0052A0;
      color: #FFF; }
      .table-filter__item--active:hover {
        color: #ffffff;
        border: 1px solid #0052A0; }

.js-collapsible-row {
  cursor: pointer; }

.text-block__intro {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.13;
  color: #0052A0;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .text-block__intro {
      font-size: 20px;
      line-height: 1.4; } }

.text-block__text {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 24px; }
  .text-block__text ul, .text-block__text ol {
    display: block;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px; }
    .text-block__text ul li, .text-block__text ol li {
      list-style-type: disc !important; }
  .text-block__text a {
    border-bottom: 1px solid #002F64;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .text-block__text a:hover {
      color: #002F64; }

.text-block__link {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 24px;
  color: #002F64;
  display: block;
  margin-bottom: 24px; }
  .text-block__link:hover .arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.accordion__content .text-block__link {
  width: 66.66%; }
  @media (max-width: 767px) {
    .accordion__content .text-block__link {
      width: 100%; } }

.accordion__content .text-block__text {
  width: 100%; }

.two-column .text-block__text, .two-column .text-block__link, .table-cell .text-block__text, .table-cell .text-block__link {
  width: 100%; }

.side-box {
  display: block;
  padding: 12px;
  margin-left: 2vw;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .side-box {
      margin-left: 0px; } }
  .side-box a {
    border-bottom: 1px solid #002F64;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .side-box a:hover {
      color: #002F64; }
  .side-box--border {
    border: 1px solid rgba(0, 0, 0, 0.5); }
  .side-box--background-primary {
    background: rgba(0, 47, 100, 0.1); }
  .side-box--background-secondary {
    background: rgba(0, 82, 160, 0.1); }
  .side-box--background-neutral {
    background: rgba(0, 0, 0, 0.1); }
  .side-box--center {
    text-align: center; }
  .side-box--left {
    text-align: left; }
  .side-box--right {
    text-align: right; }
  .side-box__title {
    font-weight: bold; }
  .side-box__icon {
    display: inline-block;
    margin-bottom: 10px;
    height: 36px;
    width: 36px; }
    .side-box__icon__path {
      fill: #002F64; }

a.side-box {
  transition: background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  a.side-box--border:hover {
    border: 1px solid rgba(0, 0, 0, 0.6); }
  a.side-box--background-primary:hover {
    background: rgba(0, 47, 100, 0.2); }
  a.side-box--background-secondary:hover {
    background: rgba(0, 82, 160, 0.2); }
  a.side-box--background-neutral:hover {
    background: rgba(0, 0, 0, 0.2); }

.two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr; }
  @media (max-width: 767px) {
    .two-column {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.section {
  margin-bottom: 96px; }
  .section:not(:nth-of-type(1)) {
    border-top: 1px solid #5d5c5c; }
  .section__title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.09;
    color: #002F64;
    background-color: #FFF;
    display: table;
    margin-bottom: 24px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .section__title {
        font-size: 35px;
        line-height: 1.2; } }
  .section__anchor-trigger {
    display: block;
    height: 33vh;
    margin-top: -33vh;
    visibility: hidden; }
  .section__side-col {
    -ms-grid-column: 2; }

.video {
  display: block;
  width: 100%;
  margin-bottom: 24px; }
  .video__embed {
    z-index: 1;
    position: relative;
    padding-top: 56.25%; }
    .video__embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

.exm-form textarea, .exm-form .text-input {
  font-size: 18px;
  font-family: inherit;
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #fff; }
  .exm-form textarea:focus, .exm-form .text-input:focus {
    border-color: #9b9b9b;
    background-color: #fff;
    outline: 0; }
  @media (max-width: 767px) {
    .exm-form textarea, .exm-form .text-input {
      width: 100%; } }

.exm-form .button-wrapper {
  margin-top: 24px; }

.exm-form input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid black;
  border-radius: 0;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding: 0;
  margin: 12px 12px 12px 0; }
  .exm-form input[type="checkbox"]:checked:after {
    content: '\2714';
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 12px; }
  .exm-form input[type="checkbox"] + label {
    display: inline-block; }

.exm-form .input-label span {
  display: block;
  margin-top: 24px; }

.exm-form .text-input {
  height: 42px; }

.exm-form .input-label {
  display: block;
  font-weight: bold;
  margin-bottom: 12px; }

.exm-form .error em {
  color: #ff0000; }

.exm-form .error .text-input {
  border: 2px solid #ff0000; }

.exm-form .stripe-button-el {
  border-radius: 0;
  background-image: none; }

.exm-form .stripe-button-el span {
  min-height: 0;
  background-image: none;
  color: inherit;
  padding: 0;
  background-color: inherit;
  font-family: inherit;
  text-shadow: none;
  font-size: 20px;
  font-weight: normal; }

.exm-form .button-upload {
  background-color: #f2f2f2;
  border: none;
  color: black;
  height: inherit;
  width: 440px;
  font-size: 13px;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .exm-form .button-upload {
      width: 100%; } }

.exm-form select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #d8d8d8 url(/.resources/examen/webresources/iframes/resources/toolpark/br_down.png) no-repeat;
  background-position: right 10px center !important; }

.member-field--hidden label[for="isMember"], .member-field--hidden select[name="isMember"] {
  display: none; }

.exam-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px;
  padding-bottom: 57px;
  border-width: 1px;
  border-style: solid;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
  /* IE 11 FIX */ }
  .exam-box--small {
    padding-bottom: 12px;
    display: flex; }
  .exam-box:nth-child(2) {
    -ms-grid-column: 2; }
  .exam-box:nth-child(3) {
    -ms-grid-column: 3; }
  .exam-box:nth-child(4) {
    -ms-grid-row: 2; }
  .exam-box:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2; }
  .exam-box:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2; }
  .exam-box:nth-child(7) {
    -ms-grid-row: 3; }
  .exam-box:nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 3; }
  .exam-box:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-row: 3; }
  .exam-box:nth-child(10) {
    -ms-grid-row: 4; }
  .exam-box:nth-child(11) {
    -ms-grid-column: 2;
    -ms-grid-row: 4; }
  .exam-box:nth-child(12) {
    -ms-grid-column: 3;
    -ms-grid-row: 4; }
  .exam-box--theme-ex {
    border-color: #002F64; }
    .exam-box--theme-ex:hover {
      box-shadow: inset 0px 0px 0px 3px #002F64; }
  .exam-box--theme-rc {
    border-color: #bd252c; }
    .exam-box--theme-rc:hover {
      box-shadow: inset 0px 0px 0px 3px #bd252c; }
  .exam-box--theme-svs {
    border-color: #000; }
    .exam-box--theme-svs:hover {
      box-shadow: inset 0px 0px 0px 3px #000; }
  .exam-box--theme-kvch {
    border-color: #00386F; }
    .exam-box--theme-kvch:hover {
      box-shadow: inset 0px 0px 0px 3px #00386F; }
  .exam-box--theme-hrse {
    border-color: #EB1C23; }
    .exam-box--theme-hrse:hover {
      box-shadow: inset 0px 0px 0px 3px #EB1C23; }
  .exam-box__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px; }
    @media (max-width: 992px) {
      .exam-box__list {
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .exam-box__list {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        grid-column-gap: 0; } }
  .exam-box__title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    color: #0052A0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .exam-box__title:hover, .exam-box__title.active {
      color: #002F64; }
    .exam-box__title--theme-ex {
      color: #002F64; }
    .exam-box__title--theme-rc {
      color: #bd252c; }
    .exam-box__title--theme-svs {
      color: #000; }
    .exam-box__title--theme-kvch {
      color: #000; }
    .exam-box__title--theme-hrse {
      color: #999999; }
    .exam-box__title--small {
      margin: auto 0;
      width: 100%;
      -ms-grid-row-align: center;
          align-self: center; }
  .exam-box__date {
    margin-bottom: 24px; }
  .exam-box__application-deadline {
    margin-bottom: 24px; }
  .exam-box__logo {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 45px;
    max-width: calc(100% - 24px); }

.exam-filter-main__button {
  border: 1px solid #0052A0;
  display: inline-block;
  padding: 6px 12px;
  margin-right: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  color: #0052A0;
  outline: none; }
  .exam-filter-main__button:hover {
    cursor: pointer; }
  .exam-filter-main__button--active {
    background-color: #0052A0;
    color: #FFF; }
    .exam-filter-main__button--active:hover {
      color: #ffffff;
      border: 1px solid #0052A0; }

.exam-filter-sub {
  display: none;
  margin-bottom: 48px; }
  .exam-filter-sub.show {
    display: block; }
  .exam-filter-sub__button {
    position: relative;
    margin-right: 24px;
    color: black; }
    .exam-filter-sub__button--active:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 13.5px;
      width: 13.5px;
      background: #0052A0;
      border-radius: 50%;
      -webkit-transform: translate(25%, 25%);
              transform: translate(25%, 25%); }
    .exam-filter-sub__button:before {
      content: '';
      height: 18px;
      width: 18px;
      border: 1px solid #0052A0;
      border-radius: 50%;
      display: inline-block;
      vertical-align: top; }

.exam-filter-content {
  display: none; }
  .exam-filter-content.show {
    display: block; }

.stripe-payment-check {
  display: none;
  width: 20px;
  padding-left: 20px;
  vertical-align: bottom; }
  .stripe-payment-check--active {
    display: inline-block !important; }

.stripe-purchase-button {
  margin-top: 24px; }

.stripe-payment-alert {
  display: none; }
  .stripe-payment-alert--active {
    display: inline-block !important; }

#stripe-submit {
  display: none; }

.stripe-email-field {
  display: none; }
  .stripe-email-field--active {
    display: inline-block !important; }

.contact-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px; }
  @media (max-width: 992px) {
    .contact-grid {
      margin-top: 20px; } }
  .contact-grid .mgnlEditorBar {
    width: 100% !important; }
    .contact-grid .mgnlEditorBar .status-indicator {
      display: none; }
  .contact-grid div.mgnlEditorBar.mgnlEditor.component.mgnlEditorBarStatusIndicator {
    margin-left: 0 !important; }
  .contact-grid .grid-box {
    flex: 0 0 25%;
    max-width: 25% !important;
    padding: 10px;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .contact-grid .grid-box {
        flex: 0 0 33%;
        max-width: 33% !important; } }
    @media (max-width: 767px) {
      .contact-grid .grid-box {
        flex: 0 0 50%;
        max-width: 50% !important; } }
    @media (max-width: 480px) {
      .contact-grid .grid-box {
        flex: 0 0 100%;
        max-width: 100% !important; } }
    .contact-grid .grid-box__content {
      min-height: 200px;
      height: 100%;
      overflow: hidden; }
    .contact-grid .grid-box__info {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: stretch;
      color: #FFF;
      background-color: #0052A0;
      font-weight: bold; }
      .contact-grid .grid-box__info .info-box__icon {
        position: relative;
        height: 110px;
        background-color: #FFF; }
        .contact-grid .grid-box__info .info-box__icon img {
          position: absolute;
          right: 20px;
          height: 145px; }
      .contact-grid .grid-box__info .info-box__number {
        font-size: 70px;
        padding: 70px 10px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .contact-grid .grid-box__info .info-box__info {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        margin-bottom: 50px; }
    .contact-grid .grid-box__contact {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: stretch;
      background-color: rgba(0, 47, 100, 0.1); }
      .contact-grid .grid-box__contact .contact-box {
        word-break: break-word;
        padding: 10px;
        margin-bottom: 20px;
        line-height: 22px; }
        .contact-grid .grid-box__contact .contact-box__photo {
          height: 400px;
          background-repeat: no-repeat;
          background-position: center 0;
          background-size: cover;
          background-color: #FFF; }
          @media (max-width: 1440px) {
            .contact-grid .grid-box__contact .contact-box__photo {
              height: 360px; } }
          @media (max-width: 767px) {
            .contact-grid .grid-box__contact .contact-box__photo {
              height: 360px; } }
          @media (max-width: 480px) {
            .contact-grid .grid-box__contact .contact-box__photo {
              height: 400px; } }
        .contact-grid .grid-box__contact .contact-box__name {
          font-weight: bold;
          margin-bottom: 20px; }
        .contact-grid .grid-box__contact .contact-box__email {
          margin-top: 20px; }
        .contact-grid .grid-box__contact .contact-box__icon {
          margin-right: 20px;
          color: #002F64; }
    @media (max-width: 767px) {
      .contact-grid .grid-box__empty {
        display: none; } }

.services .service-list {
  padding-right: 20px; }
  .services .service-list ul li {
    display: block;
    list-style: none;
    margin: 0 0 5px 1.1225em;
    padding: 0;
    position: relative;
    line-height: 1.5; }
    .services .service-list ul li::before {
      color: #0052A0;
      /* color of bullet or square */
      content: "■";
      /* Unicode of character to precede the list item */
      display: inline-block;
      font-size: 1em;
      /* use em or % */
      left: -1.1225em;
      /* use em, line up bullet flush with left hand side */
      position: absolute;
      /* Set the bullet positioned absolutely top left */
      top: 0em;
      /* use em or % */ }

.services .grid-box {
  flex: 0 0 100%;
  max-width: 100% !important;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .services .grid-box {
      display: none; } }
  .services .grid-box__content {
    min-height: 200px;
    height: 100%;
    overflow: hidden; }
  .services .grid-box__info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: stretch;
    color: #FFF;
    background-color: #0052A0;
    font-weight: bold; }
    .services .grid-box__info .info-box__icon {
      position: relative;
      height: 110px;
      background-color: #FFF; }
      .services .grid-box__info .info-box__icon img {
        position: absolute;
        right: 20px;
        height: 145px; }
    .services .grid-box__info .info-box__number {
      font-size: 70px;
      padding: 70px 10px 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .services .grid-box__info .info-box__info {
      font-size: 20px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      margin-bottom: 50px; }

.services .section__side-col {
  display: flex;
  flex-direction: column; }

.services.two-column {
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr; }
  @media (max-width: 767px) {
    .services.two-column {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }

.lang-dropdown {
  position: relative;
  display: inline-block;
  min-width: 60px; }
  .lang-dropdown-main-link {
    padding: 8px 16px;
    display: block; }
    .lang-dropdown-main-link span:before {
      content: '‹';
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      right: 14px;
      top: 8px;
      padding: 0;
      position: absolute;
      pointer-events: none;
      z-index: 2;
      font-size: 20px; }
  .lang-dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f9f9f9;
    width: 100%;
    min-width: 60px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .lang-dropdown-content a {
      padding: 8px 16px;
      display: inline-block;
      width: 100%; }
      .lang-dropdown-content a:hover {
        text-decoration: underline; }
  .lang-dropdown:hover .lang-dropdown-content {
    display: block; }
  .lang-dropdown:hover .lang-dropdown-main-link span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 12px; }

.show-mobile {
  display: none; }
  @media (max-width: 767px) {
    .show-mobile {
      display: inline-block; } }

.show-desktop {
  display: inline-block; }
  @media (max-width: 767px) {
    .show-desktop {
      display: none; } }

.buttons-grid .collapsible-button__heading, .buttons-grid .exm-form .stripe-button-el, .exm-form .buttons-grid .stripe-button-el, .buttons-grid .exm-form .submit-button, .exm-form .buttons-grid .submit-button, .buttons-grid .exm-form .button-upload, .exm-form .buttons-grid .button-upload, .buttons-grid .stripe-purchase-button, .buttons-grid .button {
  width: auto;
  transition: 0.4s;
  display: inline-block;
  color: #FFF;
  border: 1px solid #0052A0;
  background-color: #0052A0;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 18px 12px;
  font-size: 18px;
  font-weight: normal;
  text-align: center; }
  .buttons-grid .collapsible-button__heading:hover, .buttons-grid .exm-form .stripe-button-el:hover, .exm-form .buttons-grid .stripe-button-el:hover, .buttons-grid .exm-form .submit-button:hover, .exm-form .buttons-grid .submit-button:hover, .buttons-grid .exm-form .button-upload:hover, .exm-form .buttons-grid .button-upload:hover, .buttons-grid .stripe-purchase-button:hover, .buttons-grid .button:hover {
    color: #002F64;
    border-color: #002F64;
    background-color: #FFF;
    cursor: pointer; }
