.custom-select-container {
  position: relative;
  box-sizing: border-box;;
}
.custom-select-container * {
  box-sizing: border-box;
}
.custom-select-container.is-disabled {
  opacity: .333;
}
.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}
.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}
.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto
}
.custom-select-option {
  padding: 0.5em;
}
.custom-select-option.has-focus {
  background-color: LightBlue;
}
.custom-select-option.is-selected::before {
  content: "\2714";
  padding-right: 0.5em;
}
.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}
.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}
:root {
  --height: 100%; }

/* mixin usage */
/*--------------------------------
	Responsive ratio
	Used for creating scalable elements that maintain the same ratio
	example:
	.element {
		@include responsive-ratio(400, 300);
	}
*/
.header__info, .navbar__nav, .navbar__nav > li .sub-menu, .letters__list, .letters__col ul, .footer__navbar-nav, .copyright ul, .recent__text ul, .social, .program__list-slide, .program__tabset, .program__tab-list, .program ul:not([class]):not([id]), .about__accordion-list, .about__accordion-list > li > ul, .about__accordion-list ul, .content-area__wrap-text ul, .news__list, .tags__list, .news-listing__filter-list, .news-listing__pagination ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.375 "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
  will-change: transform; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
  color: #000; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 1em; }

a {
  color: #16445C; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  height: 47px;
  padding: 10px 18px;
  width: 100%;
  margin: 0 0 23px;
  border: 1px solid #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder {
    color: #000; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  flex-shrink: 0; }
  .header:not(.fixed) .banner + .container {
    padding-top: 0;
    padding-bottom: 34px;
    margin-top: -14px; }
    @media (min-width: 1200px) {
      .header:not(.fixed) .banner + .container .navbar__nav {
        margin-bottom: -44px; } }
    @media (min-width: 1200px) {
      .header:not(.fixed) .banner + .container .navbar__nav > li {
        padding-bottom: 44px; } }
  @media (min-width: 1200px) {
    .header.fixed > .container {
      align-items: center;
      padding-top: 21px;
      padding-bottom: 10px; } }
  .header.fixed .logo {
    width: 130px; }
    @media (min-width: 420px) {
      .header.fixed .logo {
        width: 166px; } }
    @media (min-width: 1200px) {
      .header.fixed .logo {
        margin-top: -12px; } }
    .header.fixed .logo__static {
      display: none; }
    .header.fixed .logo__fixed {
      display: block; }
  @media (min-width: 1200px) {
    .header.fixed .navbar__nav {
      margin-bottom: -18px; } }
  @media (min-width: 1200px) {
    .header.fixed .navbar__nav > li {
      padding-bottom: 20px; } }
  .header.fixed .header__wrap {
    width: calc(100% - 130px); }
    @media (min-width: 420px) {
      .header.fixed .header__wrap {
        width: calc(100% - 166px); } }
  .header > .container {
    transition: padding 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9px 15px 10px; }
    @media (min-width: 420px) {
      .header > .container {
        padding: 9px 15px 10px 34px; } }
    @media (min-width: 1024px) {
      .header > .container {
        padding-top: 26px;
        padding-bottom: 22px; } }
    @media (min-width: 1200px) {
      .header > .container {
        padding: 26px 15px 22px;
        align-items: flex-end; } }
  .header__wrap {
    transition: width 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 101px); }
    @media (min-width: 768px) {
      .header__wrap {
        width: calc(100% - 161px); } }
    @media (min-width: 1200px) {
      .header__wrap {
        position: relative;
        padding: 0 138px 7px 0; } }
  .header__info {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 30px 0 0; }
    @media (min-width: 420px) {
      .header__info {
        margin: 5px 47px 0 0; } }
    @media (min-width: 1024px) {
      .header__info {
        margin: -2px 56px 0 0; } }
    @media (min-width: 1200px) {
      .header__info {
        margin: 0 30px 0 -8px; } }
    .header__info li {
      padding: 0 6px; }
      @media (min-width: 1200px) {
        .header__info li {
          padding: 0 8px; } }
    .header__info a {
      transition: opacity 0.3s ease-in-out; }
      .header__info a:hover {
        opacity: .7; }
      .header__info a img {
        width: 16px; }
        @media (min-width: 768px) {
          .header__info a img {
            width: auto; } }

.logo {
  transition: width 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 101px; }
  @media (min-width: 768px) {
    .logo {
      width: 161px; } }
  .logo a {
    display: block; }
  .logo__fixed {
    display: none; }

.navbar {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  @media (max-width: 1199px) {
    .navbar {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #F2DBAB;
      padding: 15px 0;
      opacity: 0;
      visibility: hidden; } }
  .nav-active .navbar {
    opacity: 1;
    visibility: visible; }
  .navbar__nav {
    transition: margin 0.3s ease-in-out;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .navbar__nav {
        display: flex;
        flex-wrap: wrap;
        margin: 0 27px -32px -13px; } }
    .navbar__nav > li {
      transition: padding 0.3s ease-in-out;
      position: relative; }
      @media (min-width: 1200px) {
        .navbar__nav > li {
          padding: 0 13px 30px; } }
      .navbar__nav > li:hover:after {
        opacity: 1;
        visibility: visible; }
      .navbar__nav > li:hover .sub-menu {
        opacity: 1;
        visibility: visible; }
      .navbar__nav > li.active a:after {
        transform: translateY(-50%) rotate(180deg); }
      @media (min-width: 1200px) {
        .navbar__nav > li.active:after {
          visibility: visible;
          opacity: 1; } }
      .navbar__nav > li:after {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
        @media (min-width: 1200px) {
          .navbar__nav > li:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #E3B03B;
            opacity: 0;
            visibility: hidden; } }
      .navbar__nav > li a {
        display: block;
        position: relative;
        padding: 10px 40px 10px 15px; }
        @media (min-width: 420px) {
          .navbar__nav > li a {
            padding: 10px 65px 10px 34px; } }
        @media (min-width: 1200px) {
          .navbar__nav > li a {
            padding: 0; } }
        .navbar__nav > li a:after {
          transition: transform 0.3s ease-in-out;
          content: '';
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          border-style: solid;
          border-width: 12.1px 7px 0 7px;
          border-color: #16445C transparent transparent transparent; }
          @media (min-width: 420px) {
            .navbar__nav > li a:after {
              right: 38px; } }
          @media (min-width: 1200px) {
            .navbar__nav > li a:after {
              display: none; } }
        .navbar__nav > li a:only-child:after {
          display: none; }
      .navbar__nav > li .sub-menu {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        font-size: 14px;
        line-height: 1.143;
        background: #fff;
        padding: 4px 0 6px; }
        @media (min-width: 1200px) {
          .navbar__nav > li .sub-menu {
            position: absolute;
            top: 100%;
            left: 6px;
            right: 6px;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            z-index: 91;
            background: #E3E3E3;
            box-shadow: 0 3px 17px rgba(0, 0, 0, 0.45); } }
        .navbar__nav > li .sub-menu a {
          transition: background 0.3s ease-in-out, font-weight 0.3s ease-in-out;
          display: block;
          padding: 10px 15px 8px;
          color: #000; }
          @media (min-width: 420px) {
            .navbar__nav > li .sub-menu a {
              padding: 10px 34px 8px; } }
          @media (min-width: 1200px) {
            .navbar__nav > li .sub-menu a {
              padding: 10px 10px 8px; } }
          .navbar__nav > li .sub-menu a:hover {
            background: #97B7A1;
            font-weight: 500; }
  .navbar .btn {
    font-size: 14px;
    margin: 10px; }
    @media (min-width: 420px) {
      .navbar .btn {
        margin: 10px 30px; } }
    @media (min-width: 768px) {
      .navbar .btn {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .navbar .btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin: -5px 0 0; } }

.nav-opener {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  z-index: 999; }
  @media (min-width: 420px) {
    .nav-opener {
      right: 28px; } }
  @media (min-width: 1200px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #E3B03B;
    position: absolute;
    top: 16px;
    left: 20%;
    right: 20%;
    height: 2px;
    border-radius: 9px;
    transition: all 0.2s linear; }
    @media (min-width: 768px) {
      .nav-opener:before, .nav-opener:after,
      .nav-opener span {
        left: 15%;
        right: 15%; } }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 10px; }
    @media (min-width: 768px) {
      .nav-opener:before, .nav-opener:after {
        top: 8px; } }
  .nav-opener:after {
    top: 22px; }
    @media (min-width: 768px) {
      .nav-opener:after {
        top: 24px; } }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 18px;
    left: 15%;
    right: 15%;
    margin-top: -2px; }
    @media (min-width: 768px) {
      .nav-active .nav-opener:before, .nav-active .nav-opener:after {
        left: 10%;
        right: 10%; } }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }

.resize-active * {
  transition: none !important; }

body {
  display: flex; }
  @media (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 1.333333; } }
  body.nav-active {
    overflow: hidden; }

#wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding-top: 75px; }
  @media (min-width: 768px) {
    #wrapper {
      padding-top: 109px; } }
  @media (min-width: 1024px) {
    #wrapper {
      padding-top: 138px; } }

h1 {
  line-height: 1.125; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 64px; } }

h2 {
  line-height: 1.125; }
  @media (min-width: 768px) {
    h2 {
      font-size: 48px; } }

@media (min-width: 768px) {
  h3 {
    font-size: 36px; } }

a {
  transition: color 0.3s ease-in-out;
  text-decoration: none; }

.btn {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #16445C;
  color: #fff;
  border-radius: 3em;
  padding: 13px 18px;
  min-width: 165px; }
  .btn:hover {
    background: #3e6c84; }
  .btn--sm {
    min-width: 139px; }
  .btn--lg {
    min-width: 209px; }
    @media (min-width: 768px) {
      .btn--lg {
        min-width: 196px; } }
  .btn--xl {
    min-width: 275px; }
  .btn--yellow {
    background: #E3B03B;
    color: #000; }
    .btn--yellow:hover {
      background: #ffce59; }
  .btn--hero {
    min-width: 275px;
    background: #F2F6F0;
    color: #16445C; }
    .btn--hero:hover {
      background: #d8e6d1; }

.container {
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 15px; }

main {
  flex-grow: 1; }

button {
  background: transparent;
  border: none;
  outline: none; }

.banner .container {
  display: flex;
  justify-content: flex-end; }

.banner__text {
  position: relative;
  background: #F2DBAB;
  font-size: 14px;
  line-height: 1.36;
  font-weight: 500;
  width: 83%;
  padding: 13px 27px 7px;
  letter-spacing: 0.02em;
  color: #16445C;
  border-radius: 0 0 0 26px; }
  .banner__text:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 9999px 0 0;
    margin: 0 -9999px 0 0;
    background: #F2DBAB; }
  .banner__text p {
    margin: 0; }

.banner + .header {
  padding: 0 0 36px;
  margin-top: -15px; }

.line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #E3B03B;
  animation: lineFadeDown 2s ease-in-out; }
  .line--blue {
    background: #16445C; }

.intro-text {
  padding: 52px 0;
  text-align: center;
  color: #343236; }
  .intro-text .container {
    max-width: 815px; }
  .intro-text h2 {
    margin: 0 0 14px; }

.visual img {
  width: 100%;
  object-fit: cover; }

.article {
  padding: 40px 0 8px; }
  @media (min-width: 768px) {
    .article {
      padding: 65px 0 85px; } }
  .article .container {
    max-width: 1098px; }
  .article__img {
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .article__img {
        margin: 0; } }
    .article__img img {
      width: 100%;
      object-fit: cover;
      height: 455px; }
      @media (min-width: 768px) {
        .article__img img {
          height: auto; } }
  .article__title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .article__title {
        font-size: 20px; } }
  .article h1 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #16445C;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .article h1 {
        font-size: 48px;
        margin: 0 0 22px; } }
  .article__wrap {
    font-size: 16px;
    line-height: 1.25;
    max-width: 798px;
    margin: 0 auto;
    padding: 33px 22px 0; }
    @media (min-width: 768px) {
      .article__wrap {
        padding: 55px 0 27px; } }
    .article__wrap h3 {
      text-align: center;
      color: #969696;
      margin: 0 0 14px; }
      @media (max-width: 767px) {
        .article__wrap h3 {
          font-size: 28px;
          margin: 0 0 19px; } }
    .article__wrap p {
      margin: 0 0 20px; }
  .article__contents {
    max-width: 351px;
    padding: 30px 14px 34px;
    margin: 0 auto;
    background: #F2F6F0;
    border-left: 5px solid #E3B03B; }
    @media (min-width: 768px) {
      .article__contents {
        padding-bottom: 23px; } }
    @media (min-width: 768px) {
      .article__contents {
        max-width: 530px; } }
    .article__contents h4 {
      font: 500 16px/1.2 "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-align: center;
      margin: 0 0 18px; }
    .article__contents ol {
      font-size: 16px;
      line-height: 1.625;
      margin: 0;
      padding: 0 15px 0 30px; }
      @media (min-width: 768px) {
        .article__contents ol {
          padding: 0 0 0 38px; } }
      @media (min-width: 768px) {
        .article__contents ol li {
          margin: 0 0 5px; } }
      .article__contents ol a {
        color: #000;
        text-decoration: underline; }
  .article .tags__list {
    max-width: 808px;
    margin: 0 auto; }

.share {
  font-size: 12px;
  color: #5f5f5f;
  max-width: 995px;
  margin: 0 -15px 27px;
  padding: 21px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px) {
    .share {
      font-size: 14px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto 27px;
      padding: 6px 0; } }
  .share__info {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 768px) {
      .share__info {
        width: 65%; } }
    .share__info p {
      margin: 0 20px 0 0; }
      .share__info p + p {
        margin: 5px 0 0; }
  .share__btn {
    padding: 16px 0 0; }
    @media (min-width: 768px) {
      .share__btn {
        width: 35%;
        text-align: right;
        padding: 0; } }
    @media (max-width: 767px) {
      .share__btn .btn {
        font-size: 12px;
        min-width: 107px;
        padding: 10px 12px; } }

.full-img {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .full-img {
      margin: 0 -39px; } }
  .full-img img {
    width: 100%;
    object-fit: cover;
    height: 537px; }
    @media (min-width: 768px) {
      .full-img img {
        height: auto; } }

.share + .full-img {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .share + .full-img {
      margin-top: 55px; } }

.two-columns {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 36px; }
  .two-columns__headline {
    font-size: 40px;
    line-height: 1.275;
    margin: 0 0 22px -95px; }
  .two-columns .container {
    max-width: 958px; }
  .two-columns__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px; }
  .two-columns__col {
    width: 50%;
    padding: 0 30px; }
    .two-columns__col:only-child {
      width: 100%; }
    .two-columns__col p {
      margin: 0 0 20px; }

.three-columns {
  font-size: 16px;
  line-height: 1.25; }
  .three-columns__headline {
    margin: 0 0 36px -40px; }
  .three-columns .container {
    max-width: 1064px; }
  .three-columns__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -34px; }
  .three-columns__col {
    width: 33.332%;
    padding: 0 34px; }
    .three-columns__col p {
      margin: 0 0 20px; }

.letters {
  padding: 40px 0; }
  .letters .container {
    max-width: 1134px; }
  .letters h1 {
    font-size: 48px;
    text-align: center;
    margin: 0 0 11px; }
  .letters__list {
    font: 500 36px/1.3 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 34px; }
    .letters__list li {
      margin: 0 3px 0 0; }
      .letters__list li.active a {
        color: #fff;
        background: #16445C;
        width: 40px; }
    .letters__list a {
      display: block;
      position: relative;
      color: #16445C;
      padding: 15px 3px 0;
      text-align: center; }
  .letters__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #16445C;
    padding: 9px 24px 4px 20px;
    margin: 0 0 40px; }
    .letters__headline .letter {
      font: 500 36px/1.3 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase; }
    .letters__headline a {
      color: #fff;
      font-weight: 500; }
      .letters__headline a sup {
        top: -2px; }
  @media (min-width: 768px) {
    .letters__row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 22px 46px; } }
  .letters__col {
    width: 25%;
    padding: 0 15px; }
    .letters__col ul li {
      margin: 0 0 4px; }
    .letters__col ul a {
      color: #000; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

@keyframes lineFadeDown {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: calc(100% + var(--height)); } }

@keyframes lineFadeUp {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: calc(100% - var(--height)); } }

.footer {
  flex-shrink: 0;
  background: #16445C; }
  .footer__main {
    position: relative;
    padding: 26px 0 5px; }
    @media (min-width: 768px) {
      .footer__main {
        padding: 35px 0 40px; } }
    @media (min-width: 1024px) {
      .footer__main {
        padding: 50px 0 40px; } }
    .footer__main:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 414px;
      height: 441px;
      opacity: .6;
      background-image: url(./0bd31bc369e50bdae670222e75032a41.png);
      background-repeat: no-repeat;
      background-size: 414px 441px; }
      @media (min-width: 1024px) {
        .footer__main:after {
          top: 0;
          left: auto;
          bottom: 0;
          right: 38px;
          width: 521px;
          height: 359px;
          background-size: 521px 359px;
          background-image: url(./cb09bda2ab65b8260cdf7e52474ff98b.png); } }
    .footer__main .container {
      position: relative; }
      @media (min-width: 1024px) {
        .footer__main .container {
          display: flex;
          flex-wrap: wrap; } }
    .footer__main__logo {
      width: 285px; }
  .footer .logo {
    width: 101px;
    margin: 0 auto 25px; }
    @media (min-width: 768px) {
      .footer .logo {
        width: 220px; } }
    @media (min-width: 1024px) {
      .footer .logo {
        width: 285px;
        margin: 0 0 50px; } }
  .footer .social {
    padding: 0 0 32px; }
    @media (min-width: 768px) {
      .footer .social {
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .footer .social {
        padding: 0 0 0 7px; } }
  .footer__navbar {
    position: relative;
    z-index: 5;
    max-width: 168px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__navbar {
        display: flex;
        flex-wrap: wrap;
        max-width: none;
        margin: 0;
        text-align: left; } }
    @media (min-width: 1024px) {
      .footer__navbar {
        padding: 18px 0 0 84px;
        width: calc(100% - 285px); } }
    .footer__navbar-nav {
      position: relative;
      font-size: 16px;
      line-height: 1.25;
      padding: 0 0 27px; }
      @media (min-width: 768px) {
        .footer__navbar-nav {
          width: 25%;
          padding: 0 10px; } }
      .footer__navbar-nav:last-child:before {
        content: '';
        position: absolute;
        top: -16px;
        left: -34px;
        right: -34px;
        height: 1px;
        background: #000; }
        @media (min-width: 768px) {
          .footer__navbar-nav:last-child:before {
            top: -6px;
            right: auto;
            left: -35px;
            bottom: 0;
            width: 1px;
            height: auto; } }
      .footer__navbar-nav li {
        margin: 0 0 10px; }
        @media (min-width: 768px) {
          .footer__navbar-nav li {
            margin: 0 0 22px; } }
        .footer__navbar-nav li:first-child a {
          color: #E3B03B;
          font-weight: 500; }
          .footer__navbar-nav li:first-child a:hover {
            color: #fff; }
      .footer__navbar-nav a {
        color: #fff; }
        .footer__navbar-nav a:hover {
          color: #E3B03B; }
      .footer__navbar-nav--yellow-link a {
        color: #E3B03B;
        font-weight: 500; }
        .footer__navbar-nav--yellow-link a:hover {
          color: #fff; }

.copyright {
  background: #97B7A1;
  padding: 33px 0; }
  @media (min-width: 768px) {
    .copyright {
      padding: 10px 0; } }
  .copyright ul {
    font-size: 16px;
    line-height: 1.25;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .copyright ul li {
      position: relative;
      padding: 0 12px;
      text-align: center; }
      @media (min-width: 768px) {
        .copyright ul li {
          text-align: left; } }
      .copyright ul li:first-child {
        width: 100%;
        margin: 0 0 6px; }
        @media (min-width: 768px) {
          .copyright ul li:first-child {
            width: auto;
            margin: 0; } }
        @media (max-width: 767px) {
          .copyright ul li:first-child:after {
            display: none; } }
      .copyright ul li:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background: #000; }
        @media (min-width: 768px) {
          .copyright ul li:after {
            top: 3px;
            bottom: 3px; } }
      .copyright ul li:last-child:after {
        display: none; }
    .copyright ul a {
      color: #000; }
      .copyright ul a:hover {
        color: #fff; }

.hero {
  --height: 47px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .hero:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(./6168e9d32443455ffc8a1e75c7fdde2e.png);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; } }
  .hero .container {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 537px;
    padding: 0 25px 45px; }
    @media (min-width: 768px) {
      .hero .container {
        min-height: 468px;
        align-items: center;
        padding: 0 15px; } }
  .hero .line {
    bottom: calc(var(--height) * -1); }
    @media (min-width: 768px) {
      .hero .line {
        left: 20px; } }
    @media (min-width: 1200px) {
      .hero .line {
        left: 0; } }
  .hero__text {
    position: relative;
    padding: 27px 26px 23px 26px;
    max-width: 375px;
    color: #fff;
    border-left: 2px solid #E3B03B; }
    @media (min-width: 768px) {
      .hero__text {
        padding: 50px 0 62px 30px;
        max-width: 360px;
        border: none; } }
    @media (min-width: 1024px) {
      .hero__text {
        padding: 50px 0 62px 60px;
        max-width: 544px; } }
    .hero__text * {
      position: relative;
      z-index: 10; }
    .hero__text:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 118px;
      height: 182px;
      background-image: url(./a7685bc0f5de356503f6d879d2d9fdcd.png);
      background-size: 118px 182px;
      background-repeat: no-repeat;
      opacity: .6;
      z-index: 5; }
      @media (min-width: 768px) {
        .hero__text:before {
          display: none; } }
    .hero__text:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #16445C;
      mix-blend-mode: multiply; }
      @media (min-width: 768px) {
        .hero__text:after {
          display: none; } }
  .hero h1 {
    font-size: 46px;
    color: #fff;
    margin: 0 0 13px; }
    @media (min-width: 768px) {
      .hero h1 {
        margin: 0 0 26px; } }
    @media (min-width: 1024px) {
      .hero h1 {
        font-size: 64px;
        margin: 0 0 40px; } }
  .hero .btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px 33px; }
    @media (min-width: 768px) {
      .hero .btn {
        font-size: 20px;
        padding: 18px 30px; } }
    @media (min-width: 1024px) {
      .hero .btn {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .hero .btn {
        min-width: 209px; } }

.two-blocks {
  margin: 0 0 66px; }
  @media (min-width: 768px) {
    .two-blocks {
      margin: 0 0 123px; } }
  .two-blocks .container > h3 {
    margin: 0 0 64px; }
  @media (min-width: 768px) {
    .two-blocks--reverse .two-blocks__img {
      order: 2; } }
  @media (min-width: 768px) {
    .two-blocks--reverse .two-blocks__text {
      order: 1;
      margin: -50px -20px 0 0;
      padding: 47px 68px 64px 82px; } }
  @media (min-width: 768px) {
    .two-blocks--reverse .two-blocks__btn {
      margin-left: -11px; } }
  @media (min-width: 1024px) {
    .two-blocks--reverse .two-blocks__btn {
      margin-left: -23px; } }
  .two-blocks__row {
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .two-blocks__row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0; } }
  .two-blocks__img {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .two-blocks__img {
        width: 51%; } }
    .two-blocks__img img {
      width: 100%;
      object-fit: cover;
      height: 328px; }
      @media (min-width: 768px) {
        .two-blocks__img img {
          height: auto; } }
  .two-blocks__text {
    --height: 60px;
    position: relative;
    padding: 20px 64px 40px 64px;
    background: #E3B03B; }
    @media (min-width: 768px) {
      .two-blocks__text {
        margin: -34px 0 0 -26px;
        flex: 1 0 0;
        width: 49%; } }
    @media (min-width: 1024px) {
      .two-blocks__text {
        padding: 46px 42px 30px 116px; } }
    .two-blocks__text h3 {
      margin: 0 0 12px; }
      @media (max-width: 767px) {
        .two-blocks__text h3 {
          font-size: 28px;
          margin: 0 0 5px; } }
    .two-blocks__text p {
      margin: 0 0 24px; }
    .two-blocks__text .line {
      bottom: var(--height);
      animation: lineFadeUp 2s ease-in-out; }
  .two-blocks__btn {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .two-blocks__btn {
        bottom: -28px;
        margin-left: 25px; } }
    .two-blocks__btn .btn {
      padding: 18px 23px; }
      @media (max-width: 767px) {
        .two-blocks__btn .btn {
          min-width: 191px; } }
  @media (min-width: 768px) {
    .two-blocks + .two-blocks {
      margin: 0 0 79px; } }

.generation {
  padding: 17px 0 62px; }
  @media (min-width: 768px) {
    .generation {
      padding: 52px 0 76px; } }
  .generation h2 {
    color: #343236;
    text-align: center;
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .generation h2 {
        margin: 0 0 69px; } }
  .generation .two-blocks {
    margin: 0; }
    @media (min-width: 768px) {
      .generation .two-blocks__img {
        width: 48%; } }
    @media (min-width: 1024px) {
      .generation .two-blocks__img {
        width: 53%; } }
    .generation .two-blocks__text {
      padding: 20px 42px 22px 64px; }
      @media (min-width: 768px) {
        .generation .two-blocks__text {
          width: 52%;
          margin: -45px 0 0 -115px;
          padding: 48px 30px 45px 158px; } }
      @media (min-width: 1024px) {
        .generation .two-blocks__text {
          width: 47%;
          padding: 48px 56px 52px 202px; } }
    .generation .two-blocks__btn {
      margin-left: 0;
      bottom: -30px; }
      @media (min-width: 768px) {
        .generation .two-blocks__btn {
          margin-left: 85px;
          bottom: -28px; } }
      @media (min-width: 1024px) {
        .generation .two-blocks__btn {
          margin-left: 110px; } }
      @media (min-width: 768px) {
        .generation .two-blocks__btn .btn {
          padding: 18px 32px; } }
      @media (max-width: 767px) {
        .generation .two-blocks__btn .btn {
          min-width: 275px; } }
    @media (min-width: 1024px) {
      .generation .two-blocks .line {
        left: 165px; } }

.programs {
  padding: 34px 0 15px;
  background: #e8e8e8; }
  @media (min-width: 768px) {
    .programs {
      padding: 70px 0; } }
  .programs__head {
    max-width: 360px;
    margin: 0 auto 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .programs__head {
        max-width: 600px;
        margin: 0 auto 50px; } }
    .programs__head h2 {
      margin: 0 0 18px; }
      @media (min-width: 768px) {
        .programs__head h2 {
          margin: 0 0 10px; } }
  .programs__row {
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .programs__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 999px;
        margin: 0 auto 48px; } }
    @media (min-width: 1024px) {
      .programs__row {
        margin: 0 auto 68px; } }
  .programs__col {
    padding: 0 44px 18px; }
    @media (min-width: 768px) {
      .programs__col {
        width: 33.332%;
        padding: 0 12px; } }

@media (min-width: 768px) {
  .programs + .quick-links {
    margin-top: -80px; } }

@media (min-width: 1024px) {
  .programs + .quick-links {
    margin-top: -130px; } }

.quick-links {
  margin: 0 -15px 37px; }
  @media (min-width: 768px) {
    .quick-links {
      margin: 0 0 69px; } }
  .quick-links h3 {
    margin: 0 0 32px; }
  @media (min-width: 768px) {
    .quick-links__row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -14px; } }
  .quick-links__col {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .quick-links__col {
        flex-grow: 1;
        display: flex;
        width: 50%;
        padding: 0 14px 28px; } }
    @media (min-width: 1024px) {
      .quick-links__col {
        width: 33.332%; } }
  .quick-links__wrap {
    padding: 52px 60px 35px;
    background: #97B7A1; }
    @media (min-width: 768px) {
      .quick-links__wrap {
        padding: 43px 30px 14px; } }
    @media (min-width: 1024px) {
      .quick-links__wrap {
        padding: 43px 65px 14px; } }
    .quick-links__wrap + .quick-links__wrap {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .quick-links__wrap + .quick-links__wrap {
          margin-top: 30px; } }
    @media (min-width: 768px) {
      .quick-links__wrap.two-columns .quick-links__row {
        margin: 0 -21px; } }
    @media (min-width: 768px) {
      .quick-links__wrap.two-columns .quick-links__col {
        width: 50%;
        padding: 0 21px 28px; } }
    @media (min-width: 768px) {
      .quick-links__wrap.two-columns .quick-links__box-wrap {
        margin: 0 auto;
        padding: 0 15px 0 0; } }
    @media (min-width: 768px) {
      .quick-links__wrap.two-columns .quick-links__box strong {
        padding: 0 0 0 15px; } }
  .quick-links__box {
    transition: filter 0.3s ease-in-out;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 25px;
    background: #fafafa;
    min-height: 73px; }
    @media (min-width: 768px) {
      .quick-links__box {
        min-height: auto; } }
    .quick-links__box:hover {
      filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.35)); }
    .quick-links__box-wrap {
      display: flex;
      align-items: center; }
    .quick-links__box-icon {
      width: 48px;
      text-align: center; }
    .quick-links__box strong {
      display: block;
      color: #16445C;
      font: 500 18px/1.33333 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      width: calc(100% - 48px);
      padding: 0 0 0 20px; }

@media (min-width: 768px) {
  .recent {
    margin: 0 0 102px; } }

.recent__row {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .recent__row {
      display: flex;
      flex-wrap: wrap;
      margin: 0; } }

.recent__img {
  position: relative;
  z-index: 5; }
  @media (min-width: 768px) {
    .recent__img {
      order: 2;
      width: 50%; } }
  @media (min-width: 1024px) {
    .recent__img {
      width: 55.5%; } }
  .recent__img img {
    width: 100%;
    height: 328px;
    object-fit: cover; }
    @media (min-width: 768px) {
      .recent__img img {
        height: auto; } }

.recent__text {
  position: relative;
  background: #16445C;
  color: #fff;
  padding: 18px 92px 65px 76px; }
  @media (min-width: 768px) {
    .recent__text {
      order: 1;
      flex: 1 0 0;
      width: 50%;
      padding: 40px 158px 40px 70px;
      margin: 48px -140px 0 0; } }
  @media (min-width: 1024px) {
    .recent__text {
      padding: 60px 230px 54px 96px;
      width: 45.5%; } }
  .recent__text h3 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .recent__text h3 {
        margin: 0 0 28px; } }
  .recent__text ul {
    font-family: "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .recent__text ul li {
      margin: 0 0 26px; }
      @media (min-width: 1024px) {
        .recent__text ul li {
          margin: 0 0 36px; } }
      .recent__text ul li p {
        margin: 0 0 5px; }
        @media (min-width: 768px) {
          .recent__text ul li p {
            margin: 0 0 10px; } }
      .recent__text ul li a {
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
        font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #fff; }
  .recent__text .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    padding: 18px; }

.infographics {
  padding: 64px 0 28px;
  background: #F2F6F0;
  margin: 0 0 42px; }
  @media (min-width: 768px) {
    .infographics {
      margin: 0 0 111px; } }
  @media (min-width: 1024px) {
    .infographics {
      padding: 50px 0 72px; } }
  .infographics .container {
    max-width: 1010px; }
  @media (min-width: 1024px) {
    .infographics__row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -41px; } }
  .infographics__col {
    padding: 0 0 26px; }
    @media (min-width: 1024px) {
      .infographics__col {
        width: 33.332%;
        padding: 0 41px; } }
  .infographics__box {
    font-size: 18px;
    position: relative;
    text-align: center;
    width: 276px;
    height: 276px;
    padding: 30px 35px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .infographics__box {
        margin: 0; } }
    .infographics__box svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .infographics__box-icon {
      margin: 0 0 10px; }
    .infographics__box-num {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-size: 66px;
      line-height: 1;
      color: #16445C;
      margin: 0 0 5px; }
      .infographics__box-num sup {
        position: absolute;
        top: 20px;
        right: -28px;
        font-size: 28px;
        font-weight: 400; }
    .infographics__box p {
      max-width: 190px;
      margin: 0 auto; }

@media (min-width: 768px) {
  .cards {
    padding: 0 0 46px; } }

@media (min-width: 768px) {
  .cards .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px; } }

.cards .col {
  padding: 0 21px 56px; }
  @media (min-width: 768px) {
    .cards .col {
      display: flex;
      width: 50%;
      padding: 0 12px 56px; } }
  @media (min-width: 1024px) {
    .cards .col {
      width: 33.332%;
      padding: 0 12px 95px; } }

.card {
  position: relative;
  background: #fff;
  width: 100%;
  min-height: 525px; }
  .card__img {
    width: 100%;
    height: 198px;
    object-fit: cover; }
  .card__body {
    font-size: 16px;
    line-height: 1.375;
    padding: 30px 30px 45px 30px; }
    @media (min-width: 768px) {
      .card__body {
        padding: 30px 32px 45px 30px; } }
    .card__body h3 {
      font-size: 18px;
      line-height: 1.333333;
      max-width: 282px;
      margin: 0 auto 22px;
      text-align: center;
      color: #16445C; }
      .card__body h3 a {
        display: inline-block;
        vertical-align: middle; }
  .card .btn {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%); }

.custom-select-container {
  overflow: hidden; }
  .custom-select-container.is-open {
    overflow: visible; }
    .custom-select-container.is-open .custom-select-opener {
      box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.45); }
      .custom-select-container.is-open .custom-select-opener:after {
        transform: translateY(-50%) rotate(-90deg); }
        @media (min-width: 768px) {
          .custom-select-container.is-open .custom-select-opener:after {
            transform: translateY(-50%) rotate(-90deg); } }
    .custom-select-container.is-open .custom-select-panel {
      border-top: 1px solid #BABABA;
      max-height: 13.7em;
      z-index: 10; }

.custom-select-opener {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #E3B03B;
  padding: 15px 20px;
  background: #fff;
  color: #16445C;
  min-height: 73px; }
  .custom-select-opener:after {
    transition: transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 26px;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #BABABA; }
    @media (min-width: 768px) {
      .custom-select-opener:after {
        transform: translateY(-50%);
        right: 22px; } }

.custom-select-panel {
  padding: 17px 0;
  background: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.45);
  transition: none; }
  .custom-select-panel .custom-select-option {
    padding: 5px 25px; }
    .custom-select-panel .custom-select-option.has-focus {
      background: #97B7A1; }
    .custom-select-panel .custom-select-option:before {
      display: none; }

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px; }
  @media (min-width: 768px) {
    .social {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .social {
      justify-content: flex-start; } }
  .social li {
    padding: 0 14px 0 0; }
    @media (min-width: 768px) {
      .social li {
        padding: 0 27px 0 0; } }
    .social li:last-child {
      padding: 0; }
  .social a {
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #F2F6F0;
    border: 1px solid #F2F6F0; }
    @media (min-width: 768px) {
      .social a {
        width: 33px;
        height: 33px; } }
    .social a:hover {
      color: #E3B03B;
      border-color: #E3B03B; }

.cookies {
  background: #16445C;
  color: #fff;
  padding: 30px 0 68px; }
  @media (min-width: 768px) {
    .cookies {
      padding: 16px 0; } }
  .cookies .container {
    max-width: 1174px;
    padding: 0 34px; }
    @media (min-width: 768px) {
      .cookies .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px 0 15px; } }
  .cookies__text {
    font-size: 15px;
    line-height: 1.87;
    letter-spacing: 0.01em;
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .cookies__text {
        font-size: 14px;
        line-height: 1.3;
        max-width: 505px;
        margin: 0; } }
    .cookies__text p {
      margin: 0; }
  .cookies .btn {
    border: 1px solid #fff;
    min-width: 212px;
    padding: 12px; }
    .cookies .btn:hover {
      background: #fff;
      color: #16445C; }

.program .container {
  max-width: 1176px; }
  @media (min-width: 1024px) {
    .program .container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; } }

.program__category {
  position: relative;
  margin: 14px 32px; }
  @media (min-width: 1024px) {
    .program__category {
      width: 290px;
      background: #E3B03B;
      padding: 31px 20px;
      margin: 0; } }
  .program__category:before {
    content: '';
    position: absolute;
    top: -13px;
    left: -25px;
    right: -25px;
    height: 65px;
    background: #E3B03B; }
    @media (min-width: 1024px) {
      .program__category:before {
        display: none; } }
  .program__category-opener {
    display: block;
    position: relative;
    font: 500 18px/1.2 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background: #fff;
    padding: 8px 16px;
    border-left: 5px solid #16445C; }
    @media (min-width: 1024px) {
      .program__category-opener {
        display: none; } }
    .program__category-opener:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      border-style: solid;
      border-width: 7px 0 7px 12.1px;
      border-color: transparent transparent transparent #BABABA;
      margin-top: 2px; }

@media (max-width: 1023px) {
  .program__hold {
    background: #fff; } }

.program-active .program__hold {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.45); }

@media (min-width: 1024px) {
  .program__list {
    margin: 0 0 25px; } }

@media (min-width: 1024px) {
  .program__list:last-child {
    margin: 0 0 15px; } }

@media (min-width: 1024px) {
  .program__list.active {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.45); } }

.program__list-opener {
  font: 500 18px/1.33333 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  position: relative;
  padding: 5px 32px;
  border-left: 5px solid #16445C;
  background: #fff;
  color: #16445C; }
  @media (min-width: 1024px) {
    .program__list-opener {
      font-weight: 400;
      padding: 24px 17px; } }
  .program__list-opener:before {
    transition: transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #fff;
    z-index: 2; }
    @media (min-width: 1024px) {
      .program__list-opener:before {
        display: none; } }
  .program__list-opener:after {
    transition: transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent #BABABA; }
    @media (min-width: 1024px) {
      .program__list-opener:after {
        left: auto;
        right: 27px;
        border-width: 9px 0 9px 15.6px; } }
  .active .program__list-opener:before {
    transform: translateY(-50%) rotate(90deg); }
  .active .program__list-opener:after {
    transform: translateY(-50%) rotate(90deg); }

.program__list-slide {
  font-size: 18px;
  padding: 0 0 0 40px;
  background: #fff;
  border-left: 5px solid #16445C; }
  @media (min-width: 1024px) {
    .program__list-slide {
      border-left: none;
      border-top: 1px solid #BABABA;
      padding: 20px 0 14px; } }
  .program__list-slide li a {
    display: block;
    color: #000;
    padding: 7px 20px 3px; }
    .program__list-slide li a:hover {
      background: #97B7A1; }

.program__content {
  padding: 42px 27px 29px 27px;
  background: #F2F6F0;
  margin: 60px -15px 0; }
  @media (min-width: 1024px) {
    .program__content {
      width: calc(100% - 318px);
      margin: 12px 0 0;
      padding: 29px 34px 29px 40px; } }
  @media (max-width: 767px) {
    .program__content {
      font-size: 18px;
      line-height: 1.34; } }
  .program__content-head {
    text-align: center;
    margin: 0 0 45px; }
    @media (min-width: 768px) {
      .program__content-head {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        margin: 0 0 13px; } }
    .program__content-head h3 {
      flex-grow: 1;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        .program__content-head h3 {
          font-size: 28px;
          margin: 0 0 34px; } }
    .program__content-head .btn {
      font-size: 12px;
      line-height: 1.25;
      min-width: 192px;
      padding: 10px 12px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .program__content-head .btn {
          margin: 0; } }

.program__tabset {
  font: 500 18px/1.5 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  max-width: 245px;
  margin: 0 auto 60px; }
  @media (min-width: 768px) {
    .program__tabset {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 35px;
      max-width: none; } }
  .program__tabset li {
    display: flex;
    padding: 0 0 18px; }
    @media (min-width: 768px) {
      .program__tabset li {
        padding: 0 11px 0 0;
        flex: 1; } }
    .program__tabset li:last-child {
      padding: 0; }
  .program__tabset a {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #000; }
    .program__tabset a.active {
      background: #16445C;
      color: #fff; }

.program__tab-content h3 {
  margin: 0 0 16px; }
  @media (max-width: 767px) {
    .program__tab-content h3 {
      font-size: 28px;
      line-height: 1.1;
      margin: 0 0 20px; } }

.program__tab-content p {
  margin: 0 0 24px; }

.program__tab-content h5 {
  font-family: "aktiv-grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  margin: 40px 0 6px; }

.program__tab-content .table-responsive {
  margin: 36px -27px 48px -29px; }
  @media (min-width: 768px) {
    .program__tab-content .table-responsive {
      margin: 30px -27px 55px -27px; } }
  @media (min-width: 1024px) {
    .program__tab-content .table-responsive {
      margin: 30px -34px 55px -40px; } }
  .program__tab-content .table-responsive.hard-table {
    margin-top: 56px;
    margin-bottom: 76px; }
    @media (min-width: 1024px) {
      .program__tab-content .table-responsive.hard-table {
        margin-top: 65px;
        margin-bottom: 96px; } }

.program__tab-list {
  font-size: 18px;
  max-width: 280px;
  margin: 0 auto 54px; }
  @media (min-width: 768px) {
    .program__tab-list {
      column-count: 2;
      column-gap: 55px;
      margin: 0 0 37px;
      max-width: none; } }
  .program__tab-list li {
    position: relative;
    padding: 0 0 6px 10px; }
    @media (min-width: 768px) {
      .program__tab-list li {
        padding: 0 0 0 10px; } }
    .program__tab-list li:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 0;
      width: 5px;
      height: 5px;
      background: #000;
      border-radius: 50%; }
    .program__tab-list li a {
      color: #000;
      text-decoration: underline; }

.program__cards {
  padding: 58px 15px 0;
  background: #F2F6F0;
  margin: 47px -15px 0; }
  @media (min-width: 1024px) {
    .program__cards {
      width: calc(100% - 325px);
      margin: 0;
      padding: 29px 27px 0 27px; } }
  @media (min-width: 1200px) {
    .program__cards {
      width: calc(100% - 358px); } }
  .program__cards .cards {
    padding: 0; }
    @media (min-width: 768px) {
      .program__cards .cards .col {
        width: 50%; } }
    @media (min-width: 1024px) {
      .program__cards .cards .col {
        padding-bottom: 68px; } }

.program ol {
  padding: 5px 0 0 28px;
  margin: 0 0 24px; }
  .program ol li ul:not([class]):not([id]) {
    list-style: lower-latin;
    padding: 0 10px 0 27px;
    margin: 0; }
    .program ol li ul:not([class]):not([id]) li {
      padding: 0; }
      .program ol li ul:not([class]):not([id]) li:before {
        display: none; }

.program p + ol {
  margin-top: -24px; }

.program p + ul:not([class]):not([id]) {
  margin-top: -24px; }

.program ul:not([class]):not([id]) {
  margin: 0 0 24px 12px; }
  .program ul:not([class]):not([id]) li {
    position: relative;
    padding: 0 0 0 16px; }
    .program ul:not([class]):not([id]) li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 5px;
      height: 5px;
      background: #000;
      border-radius: 50%; }

.program__listing {
  background: #F2F6F0;
  padding: 29px 49px;
  overflow: hidden;
  margin: 54px -15px 0; }
  @media (min-width: 1024px) {
    .program__listing {
      width: calc(100% - 318px);
      margin-top: -24px;
      padding: 39px 49px; } }
  .program__listing h3 {
    margin: 0 0 21px; }
    @media (max-width: 767px) {
      .program__listing h3 {
        font-size: 28px;
        text-align: center;
        margin: 0 0 35px; } }
  .program__listing-headline {
    display: block;
    font: 700 32px/1 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background: #16445C;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 55px;
    margin: 0 -49px 49px; }
    @media (min-width: 1024px) {
      .program__listing-headline {
        margin: 0 -49px 59px; } }
  .program__listing .table-responsive {
    margin: 0 -49px 50px 0; }
    @media (min-width: 1200px) {
      .program__listing .table-responsive {
        margin: 0 0 83px; } }
    .program__listing .table-responsive:last-of-type {
      margin-bottom: 44px; }
    .program__listing .table-responsive table {
      font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px; }
      .program__listing .table-responsive table caption {
        font: 500 18px/1.34 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        text-align: left;
        background: #16445C;
        color: #fff;
        padding: 17px 21px; }
      .program__listing .table-responsive table tr:nth-child(even) {
        background: #fff; }
      .program__listing .table-responsive table tr td {
        padding: 10px 21px;
        border-color: #000; }
        .program__listing .table-responsive table tr td:first-child {
          width: 149px; }
      .program__listing .table-responsive table tr:last-child td {
        vertical-align: top; }

.table-responsive {
  overflow-x: auto; }
  .table-responsive table {
    width: 828px;
    table-layout: fixed; }
    @media (min-width: 768px) {
      .table-responsive table {
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .table-responsive table {
        margin: 0; } }
    @media (min-width: 1200px) {
      .table-responsive table {
        width: 100%;
        max-width: 100%; } }
    .table-responsive table th {
      background: #16445C;
      color: #fff;
      text-align: left;
      font-weight: 400;
      padding: 12px 20px 9px;
      border: 1px solid #fff; }
    .table-responsive table tbody tr {
      background: #fff; }
      .table-responsive table tbody tr:nth-child(even) {
        background: #F9F9F9; }
      .table-responsive table tbody tr td {
        border: 1px solid #E7E7E7;
        border-top: none;
        padding: 8px 20px;
        height: 63px; }
  .table-responsive.small-table th {
    padding: 6px 22px 0; }
  .table-responsive.small-table tbody tr td {
    padding: 8px 22px;
    height: 40px; }
  .table-responsive.hard-table table {
    font-family: "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .table-responsive.hard-table table thead th,
    .table-responsive.hard-table table thead td {
      padding: 5px 10px; }
    .table-responsive.hard-table table tr.caption th {
      font-family: "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      background: #16445C;
      color: #fff;
      text-align: left;
      padding: 16px 41px; }
    .table-responsive.hard-table table tr.total th,
    .table-responsive.hard-table table tr.total td {
      background: #f2f6f0; }
    .table-responsive.hard-table table th,
    .table-responsive.hard-table table td {
      color: #000;
      border: 1px solid #000;
      padding: 19px 7px;
      font-weight: 400;
      background: #fff;
      text-align: center; }
      .table-responsive.hard-table table th.rotate-th,
      .table-responsive.hard-table table td.rotate-th {
        writing-mode: vertical-lr;
        height: 164px; }
        @media (min-width: 1024px) {
          .table-responsive.hard-table table th.rotate-th,
          .table-responsive.hard-table table td.rotate-th {
            height: 180px; } }
      .table-responsive.hard-table table th.height-auto,
      .table-responsive.hard-table table td.height-auto {
        height: auto; }
  .table-responsive.table-1 table tr th,
  .table-responsive.table-1 table tr td {
    padding: 5px 30px 2px; }
    .table-responsive.table-1 table tr th:last-child,
    .table-responsive.table-1 table tr td:last-child {
      width: 250px; }
  .table-responsive.table-1 table tr td {
    height: 61px; }
  .table-responsive.table-2 {
    margin-bottom: 36px; }
    @media (min-width: 1024px) {
      .table-responsive.table-2 {
        margin-bottom: 48px; } }
    .table-responsive.table-2 table tr th,
    .table-responsive.table-2 table tr td {
      width: 142px;
      padding: 12px 10px 9px; }
      .table-responsive.table-2 table tr th:first-child,
      .table-responsive.table-2 table tr td:first-child {
        width: 108px; }
      .table-responsive.table-2 table tr th:nth-child(2),
      .table-responsive.table-2 table tr td:nth-child(2) {
        width: 210px; }
      .table-responsive.table-2 table tr th:last-child,
      .table-responsive.table-2 table tr td:last-child {
        width: 83px; }
    .table-responsive.table-2 table tr th {
      height: 95px; }
    .table-responsive.table-2 table tr td {
      height: 93px; }
  .table-responsive.table-3 {
    margin-top: 38px;
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .table-responsive.table-3 {
        margin-top: 24px;
        margin-bottom: 35px; } }
    .table-responsive.table-3 table tr th,
    .table-responsive.table-3 table tr td {
      width: 157px;
      padding: 12px 10px 9px; }
      .table-responsive.table-3 table tr th:first-child,
      .table-responsive.table-3 table tr td:first-child {
        width: 263px; }
      .table-responsive.table-3 table tr th:last-child,
      .table-responsive.table-3 table tr td:last-child {
        width: 89px; }
    .table-responsive.table-3 table tr th {
      height: 95px; }
    .table-responsive.table-3 table tr td {
      height: 98px; }
  .table-responsive.table-4 {
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .table-responsive.table-4 {
        margin-bottom: 18px; } }
    .table-responsive.table-4 table tr th,
    .table-responsive.table-4 table tr td {
      padding: 4px 30px 0; }
      .table-responsive.table-4 table tr th:last-child,
      .table-responsive.table-4 table tr td:last-child {
        width: 147px;
        padding: 4px 16px 0; }
    .table-responsive.table-4 table tr th {
      height: 32px; }
    .table-responsive.table-4 table tr td {
      height: 45px; }

.big-table table {
  width: 100%; }
  .big-table table caption {
    text-align: left;
    width: 100%;
    background: #16445C;
    color: #fff; }

.about__accordion {
  width: 257px; }
  .about__accordion h3 {
    font-size: 28px;
    margin: 0; }
  .about__accordion-list > li {
    border-bottom: 1px solid #ccc; }
    .about__accordion-list > li.active > a {
      font-weight: 700; }
      .about__accordion-list > li.active > a:after {
        transform: rotate(90deg); }
    .about__accordion-list > li > a {
      padding: 19px 0; }
    .about__accordion-list > li > ul {
      padding: 16px 0 0;
      background: #F2F6F0;
      border-top: 1px solid #ccc; }
      .about__accordion-list > li > ul > li.active > a:after {
        transform: rotate(90deg); }
      .about__accordion-list > li > ul > li > a {
        padding: 12px 21px; }
      .about__accordion-list > li > ul ul {
        padding: 2px 0 22px 40px; }
  .about__accordion-list a {
    position: relative;
    display: block;
    color: #16445c; }
    .about__accordion-list a:after {
      transition: transform 0.3s ease-in-out;
      content: "\E905";
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 400;
      margin: -2px 0 0 12px;
      font-family: 'icomoon';
      color: #afafaf; }
    .about__accordion-list a:only-child:after {
      display: none; }

.content-area {
  margin: 0 0 64px; }
  .content-area .container {
    max-width: 1098px; }
  .content-area__wrap {
    font-size: 16px;
    line-height: 1.25;
    padding: 0 0 0 52px; }
    .content-area__wrap-text {
      max-width: 735px; }
      .content-area__wrap-text h2 {
        margin: 0 0 16px; }
      .content-area__wrap-text p {
        margin: 0 0 20px; }
      .content-area__wrap-text ul {
        margin: 0 0 22px; }
        .content-area__wrap-text ul li {
          position: relative;
          padding: 0 0 6px 8px; }
          .content-area__wrap-text ul li:before {
            content: '';
            position: absolute;
            top: 6px;
            left: 0;
            width: 4px;
            height: 4px;
            background: #000;
            border-radius: 50%; }
  .content-area__subhead {
    font: 500 36px/1.3 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    text-align: center;
    color: #969696;
    padding: 46px 0 10px; }
  .content-area__row {
    padding: 0 0 4px; }
    .content-area__row-text {
      width: calc(100% - 252px);
      overflow: hidden;
      padding: 2px 0 0; }
      .content-area__row-text p {
        margin: 0 0 20px; }
    .content-area__row-img {
      float: left;
      width: 210px;
      margin: 0 32px 0 0; }
  .content-area .align-right {
    float: right;
    margin: 0 0 0 41px; }
  .content-area .blockquote {
    margin: 0 0 0 69px; }

.blockquote {
  font-size: 16px;
  line-height: 1.625;
  margin: 0;
  padding: 0 0 0 15px;
  border-left: 2px solid #16445C;
  max-width: 570px; }
  .blockquote figcaption {
    font-size: 12px;
    color: #9a9a9a;
    margin: 0; }
  .blockquote blockquote p {
    margin: 0 0 8px; }
    .blockquote blockquote p strong {
      font-weight: 500;
      color: #16445C; }

blockquote {
  margin: 0; }

.search-wrap {
  padding: 28px 0 0; }
  @media (min-width: 768px) {
    .search-wrap {
      padding: 50px 0 62px; } }
  .search-wrap h2 {
    text-align: center;
    margin: 0 0 2px; }
  .search-wrap__form {
    position: relative;
    max-width: 338px;
    margin: 0 auto 68px; }
    @media (min-width: 768px) {
      .search-wrap__form {
        max-width: 761px;
        margin-bottom: 28px; } }
    .search-wrap__form input[type="search"] {
      border: none;
      padding: 6px 35px 6px 10px;
      border-bottom: 1px solid #000;
      margin: 0;
      height: 34px; }
      @media (min-width: 768px) {
        .search-wrap__form input[type="search"] {
          height: 42px;
          padding: 6px 55px 6px 10px; } }
    .search-wrap__form button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 12px;
      background-image: url(./1b755ab35825e29e388fce069c994a34.png);
      width: 16px;
      height: 16px;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      padding: 0; }
      @media (min-width: 768px) {
        .search-wrap__form button {
          width: 29px;
          height: 29px;
          background-size: 29px 29px;
          margin-top: -3px;
          right: 15px; } }

.events__wrap {
  position: relative;
  padding: 72px 0 30px;
  background: #E8E8E8; }
  @media (min-width: 768px) {
    .events__wrap {
      padding: 104px 0 72px; } }
  .events__wrap .container {
    max-width: 1122px; }
  .events__wrap-btn {
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9; }

.events__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1200px) {
    .events__row {
      margin: 0 -50px; } }

.events__col {
  width: 100%;
  padding: 0 45px 48px 55px; }
  @media (min-width: 768px) {
    .events__col {
      width: 33.332%;
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .events__col {
      padding: 0 50px; } }
  @media (max-width: 1023px) {
    .events__col:last-child {
      padding-bottom: 0; } }

.events__box {
  display: block;
  font: 600 20px/1.5 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000; }
  .events__box-date {
    font: 500 36px/1.05555 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    position: absolute;
    top: -32px;
    left: -50px;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16445C;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 9;
    text-align: center;
    padding: 15px; }
    @media (min-width: 768px) {
      .events__box-date {
        font-size: 26px;
        width: 100px;
        height: 100px;
        left: -20px; } }
    @media (min-width: 1024px) {
      .events__box-date {
        font-size: 30px;
        top: -50px;
        width: 110px;
        height: 110px; } }
    @media (min-width: 1200px) {
      .events__box-date {
        font-size: 36px;
        width: 121px;
        height: 121px;
        top: -32px;
        left: -50px; } }
  .events__box-img {
    position: relative;
    margin: 0 0 8px; }
    .events__box-img img {
      width: 100%;
      object-fit: cover; }

.featured {
  position: relative; }
  .featured__row {
    position: relative;
    padding: 66px 0 20px; }
    @media (min-width: 768px) {
      .featured__row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 86px 0 52px; } }
    @media (min-width: 1024px) {
      .featured__row {
        padding: 86px 0 160px; } }
  .featured__img {
    position: relative;
    width: 248px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .featured__img {
        margin: 0 0 0 40px; } }
    @media (min-width: 1024px) {
      .featured__img {
        width: 418px;
        margin-left: 64px; } }
    .featured__img-small {
      position: absolute;
      bottom: -110px;
      right: -68px;
      width: 166px; }
      @media (min-width: 768px) {
        .featured__img-small {
          bottom: -68px;
          right: -34px; } }
      @media (min-width: 1024px) {
        .featured__img-small {
          bottom: -182px;
          right: -118px;
          width: 279px; } }
    .featured__img img {
      width: 100%;
      object-fit: cover; }
    .featured__img:after {
      content: '';
      position: absolute;
      top: 55px;
      left: -38px;
      right: -34px;
      bottom: -45px;
      background: #E3B03B;
      z-index: -1; }
      @media (min-width: 768px) {
        .featured__img:after {
          top: 88px;
          left: -38px;
          right: -34px;
          bottom: -52px; } }
      @media (min-width: 1024px) {
        .featured__img:after {
          left: -64px;
          right: -58px;
          bottom: -73px; } }
  .featured__text {
    font: 16px/1.25 "Inter", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: -.35px;
    padding: 155px 28px 0 22px; }
    @media (min-width: 768px) {
      .featured__text {
        width: calc(100% - 288px);
        padding: 45px 18px 0 85px; } }
    @media (min-width: 1024px) {
      .featured__text {
        width: calc(100% - 486px);
        padding: 88px 18px 0 177px; } }
    .featured__text h3 {
      margin: 0 0 15px;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .featured__text h3 {
          font-size: 28px; } }
    .featured__text p {
      margin: 0 0 19px; }
    .featured__text .btn {
      margin: 0 0 0 -7px; }
      @media (min-width: 768px) {
        .featured__text .btn {
          margin: 12px 0 0 -7px; } }
      @media (min-width: 1024px) {
        .featured__text .btn {
          margin: 36px 0 0 -7px; } }
  @media (min-width: 768px) {
    .featured--reverse .featured__img {
      order: 2;
      margin: 0 0 0 -20px; } }
  .featured--reverse .featured__img-small {
    right: -70px; }
    @media (min-width: 768px) {
      .featured--reverse .featured__img-small {
        left: -30px;
        right: auto; } }
    @media (min-width: 1024px) {
      .featured--reverse .featured__img-small {
        left: -118px; } }
  .featured--reverse .featured__img:after {
    left: -36px;
    right: -36px; }
    @media (min-width: 768px) {
      .featured--reverse .featured__img:after {
        left: -30px;
        right: -32px; } }
    @media (min-width: 1024px) {
      .featured--reverse .featured__img:after {
        left: -60px;
        right: -62px; } }
  @media (min-width: 768px) {
    .featured--reverse .featured__text {
      order: 1;
      text-align: right;
      padding-right: 100px;
      padding-left: 0; } }
  @media (min-width: 1024px) {
    .featured--reverse .featured__text {
      padding-right: 196px; } }
  .featured--reverse .featured__text .btn {
    margin-left: 0;
    margin-right: -7px; }
  .featured__link {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 0 0 24px;
    color: #000; }
    @media (min-width: 1024px) {
      .featured__link {
        margin: 33px 0 0 65px; } }
  .featured + .featured .featured__row:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #ccc; }
    @media (min-width: 768px) {
      .featured + .featured .featured__row:before {
        left: 50%;
        width: 720px;
        right: auto;
        transform: translateX(-50%); } }
    @media (min-width: 1024px) {
      .featured + .featured .featured__row:before {
        width: 995px;
        top: 30px; } }

.featured + .news .container:before {
  content: '';
  position: absolute;
  top: -44px;
  left: 38px;
  right: 38px;
  height: 1px;
  background: #ccc; }
  @media (min-width: 1024px) {
    .featured + .news .container:before {
      top: -32px;
      left: 15px;
      right: 15px; } }

.news {
  padding: 84px 0 27px; }
  @media (min-width: 768px) {
    .news {
      padding: 98px 0 32px; } }
  .news .container {
    position: relative;
    max-width: 1022px;
    padding: 0 36px 40px; }
    @media (min-width: 1024px) {
      .news .container {
        padding: 0 15px 33px; } }
    .news .container:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 38px;
      right: 38px;
      height: 1px;
      background: #ccc; }
      @media (min-width: 1024px) {
        .news .container:after {
          left: 15px;
          right: 15px; } }
  .news h3 {
    margin: 0 0 27px; }
    @media (max-width: 767px) {
      .news h3 {
        font-size: 28px;
        margin: 0 0 20px; } }
  .news__list {
    font-size: 16px;
    line-height: 1.25; }
    .news__list li {
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .news__list li {
          margin: 0 0 36px; } }
    .news__list a {
      display: block;
      color: #000; }
      .news__list a strong {
        display: block;
        font: 500 16px/1.33333 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 13px; }
        @media (min-width: 768px) {
          .news__list a strong {
            font-size: 18px; } }
      .news__list a p {
        margin: 0; }
  .news__link {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #000; }

.tags {
  padding: 0 0 32px; }
  .tags .container {
    max-width: 1022px;
    padding: 0 36px; }
    @media (min-width: 1024px) {
      .tags .container {
        padding: 0 15px; } }
  @media (max-width: 767px) {
    .tags h3 {
      font-size: 28px;
      margin: 0 0 6px; } }
  .tags__list {
    font-size: 16px;
    line-height: 1.25;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px; }
    .tags__list li {
      padding: 0 18px 15px; }
    .tags__list a {
      color: #000;
      text-decoration: underline; }
      .tags__list a:hover {
        color: #E3B03B; }

.news-listing {
  padding: 0 0 36px; }
  @media (min-width: 768px) {
    .news-listing {
      padding: 0 0 114px; } }
  .news-listing .container {
    max-width: 1098px; }
  .news-listing__filter {
    position: relative;
    max-width: 214px;
    margin: 0 auto 90px; }
    @media (min-width: 768px) {
      .news-listing__filter {
        max-width: 310px;
        margin-bottom: 121px; } }
    .news-listing__filter-opener {
      font: 500 18px/1.33333 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      display: block;
      position: relative;
      background: #fff;
      color: #16445C;
      border-left: 6px solid #16445C;
      text-align: center;
      padding: 6px 6px 6px 0; }
      @media (min-width: 768px) {
        .news-listing__filter-opener {
          font-size: 24px;
          padding: 7px 0; } }
      .news-listing__filter-opener:before {
        content: '';
        position: absolute;
        top: -11px;
        left: -19px;
        right: -15px;
        bottom: -13px;
        background: #E3B03B;
        z-index: -1; }
        @media (min-width: 768px) {
          .news-listing__filter-opener:before {
            left: -17px;
            right: -11px;
            bottom: -11px; } }
      .news-listing__filter-opener:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 13px;
        border-style: solid;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #BABABA; }
        @media (min-width: 768px) {
          .news-listing__filter-opener:after {
            border-width: 8px 0 8px 15px;
            margin: -4px 0 0 18px; } }
    .news-listing__filter-list {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      border-left: 6px solid #16445C;
      z-index: 9;
      padding: 17px 0 0; }
      .news-listing__filter-list li {
        margin: 0 0 5px; }
      .news-listing__filter-list a {
        display: block;
        padding: 6px 13px 2px;
        color: #000; }
        .news-listing__filter-list a:hover {
          background: #97B7A1; }
  .news-listing__post {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px; }
    @media (min-width: 420px) {
      .news-listing__post {
        padding: 0 20px 8px 0;
        margin: 0 18px 30px; } }
    @media (min-width: 768px) {
      .news-listing__post {
        padding: 0 20px 20px 20px;
        margin: 0 0 42px; } }
    .news-listing__post:last-of-type {
      margin-bottom: 22px; }
      @media (min-width: 768px) {
        .news-listing__post:last-of-type {
          margin-bottom: 26px; } }
    .news-listing__post a {
      color: #000; }
      @media (min-width: 420px) {
        .news-listing__post a {
          display: flex;
          flex-wrap: wrap; } }
    .news-listing__post-img {
      width: 119px; }
      @media (min-width: 768px) {
        .news-listing__post-img {
          width: 174px; } }
      .news-listing__post-img img {
        width: 100%;
        object-fit: cover;
        margin: 0 0 6px; }
        @media (min-width: 768px) {
          .news-listing__post-img img {
            margin: 0 0 2px; } }
      .news-listing__post-img time {
        font-size: 10px;
        color: #969696; }
    .news-listing__post-text {
      font-size: 13px;
      line-height: 1.7;
      padding: 15px 0 0; }
      @media (min-width: 420px) {
        .news-listing__post-text {
          padding: 0 0 0 18px;
          width: calc(100% - 119px); } }
      @media (min-width: 768px) {
        .news-listing__post-text {
          font-size: 16px;
          line-height: 1.25;
          width: calc(100% - 174px);
          padding: 0 0 0 35px; } }
      .news-listing__post-text strong {
        display: block;
        font: 500 14px/1.43 "freight-text-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        margin: 0 0 2px; }
        @media (min-width: 768px) {
          .news-listing__post-text strong {
            font-size: 18px;
            line-height: 1.3333333;
            margin: 0 0 13px; } }
  @media (min-width: 420px) {
    .news-listing__pagination {
      margin: 0 0 0 18px; } }
  @media (min-width: 768px) {
    .news-listing__pagination {
      display: flex;
      justify-content: flex-end;
      margin: 0 42px 0 0; } }
  .news-listing__pagination ul {
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #000; }
    .news-listing__pagination ul li {
      margin: 0 0 0 4px; }
    .news-listing__pagination ul a {
      color: #000; }
    .news-listing__pagination ul a:not([class]):not([id]) {
      text-decoration: underline; }

@font-face {
  font-family: 'icomoon';
  src: url(./2dab49aea761223660a70ed052c20f0d.eot);
  src: url(./2dab49aea761223660a70ed052c20f0d.eot#iefix) format("embedded-opentype"), url(./f7ff2c6b2d299e06e2979f8e5dfef2e4.ttf) format("truetype"), url(./721bca61141daaaca1b9c5143651ded3.woff) format("woff"), url(./7ca14506115ffad9a5cff89b02823967.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\E905"; }

.icon-instagram:before {
  content: "\E900"; }

.icon-youtube:before {
  content: "\E901"; }

.icon-twitter:before {
  content: "\E902"; }

.icon-linkedin:before {
  content: "\E903"; }

.icon-facebook:before {
  content: "\E904"; }

@font-face {
  font-family: "Inter";
  src: url(./ea2c76b525641c2051cdf7d930e465ba.woff) format("woff"), url(./a90c493e75dbd61aec1195dbb9bb6b06.woff2) format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Inter";
  src: url(./0b0032825214b711197bfcd54966edbb.woff) format("woff"), url(./920533ddd1d6ea543f7fc3e89b4556bb.woff2) format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Inter";
  src: url(./a0e8358d58e034584e0df3a2e85df70d.woff) format("woff"), url(./231f444dc08212ed0133d8ea5c95c670.woff2) format("woff2");
  font-weight: 700;
  font-style: normal; }

/*# sourceMappingURL=app.min.css.map*/