@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Montserrat:400,500,600,700,900&display=swap");
button {
  background-color: transparent;
  border: 0;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  padding: 0;
}

ol {
  list-style-position: inside;
}

ul {
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #C8C8C8;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "sansationbold";
  src: url("../fonts/sansation-bold-webfont.eot");
  src: url("../fonts/sansation-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-bold-webfont.woff2") format("woff2"), url("../fonts/sansation-bold-webfont.woff") format("woff"), url("../fonts/sansation-bold-webfont.ttf") format("truetype"), url("../fonts/sansation-bold-webfont.svg#sansationbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.875rem;
}

h2 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
table {
  font-family: "Merriweather";
  font-size: 14px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}
@media (max-width: 991px) {
  .table {
    display: block;
    overflow: scroll;
  }
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

input {
  border: 0;
  font-family: inherit;
}

button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: 0;
}

.btn-rectangle {
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.048em;
  line-height: 1.1875em;
  padding: 18px 10px;
  display: inline-block;
  min-width: 180px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.btn-rectangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
  transform: translateY(100%);
}
.btn-rectangle span {
  position: relative;
  z-index: 2;
  transition: color 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.btn-rectangle__blue {
  color: #33374E;
  background-color: transparent;
  border-color: #33374E;
}
.btn-rectangle__blue:before {
  background-color: #33374E;
}
@media (min-width: 992px) {
  .btn-rectangle__blue:hover:before {
    transform: translateY(0);
  }
  .btn-rectangle__blue:hover span {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .btn-rectangle {
    font-size: 14px;
    padding: 25px 10px;
    min-width: 230px;
  }
}
@media (min-width: 992px) {
  .btn-rectangle {
    min-width: 280px;
    font-size: 16px;
    padding: 26px 10px;
  }
}
@media (min-width: 1400px) {
  .btn-rectangle {
    min-width: 376px;
    padding: 30px 10px;
  }
}

.btn-rounded {
  border-radius: 40px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  letter-spacing: 0.048em;
  font-size: 12px;
  line-height: 1.1875em;
  padding: 26px;
  padding: 2.2vh 3.8vw;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 1px;
}
.btn-rounded:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
  transform: translateY(100%);
}
.btn-rounded span {
  position: relative;
  z-index: 2;
  transition: color 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.btn-rounded span i {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.btn-rounded__red {
  background-color: #F8434B;
  border-color: #F8434B;
}
.btn-rounded__red:before {
  background-color: #fff;
}
@media (min-width: 992px) {
  .btn-rounded__red:hover:before {
    transform: translateY(0);
  }
  .btn-rounded__red:hover span {
    color: #F8434B;
  }
}
.btn-rounded__cyan {
  background-color: #1BBAB2;
  border-color: #1BBAB2;
}
.btn-rounded__cyan:before {
  background-color: #fff;
}
@media (min-width: 992px) {
  .btn-rounded__cyan:hover:before {
    transform: translateY(0);
  }
  .btn-rounded__cyan:hover span {
    color: #1BBAB2;
  }
}
.btn-rounded__white:before {
  background-color: #fff;
}
@media (min-width: 992px) {
  .btn-rounded__white:hover:before {
    transform: translateY(0);
  }
  .btn-rounded__white:hover span {
    color: #33374E;
  }
}
@media (min-width: 768px) {
  .btn-rounded {
    padding: 2vh 3.8vw;
  }
}
@media (min-width: 992px) {
  .btn-rounded {
    font-size: 14px;
    padding: 2.4vh 3.8vw;
  }
}
@media (min-width: 1400px) {
  .btn-rounded {
    min-width: 250px;
    font-size: 16px;
  }
}

.btn-small-rounded {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #F8434B;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.btn-small-rounded i {
  font-size: 16px;
  line-height: 40px;
}

@media (min-width: 992px) {
  .btn-large {
    min-width: 376px;
  }
}

.btn-link {
  background-color: #F8434B;
  color: #fff;
  padding: 20px 60px 20px 20px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #F8434B;
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/aab-logo-shape.png");
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0.25;
  z-index: 1;
}
.btn-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transform: scaleY(0);
  transition: transform 0.25s cubic-bezier(0.76, 0.09, 0.215, 1);
  transform-origin: bottom center;
  border-radius: 6px;
}
.btn-link i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1rem;
  transform: translate(0, -50%);
}
.btn-link span {
  position: relative;
}
.btn-link i,
.btn-link span {
  color: #fff;
  z-index: 3;
  transition: transform 0.25s cubic-bezier(0.76, 0.09, 0.215, 1);
}
@media (min-width: 768px) {
  .btn-link {
    width: auto;
    font-size: 1rem;
    padding: 20px 100px 20px 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-link:hover:before {
    transform: scaleY(1);
  }
  .btn-link:hover i,
.btn-link:hover span {
    color: #F8434B;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0 20px 0;
}
.pagination a,
.pagination span {
  margin: 0 3px;
  padding: 5px 12px;
  font-family: "Montserrat";
  border: 2px solid #33374E;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
.pagination a:first-child,
.pagination span:first-child {
  margin-left: 0;
}
.pagination a:last-child,
.pagination span:last-child {
  margin-right: 0;
}
.pagination a.current,
.pagination span.current {
  color: #fff;
  background-color: #33374E;
}
@media (min-width: 992px) {
  .pagination {
    margin: 40px 0 20px 0;
  }
  .pagination a,
.pagination span {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .pagination a:hover,
.pagination span:hover {
    color: #fff;
    background-color: #33374E;
  }
}

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

header {
  padding-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 8;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header__home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s;
}
header.header__scrolled, header.header__active {
  background-color: #33374E;
  transition-duration: 0.5s;
}
header.header__scrolled {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
header > div {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  header {
    padding-top: 3.7037037037vh;
    padding-left: 3.3731188376vw;
    padding-right: 3.3731188376vw;
    padding-bottom: 3.7037037037vh;
  }
}

header ul {
  display: flex;
}
header ul li a {
  color: #fff;
  font-size: calc(9px + 2 * ((100vw - 320px) / 1600));
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
header ul li a:focus {
  color: #fff;
}
header ul li a i {
  display: none;
  font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
}
header ul li a span {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  header ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #33374E;
    border-bottom: 1px solid rgba(25, 27, 39, 0.35);
  }
}
@media (min-width: 768px) {
  header ul li {
    margin-right: 2vw;
  }
  header ul li:last-child {
    margin-right: 0;
  }
  header ul li a {
    font-size: calc(9px + 2 * ((100vw - 320px) / 1600));
  }
  header ul li a span {
    margin-left: 8px;
  }
  header ul li a i {
    display: block;
  }
}
@media (min-width: 992px) {
  header ul li {
    margin-right: 1.1416709912vw;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header ul li a span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
    transform: scaleX(0);
    transform-origin: left center;
  }
  header ul li a:hover {
    color: #fff;
  }
  header ul li a:hover span:before {
    transform: scaleX(1);
  }
}

.logo {
  display: inline-block;
  max-width: 46vw;
  width: 100%;
}
.logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .logo {
    max-width: 16vw;
  }
}
@media (min-width: 992px) {
  .logo {
    max-width: 15vw;
  }
}
@media (min-width: 1400px) {
  .logo {
    max-width: 11.5vw;
  }
}

.register {
  font-size: 12px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 16px;
  padding-bottom: 5px;
  margin-right: 2.802283342vw;
  position: relative;
  display: none;
}
.register:after, .register:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.register:after {
  z-index: 1;
  background-color: #F8434B;
}
.register:before {
  z-index: 2;
  background-color: #fff;
  transform-origin: left center;
  transform: scaleX(0);
}
@media (min-width: 992px) {
  .register {
    display: block;
    transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
  }
  .register:hover {
    color: #fff;
  }
  .register:hover:before {
    transform: scaleX(1);
  }
}
@media (min-width: 1400px) {
  .register {
    font-size: 14px;
  }
  .register:after, .register:before {
    height: 3px;
    bottom: -1px;
  }
}

.menubar {
  display: inline-block;
  cursor: pointer;
  width: 26px;
}
.menubar span {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  border-radius: 20%;
  margin-bottom: 4px;
  transition: all 0.5s;
}
.menubar span:last-child {
  margin-bottom: 0;
}
.menubar.active span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.menubar.active span:nth-child(2) {
  opacity: 0;
}
.menubar.active span:last-child {
  top: -7px;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .menubar {
    width: 2.464401vw;
  }
}
@media (min-width: 1400px) {
  .menubar {
    width: 1.7644006227vw;
  }
}

.header__conference-single .menubar {
  display: none;
}
@media (max-width: 767px) {
  .header__conference-single {
    padding-top: 15px;
  }
  .header__conference-single .menubar {
    display: block;
  }
  .header__conference-single > a,
.header__conference-single > div {
    position: relative;
    z-index: 2;
  }
  .header__conference-single ul {
    padding-top: 80px;
    position: fixed;
    width: 100%;
    z-index: 1;
    left: auto;
    right: 0;
    height: 100%;
    display: block;
    padding: 120px 20px 40px 20px;
    box-sizing: border-box;
    transform: translate(100%, 0);
    transition: all 0.5s cubic-bezier(0.76, 0.09, 0.215, 1);
  }
  .header__conference-single ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header__conference-single ul li a {
    font-size: 12px;
    font-weight: 700;
  }
  .header__conference-single ul.show-conference-menu {
    transform: translate(0, 0);
  }
}

.slider__wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .slider__wrapper {
    height: 100vh;
  }
}

.slider {
  position: relative;
  height: 90vh;
  background-color: #191B27;
}
.slider > div {
  position: relative;
  height: 100%;
}
.slider > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.3;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  .slider {
    height: 100vh;
  }
}

.bx-default-pager {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 9.2592592593vh;
  align-items: center;
  justify-content: center;
}
.bx-default-pager .bx-pager-item {
  margin: 0 6px;
}
.bx-default-pager .bx-pager-item:first-child {
  margin-left: 0;
}
.bx-default-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.bx-default-pager .bx-pager-item a {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}
.bx-default-pager .bx-pager-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F8434B;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.bx-default-pager .bx-pager-item a.active:after {
  transform: scale(1);
}
@media screen and (min-width: 992px) {
  .bx-default-pager .bx-pager-item a:hover:after {
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .bx-default-pager {
    width: 20%;
  }
  .bx-default-pager .bx-pager-item {
    margin: 0 0.5708354956vw;
  }
  .bx-default-pager .bx-pager-item a {
    width: 18px;
    height: 18px;
  }
}

.slider__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.slider__content h2 {
  font-family: "Montserrat";
  font-size: calc(24px + 20 * ((100vw - 320px) / 1600));
  line-height: 1.2592592593em;
  font-weight: 900;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  margin-bottom: 1.5vh;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.slider__content p {
  font-size: 14px;
  font-family: "Merriweather";
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.6428571429em;
}
@media (min-width: 992px) {
  .slider__content p {
    max-width: 700px;
    margin-bottom: 3.7037037037vh;
  }
}

.about__section {
  background-image: url("../img/about_bg.png");
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.6);
}
.about__section h1 {
  font-family: "Montserrat";
  line-height: 1.2391304348em;
  letter-spacing: -0.02em;
  color: #33374E;
  font-weight: 900;
  margin-bottom: 14px;
  font-size: calc(28px + 14 * ((100vw - 320px) / 1600));
}
.about__section p {
  font-family: "Merriweather";
  margin-bottom: 70px;
  letter-spacing: 0.01em;
  line-height: 1.6428571429em;
  margin-bottom: 40px;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
}
@media (min-width: 992px) {
  .about__section {
    padding-top: 7.6851851852vh;
    padding-bottom: 5.5555555556vh;
  }
  .about__section p {
    margin-bottom: 58px;
  }
}

.home__menu {
  display: flex;
  font-family: "Montserrat";
}
.home__menu a {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 6px;
  overflow: hidden;
  height: 9.2592592593vh;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #F0F0F0;
  transition: all 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.home__menu a img {
  width: 6.4814814815vh;
  height: 6.4814814815vh;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  margin-right: 40px;
  transition: all 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.home__menu a h3 {
  font-size: 16px;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  font-weight: 800;
  line-height: 1.1875em;
  color: #33374E;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.home__menu a span {
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translate(0, -50%);
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
@media (max-width: 991px) {
  .home__menu {
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-between;
  }
  .home__menu a {
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .home__menu a {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .home__menu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    align-items: flex-end;
  }
  .home__menu a {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding: 0 10px;
    width: auto;
    border-top-left-radius: 6px;
    box-shadow: -10px -5px 30px rgba(0, 0, 0, 0.16);
  }
  .home__menu a img {
    margin-right: 15px;
  }
  .home__menu a h3 {
    font-size: 12px;
  }
  .home__menu a:first-child {
    z-index: 1;
    right: -9px;
  }
  .home__menu a:nth-child(2) {
    z-index: 2;
    right: -6px;
  }
  .home__menu a:nth-child(3) {
    z-index: 3;
    right: -3px;
  }
  .home__menu a:last-child {
    z-index: 4;
  }
  .home__menu a:hover {
    height: 12.8703703704vh;
    background-color: #F8434B;
    border-color: #F8434B;
  }
  .home__menu a:hover img {
    width: 8.9814814815vh;
    height: 8.9814814815vh;
  }
  .home__menu a:hover h3 {
    color: #fff;
  }
  .home__menu a:hover span {
    opacity: 1;
  }
}
@media (min-width: 1400px) {
  .home__menu a {
    padding: 0 20px;
  }
  .home__menu a img {
    margin-right: 1.5625vw;
  }
  .home__menu a h3 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  }
}

.slogan__wrapper {
  background-image: url("../img/slogan-back.svg"), linear-gradient(to left, #08B5B5, #00C4B0);
  color: white;
  padding: 60px 0 70px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid white;
  margin-bottom: 30px;
  text-align: center;
}
.slogan__wrapper p,
.slogan__wrapper span {
  letter-spacing: 0.048em;
}
.slogan__wrapper p {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1428571429em;
  display: inline-block;
}
.slogan__wrapper span {
  font-family: "Merriweather";
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  margin-bottom: 10px;
}
.slogan__wrapper h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  font-family: "sansationbold";
  padding-top: 20px;
}
.slogan__wrapper .row > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.slogan__wrapper .row > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slogan__wrapper .row > div {
    width: 100%;
    padding: 0 20%;
  }
  .slogan__wrapper .row > div:last-child {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slogan__wrapper .row > div {
    width: 50%;
  }
  .slogan__wrapper .row > div:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .slogan__wrapper h3 {
    font-size: 30px;
  }
  .slogan__wrapper span {
    font-size: 50px;
  }
  .slogan__wrapper p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .slogan__wrapper {
    text-align: left;
    padding: 134px 0 155px 0;
  }
  .slogan__wrapper h3 {
    font-size: 25px;
    padding-top: 0;
    padding-left: 0;
  }
  .slogan__wrapper span {
    font-size: 60px;
    margin-bottom: 0;
  }
  .slogan__wrapper p {
    font-size: 14px;
    padding-left: 1.4583333333vw;
    padding-right: 2.6041666667vw;
  }
  .slogan__wrapper .row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .slogan__wrapper .row > div {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .slogan__wrapper h3 {
    font-size: 29px;
  }
  .slogan__wrapper span {
    font-size: 70px;
  }
}

.svg__top,
.svg__bottom {
  position: absolute;
  left: 0;
}
.svg__top path,
.svg__bottom path {
  fill: #fff;
}

.svg__bottom {
  bottom: 0;
}

.svg__top {
  top: 0;
}

::selection {
  background: #F8434B;
  color: #fff;
}

::-moz-selection {
  background: #F8434B;
  color: #fff;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.main__title {
  color: #33374E;
  font-weight: 900;
  font-size: 46px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  font-family: "Montserrat";
  text-align: center;
}

.title {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.023em;
  line-height: 15px;
  margin-bottom: 20px;
  position: relative;
  color: #33374E;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.title a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -55%);
  font-size: 13px;
  transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
@media (min-width: 992px) {
  .title a:hover {
    color: #F8434B;
  }
}

.title-small {
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.023em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.text-center {
  text-align: center;
}

.right {
  float: right;
}

.cover, .media__wrapper .media__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.more__arrow {
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  color: #fff;
}
.more__arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
@media (min-width: 1200px) {
  .more__arrow {
    width: 35px;
    height: 35px;
  }
  .more__arrow:before {
    font-size: 15px;
  }
}

.more__dots {
  display: block;
  color: #fff;
  position: relative;
  border: 2px solid #F8434B;
  transition: background-color 0.3s;
  overflow: hidden;
}
.more__dots:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom center;
  z-index: 1;
  background-color: #F8434B;
  transition: transform 0.4s ease;
}
.more__dots .dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.more__dots .dots span {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.more__dots .dots span:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .more__dots:hover:after {
    transform: scaleY(0);
  }
  .more__dots:hover span {
    background-color: #F8434B;
  }
}

.underline {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #F8434B;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left center;
}
@media (min-width: 992px) {
  .underline:hover:after {
    transform: scaleX(1);
  }
}

.title-line, .content__title, .story__text h4, .page__title {
  position: relative;
}
.title-line:after, .content__title:after, .story__text h4:after, .page__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background-color: #F8434B;
}

.page__title {
  text-transform: uppercase;
  font-weight: 900;
  color: #33374E;
  letter-spacing: 0.012em;
  line-height: 34px;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.page__title:after {
  left: 0%;
}

.more-section {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.more-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  z-index: 1;
  transform: translate(0, -50%);
}
.more-section a {
  display: inline-block;
  z-index: 2;
}

.more__vertical {
  display: block;
  border-radius: 6px 6px 25px 6px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  border: 2px solid #F8434B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.more__vertical:after {
  content: "";
  background-color: #F8434B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  z-index: 1;
  transform-origin: bottom center;
}
.more__vertical span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease;
}
.more__vertical span:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .more__vertical {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .more__vertical span {
    width: 18px;
    height: 18px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .more__vertical span:last-child {
    margin-bottom: 0;
  }
  .more__vertical:hover span {
    background-color: #F8434B;
  }
  .more__vertical:hover:after {
    transform: scaleY(0);
  }
}

.not-found {
  margin-bottom: 50px;
}

.share__section {
  margin-top: 50px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.share__section h5 {
  font-weight: 800;
  font-size: 14px;
  margin-right: 10px;
}
.share__section ul {
  display: flex;
  align-items: center;
}
.share__section ul li {
  margin-right: 6px;
}
.share__section ul li a {
  font-size: 25px;
  display: block;
  transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.share__section ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .share__section ul li a:hover {
    color: #F8434B;
  }
}

.back-section {
  text-align: center;
  margin-top: 50px;
}
.back-section i {
  margin-right: 10px;
  transform: rotate(180deg);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .back-section {
    margin-top: 0;
  }
}

.div.wpcf7-response-output {
  border: 0;
  text-align: center;
  font-weight: 700;
  margin-top: 60px;
  font-size: 14px;
}

.toefl {
  border-radius: 6px 6px 39px 6px;
  height: 163px;
  overflow: hidden;
  position: relative;
  background-color: #33374E;
}
.toefl img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.toefl .toefl-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: pre;
  z-index: 2;
  text-align: center;
  padding: 0 30px;
}
.toefl h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding-top: 10px;
  border-top: 2px solid #fff;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .toefl:hover img {
    opacity: 0;
  }
}

.media__wrapper {
  background-color: #F0F0F0;
  padding-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.media__wrapper .media__item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media__wrapper .media__item {
  border-radius: 15px;
  padding-bottom: 35%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #F8434B;
  margin-bottom: 15px;
}
.media__wrapper .media__item img {
  z-index: 1;
}
.media__wrapper .media__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8434B;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: all 0.3s;
}
.media__wrapper .media__item h3 {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  text-transform: uppercase;
  z-index: 3;
  color: #fff;
  padding-left: 25px;
  max-width: 72.5%;
  transition: all 0.3s;
}
.media__wrapper .media__item .more__arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 4;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .media__wrapper {
    padding-top: 80px;
  }
  .media__wrapper .media__item {
    width: 49%;
  }
  .media__wrapper .media__item h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .media__wrapper .media__item {
    width: 24%;
    padding-bottom: 22%;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .media__wrapper .media__item-list {
    flex-wrap: nowrap;
  }
  .media__wrapper .media__item:after {
    opacity: 0;
  }
  .media__wrapper .media__item h3 {
    font-size: 20px;
    opacity: 0;
    transform: translate(0, 5px);
  }
  .media__wrapper .media__item .more__arrow {
    opacity: 0;
  }
  .media__wrapper .media__item:hover:after {
    opacity: 1;
  }
  .media__wrapper .media__item:hover h3 {
    opacity: 1;
    transform: translate(0, 0);
  }
  .media__wrapper .media__item:hover .more__arrow {
    opacity: 1;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3kh38w");
  src: url("../fonts/icomoon.eot?3kh38w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3kh38w") format("truetype"), url("../fonts/icomoon.woff?3kh38w") format("woff"), url("../fonts/icomoon.svg?3kh38w#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: none;
  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-twitter:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-apply:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-breadcrumb:before {
  content: "";
}

.icon-arrow-small-up:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-arrow-small:before {
  content: "";
}

.icon-arrow-right-long:before {
  content: "";
}

.icon-arrow-right-short:before {
  content: "";
}

.icon-Book:before {
  content: "";
}

.icon-clock-circular-outline:before {
  content: "";
}

.icon-computer-screen:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-play-button:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.news__wrapper {
  padding: 40px 0 60px 0;
}
.news__wrapper .col-12 {
  margin-bottom: 30px;
}
.news__wrapper .col-lg-4 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .news__wrapper .col-12 {
    margin-bottom: 50px;
  }
  .news__wrapper .col-lg-4 {
    margin-bottom: 30px;
  }
}

.news__wrapper-full {
  padding-top: 0;
}

.news__item {
  font-family: "Montserrat";
  background-color: #fff;
  padding: 20px;
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.news__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  border-radius: 6px;
  margin-bottom: 15px;
}
.news__item .date {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #F8434B;
  letter-spacing: 0.024em;
  line-height: 1.25em;
  margin-bottom: 10px;
  font-family: "Merriweather";
}
.news__item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #33374E;
  line-height: 1.4em;
  margin-bottom: 34px;
  font-family: "Merriweather";
  letter-spacing: 0;
}
.news__item span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #F8434B;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
}
@media (min-width: 768px) {
  .news__item img {
    height: 220px;
  }
  .news__item .date {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .news__wrapper-home .news__item {
    display: block;
  }
  .news__item:hover {
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.25);
  }
}

.news__wrapper-home .col-lg-4 {
  display: none;
}
.news__wrapper-home .col-lg-4:nth-child(2), .news__wrapper-home .col-lg-4:nth-child(3), .news__wrapper-home .col-lg-4:nth-child(4) {
  display: block;
}
@media (min-width: 768px) {
  .news__wrapper-home .col-lg-4:nth-child(5) {
    display: block;
  }
}
@media (min-width: 992px) {
  .news__wrapper-home .col-lg-4 {
    display: block;
  }
}

.news__btn {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .news__related .col-lg-4:last-child {
    display: none;
  }
}

.news__menu-wrapper {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news__menu-wrapper.news__menu-wrapper-top-space {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .news__menu-wrapper {
    display: block;
  }
  .news__menu-wrapper.news__menu-wrapper-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.news__menu {
  text-align: center;
  padding: 20px 0;
}
.news__menu li {
  margin-bottom: 6px;
}
.news__menu li:last-child {
  margin-bottom: 0;
}
.news__menu li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  transition: color 0.3s;
}
.news__menu li.active a {
  color: #F8434B;
}
@media screen and (min-width: 992px) {
  .news__menu li a:hover {
    color: #F8434B;
  }
}
@media (min-width: 992px) {
  .news__menu {
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 30px 0;
  }
  .news__menu li {
    margin-bottom: 0;
  }
}

.news__menu li a[aria-current=page] {
  color: #F8434B;
}

.news__menu-block {
  padding: 0 60px 20px 30px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news__menu-block span {
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 12px;
  transition: transform 0.3s;
  transform-origin: center center;
}
.news__menu-block.active span {
  transform: rotate(180deg);
}
.news__menu-block.news__menu-bloc-top {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .news__menu-block {
    display: none;
  }
}

.transport {
  background-color: #32343D;
  color: white;
  font-family: "Montserrat";
  padding: 120px 0 76px 0;
  position: relative;
  margin-top: 25px;
  background-image: linear-gradient(to bottom, #32343f 0%, #32354f 100%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .transport {
    padding: 186px 0 76px 0;
  }
}
.transport .transport__text p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1428571429em;
  text-align: center;
  color: #F0F0F0;
}
@media (min-width: 768px) {
  .transport .transport__text p {
    font-size: 14px;
  }
}
.transport .transport__title {
  margin-bottom: 30px;
  text-align: center;
}
.transport .transport__title h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: inline-block;
  text-align: start;
  margin-bottom: 10px;
}
.transport .transport__title h5 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.024em;
  line-height: 19px;
}
@media (min-width: 768px) {
  .transport .transport__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    margin-bottom: 40px;
  }
  .transport .transport__title h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .transport .transport__title h5 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .transport .transport__title h2 {
    font-size: 34px;
  }
  .transport .transport__title h5 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .transport .transport__title h5 {
    font-size: 16px;
  }
}
.transport .transport__destionation {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.transport .transport__destionation.transport__destionation-red {
  color: #F8434B;
}
.transport .transport__destionation.transport__destionation-cyan {
  color: #08B5B5;
}
@media (min-width: 768px) {
  .transport .transport__destionation {
    position: absolute;
    margin-bottom: 0;
  }
  .transport .transport__destionation.transport__destionation-cyan {
    top: 28px;
    left: 0;
  }
  .transport .transport__destionation.transport__destionation-red {
    bottom: 54px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .transport .transport__destionation {
    font-size: 20px;
  }
  .transport .transport__destionation.transport__destionation-cyan {
    top: 32px;
  }
  .transport .transport__destionation.transport__destionation-red {
    bottom: 50px;
  }
}
.transport .transport__content {
  text-align: center;
  border-radius: 6px;
  padding: 0 9.7413793103%;
  position: relative;
  margin-bottom: 20px;
}
.transport .transport__content .transport__content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.transport .transport__content .transport__time {
  width: 320px;
  position: relative;
  padding: 18px 40px;
  margin-bottom: 30px;
}
.transport .transport__content .transport__time:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 5px 25px 1px rgba(0, 0, 0, 0.16);
}
.transport .transport__content .transport__time .transport__time-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.transport .transport__content .transport__time .transport__time-inner h4 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.048em;
}
.transport .transport__content .transport__time .transport__time-inner span {
  width: 34px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.transport .transport__content .transport__time .transport__time-inner p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.048em;
  line-height: 17px;
}
.transport .transport__content .transport__time .transport__time-inner p strong {
  font-size: 16px;
  font-weight: 800;
}
.transport .transport__content .transport__time.transport__time-red:after {
  background-color: #F8434B;
  transform: skew(8deg, 0);
}
.transport .transport__content .transport__time.transport__time-cyan:after {
  background-color: #16BAB2;
  transform: skew(-8deg, 0);
}
@media (min-width: 768px) {
  .transport .transport__content .transport__time .transport__time-inner h4 {
    font-size: 36px;
  }
  .transport .transport__content .transport__time.transport__time-red {
    transform: translate(10%, 0);
  }
  .transport .transport__content .transport__time.transport__time-cyan {
    transform: translate(-10%, 0);
  }
}
.transport .transport__content .btn-rounded {
  background-color: #33374E;
  min-width: 200px;
}
@media (min-width: 768px) {
  .transport .transport__content {
    border: 2px solid #F0F0F0;
    padding: 56px 9.7413793103% 98px 9.7413793103%;
    margin-bottom: 138px;
  }
  .transport .transport__content .btn-rounded {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    min-width: 25vw;
  }
}
@media (min-width: 1200) {
  .transport .transport__content .btn-rounded {
    min-width: 19.5833333333vw;
  }
}
.transport .btn-rounded__white:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .transport .btn-rounded__white:hover span {
    color: #fff;
  }
}

.transport__border {
  position: absolute;
  width: 75%;
  height: 34%;
  display: none;
}
.transport__border:after, .transport__border:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
}
.transport__border:after {
  border-radius: 50%;
}
.transport__border.transport__border-top {
  top: 35px;
  left: 20.5%;
  border-top: 2px solid #F8434B;
  border-right: 2px solid #F8434B;
  border-top-right-radius: 25px;
}
.transport__border.transport__border-top:after {
  top: -1px;
  left: 0;
  background-color: #F8434B;
  transform: translate(0, -50%);
}
.transport__border.transport__border-top:before {
  border-color: #F8434B;
  bottom: 0;
  right: -1px;
  border-bottom: 2px solid #F8434B;
  border-right: 2px solid #F8434B;
  transform: translate(50%, 0) rotate(45deg);
}
.transport__border.transport__border-bottom {
  bottom: 64px;
  right: 20.5%;
  border-bottom: 2px solid #08B5B5;
  border-left: 2px solid #08B5B5;
  border-bottom-left-radius: 25px;
}
.transport__border.transport__border-bottom:after {
  right: 0;
  bottom: -1px;
  background-color: #08B5B5;
  transform: translate(0, 50%);
}
.transport__border.transport__border-bottom:before {
  border-color: #08B5B5;
  top: 0;
  left: -1px;
  border-top: 2px solid #08B5B5;
  border-left: 2px solid #08B5B5;
  transform: translate(-50%, 0) rotate(45deg);
}
@media (min-width: 768px) {
  .transport__border {
    display: block;
  }
}
@media (min-width: 992px) {
  .transport__border {
    width: 70%;
  }
  .transport__border.transport__border-top {
    left: 27.5%;
  }
  .transport__border.transport__border-bottom {
    right: 27.5%;
  }
}

.students__wrapper {
  font-family: "Montserrat";
  text-align: center;
  color: #33374E;
}
.students__wrapper h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.students__wrapper p {
  font-family: "Merriweather";
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6428571429em;
  padding: 0 4.224137931%;
}
.students__wrapper .students__wrapper-list {
  margin-top: 40px;
  padding: 0 3.4482758621%;
  margin-bottom: 50px;
}
.students__wrapper .student__wrapper-item img {
  width: 22vw;
  height: 22vw;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}
.students__wrapper .student__wrapper-item h4 {
  color: #33374E;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 4px;
}
.students__wrapper .student__wrapper-item p {
  font-family: "Montserrat";
  color: #F8434B;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.024em;
  padding: 0;
}
@media (max-width: 767px) {
  .students__wrapper .student__wrapper-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .students__wrapper .student__wrapper-item img {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .students__wrapper .students__wrapper-list {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .students__wrapper .student__wrapper-item img {
    width: 22vw;
    height: 22vw;
    margin-bottom: 30px;
  }
  .students__wrapper .student__wrapper-item:nth-child(2) img {
    width: 27vw;
    height: 27vw;
  }
  .students__wrapper h2 {
    font-size: 34px;
  }
  .students__wrapper p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .students__wrapper p {
    max-width: 80%;
    margin: 0 auto;
  }
  .students__wrapper h4 {
    font-size: 20px;
  }
  .students__wrapper .btn-rounded {
    min-width: 376px;
  }
}
@media (min-width: 1200px) {
  .students__wrapper p {
    font-size: 14px;
    max-width: 100%;
  }
  .students__wrapper .student__wrapper-item img {
    width: 14.9948293692vw;
    height: 14.9948293692vw;
  }
  .students__wrapper .student__wrapper-item:nth-child(2) img {
    width: 16.9596690796vw;
    height: 16.9596690796vw;
  }
}

.exam__section {
  background-color: #F0F0F0;
  padding: 40px 0;
  color: #33374E;
}
@media (min-width: 768px) {
  .exam__section {
    padding: 60px 0;
  }
  .exam__section .btn-rounded {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 376px;
  }
}

.exam__date {
  margin-bottom: 25px;
  text-align: center;
}
.exam__date h2 {
  color: #33374E;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.exam__date p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.1875em;
}
@media (min-width: 768px) {
  .exam__date {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 45px;
    text-align: left;
  }
  .exam__date h2 {
    font-size: 34px;
    margin-bottom: 0;
  }
  .exam__date p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .exam__date p {
    font-size: 16px;
  }
}
.exam__info {
  border: 2px solid #F8434B;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 20px 15px 20px;
  text-align: center;
}
.exam__info > div {
  text-align: center;
  margin-bottom: 15px;
}
.exam__info > div:nth-child(2) h3 {
  color: #F8434B;
}
.exam__info > div:nth-child(2) h3 span {
  background-color: #F8434B;
}
.exam__info p {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5714285714em;
  margin-right: 1.5625vw;
  margin-bottom: 5px;
}
.exam__info h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.024em;
  line-height: 1.2222222222em;
}
.exam__info h3 span {
  display: inline-block;
  margin: 0 12px;
  width: 20px;
  background-color: #33374E;
  height: 2px;
  position: relative;
  bottom: 10px;
}
@media (min-width: 768px) {
  .exam__info {
    height: 195px;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    padding: 0;
    text-align: left;
  }
  .exam__info > div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .exam__info > div:first-child {
    border-right: 1px solid #F8434B;
  }
  .exam__info > div:nth-child(2) {
    border-left: 1px solid #F8434B;
  }
  .exam__info p {
    font-size: 14px;
    letter-spacing: 0.048em;
    margin-bottom: 0;
  }
  .exam__info h3 {
    font-size: 32px;
  }
  .exam__info h3 span {
    bottom: 14px;
  }
  .exam__info p,
.exam__info h3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .exam__info > div {
    flex-wrap: nowrap;
    height: 100%;
  }
  .exam__info h3 {
    font-size: 36px;
  }
  .exam__info p,
.exam__info h3 {
    width: auto;
  }
}

.exam__text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1428571429em;
  text-align: center;
}
@media (min-width: 768px) {
  .exam__text {
    font-size: 14px;
  }
}

footer {
  background-color: #32364C;
  padding: 50px 0 100px 0;
  font-family: "Montserrat";
}
footer h5 {
  color: white;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.023em;
  line-height: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer {
    padding: 75px 0;
  }
}

.footer__top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__top p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.023em;
  line-height: 19px;
  margin-bottom: 20px;
}
.footer__top a {
  position: relative;
}
.footer__top a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .footer__top a:hover:after {
    transform: scaleX(1);
  }
}
.footer__top .link {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.023em;
  line-height: 15px;
  color: #F8434B;
  text-transform: uppercase;
  position: relative;
}
.footer__top .link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .footer__top .link:hover:after {
    transform: scaleX(1);
  }
}

.footer__contact {
  margin-top: 20px;
}
.footer__contact a {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .footer__contact {
    margin-top: 0;
  }
}

.footer__list {
  display: flex;
  justify-content: space-between;
}
.footer__list li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.footer__list li a:after {
  content: "";
  clear: both;
}

.footer__bottom {
  text-align: center;
  padding-top: 20px;
}
.footer__bottom img {
  max-width: 194px;
  height: auto;
}
@media (min-width: 768px) {
  .footer__bottom {
    text-align: left;
  }
}

.footer__menu {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footer__menu {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer__menu {
    margin-top: 0;
  }
}

.newsletter {
  margin-top: 20px;
  padding: 0 15px;
}
.newsletter form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 12px 15px;
  color: white;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.048em;
  width: 68%;
}
.newsletter input::placeholder {
  font-size: 12px;
  font-family: "Montserrat";
  color: white;
}
.newsletter input:focus {
  outline: none;
}
.newsletter button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F8434B;
  color: #fff;
  border: 0;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  transition: background-color 0.3s, color 0.3s;
}
.newsletter button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .newsletter button:hover {
    background-color: #fff;
    color: #F8434B;
  }
}
@media (min-width: 768px) {
  .newsletter {
    margin-top: 0;
    padding: 0;
  }
  .newsletter form {
    justify-content: normal;
  }
}

.footer__links {
  margin-top: 30px;
}
.footer__links h5 {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__links h5 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__links {
    margin-top: 0;
  }
}

.languages {
  margin-bottom: 20px;
}
.languages a {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  position: relative;
}
.languages a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .languages a:hover:after {
    transform: scaleX(1);
  }
}
.languages a.active {
  color: #F8434B;
}
.languages a.active:after {
  background-color: #F8434B;
}
.languages a:first-child {
  margin-right: 20px;
}
.languages a:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 2px;
  height: 8px;
  background-color: #fff;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .languages {
    margin-bottom: 0;
  }
}

.social__media {
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social__media a {
  color: #F8434B;
  display: inline-block;
  transition: color 0.3s;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .social__media a {
    margin: 0 3px;
  }
}
@media (min-width: 992px) {
  .social__media a:hover {
    color: #fff;
  }
}

.training__section {
  margin-bottom: 75px;
}
.training__section .training {
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  height: 230px;
}
.training__section .training h4 {
  position: absolute;
  top: 30px;
  left: 45px;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.024em;
  font-weight: 800;
  max-width: 75%;
}
.training__section .training h4:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 42%;
  height: 2px;
  background-color: #fff;
  display: block;
}
.training__section .training p {
  position: absolute;
  bottom: 30px;
  left: 45px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1875em;
  letter-spacing: 0.024em;
  z-index: 2;
}
.training__section .training p span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 0 8px;
  border-radius: 6px;
  top: -4px;
}
.training__section .training > span {
  position: absolute;
  bottom: 30px;
  right: 45px;
  z-index: 2;
}
@media (min-width: 768px) {
  .training__section .training {
    height: 290px;
  }
  .training__section .training h4 {
    font-size: 20px;
    max-width: 70%;
  }
  .training__section .training p {
    font-size: 16px;
    margin: 0 12px;
  }
  .training__section .training p span {
    width: 27px;
  }
}
@media (min-width: 992px) {
  .training__section .training {
    margin-bottom: 0;
  }
}
.training__section .training__image {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  background-color: #191B27;
}
.training__section .training__image img {
  opacity: 0.4;
  transition: opacity 0.45s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .training__section .more__vertical {
    height: 100%;
  }
  .training__section .training:hover .training__image img {
    opacity: 0;
  }
}

.training-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 6;
  display: none;
}
.training-nav ul {
  display: flex;
  justify-content: center;
}
.training-nav ul li {
  margin-left: 30px;
}
.training-nav ul li a {
  font-weight: 700;
  font-size: 14px;
}
.training-nav ul li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .training-nav ul li a {
    text-transform: uppercase;
    position: relative;
  }
  .training-nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #F8434B;
    transition: all 0.3s linear;
    transform: scaleX(0);
    transform-origin: left center;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .training-nav ul li a:hover:after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 992px) {
  .training-nav ul li a:hover {
    color: #F8434B;
  }
}
@media screen and (min-width: 992px) {
  .training-nav ul li.active a {
    color: #F8434B;
  }
  .training-nav ul li.active a:after {
    transform: scaleX(0);
  }
}
@media (min-width: 992px) {
  .training-nav {
    display: block;
  }
}

.training-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.training-section h3 {
  color: #F8434B;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
.training-section h4 {
  font-weight: 900;
  color: #33374E;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
}
.training-section p {
  letter-spacing: 0.01em;
}
.training-section:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .training-section {
    padding: 50px 4.3103448276% 20px 4.3103448276%;
  }
}

.training-section-title h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .training-section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.content__full-text .training-list {
  display: flex;
  flex-wrap: wrap;
}
.content__full-text .training-list li {
  padding-left: 0;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #F8434B;
  margin-bottom: 10px;
}
.content__full-text .training-list li a {
  color: #fff;
  background-color: #F8434B;
  display: block;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  padding: 24px;
  position: relative;
}
.content__full-text .training-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.76, 0.09, 0.215, 1);
  transform-origin: left center;
  transform: scaleX(0);
}
.content__full-text .training-list li a span {
  position: relative;
  z-index: 2;
  transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.content__full-text .training-list li:after {
  display: none;
}
@media (min-width: 992px) {
  .content__full-text .training-list li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .content__full-text .training-list li:nth-child(2n+2) {
    margin-left: 10px;
  }
  .content__full-text .training-list li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .content__full-text .training-list li a:hover span {
    color: #F8434B;
  }
  .content__full-text .training-list li a:hover:after {
    transform: scaleX(1);
  }
}

.content__full-text .staff__list li a:after {
  display: none;
}
.content__full-text .staff__list li a h6,
.content__full-text .staff__list li a h3 {
  color: #404040;
}
.content__full-text .staff__list li a.link {
  font-family: "Montserrat";
}
.content__full-text .staff__list li:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .content__full-text .staff__list li a:hover h3 {
    color: #F8434B;
  }
}

.training-info {
  padding-top: 10px;
}
.training-info .training-info-row {
  margin-bottom: 20px;
  align-items: center;
}
.training-info .training-info-row .training-info-title {
  color: #F8434B;
  font-family: "Montserrat";
}
.training-info .training-info-row .training-info-title h6 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.012em;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.training-info .training-info-row .training-info-text p {
  padding: 0 10%;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.training-info .training-info-row:last-child .training-info-text p {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .training-info .training-info-row {
    display: flex;
    flex-wrap: wrap;
  }
  .training-info .training-info-row .training-info-title {
    width: 30%;
  }
  .training-info .training-info-row .training-info-text {
    width: 70%;
  }
}

.partners {
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
  height: 230px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.partners .owl-stage,
.partners .owl-item,
.partners .owl-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners a {
  display: block;
  text-align: center;
}
.partners a img {
  max-width: 118px;
  display: inline-block;
}
@media (min-width: 992px) {
  .partners {
    margin-bottom: 100px;
  }
}

.partners__nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.partners__nav li {
  margin-left: 6px;
}
.partners__nav li a {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #F8434B;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 10px;
  border: 1px solid #F8434B;
  transition: all 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.partners__nav li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners__nav li:first-child {
  margin-left: 0;
}
.partners__nav li:first-child a:before {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width: 992px) {
  .partners__nav li a:hover {
    color: #F8434B;
    background-color: #fff;
  }
}

.gallery__slider-home {
  margin-bottom: 46px;
  display: none;
}
.gallery__slider-home .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 18px;
  color: #fff;
  height: auto;
  width: auto;
  padding-right: 35px;
}
.gallery__slider-home .bx-pager:after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  bottom: 1px;
  right: 0;
  font-size: 17px;
}
@media (min-width: 992px) {
  .gallery__slider-home {
    display: block;
  }
}

.gallery__slider {
  height: 430px;
}
.gallery__slider > div {
  position: relative;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.gallery__slider > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery__slider > div h4 {
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.012em;
  position: absolute;
  bottom: 20px;
  left: 25px;
  text-transform: uppercase;
  color: #fff;
  width: 60%;
}

.gallery__other {
  flex-direction: column;
  margin-bottom: 46px;
  justify-content: space-between;
}
.gallery__other a h4 {
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.012em;
  position: absolute;
  bottom: 20px;
  left: 25px;
  text-transform: uppercase;
  color: #fff;
}
.gallery__other a:first-child {
  border-radius: 6px;
  overflow: hidden;
  height: 246px;
  position: relative;
}
.gallery__other a:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery__other .more__dots {
  border-radius: 6px 6px 39px 6px;
  height: 163px;
}
@media (max-width: 991px) {
  .gallery__other a {
    display: block;
  }
  .gallery__other a:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .gallery__other {
    display: flex;
  }
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
}
.gallery__list li {
  width: 100%;
}
.gallery__list li a {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #33374E;
}
.gallery__list li a img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s;
  opacity: 0.4;
}
.gallery__list li a h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.012em;
  font-weight: 900;
  transition: all 0.4s;
  width: 100%;
}
.gallery__list li a h4 span {
  display: none;
  float: right;
}
@media (min-width: 768px) {
  .gallery__list {
    margin: 0 -10px;
  }
  .gallery__list li {
    padding: 0 10px;
    width: 33.3333333333%;
  }
  .gallery__list li:nth-of-type(1), .gallery__list li:nth-of-type(7), .gallery__list li:nth-of-type(8), .gallery__list li:nth-of-type(14) {
    width: 66.6666666667%;
  }
  .gallery__list li a {
    height: 200px;
    margin-bottom: 20px;
  }
  .gallery__list li a h4 {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .gallery__list {
    margin: 0 -15px;
  }
  .gallery__list li {
    padding: 0 15px;
  }
  .gallery__list li a {
    height: 240px;
    margin-bottom: 30px;
  }
  .gallery__list li a h4 {
    font-size: 20px;
  }
  .gallery__list li a h4 span {
    display: block;
  }
}
@media (min-width: 1200px) {
  .gallery__list li a {
    height: 370px;
  }
}
@media screen and (min-width: 992px) {
  .gallery__list li a img {
    opacity: 1;
  }
  .gallery__list li a h4 {
    opacity: 0;
    transform: translate(0, 10px);
  }
  .gallery__list li a:hover img {
    opacity: 0.2;
  }
  .gallery__list li a:hover h4 {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.gallery__list-smaller {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery__list-smaller li {
  width: 100%;
  padding: 0 10px;
}
.gallery__list-smaller li a {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #33374E;
}
.gallery__list-smaller li a img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s;
  opacity: 0.4;
}
.gallery__list-smaller li a h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.012em;
  font-weight: 900;
  transition: all 0.4s;
  width: 100%;
}
.gallery__list-smaller li a h4 span {
  display: none;
  float: right;
}
@media (min-width: 768px) {
  .gallery__list-smaller li {
    padding: 0 10px;
    width: 33.3333%;
  }
  .gallery__list-smaller li a {
    height: 170px;
    margin-bottom: 20px;
  }
  .gallery__list-smaller li a h4 {
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 992px) {
  .gallery__list-smaller li a {
    height: 180px;
    margin-bottom: 30px;
  }
  .gallery__list-smaller li a h4 {
    font-size: 20px;
  }
  .gallery__list-smaller li a h4 span {
    display: block;
  }
}
@media (min-width: 1200px) {
  .gallery__list-smaller li a {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .gallery__list-smaller li a img {
    opacity: 1;
  }
  .gallery__list-smaller li a h4 {
    opacity: 0;
    transform: translate(0, 10px);
  }
  .gallery__list-smaller li a:hover img {
    opacity: 0.2;
  }
  .gallery__list-smaller li a:hover h4 {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.gallery__title {
  display: none;
}
@media (min-width: 992px) {
  .gallery__title {
    display: block;
    font-size: 34px;
  }
}

.success__story {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding: 22px;
  display: block;
  margin-bottom: 10px;
}
.success__story .success__story-img {
  width: 100%;
  height: 0;
  padding-bottom: 54%;
  position: relative;
  margin-bottom: 20px;
}
.success__story .success__story-img img {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  object-position: center top;
}
.success__story .success__story-content {
  position: relative;
}
.success__story .success__story-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.012em;
  line-height: 24px;
  padding-right: 52px;
  margin-bottom: 10px;
}
.success__story .success__story-content h5 {
  font-size: 12px;
  color: #F8434B;
  letter-spacing: 0.024em;
  line-height: 15px;
  font-weight: 700;
  padding-right: 52px;
}
.success__story .success__story-content .btn-small-rounded {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .success__story .success__story-content h4,
.success__story .success__story-content h5 {
    padding-right: 36px;
  }
  .success__story .success__story-content .btn-small-rounded {
    width: 32px;
    height: 32px;
  }
  .success__story .success__story-content .btn-small-rounded i {
    font-size: 12px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .success__story {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

.story__title {
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.012em;
  line-height: 1.2142857143em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .story__title {
    margin-bottom: 50px;
  }
}

.story__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.story__content .story__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.story__content .story__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.story__content .story__text {
  width: 100%;
}
@media (min-width: 768px) {
  .story__content .story__img {
    width: 55.7531380753%;
    padding-bottom: 30%;
    margin-bottom: 0;
  }
  .story__content .story__text {
    width: 38.7029288703%;
  }
}
@media (min-width: 992px) {
  .story__content {
    margin-bottom: 65px;
  }
}

.story__text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #F8434B;
  letter-spacing: 0.012em;
  line-height: 1.2em;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.story__text h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.048em;
  line-height: 1.4em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .story__text h4 {
    font-size: 20px;
  }
  .story__text h5 {
    font-size: 20px;
  }
}

.schedule__list {
  margin-bottom: 65px;
}
.schedule__list li {
  font-family: "Montserrat" !important;
  margin-bottom: 12px !important;
}
.schedule__list li:nth-child(3n+1) a {
  border-color: #08B5B5;
}
.schedule__list li:nth-child(3n+1) a:after {
  background-color: #08B5B5;
}
.schedule__list li:nth-child(3n+2) a {
  border-color: #F8434B;
}
.schedule__list li:nth-child(3n+2) a:after {
  background-color: #F8434B;
}
.schedule__list li:nth-child(3n+3) a {
  border-color: #33374E;
}
.schedule__list li:nth-child(3n+3) a:after {
  background-color: #33374E;
}
.schedule__list li a {
  display: block;
  border-radius: 0 36px 0 0;
  color: #fff;
  padding: 24px 20% 24px 6.5104166667%;
  position: relative;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
}
.schedule__list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  transform-origin: bottom center;
}
.schedule__list li a h3 {
  margin-bottom: 5px;
}
.schedule__list li a h4 {
  margin-bottom: 0;
}
.schedule__list li span {
  position: absolute;
  top: 50%;
  right: 6.5104166667%;
  transform: translate(0, -50%);
  font-size: 34px;
  z-index: 2;
}
.schedule__list li:after {
  display: none;
}
.schedule__list h3,
.schedule__list h4 {
  position: relative;
  z-index: 2;
}
.schedule__list h3,
.schedule__list h4,
.schedule__list span {
  transition: transform 0.3s ease;
}
.schedule__list h3 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.024em;
  line-height: 1.2em;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.schedule__list h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1875em;
}
@media (min-width: 992px) {
  .schedule__list h3 {
    font-size: 20px;
  }
  .schedule__list h4 {
    font-size: 16px;
  }
  .schedule__list li a {
    padding: 36px 15% 36px 6.5104166667%;
  }
  .schedule__list li span {
    font-size: 47px;
  }
}
@media screen and (min-width: 992px) {
  .schedule__list li a:hover:after {
    transform: scaleY(0);
  }
  .schedule__list li:nth-child(3n+1) a:hover h3,
.schedule__list li:nth-child(3n+1) a:hover h4,
.schedule__list li:nth-child(3n+1) a:hover span {
    color: #08B5B5;
  }
  .schedule__list li:nth-child(3n+2) a:hover h3,
.schedule__list li:nth-child(3n+2) a:hover h4,
.schedule__list li:nth-child(3n+2) a:hover span {
    color: #F8434B;
  }
  .schedule__list li:nth-child(3n+3) a:hover h3,
.schedule__list li:nth-child(3n+3) a:hover h4,
.schedule__list li:nth-child(3n+3) a:hover span {
    color: #33374E;
  }
}

.work__box-wrapper {
  display: flex;
  flex-direction: column;
}

.work__box {
  display: block;
  background-color: #32364C;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 110px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #fff;
}
.work__box:last-child {
  margin-bottom: 40px;
}
.work__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.work__box .work__box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
}
.work__box h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  white-space: pre;
  margin-bottom: 4px;
}
.work__box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 992px) {
  .work__box {
    margin-bottom: 10px;
  }
  .work__box:last-child {
    margin-bottom: 0;
  }
  .work__box:hover h3,
.work__box:hover p {
    color: #fff;
  }
  .work__box:hover img {
    opacity: 0;
  }
}

.menu__wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 7;
  display: block;
  padding-top: 100px;
  transform: translate(100%, 0);
  transition: transform 0.5s ease-in-out;
  overflow: scroll;
}
.menu__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/menu-bg.jpg");
  background-size: cover;
  background-position: right center;
}
.menu__wrapper.active {
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .menu__wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
}

.menu__wrapper-left,
.menu__wrapper-right {
  position: relative;
  z-index: 2;
}

.menu__wrapper-left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .menu__wrapper-left {
    width: 70%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}

.menu__wrapper-right {
  width: 100%;
  padding-bottom: 30px;
  opacity: 0;
}
@media (min-width: 992px) {
  .menu__wrapper-right {
    width: 30%;
    padding-bottom: 0;
    background-color: #fff;
    box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.16);
    transform: translate(100%, 0);
    opacity: 1;
  }
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search form {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 3px 10px;
}
.search button {
  color: #A8A8A8;
  opacity: 0.4;
  font-size: 22px;
  margin-right: 30px;
}
.search input {
  font-size: 14px;
  line-height: 1.25em;
  color: #A8A8A8;
  text-transform: uppercase;
  font-weight: 700;
  width: calc(100% - 40px);
  color: #A8A8A8;
  padding: 15px 0;
}
.search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(168, 168, 168, 0.4);
}
.search input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(168, 168, 168, 0.4);
}
.search input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(168, 168, 168, 0.4);
}
.search input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(168, 168, 168, 0.4);
}
@media (min-width: 768px) {
  .search {
    height: 11.1336032389%;
  }
  .search form {
    padding: 10px 15px;
  }
  .search button {
    font-size: 28px;
  }
  .search input {
    padding: 0;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .search {
    padding: 0 7.7302631579%;
    margin-bottom: 0;
  }
  .search form {
    padding: 0;
  }
}

.menu__wrapper-inner {
  position: relative;
  padding: 20px 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .menu__wrapper-inner {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .menu__wrapper-inner {
    top: -30px;
    padding: 0 9%;
  }
}
@media (min-width: 1200px) {
  .menu__wrapper-inner {
    padding: 0 12.5762195122%;
  }
}

.menu {
  width: 100%;
  position: relative;
}
.menu:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 45.2138492872%;
  height: calc(100% + 30px);
  width: 1px;
  background-color: rgba(64, 64, 64, 0.4);
  display: none;
  transition: transform 0.3s ease-in-out;
  transform: scaleY(0);
  transform-origin: center center;
}
@media (min-width: 992px) {
  .menu:after {
    display: block;
  }
}
.menu.show:after {
  transform: scaleY(1);
}
.menu > li {
  margin-bottom: 15px;
  opacity: 0;
}
.menu > li:last-child {
  margin-bottom: 0;
}
.menu > li a {
  text-transform: uppercase;
  color: #33374E;
  letter-spacing: 0.012em;
}
.menu > li > a {
  font-size: 16px;
  font-weight: 700;
  transition: color 0.4s;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .menu > li > a {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .menu > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .menu > li > a {
    font-size: 2.2222222222vh;
  }
}
@media (max-width: 991px) {
  .menu > li {
    position: relative;
  }
  .menu > li.has-sub:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "icomoon";
    color: #33374E;
    font-size: 15px;
    transform-origin: center center;
    transition: transform 0.225s cubic-bezier(0.76, 0.09, 0.215, 1);
    z-index: 1;
  }
  .menu > li.active:after {
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .menu > li > a {
    font-size: 2vh;
  }
}
@media (min-width: 992px) {
  .menu > li {
    margin-bottom: 2.5vh;
    padding-right: 54.7861507128%;
  }
  .menu > li:hover > a {
    color: #F8434B;
  }
}
.menu > li ul {
  display: none;
  padding-bottom: 5px;
}
.menu > li ul li {
  margin-bottom: 4px;
  opacity: 0;
}
.menu > li ul li a {
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.menu > li ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #F8434B;
  transition: all 0.4s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .menu > li ul li a:hover:after {
    transform: scaleX(1);
  }
}
@media (min-width: 768px) {
  .menu > li ul li {
    margin-bottom: 15px;
  }
  .menu > li ul li a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .menu > li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 54.7861507128%;
    left: 45.2138492872%;
    padding-left: 10.6924643585%;
    transition: all 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
    height: 100%;
    padding-bottom: 0;
  }
  .menu > li ul li {
    margin-bottom: 1.8518518519vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .menu > li ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .menu > li ul li a:hover {
    color: #F8434B;
  }
}
.menu > li:hover ul {
  visibility: visible;
  opacity: 1;
}

.menu__img {
  display: none;
  position: relative;
  height: 77.7327935223%;
}
.menu__img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.menu__img li.active {
  opacity: 1;
  visibility: visible;
}
.menu__img li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 992px) {
  .menu__img {
    display: block;
  }
}

.menu__footer {
  position: relative;
  height: 11.1336032389%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6.5789473684%;
}

.menu__language {
  display: flex;
}
.menu__language li:first-child {
  padding-right: 8px;
  margin-right: 7px;
  position: relative;
}
.menu__language li:first-child:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 1px;
  height: calc(100% + 2px);
  background-color: #A8A8A8;
}
.menu__language li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #A8A8A8;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.menu__language li.active a {
  color: #F8434B;
}
@media only screen and (min-width: 992px) {
  .menu__language li a:hover {
    color: #F8434B;
  }
}
@media (min-width: 768px) {
  .menu__language li a {
    font-size: 16px;
  }
}

.menu__social-media {
  display: flex;
}
.menu__social-media li {
  margin: 0 4px;
}
.menu__social-media li:first-child {
  margin-left: 0;
}
.menu__social-media li:last-child {
  margin-right: 0;
}
.menu__social-media li a {
  font-size: 26px;
  color: #F8434B;
  transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
@media only screen and (min-width: 992px) {
  .menu__social-media li a:hover {
    color: #33374E;
  }
}

.info {
  position: absolute;
  bottom: 3.4412955466%;
  left: 0;
  width: 100%;
  font-weight: 600;
  font-size: 1.4814814815vh;
  display: none;
  justify-content: space-between;
  padding: 0 5.9451219512%;
  align-items: flex-end;
}
.info p {
  opacity: 0;
}
.info a {
  position: relative;
}
.info a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .info a:hover:after {
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .info {
    display: flex;
  }
  .info a:hover {
    color: #F8434B;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 32vh;
  background-color: #171923;
}
.banner img {
  position: absolute;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.content {
  margin: 0 auto;
  padding: 15px 30px;
}
.content.content__full {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content {
    width: 80vw;
    padding: 0 15px;
  }
  .content.content__flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .content.content__reverse {
    flex-direction: row-reverse;
  }
  .content.content__wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .content {
    width: 65vw;
  }
  .content.content__full {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.content__gray {
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  min-height: 90px;
}
@media (min-width: 992px) {
  .content__gray {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.content__faculty {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content__faculty {
    margin-top: 90px;
    margin-bottom: 0;
  }
}

.content__menu {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.content__menu > ul {
  position: relative;
  z-index: 2;
}
.content__menu > ul > li {
  background-color: #fff;
  align-items: center;
  min-height: 60px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.content__menu > ul > li:after {
  content: "";
  background-color: #F8434B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scaleX(0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  transform-origin: left center;
  transition: transform 0.425s ease;
}
.content__menu > ul > li > a {
  color: #33374E;
  position: relative;
  font-size: 13px;
  line-height: 26px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.019em;
  z-index: 2;
  padding: 16px 30px;
  transition: transform 0.5s ease-in-out;
}
.content__menu > ul > li > ul {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: none;
}
.content__menu > ul > li > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.035);
}
.content__menu > ul > li > ul > li > a {
  padding: 16px 35px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  transition: color 0.3s;
}
.content__menu > ul > li > ul > li.current_page_item > a {
  color: #F8434B;
}
.content__menu > ul > li > ul > li > ul {
  display: none;
}
.content__menu > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 16px 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}
.content__menu > ul > li > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 1px;
  height: calc(100% - 32px);
  background-color: #33374E;
}
.content__menu > ul > li > ul > li > ul > li.current_page_item > a {
  color: #F8434B;
}
.content__menu > ul > li.active > a, .content__menu > ul > li.current-menu-item > a, .content__menu > ul > li.current-page-ancestor > a {
  color: #fff;
}
.content__menu > ul > li.active:after, .content__menu > ul > li.current-menu-item:after, .content__menu > ul > li.current-page-ancestor:after {
  transform: scaleX(1);
}
@media screen and (min-width: 992px) {
  .content__menu > ul > li:hover > a {
    color: #fff;
  }
  .content__menu > ul > li:hover > ul li a:hover {
    color: #F8434B;
  }
  .content__menu > ul > li:hover:after {
    transform: scaleX(1);
  }
}
.content__menu > ul li.current_page_item > ul, .content__menu > ul li.current-page-parent > ul, .content__menu > ul li.current_page_ancestor > ul {
  display: block;
}
@media (min-width: 992px) {
  .content__menu {
    width: 30%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
  }
  .content__menu > ul {
    position: sticky;
    top: 120px;
  }
  .content__menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #D1D1D1;
    width: 1px;
    height: 100%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .content__menu {
    width: 27.5%;
  }
  .content__menu > ul > li > a {
    font-size: 14px;
    line-height: 29px;
  }
}

.content__inner {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
.content__inner .content__title:after {
  left: 0;
}
.content__inner h1,
.content__inner h2,
.content__inner h3,
.content__inner h4,
.content__inner h5,
.content__inner h6 {
  font-weight: 700;
  margin-bottom: 30px;
}
.content__inner p,
.content__inner .content__space-text ul li,
.content__inner .content__space-text ol li {
  font-family: "Merriweather";
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.6428571429em;
  font-weight: 400;
}
.content__inner p a,
.content__inner .content__space-text ul li a,
.content__inner .content__space-text ol li a {
  color: #F8434B;
  display: inline-block;
  position: relative;
}
.content__inner p a:after,
.content__inner .content__space-text ul li a:after,
.content__inner .content__space-text ol li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .content__inner p a:hover:after,
.content__inner .content__space-text ul li a:hover:after,
.content__inner .content__space-text ol li a:hover:after {
    transform: scaleX(1);
  }
}
.content__inner .content__space-text ul li,
.content__inner .content__space-text ol li {
  position: relative;
  margin-bottom: 10px;
  word-break: break-word;
}
.content__inner .content__space-text ul li {
  padding-left: 20px;
}
.content__inner .content__space-text ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #33374E;
}
.content__inner .content__space-text ul li > ul,
.content__inner .content__space-text ol li > ol {
  margin-top: 10px;
}
.content__inner p,
.content__inner ul,
.content__inner ol {
  margin-bottom: 20px;
}
.content__inner img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content__inner {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content__inner .content__space {
    padding-left: 10%;
  }
  .content__inner .img__full {
    width: 65vw;
  }
}
@media (min-width: 1200px) {
  .content__inner {
    width: 72.5%;
  }
  .content__inner p,
.content__inner ul li,
.content__inner ol li {
    font-size: 14px;
  }
  .content__inner p,
.content__inner ul,
.content__inner ol {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .content__split {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}

.content__filter {
  background-color: #F0F0F0;
  padding: 40px 3.3854166667%;
  text-align: center;
}
.content__filter li {
  margin-bottom: 15px;
}
.content__filter li:last-child {
  margin-bottom: 0;
}
.content__filter li a {
  font-size: 14px;
  font-weight: 600;
  color: #33374E;
  min-width: 158px;
  min-height: 40px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
}
.content__filter li.active a {
  background-color: #F8434B;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .content__filter {
    width: 28%;
    text-align: right;
    padding: 50px 3.3854166667%;
  }
}
@media (min-width: 992px) {
  .content__filter {
    width: 34.2708333333%;
  }
}
@media screen and (min-width: 992px) {
  .content__filter li a:hover {
    background-color: #F8434B;
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  }
}

.content__section {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}
.content__section .content-section__inner {
  width: 45.324881141%;
}
.content__section p {
  font-family: "Merriweather";
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 23px;
}
@media (min-width: 768px) {
  .content__section {
    min-width: 72%;
    padding-bottom: 95px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .content__section {
    width: 65.7291666667%;
    padding-left: 5.9375%;
    padding-right: 20px;
  }
}

.content__section-inner {
  width: 100%;
}
@media (min-width: 768px) {
  .content__section-inner {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .content__section-inner {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .content__section-inner {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .content__section-inner {
    width: 45.324881141%;
  }
}

.content__training {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-bottom: 60px;
}
.content__training .content__full-text {
  padding: 0;
}

#breadcrumbs {
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #D1D1D1;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
}
#breadcrumbs a {
  padding-right: 25px;
  color: rgba(64, 64, 64, 0.5);
  transition: color 0.3s;
  position: relative;
}
#breadcrumbs a:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 5px;
  font-size: 8px;
  font-family: "icomoon";
}
@media (min-width: 992px) {
  #breadcrumbs {
    line-height: 27px;
    padding: 0 4.3103448276% 10px 4.3103448276%;
    margin-bottom: 50px;
  }
  #breadcrumbs a:after {
    top: -6px;
  }
  #breadcrumbs a:hover {
    color: #404040;
  }
}

.content__full-text {
  width: 100%;
}
.content__full-text h1,
.content__full-text h2,
.content__full-text h3,
.content__full-text h4,
.content__full-text h5,
.content__full-text h6 {
  font-weight: 700;
  margin-bottom: 30px;
}
.content__full-text p,
.content__full-text ul li,
.content__full-text ol li {
  font-size: 13px;
  line-height: 1.6428571429em;
  letter-spacing: 0.01em;
  font-family: "Merriweather";
}
.content__full-text p a,
.content__full-text ul li a,
.content__full-text ol li a {
  color: #F8434B;
  display: inline-block;
  position: relative;
}
.content__full-text p a:after,
.content__full-text ul li a:after,
.content__full-text ol li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .content__full-text p a:hover:after,
.content__full-text ul li a:hover:after,
.content__full-text ol li a:hover:after {
    transform: scaleX(1);
  }
}
.content__full-text ul li,
.content__full-text ol li {
  position: relative;
  margin-bottom: 10px;
}
.content__full-text ul li {
  padding-left: 20px;
}
.content__full-text ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #33374E;
}
.content__full-text ul li > ul,
.content__full-text ol li > ol {
  margin-top: 10px;
}
.content__full-text p,
.content__full-text ul,
.content__full-text ol {
  margin-bottom: 20px;
}
.content__full-text p img {
  margin-bottom: 5px;
}
.content__full-text.content__form-text {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .content__full-text {
    padding: 0 4.3103448276%;
  }
  .content__full-text p,
.content__full-text ul li,
.content__full-text ol li {
    font-size: 14px;
  }
  .content__full-text p,
.content__full-text ul,
.content__full-text ol {
    margin-bottom: 30px;
  }
}

.content__list ul li,
.content__list ol li {
  font-family: "Merriweather";
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.6428571429em;
  font-weight: 400;
}
.content__list ul li a,
.content__list ol li a {
  color: #F8434B;
  display: inline-block;
  position: relative;
}
.content__list ul li a:after,
.content__list ol li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .content__list ul li a:hover:after,
.content__list ol li a:hover:after {
    transform: scaleX(1);
  }
}
.content__list ul li,
.content__list ol li {
  position: relative;
  margin-bottom: 10px;
}
.content__list ul li {
  padding-left: 20px;
}
.content__list ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #33374E;
}
.content__list ul li > ul,
.content__list ol li > ol {
  margin-top: 10px;
}
.content__list ul,
.content__list ol {
  margin-bottom: 20px;
}

.content__title {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 34px;
  text-transform: capitalize;
}
.content__title h2 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.012px;
  line-height: 1.2142857143em;
  margin-bottom: 8px;
}
.content__title h5 {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.012px;
  line-height: 1.35em;
}
.content__title .date {
  color: #F8434B;
}
@media (min-width: 992px) {
  .content__title h2 {
    font-size: 28px;
  }
  .content__title h5 {
    font-size: 20px;
  }
}

.content__double {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.content__double > div {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.content__double > div:last-child {
  margin-bottom: 0;
}
.content__double > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content__double .content__double-first {
  width: 100%;
}
.content__double .content__double-second {
  width: 100%;
}
@media (min-width: 768px) {
  .content__double > div {
    padding-bottom: 31.8%;
    margin-bottom: 0;
  }
  .content__double .content__double-first {
    width: 32.1243523316%;
  }
  .content__double .content__double-second {
    width: 66.1485319516%;
  }
}

.content__info .content__info-img {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.content__info .content__info-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .content__info .content__info-img {
    width: 250px;
    height: 250px;
    float: left;
    clear: right;
    margin: 0 30px 18px 0;
  }
}

.content__caption img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.content_full-split > img {
  width: 100%;
  height: auto;
}

.conference__section {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .conference__section {
    padding-bottom: 60px;
  }
}

.conference__item {
  margin-bottom: 15px;
  background-color: #fff;
}
.conference__item h3 {
  padding: 25px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2307692308em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.conference__item p {
  font-family: "Montserrat";
}
.conference__item a {
  border-style: solid;
  border-width: 1px;
  display: block;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  color: #fff;
  position: relative;
  transition: all 0.4s cubic-bezier(0.76, 0.09, 0.215, 1);
}
.conference__item a * {
  position: relative;
  z-index: 2;
}
.conference__item a:after {
  content: "";
  z-index: 1;
  transform-origin: bottom center;
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.conference__item:nth-child(2n) a {
  border-color: #33374E;
}
.conference__item:nth-child(2n) a:after {
  background-color: #33374E;
}
.conference__item:nth-child(2n) a .conference__info,
.conference__item:nth-child(2n) a .conference__location {
  border-color: #fff;
}
.conference__item:nth-child(2n+1) a {
  border-color: #F8434B;
}
.conference__item:nth-child(2n+1) a:after {
  background-color: #F8434B;
}
.conference__item:nth-child(2n+1) a .conference__info,
.conference__item:nth-child(2n+1) a .conference__location {
  border-color: #fff;
}
@media (min-width: 992px) {
  .conference__item {
    margin-bottom: 30px;
  }
  .conference__item h3 {
    font-size: 22px;
    width: 80%;
    padding: 30px 0;
  }
  .conference__item a {
    padding: 30px;
  }
  .conference__item:hover a:after {
    transform: scaleY(0);
  }
  .conference__item:hover:nth-child(2n) a {
    color: #33374E;
  }
  .conference__item:hover:nth-child(2n) a .conference__info,
.conference__item:hover:nth-child(2n) a .conference__location {
    border-color: #33374E;
  }
  .conference__item:hover:nth-child(2n+1) a {
    color: #F8434B;
  }
  .conference__item:hover:nth-child(2n+1) a .conference__info,
.conference__item:hover:nth-child(2n+1) a .conference__location {
    border-color: #F8434B;
  }
  .content__section .conference__item {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .conference__item h3 {
    font-size: 26px;
    width: 70%;
  }
  .content__section .conference__item {
    width: 50%;
  }
}

.conference__info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border: 0;
  border-bottom-width: 2px;
  border-style: solid;
}
.conference__info p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 1.1875em;
}
@media (min-width: 992px) {
  .conference__info {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .conference__info p {
    font-size: 16px;
  }
}

.conference__location {
  border: 0;
  border-top-width: 2px;
  border-style: solid;
  padding-top: 15px;
}
.conference__location p {
  position: relative;
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.1875em;
  letter-spacing: 0.024em;
}
.conference__location p span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .conference__location {
    padding-top: 30px;
  }
  .conference__location p {
    font-size: 16px;
  }
}

.accordion {
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 30px;
}
.accordion:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  border-radius: 3px;
  background-color: #F8434B;
}
.accordion > div {
  margin-bottom: 6px;
}
.accordion .accordion__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 22px;
  color: #fff;
  background-color: #F8434B;
  border-radius: 6px;
  padding: 16px 56px 16px 18px;
  font-family: "Montserrat";
  cursor: pointer;
  position: relative;
}
.accordion .accordion__title span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  display: block;
}
.accordion .accordion__title span:after, .accordion .accordion__title span:before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
}
.accordion .accordion__title span:after {
  width: 16px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.accordion .accordion__title span:before {
  height: 16px;
  width: 3px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: center center;
  transition: transform 0.25s;
}
.accordion .accordion__title.active {
  background-color: #33374E;
}
.accordion .accordion__title.active span:before {
  transform: translate(-50%, 0) scaleY(0);
}
.accordion .accordion__content {
  padding: 30px 15px;
  display: none;
}
.accordion .accordion__content p {
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.6428571429em;
}
.accordion .accordion {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.accordion .accordion:after {
  display: none;
}
@media (min-width: 992px) {
  .accordion .accordion__title {
    padding: 20px 60px 20px 26px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion__title span {
    width: 20px;
    height: 20px;
    right: 26px;
  }
  .accordion .accordion__title span:after {
    width: 20px;
  }
  .accordion .accordion__title span:before {
    height: 20px;
  }
  .accordion .accordion__content {
    padding: 40px 20px;
  }
  .accordion .accordion__content p {
    font-size: 14px;
  }
}
.accordion.accordion-full p {
  margin-bottom: 30px;
}

.accordion__info {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 0 0 68px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.accordion__info .accordion__img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.accordion__info .accordion__img > div {
  width: 63.2653061224%;
  height: auto;
  box-sizing: content-box;
  display: inline-block;
  height: 0;
  padding-bottom: 63.26%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.accordion__info .accordion__img > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  object-position: top center;
}
.accordion__info .accordion__content {
  width: 100%;
}
.accordion__info .accordion__content .accordion__content-top {
  padding: 0 20px;
  position: relative;
}
.accordion__info .accordion__content .accordion__content-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  transform-origin: right center;
  transition: all 0.3s;
  transform: scaleX(0);
}
.accordion__info .accordion__content .accordion__content-top .hide {
  display: none;
}
.accordion__info .accordion__content .accordion__content-top p,
.accordion__info .accordion__content .accordion__content-top ul li {
  font-family: "Merriweather";
  font-size: 14px;
  letter-spacing: 0.028em;
  line-height: 1.5714285714em;
  color: #404040;
}
.accordion__info .accordion__content .accordion__content-top p a,
.accordion__info .accordion__content .accordion__content-top ul li a {
  color: #F8434B;
  display: inline-block;
  position: relative;
}
.accordion__info .accordion__content .accordion__content-top p a:after,
.accordion__info .accordion__content .accordion__content-top ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .accordion__info .accordion__content .accordion__content-top p a:hover:after,
.accordion__info .accordion__content .accordion__content-top ul li a:hover:after {
    transform: scaleX(1);
  }
}
.accordion__info .accordion__content .accordion__content-top ul li,
.accordion__info .accordion__content .accordion__content-top ol li {
  position: relative;
  margin-bottom: 10px;
}
.accordion__info .accordion__content .accordion__content-top ul li {
  padding-left: 20px;
}
.accordion__info .accordion__content .accordion__content-top ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #33374E;
}
.accordion__info .accordion__content .accordion__content-top ul li > ul,
.accordion__info .accordion__content .accordion__content-top ol li > ol {
  margin-top: 10px;
}
.accordion__info .accordion__content .accordion__content-top p,
.accordion__info .accordion__content .accordion__content-top ul,
.accordion__info .accordion__content .accordion__content-top ol {
  margin-bottom: 20px;
}
.accordion__info .accordion__content .accordion__content-bottom {
  padding: 30px 60px 0 20px;
  font-size: 14px;
  line-height: 1.375em;
  font-weight: 700;
  position: relative;
}
.accordion__info .accordion__content .accordion__content-bottom ul {
  list-style-type: none;
}
.accordion__info .accordion__content .accordion__content-bottom ul li {
  color: #F8434B;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.375em;
  font-family: "Montserrat";
  font-weight: 700;
  padding-left: 0;
}
.accordion__info .accordion__content .accordion__content-bottom ul li:after {
  display: none;
}
.accordion__info .accordion__content .accordion__content-bottom ul li:last-child {
  margin-bottom: 0;
}
.accordion__info .accordion__content .accordion__content-bottom ul li a {
  position: relative;
}
.accordion__info .accordion__content .accordion__content-bottom ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .accordion__info .accordion__content .accordion__content-bottom ul li a:hover:after {
    transform: scaleX(1);
  }
}
.accordion__info .accordion__content .accordion__content-bottom .icon-arrow-small-up {
  position: absolute;
  right: 34px;
  bottom: 0;
  transform: translate(0, -50%) rotate(180deg);
  transition: transform 0.3s;
}
.accordion__info .accordion__content .accordion__content-bottom .icon-arrow-small-up.active {
  color: #F8434B;
  transform: translate(0, -50%) rotate(0deg);
}
.accordion__info .accordion__text {
  padding: 50px 10% 20px 10%;
}
.accordion__info h3 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #33374E;
}
@media screen and (min-width: 992px) {
  .accordion__info h3 a {
    transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
  }
  .accordion__info h3 a:hover {
    color: #F8434B;
  }
}
.accordion__info h5 {
  font-size: 14px;
  line-height: 1.375em;
  letter-spacing: 0.038em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #33374E;
}
.accordion__info h6 {
  opacity: 0.7;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.048em;
  font-weight: 700;
}
.accordion__info.accordion__info-board .accordion__content .accordion__content-top:after {
  display: none;
}
.accordion__info.accordion__info-board .accordion__content .accordion__content-top > div {
  height: 100%;
}
.accordion__info.accordion__info-board .accordion__content .accordion__content-bottom {
  padding: 10px 60px 0 20px;
}
.accordion__info.accordion__info-board .accordion__content .accordion__content-bottom ul {
  display: block;
}
.accordion__info.accordion__info-board .accordion__content .accordion__content-bottom ul li {
  margin-left: 0;
}
.accordion__info.accordion__info-board .accordion__content .accordion__content-bottom ul li:last-child {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .accordion__info .accordion__img {
    width: 30%;
    text-align: right;
    margin-bottom: 0;
  }
  .accordion__info .accordion__img > div {
    margin-right: 11.7346938776%;
  }
  .accordion__info .accordion__content {
    width: 70%;
  }
  .accordion__info .accordion__content .accordion__content-top {
    padding-left: 0;
    padding-right: 12.7604166667%;
  }
  .accordion__info .accordion__content .accordion__content-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
    padding-right: 12.7604166667%;
    font-size: 16px;
  }
  .accordion__info .accordion__content .accordion__content-bottom ul {
    display: flex;
  }
  .accordion__info .accordion__content .accordion__content-bottom ul li {
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .accordion__info .accordion__content .accordion__content-bottom ul li:first-child {
    margin-left: 0;
  }
  .accordion__info.accordion__info-board .accordion__content .accordion__content-bottom {
    padding: 10px 60px 0 0;
  }
  .accordion__info.accordion__center {
    align-items: center;
  }
  .accordion__info h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .accordion__info h5 {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .accordion__info p {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .accordion__info {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .accordion__info .accordion__img {
    width: 34%;
  }
  .accordion__info .accordion__content {
    width: 66%;
  }
  .accordion__info .accordion__content .accordion__content-bottom ul li {
    font-size: 16px;
  }
  .accordion__info h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .accordion__info h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .accordion__info p {
    font-size: 14px;
  }
}

.faculty__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.faculty__list li {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 15px;
  overflow: hidden;
}
.faculty__list li.more a {
  border-radius: 6px;
  border-bottom-right-radius: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #fff;
  overflow: hidden;
  border: 2px solid #F8434B;
  background-color: #fff;
}
.faculty__list li.more a:after {
  content: "";
  background: #F8434B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease;
  transform-origin: bottom center;
  opacity: 1;
}
.faculty__list li.more a span {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
.faculty__list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background-color: #33374E;
}
.faculty__list.program-list a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-style: solid;
  border-width: 11px;
  border-color: #F8434B;
}
.faculty__list p {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
.faculty__list h4 {
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 50px 25px 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.1em;
  width: 100%;
}
.faculty__list h4 span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-size: 18px;
}
.faculty__list img {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .faculty__list li {
    width: calc(50% - 10px);
    padding-bottom: 30%;
  }
  .faculty__list li.more a {
    font-size: 45px;
  }
  .faculty__list h4 {
    padding: 30px 60px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faculty__list li {
    margin-left: 20px;
  }
  .faculty__list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .faculty__list {
    margin-bottom: 100px;
  }
  .faculty__list li {
    width: calc(33.333333333333333% - 10px);
    padding-bottom: 25.4%;
    margin-left: 15px;
  }
  .faculty__list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .faculty__list h4 {
    font-size: 20px;
    padding: 20px 50px 20px 20px;
  }
  .faculty__list li.more a {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .faculty__list p {
    top: 30px;
    left: 30px;
  }
  .faculty__list h4 {
    font-size: 28px;
    padding: 30px 60px 30px 30px;
  }
  .faculty__list h4 span {
    font-size: 20px;
    right: 30px;
  }
  .faculty__list li.more a {
    font-size: 74px;
  }
}
@media screen and (min-width: 992px) {
  .faculty__list li a img {
    z-index: 1;
  }
  .faculty__list li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #191b27 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #191b27 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #191b27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#191b27",GradientType=0 );
    opacity: 0;
    transition: opacity 0.3s;
  }
  .faculty__list li a h4 {
    z-index: 3;
  }
  .faculty__list li.more:after {
    display: none;
  }
  .faculty__list li:hover a:after {
    opacity: 1;
  }
  .faculty__list li:hover a img {
    opacity: 1;
  }
  .faculty__list .more:hover a:after {
    transform: scaleY(0);
  }
  .faculty__list .more:hover a span {
    color: #F8434B;
  }
}

@media (min-width: 992px) {
  .faculty__list-smaller h4 {
    margin: 0;
    padding: 15px;
    font-size: 20px;
  }
}

.program__list li a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.program__list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 3;
}
.program__list li a.bachelor:before {
  background-color: #F8434B;
}
.program__list li a.master:before {
  background-color: #08B5B5;
}

.faculty__menu {
  padding: 0 30px;
}
.faculty__menu a {
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: block;
  background-color: #fff;
  padding: 16px 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
}
.faculty__menu a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8434B;
  transition: transform 0.4s ease;
  z-index: 1;
  transform-origin: bottom center;
  transform: scaleY(0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.faculty__menu a span {
  position: relative;
  z-index: 2;
}
.faculty__menu a.active span {
  color: #fff;
}
.faculty__menu a.active:after {
  transform: scaleY(1);
}
@media (min-width: 768px) {
  .faculty__menu a {
    font-size: 16px;
    line-height: 19px;
  }
  .faculty__menu a:hover span {
    color: #fff;
  }
  .faculty__menu a:hover:after {
    transform: scaleY(1);
  }
}
@media (max-width: 991px) {
  .faculty__menu a {
    min-height: 60px;
    line-height: 60px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .faculty__menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
  }
  .faculty__menu .faculty__menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .faculty__menu a {
    font-size: 0.75vw;
    height: 100%;
    min-height: 80px;
    width: 13%;
    max-width: 13%;
    flex: 1 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 122px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .faculty__menu a {
    line-height: 20px;
  }
}

.program__content-item {
  display: none;
}
.program__content-item:first-child {
  display: block;
}

.staff__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.staff__list li {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.staff__list li a {
  display: block;
  word-break: break-all;
}
.staff__list li .staff {
  display: block;
  padding-top: 30px;
  padding-bottom: 42px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 68px 0;
  transition: all 0.3s ease;
  height: 100%;
}
.staff__list li .staff__img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 33px;
}
.staff__list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  object-position: center top;
}
.staff__list li h6 {
  opacity: 0.7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 1.375em;
  margin-bottom: 5px;
}
.staff__list li h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin-bottom: 5px;
  transition: color 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
  word-break: break-word;
}
.staff__list li .link {
  color: #F8434B;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.375em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .staff__list {
    margin: 0 -10px 80px -10px;
  }
  .staff__list li {
    padding: 0 10px;
    width: 48%;
  }
  .staff__list li h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .staff__list li .staff {
    padding-top: 42px;
    padding-bottom: 50px;
    padding-left: 14.8936170213%;
    padding-right: 14.8936170213%;
  }
}
@media (min-width: 992px) {
  .staff__list li {
    width: 33.3333333333%;
    margin-bottom: 16px;
  }
  .staff__list li:hover h3 {
    color: #F8434B;
  }
  .staff__list li:hover .staff {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.36);
  }
}
@media (min-width: 1200px) {
  .staff__list {
    margin: 0 -10px 80px -10px;
  }
  .staff__list li {
    padding: 0 10px;
  }
}

.administrative__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.administrative__list li {
  width: 32.4137931034%;
  text-align: center;
  margin-bottom: 16px;
}
.administrative__list li .administrative {
  display: block;
  padding-top: 42px;
  padding-bottom: 50px;
  padding-left: 17.0212765957%;
  padding-right: 17.0212765957%;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 0 68px 0 89px;
}
.administrative__list li .administrative__img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 33px;
}
.administrative__list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.administrative__list li h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 28px;
  margin-bottom: 5px;
  color: #191B27;
  margin-bottom: 32px;
}
.administrative__list li a {
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}
.administrative__list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #F8434B;
  transition: all 0.3s linear;
  transform: scaleX(0);
  transform-origin: left center;
}
@media screen and (min-width: 992px) {
  .administrative__list li a:hover:after {
    transform: scaleX(1);
  }
}
.administrative__list li p,
.administrative__list li a {
  color: #F8434B;
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 22px;
  font-weight: 700;
}
.filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.filter:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}
.filter select {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
  min-height: 40px;
}
@media (min-width: 768px) {
  .filter select {
    width: 21.5%;
    margin-bottom: 0;
  }
}

.filter-btn {
  width: 40px;
  height: 40px;
  background-color: #F8434B;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #F8434B;
  transition: all 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
}
@media screen and (min-width: 992px) {
  .filter-btn:hover {
    background-color: #fff;
    color: #F8434B;
  }
}

.link__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
}
.link__box li {
  margin-bottom: 10px;
  padding-left: 0;
  width: 100%;
}
.link__box li:after {
  display: none;
}
.link__box li a {
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  background-color: #F8434B;
  color: #fff;
  display: block;
  border-radius: 6px;
  font-weight: 400;
  font-family: "Montserrat";
  transition: all 0.3s cubic-bezier(0.76, 0.09, 0.215, 1);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.link__box li a:after {
  display: none;
}
.link__box li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 125%;
  height: 100%;
  background-image: url("../img/aab-logo-shape.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.075;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .link__box li {
    width: 32%;
  }
  .link__box li:nth-child(3n+2) {
    margin-left: 2%;
  }
  .link__box li:nth-child(3n+3) {
    margin-left: 2%;
  }
  .link__box li a {
    font-size: 16px;
  }
  .link__box li a:hover {
    background-color: #33374E;
  }
}

.content__inner ul.document__list {
  margin-bottom: 30px;
}
.content__inner ul.document__list li {
  position: relative;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.content__inner ul.document__list li span {
  font-size: 30px;
  position: absolute;
  left: 0;
}
.content__inner ul.document__list li a {
  padding-left: 50px;
  position: relative;
  display: block;
  color: #33374E;
  font-size: 14px;
  transition: color 0.3s;
}
.content__inner ul.document__list li a:after {
  display: none;
}
.content__inner ul.document__list li:after {
  display: none;
}
@media (min-width: 992px) {
  .content__inner ul.document__list li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .content__inner ul.document__list li a:hover {
    color: #F8434B;
  }
}

.apply {
  width: 100%;
}
@media (max-width: 991px) {
  .apply .container {
    padding: 0;
  }
}

.form-control {
  width: 100%;
  background-color: #F0F0F0;
  border-radius: 6px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.048em;
  line-height: 15px;
  padding: 20px 22px;
  display: block;
  border: 0;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #F0F0F0;
  transition: border-color 0.3s ease;
  min-height: 60px;
}
.form-control:focus {
  border-color: #33374E;
}

select.form-control {
  background-image: url("../img/arrow_select.svg");
  background-position: 95% center;
  background-size: 12px;
  background-repeat: no-repeat;
}

.text__input {
  display: flex;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 60px;
}
.text__input input {
  margin-bottom: 0;
}
.text__input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #F0F0F0;
  border-radius: 6px;
}
.text__input input {
  margin-right: 5px;
}
.text__input span {
  margin-right: 10px;
}
.text__input span:last-child {
  margin-right: 0;
}

.apply__submit {
  text-align: center;
  margin-top: 30px;
}
.apply__submit button {
  display: inline-block;
  cursor: pointer;
}
.apply__submit button span {
  font-size: 12px;
}

.quick__links {
  position: fixed;
  z-index: 6;
}
.quick__links li {
  background-color: #F8434B;
  overflow: hidden;
  transition: transform 0.5s ease;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.quick__links li:hover,
.quick__links li.always-hover {
  transform: translate(0, 0);
}
.quick__links li a {
  padding: 25px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .quick__links {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.2);
  }
  .quick__links li {
    width: 50%;
  }
  .quick__links li:last-child {
    border-left: 1px solid #fff;
  }
  .quick__links li a {
    position: relative;
  }
  .quick__links li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.075;
    width: 100px;
    font-size: 50px;
    height: 100px;
    text-align: center;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .quick__links {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .quick__links li {
    transform: translate(-78%, 0);
    margin-bottom: 2px;
  }
  .quick__links li.always-hover {
    transform: translate(0, 0);
  }
  .quick__links li:first-child {
    border-radius: 0 20px 2px 0;
  }
  .quick__links li:last-child {
    border-radius: 0 2px 20px 0;
    margin-bottom: 0;
  }
  .quick__links li a {
    padding: 12px 12px 12px 30px;
    font-size: 14px;
    justify-content: space-between;
  }
  .quick__links li a span {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    color: #F8434B;
    font-size: 24px;
    text-align: center;
    line-height: 38px;
    margin-left: 30px;
  }
}

.wp-block-gallery .blocks-gallery-grid li {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-grid li:after {
  display: none;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
  height: auto !important;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  float: left;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  transition: height 500ms ease-in-out;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #33374E;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url("../img/menu-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 0.9;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-infobar .fancybox-infobar:hover,
.fancybox-show-toolbar .fancybox-toolbar:hover,
.fancybox-show-caption .fancybox-caption:hover,
.fancybox-show-nav .fancybox-navigation .fancybox-button:hover {
  opacity: 1;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
  box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.115);
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: #33374E;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: opacity 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
  opacity: 0.8;
}

.fancybox-button:hover {
  opacity: 1;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #33374E;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #F8434B;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: transparent;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}


.content__header {
  position: relative;
}

.content__header_menu {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
}

.content__header_menu .menu-list a{
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    display: block;
    background-color: #fff;
    padding: 16px 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 16%);
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
  .content__header_menu .menu-list a{
    line-height: 19px;
  }
}

@media (min-width: 992px){
  .content__header_menu .menu-list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }
  .content__header_menu .menu-list a{
    height: 100%;
    min-height: 80px;
    flex: 1 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
  }
}

@media (min-width: 1200px){
  .content__header_menu .menu-list a{
    line-height: 20px;
  }
}


/*# sourceMappingURL=style.css.map */

